add theme files

pull/3/head
qvqc 4 years ago
parent 872ab13ee8
commit 5a212c784e

@ -0,0 +1,47 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<link href="/css/nes.min.css" rel="stylesheet" />
<link href="/css/style.css" rel="stylesheet" />
<link href="/css/nav.css" rel="stylesheet" />
<link href="/css/misc.css" rel="stylesheet" />
</head>
<body class="eggplant">
<center>
<a href="https://wowbux.org">
<img src="/cooldoge.gif" alt="coin" width="169" height="169">
</a>
</center>
<div class="main-centered" id="mainmenu">
<ul class="menu">
</ul>
</div>
<section class="nes-container is-dark with-title main-centered">
404!
</section>
<center>
<img src="https://img.shields.io/badge/RandomWOW-ASIC%20DED.-blueviolet">
<img src="https://img.shields.io/badge/Low%20Emission-Certified-success">
<img src="https://img.shields.io/badge/Jeff-Online-success">
<img src="https://img.shields.io/badge/Safu-100%25-success">
<br>
<a href="wownero:Wo3MWeKwtA918DU4c69hVSNgejdWFCRCuWjShRY66mJkU2Hv58eygJWDJS1MNa2Ge5M1WjUkGHuLqHkweDxwZZU42d16v94mP">
<img src="https://img.shields.io/badge/Donate WOW-Wo3MWeKwtA918DU4c69hVSNgejdWFCRCuWjShRY66mJkU2Hv58eygJWDJS1MNa2Ge5M1WjUkGHuLqHkweDxwZZU42d16v94mP-FF00FF">
</a>
<br>
<a href="monero:44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A">
<img src="https://img.shields.io/badge/Donate XMR-44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A-FF00FF">
</a>
</center>
</body>
</html>

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>http://example.org/quickstart/</title><link rel="canonical" href="http://example.org/quickstart/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=http://example.org/quickstart/" /></head></html>

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>http://example.org/quickstart/</title><link rel="canonical" href="http://example.org/quickstart/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=http://example.org/quickstart/" /></head></html>

@ -0,0 +1,196 @@
<!DOCTYPE html>
<html>
<head>
<title>Advanced</title>
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<link href="/css/nes.min.css" rel="stylesheet" />
<link href="/css/style.css" rel="stylesheet" />
<link href="/css/nav.css" rel="stylesheet" />
<link href="/css/misc.css" rel="stylesheet" />
</head>
<body class="eggplant">
<center>
<a href="https://wowbux.org">
<img src="/cooldoge.gif" alt="coin" width="169" height="169">
</a>
</center>
<div class="main-centered" id="mainmenu">
<ul class="menu">
<li class="menu">
<a class="nes-btn is-primary" title="Introduction" href="/intro/">Introduction</a>
</li>
<li class="menu">
<a class="nes-btn is-primary" title="Quick Start" href="/quickstart/">Quick Start</a>
</li>
<li class="menu">
<a class="nes-btn is-primary" title="Advanced" href="/advanced/">Advanced</a>
</li>
<li class="menu">
<a class="nes-btn is-primary" title="Downloads" href="/downloads/">Downloads</a>
</li>
<li class="menu">
<a class="nes-btn is-primary" title="Trade" href="/trade/">Trade</a>
</li>
</ul>
</div>
<section class="nes-container is-dark with-title main-centered">
<h1>Advanced</h1>
<nav id="TableOfContents">
<ul>
<li><a href="#getting-the-cli-wallet">Getting the CLI Wallet</a>
<ul>
<li><a href="#linux">LINUX</a></li>
<li><a href="#mac">MAC</a></li>
<li><a href="#windows">WINDOWS</a></li>
</ul>
</li>
<li><a href="#run-the-wownero-daemon">Run the Wownero daemon</a>
<ul>
<li><a href="#linuxmac">LINUX/MAC</a></li>
<li><a href="#windows-1">WINDOWS</a></li>
</ul>
</li>
<li><a href="#run-the-cli-wallet">Run the CLI Wallet</a>
<ul>
<li><a href="#linuxmac-1">LINUX/MAC</a></li>
<li><a href="#windows-2">WINDOWS</a></li>
</ul>
</li>
<li><a href="#generate-wow-with-cli">Generate Wow with CLI</a>
<ul>
<li><a href="#windows-10">Windows 10</a></li>
<li><a href="#linux-1">Linux</a></li>
<li><a href="#macos">MacOS</a></li>
</ul>
</li>
</ul>
</nav>
<h2 id="getting-the-cli-wallet">Getting the CLI Wallet</h2>
<h3 id="linux">LINUX</h3>
<p>Download the Linux 64-bit command line client and extract it</p>
<pre><code>wget https://downloads.getwownero.org/linux64
tar jxvf linux64
</code></pre><h3 id="mac">MAC</h3>
<p>Download the Mac command line client and extract it</p>
<pre><code>wget https://downloads.getwownero.org/mac64
tar jxvf mac64
</code></pre><h3 id="windows">WINDOWS</h3>
<p>Create a new folder with Windows File Explorer, and use your web browser to download the following file to the new folder
<a href="https://downloads.getwownero.org/win64">https://downloads.getwownero.org/win64</a></p>
<p>Double click the Wownero zip file that has been downloaded to extract it. Then open Command Prompt. Use the &lsquo;cd&rsquo; command to naviate to your new folder</p>
<pre><code>cd wownero
</code></pre><h2 id="run-the-wownero-daemon">Run the Wownero daemon</h2>
<p>It will sync with the network and display the message &ldquo;You are now synchronized with the network. You may now start wownero-wallet-cli&rdquo; when it is completely up to date with the network</p>
<h3 id="linuxmac">LINUX/MAC</h3>
<pre><code>./wownerod
</code></pre><h3 id="windows-1">WINDOWS</h3>
<pre><code>wownerod.exe
</code></pre><h2 id="run-the-cli-wallet">Run the CLI Wallet</h2>
<p>The job of the Wownero daemon is to monitor the network for new transactions. You now need to open a new terminal window and run the Wownero command line wallet, which will communicate with the Wownero daemon that you&rsquo;ve just stared.</p>
<h3 id="linuxmac-1">LINUX/MAC</h3>
<pre><code>./wownero-wallet-cli
</code></pre><h3 id="windows-2">WINDOWS</h3>
<pre><code>wownero-wallet-cli.exe
</code></pre><p>Follow the instructions displayed to create a new wallet. When told the 25 word SEED, write this down on paper and keep it in a very safe place. Even if you forget your passwords, the 25 word SEED can be used to recreate your wallet from any machine and have complete control over your Wownero funds. Sample output from the Wownero wallet is below:</p>
<pre><code>Specify wallet file name (e.g., MyWallet). If the wallet doesn't exist, it will be created.
Wallet file name (or Ctrl-C to quit): testwallet
No wallet found with that name. Confirm creation of new wallet named: testwallet
(Y/Yes/N/No): Y
Generating new wallet...
Enter a password for your new wallet: ********
Confirm Password: ********
List of available languages for your wallet's seed:
0 : English
1 : Spanish
2 : German
3 : Italian
4 : Portuguese
5 : Russian
6 : Japanese
Enter the number corresponding to the language of your choice: 0
Generated new wallet: 47CL7FiNtW417VjzWt9Zse8Z8URhaHaA2L9jJq6rrLtDhiYK9PfbCavhhMKws9xEdKHBeGcQtJmPt4uEMivooNztC5UkHLD
View key: 005c98c3db115140289bd0dfad97f910e6eeb5e8e12d02fdd4ab2373fbe9110a
**********************************************************************
Your wallet has been generated!
To start synchronizing with the daemon, use &quot;refresh&quot; command.
Use &quot;help&quot; command to see the list of available commands.
Always use &quot;exit&quot; command when closing wownero-wallet-cli to save your
current session's state. Otherwise, you might need to synchronize
your wallet again (your wallet keys are NOT at risk in any case).
PLEASE NOTE: the following 25 words can be used to recover access to your wallet. Please write them down and store them somewhere safe and secure. Please do not store them in your email or on file storage services outside of your immediate control.
locker welders womanly lodge gumball selfish altitude dewdrop
terminal nagged exit acquire hookup ashtray wobbly nineteen
duration duties javelin patio baffles ambush bamboo bite nineteen
**********************************************************************
Starting refresh...
Refresh done, blocks received: 0
Balance: 0.000000000000, unlocked balance: 0.000000000000
Background refresh thread started
</code></pre><p>Type &ldquo;address&rdquo; to see your public wallet address. You can give this address to anyone, and they will be able to send you Wownero. However, NEVER give anyone your 25 word SEED.</p>
<pre><code>[wallet 47CL7F]: address
47CL7FiNtW417VjzWt9Zse8Z8URhaHaA2L9jJq6rrLtDhiYK9PfbCavhhMKws9xEdKHBeGcQtJmPt4uEMivooNztC5UkHLD
</code></pre><h2 id="generate-wow-with-cli">Generate Wow with CLI</h2>
<p>There will be no support for pools or mining software in the upcoming fork.</p>
<p>To solo generate, follow these directions:</p>
<h3 id="windows-10">Windows 10</h3>
<ol>
<li>Download <code>wownero_win64_v0.X.X.X.zip</code> archive file from <a href="https://github.com/wownero/wownero/releases/latest">release page</a> and <a href="https://support.microsoft.com/en-us/help/4028088/windows-zip-and-unzip-files">extract files</a>.</li>
<li>Open <a href="https://www.howtogeek.com/235101/10-ways-to-open-the-command-prompt-in-windows-10/">Command Prompt</a> and <a href="https://www.digitalcitizen.life/command-prompt-how-use-basic-commands">change directory</a> to location of extracted files.</li>
<li>Run <code>wownerod.exe</code>and wait a few minutes until there is <strong>SYNCHRONIZED OK</strong> message.</li>
<li>Open new tab with <code>Ctrl + t</code>, run <code>wownero-wallet-cli.exe</code>, name your new wallet, enter a password, select a language, write down and save the 25-word <a href="https://web.getmonero.org/resources/moneropedia/mnemonicseed.html">Mnemonic Seed</a> somewhere safe.</li>
<li>To enable background mining while computer is idle and not on battery, type <code>yes</code>.</li>
<li>Copy your wallet&rsquo;s address, type <code>exit</code> and <code>exit</code> to close tab.</li>
<li>To start mining, in <code>wownerod.exe</code>, type and paste <code>start_mining YOUR_ADDRESS 2</code>. The number &ldquo;2&rdquo; is for two threads and the value could be increased or decreased depending on the number of cores in your CPU.</li>
<li>To see mining hash rate, type <code>status</code>. This will show you height, mining, and network information.</li>
<li>To stop mining, enter command <code>stop_mining</code>.</li>
<li>To exit Wownero, type <code>save</code> and <code>exit</code> and then <code>exit</code> again to close window.</li>
</ol>
<h3 id="linux-1">Linux</h3>
<ol>
<li>Download <code>wownero_Linux_v0.X.X.X.tar.bz2</code> archive file from <a href="https://github.com/wownero/wownero/releases/latest">release page</a> and <a href="https://www.howtogeek.com/50093/unzip-bunzip2-and-untar-those-tar-gz-or-tar-bz2-files-in-one-step/">untar files</a>.</li>
<li>Open <a href="https://www.howtogeek.com/140679/beginner-geek-how-to-start-using-the-linux-terminal/">Terminal</a> and <a href="https://help.ubuntu.com/community/UsingTheTerminal#File_.26_Directory_Commands">change directory</a> to location of untared files.</li>
<li>Run <code>./wownerod</code>and wait a few minutes until there is <strong>SYNCHRONIZED OK</strong> message.</li>
<li>Open new tab with <code>Shift + Ctrl + t</code>, run <code>./wownero-wallet-cli</code>, name your new wallet, enter a password, select a language, write down and save the 25-word <a href="https://web.getmonero.org/resources/moneropedia/mnemonicseed.html">Mnemonic Seed</a> somewhere safe.</li>
<li>To enable background mining while computer is idle and not on battery, type <code>yes</code>.</li>
<li>Copy your wallet&rsquo;s address, type <code>exit</code> and <code>exit</code> to close tab.</li>
<li>To start mining, in <code>wownerod</code>, type and paste <code>start_mining YOUR_ADDRESS 2</code>. The number &ldquo;2&rdquo; is for two threads and the value could be increased or decreased depending on the number of cores in your CPU.</li>
<li>To see mining hash rate, type <code>status</code>. This will show you height, mining, and network information.</li>
<li>To stop mining, enter command <code>stop_mining</code>.</li>
<li>To exit Wownero, type <code>save</code> and <code>exit</code> and then <code>exit</code> again to close terminal.</li>
</ol>
<h3 id="macos">MacOS</h3>
<p>Same as Linux</p>
</section>
<center>
<img src="https://img.shields.io/badge/RandomWOW-ASIC%20DED.-blueviolet">
<img src="https://img.shields.io/badge/Low%20Emission-Certified-success">
<img src="https://img.shields.io/badge/Jeff-Online-success">
<img src="https://img.shields.io/badge/Safu-100%25-success">
<br>
<a href="wownero:Wo3MWeKwtA918DU4c69hVSNgejdWFCRCuWjShRY66mJkU2Hv58eygJWDJS1MNa2Ge5M1WjUkGHuLqHkweDxwZZU42d16v94mP">
<img src="https://img.shields.io/badge/Donate WOW-Wo3MWeKwtA918DU4c69hVSNgejdWFCRCuWjShRY66mJkU2Hv58eygJWDJS1MNa2Ge5M1WjUkGHuLqHkweDxwZZU42d16v94mP-FF00FF">
</a>
<br>
<a href="monero:44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A">
<img src="https://img.shields.io/badge/Donate XMR-44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A-FF00FF">
</a>
</center>
</body>
</html>

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on wow is the future!</title>
<link>http://example.org/categories/</link>
<description>Recent content in Categories on wow is the future!</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<atom:link href="http://example.org/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

Binary file not shown.

After

Width:  |  Height:  |  Size: 682 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 MiB

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>http://example.org/quickstart/</title><link rel="canonical" href="http://example.org/quickstart/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=http://example.org/quickstart/" /></head></html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 MiB

@ -0,0 +1,3 @@
.eggplant {
cursor:url(/img/eggplant_cur.png),auto
}

@ -0,0 +1,13 @@
ul.menu {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: transparent;
margin-bottom: 10px;
}
li.menu {
float: left;
}

File diff suppressed because one or more lines are too long

@ -0,0 +1,143 @@
body {
padding: 0 2rem;
margin: 2rem;
background-repeat: repeat;
background-image: url(/transdoge.png), linear-gradient(#ff74f5, #ffd600);
background-attachment: fixed;
}
pre {
background-image: linear-gradient(#ffd600, #ff74f5);
color: black;
padding: 2px;
}
.main-centered {
margin-left: auto;
margin-right: auto;
max-width: 1024px;
}
.nes-container:not(:last-child) {
margin-bottom: 1rem;
}
.nes-container.is-dark {
height: 89%;
margin-left: auto;
margin-right: auto;
}
i.brand {
margin-right: 1rem;
}
div.containers > .nes-container {
display: inline-block;
max-width: 400px;
}
h1 {
color: #ff74f5;
}
h2 {
color: #ff74f5;
}
h3 {
color: #ff74f5;
}
a {
color: #ffd600;
}
.selects {
display: flex;
justify-content: space-between;
margin-left: 4px;
}
.selects .nes-select {
display: inline-flex;
}
.nes-select + .nes-select {
margin-left: 24px;
}
.balloon.nes-container .nes-balloon {
max-width: 600px;
margin: 2rem 2rem;
}
.balloon.nes-container .messages {
display: flex;
flex-direction: column;
}
.balloon.nes-container .message {
display: flex;
}
.balloon.nes-container .message i {
align-self: flex-end;
}
.balloon.nes-container .message.-left {
align-self: flex-start;
}
.balloon.nes-container .message.-right {
align-self: flex-end;
}
.form.nes-container > .nes-field:not(:last-child) {
margin-bottom: 1rem;
}
.footer {
text-align: center;
}
.footer a {
color: #333;
text-decoration: none;
}
.github-link {
position: fixed;
top: 10px;
right: 10px;
z-index: 999;
display: flex;
height: 100px;
color: #333;
text-decoration: none;
}
.github-link:hover {
text-decoration: none;
}
.github-link > p.nes-balloon {
align-self: flex-start;
padding: 0.2rem 0.5rem;
font-size: 0.8rem;
color: #333;
}
.github-link > i.nes-octocat {
align-self: flex-end;
}
@media screen and (max-width: 768px) {
body {
padding: 0;
margin: 2rem 0.2rem;
}
.balloon.nes-container .nes-balloon {
max-width: 70%;
}
.github-link {
display: none;
}
}

@ -0,0 +1,101 @@
<!DOCTYPE html>
<html>
<head>
<title>Downloads</title>
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<link href="/css/nes.min.css" rel="stylesheet" />
<link href="/css/style.css" rel="stylesheet" />
<link href="/css/nav.css" rel="stylesheet" />
<link href="/css/misc.css" rel="stylesheet" />
</head>
<body class="eggplant">
<center>
<a href="https://wowbux.org">
<img src="/cooldoge.gif" alt="coin" width="169" height="169">
</a>
</center>
<div class="main-centered" id="mainmenu">
<ul class="menu">
<li class="menu">
<a class="nes-btn is-primary" title="Introduction" href="/intro/">Introduction</a>
</li>
<li class="menu">
<a class="nes-btn is-primary" title="Quick Start" href="/quickstart/">Quick Start</a>
</li>
<li class="menu">
<a class="nes-btn is-primary" title="Advanced" href="/advanced/">Advanced</a>
</li>
<li class="menu">
<a class="nes-btn is-primary" title="Downloads" href="/downloads/">Downloads</a>
</li>
<li class="menu">
<a class="nes-btn is-primary" title="Trade" href="/trade/">Trade</a>
</li>
</ul>
</div>
<section class="nes-container is-dark with-title main-centered">
<h1>Downloads</h1>
<nav id="TableOfContents">
<ul>
<li><a href="#get-wowlite-graphical-interface">Get wowlite Graphical Interface</a>
<ul>
<li><a href="#linux-gui">Linux GUI</a></li>
<li><a href="#mac-os-gui">Mac OS GUI</a></li>
<li><a href="#windows-gui">Windows GUI</a></li>
</ul>
</li>
<li><a href="#get-wownero-command-line-interface">Get wownero Command Line Interface</a>
<ul>
<li><a href="#linux-cli">Linux CLI</a></li>
<li><a href="#mac-os-cli">Mac OS CLI</a></li>
<li><a href="#windows-cli">Windows CLI</a></li>
</ul>
</li>
</ul>
</nav>
<h2 id="get-wowlite-graphical-interface">Get wowlite Graphical Interface</h2>
<h3 id="linux-gui">Linux GUI</h3>
<p><a href="https://github.com/wownero/wownero/releases/download/v0.8.0.0/wownero_Linux_v0.8.tar.xz">Wowlite Linux v0.8</a></p>
<h3 id="mac-os-gui">Mac OS GUI</h3>
<p><a href="https://github.com/wownero/wownero/releases/download/v0.8.0.0/wownero_macOS_v0.8.dmg">Wowlite macOS v0.8</a></p>
<h3 id="windows-gui">Windows GUI</h3>
<p><a href="https://wowbux.org">Wowlite Windows v0.8</a></p>
<h2 id="get-wownero-command-line-interface">Get wownero Command Line Interface</h2>
<p>(The CLI wallet is for Advanced Users)</p>
<h3 id="linux-cli">Linux CLI</h3>
<p><a href="https://github.com/wownero/wownero/releases/download/v0.8.0.0/wownero_Linux_v0.8.tar.xz">Wow-cli Linux v0.8</a></p>
<h3 id="mac-os-cli">Mac OS CLI</h3>
<p><a href="https://github.com/wownero/wownero/releases/download/v0.8.0.0/wownero_macOS_v0.8.dmg">Wow-cli macOS v0.8</a></p>
<h3 id="windows-cli">Windows CLI</h3>
<p><a href="https://wowbux.org">Wow-cli Windows v0.8</a></p>
</section>
<center>
<img src="https://img.shields.io/badge/RandomWOW-ASIC%20DED.-blueviolet">
<img src="https://img.shields.io/badge/Low%20Emission-Certified-success">
<img src="https://img.shields.io/badge/Jeff-Online-success">
<img src="https://img.shields.io/badge/Safu-100%25-success">
<br>
<a href="wownero:Wo3MWeKwtA918DU4c69hVSNgejdWFCRCuWjShRY66mJkU2Hv58eygJWDJS1MNa2Ge5M1WjUkGHuLqHkweDxwZZU42d16v94mP">
<img src="https://img.shields.io/badge/Donate WOW-Wo3MWeKwtA918DU4c69hVSNgejdWFCRCuWjShRY66mJkU2Hv58eygJWDJS1MNa2Ge5M1WjUkGHuLqHkweDxwZZU42d16v94mP-FF00FF">
</a>
<br>
<a href="monero:44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A">
<img src="https://img.shields.io/badge/Donate XMR-44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A-FF00FF">
</a>
</center>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Creator: CorelDRAW -->
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="297mm" height="210mm" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
viewBox="0 0 297 210"
xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
<![CDATA[
.fil4 {fill:#3E7015}
.fil2 {fill:#481B6C}
.fil0 {fill:#4A1A75}
.fil5 {fill:#718D3D}
.fil3 {fill:url(#id0)}
.fil1 {fill:url(#id1)}
]]>
</style>
<linearGradient id="id0" gradientUnits="userSpaceOnUse" x1="121.948" y1="167.781" x2="177.22" y2="167.781">
<stop offset="0" style="stop-color:#481B6C"/>
<stop offset="0.101961" style="stop-color:#401861"/>
<stop offset="1" style="stop-color:#481B6C"/>
</linearGradient>
<linearGradient id="id1" gradientUnits="userSpaceOnUse" x1="159.684" y1="184.225" x2="159.684" y2="57.7956">
<stop offset="0" style="stop-color:#28103D"/>
<stop offset="1" style="stop-color:#35194D"/>
</linearGradient>
</defs>
<g id="Layer_x0020_1">
<metadata id="CorelCorpID_0Corel-Layer"/>
<g id="_132626200">
<path id="_132629512" class="fil0" d="M148.354 56.7218c9.5089,4.2275 19.4485,15.3268 29.5463,28.9689 2.9905,4.0395 6.081,7.3985 9.3298,11.1864 21.9176,25.5584 25.5953,69.5305 1.7099,84.4448 -3.4514,2.1545 -8.1065,4.3764 -12.0162,5.4877 -20.0788,5.7058 -53.0339,-8.944 -56.5147,-51.3226 -0.4649,-5.6601 -0.1271,-11.2278 -0.9863,-16.8656 -2.85,-18.7044 -6.4672,-39.3575 -3.531,-50.3772l32.4622 -11.5224z"/>
<path id="_132629416" class="fil1" d="M145.905 57.7956c8.8853,3.9503 11.4837,10.862 20.919,23.6092 2.794,3.7742 5.6627,8.5464 8.718,12.0677 21.2637,24.508 30.9578,65.0257 10.364,82.1373 -7.6298,6.3389 -13.0143,8.6154 -22.8874,7.7386 -21.7775,-1.9355 -42.0083,-19.5509 -42.65,-54.025 -0.0985,-5.3035 -0.6957,-8.4198 -1.4977,-13.6871 -2.6624,-17.4771 -6.0013,-37.3308 -3.2575,-47.6279l30.2916 -10.2128z"/>
<path id="_132629320" class="fil2" d="M160.853 89.5502c-11.7798,1.1161 11.0608,55.4128 26.5503,64.146 3.8603,2.1767 4.7486,1.5913 5.3189,-2.8816 3.0461,-23.844 -19.6357,-58.6028 -31.8692,-61.2644z"/>
<path id="_132629080" class="fil3" d="M125.777 143.531c-3.8283,22.9363 42.7005,48.4987 51.4435,33.2191 -26.7883,-6.9984 -40.6825,-19.4481 -51.4435,-33.2191z"/>
<path id="_132629056" class="fil4" d="M126.411 84.708c-3.3452,-3.3808 -7.4456,-7.8421 -11.2459,-15.4584 -0.4383,-3.3958 0.8156,-8.7852 4.0834,-12.5674 2.5772,-2.9825 2.3967,-2.6069 0.8859,-6.3055l-10.9828 -26.5762c-0.6738,-1.6313 -1.4784,-2.2331 0.4538,-3.0368 1.4455,-0.6018 3.1448,-0.4529 5.0983,0.7335 6.0654,8.4319 11.193,16.6291 15.7081,28.8249 1.7242,3.2572 1.4179,3.0687 5.008,3.002 12.8684,-0.24 19.197,6.9842 22.4226,17.771l0.1493 7.0323c-1.9304,11.2855 -1.7415,11.9957 -6.3721,1.9517 -1.157,-2.51 -2.5478,-4.5551 -4.6196,-5.7543l-1.4419 6.3552c-1.2156,5.6748 -1.1312,7.0607 -5.1533,2.7256 -2.6034,-2.8056 -4.7938,-5.5489 -6.7847,-7.9274l0.0707 7.7261c-0.8374,9.6355 -1.3833,7.462 -7.2798,1.5037z"/>
</g>
<path class="fil5" d="M128.337 79.5294c-2.9301,-2.5687 -6.5217,-5.9585 -9.8504,-11.7454 -0.3839,-2.5802 0.7144,-6.6751 3.5767,-9.5488 2.2574,-2.2661 2.0993,-1.9807 0.776,-4.7909l-9.6199 -20.1929c-0.5903,-1.2394 -1.2949,-1.6967 0.3975,-2.3073 1.2661,-0.4573 2.7545,-0.3441 4.4656,0.5572 5.3127,6.4067 9.804,12.635 13.7588,21.9014 1.5102,2.4749 1.242,2.3317 4.3866,2.281 11.2714,-0.1824 16.8146,5.3067 19.64,13.5025l0.1308 5.3432c-1.6909,8.5748 -1.5254,9.1145 -5.5814,1.4829 -1.0134,-1.9071 -2.2316,-3.461 -4.0463,-4.3721l-1.263 4.8287c-1.0648,4.3117 -0.9908,5.3648 -4.5138,2.0709 -2.2803,-2.1317 -4.1989,-4.2161 -5.9427,-6.0233l0.0619 5.8704c-0.7335,7.3211 -1.2116,5.6697 -6.3764,1.1425z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

@ -0,0 +1,75 @@
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.68.3" />
<title></title>
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<link href="/css/nes.min.css" rel="stylesheet" />
<link href="/css/style.css" rel="stylesheet" />
<link href="/css/nav.css" rel="stylesheet" />
<link href="/css/misc.css" rel="stylesheet" />
</head>
<body class="eggplant">
<center>
<a href="https://wowbux.org">
<img src="/cooldoge.gif" alt="coin" width="169" height="169">
</a>
</center>
<div class="main-centered" id="mainmenu">
<ul class="menu">
<li class="menu">
<a class="nes-btn is-primary" title="Introduction" href="/intro/">Introduction</a>
</li>
<li class="menu">
<a class="nes-btn is-primary" title="Quick Start" href="/quickstart/">Quick Start</a>
</li>
<li class="menu">
<a class="nes-btn is-primary" title="Advanced" href="/advanced/">Advanced</a>
</li>
<li class="menu">
<a class="nes-btn is-primary" title="Downloads" href="/downloads/">Downloads</a>
</li>
<li class="menu">
<a class="nes-btn is-primary" title="Trade" href="/trade/">Trade</a>
</li>
</ul>
</div>
<section class="nes-container is-dark with-title main-centered">
<h1>Hi there!</h1>
<p>You know how this works. Navigation at top bar. Click to navigate. ;-D</p>
<img src="/starter.jpg" width="600"/>
</section>
<center>
<img src="https://img.shields.io/badge/RandomWOW-ASIC%20DED.-blueviolet">
<img src="https://img.shields.io/badge/Low%20Emission-Certified-success">
<img src="https://img.shields.io/badge/Jeff-Online-success">
<img src="https://img.shields.io/badge/Safu-100%25-success">
<br>
<a href="wownero:Wo3MWeKwtA918DU4c69hVSNgejdWFCRCuWjShRY66mJkU2Hv58eygJWDJS1MNa2Ge5M1WjUkGHuLqHkweDxwZZU42d16v94mP">
<img src="https://img.shields.io/badge/Donate WOW-Wo3MWeKwtA918DU4c69hVSNgejdWFCRCuWjShRY66mJkU2Hv58eygJWDJS1MNa2Ge5M1WjUkGHuLqHkweDxwZZU42d16v94mP-FF00FF">
</a>
<br>
<a href="monero:44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A">
<img src="https://img.shields.io/badge/Donate XMR-44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A-FF00FF">
</a>
</center>
</body>
</html>

@ -0,0 +1,74 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>wow is the future!</title>
<link>http://example.org/</link>
<description>Recent content on wow is the future!</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Thu, 28 Feb 2019 00:00:00 +0000</lastBuildDate>
<atom:link href="http://example.org/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Advanced</title>
<link>http://example.org/advanced/</link>
<pubDate>Thu, 28 Feb 2019 00:00:00 +0000</pubDate>
<guid>http://example.org/advanced/</guid>
<description>Getting the CLI Wallet LINUX Download the Linux 64-bit command line client and extract it
wget https://downloads.getwownero.org/linux64 tar jxvf linux64 MAC Download the Mac command line client and extract it
wget https://downloads.getwownero.org/mac64 tar jxvf mac64 WINDOWS Create a new folder with Windows File Explorer, and use your web browser to download the following file to the new folder https://downloads.getwownero.org/win64
Double click the Wownero zip file that has been downloaded to extract it.</description>
</item>
<item>
<title>Downloads</title>
<link>http://example.org/downloads/</link>
<pubDate>Thu, 28 Feb 2019 00:00:00 +0000</pubDate>
<guid>http://example.org/downloads/</guid>
<description>Get wowlite Graphical Interface Linux GUI Wowlite Linux v0.8
Mac OS GUI Wowlite macOS v0.8
Windows GUI Wowlite Windows v0.8
Get wownero Command Line Interface (The CLI wallet is for Advanced Users)
Linux CLI Wow-cli Linux v0.8
Mac OS CLI Wow-cli macOS v0.8
Windows CLI Wow-cli Windows v0.8</description>
</item>
<item>
<title>Quick Start</title>
<link>http://example.org/quickstart/</link>
<pubDate>Thu, 28 Feb 2019 00:00:00 +0000</pubDate>
<guid>http://example.org/quickstart/</guid>
<description>Getting wowlite Click downloads at the top of the page and choose the version for your operating system (macOS, Windows, or Linux). Once downloaded use Unzip to extract the wallet file. You should be left with a folder called wowlite-(version), open that folder. On MacOS you will install the dmg.
Running wowlite MacOS Wowlite should now be in your available applications, add to launcher for convienence.
Linux Look for wowlite.</description>
</item>
<item>
<title>Trade</title>
<link>http://example.org/trade/</link>
<pubDate>Thu, 28 Feb 2019 00:00:00 +0000</pubDate>
<guid>http://example.org/trade/</guid>
<description>TradeOgre</description>
</item>
<item>
<title>Introduction</title>
<link>http://example.org/intro/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>http://example.org/intro/</guid>
<description>What is Wow? Wownero is a CPU-mineable memecoin. It is a software fork of Monero with a lite version of RandomX (1MB scratchpad), a ring size of 22, and a faster difficulty adjustment.
Wownero has a deflationary finite supply of 184,467,440 coins with a slow and steady emission over 50 years.
Wownero is a fairly launched coin with no premine, instamine, or dev tax.
WTF does that mean? How Wownero can help you?</description>
</item>
</channel>
</rss>

@ -0,0 +1,96 @@
<!DOCTYPE html>
<html>
<head>
<title>Introduction</title>
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<link href="/css/nes.min.css" rel="stylesheet" />
<link href="/css/style.css" rel="stylesheet" />
<link href="/css/nav.css" rel="stylesheet" />
<link href="/css/misc.css" rel="stylesheet" />
</head>
<body class="eggplant">
<center>
<a href="https://wowbux.org">
<img src="/cooldoge.gif" alt="coin" width="169" height="169">
</a>
</center>
<div class="main-centered" id="mainmenu">
<ul class="menu">
<li class="menu">
<a class="nes-btn is-primary" title="Introduction" href="/intro/">Introduction</a>
</li>
<li class="menu">
<a class="nes-btn is-primary" title="Quick Start" href="/quickstart/">Quick Start</a>
</li>
<li class="menu">
<a class="nes-btn is-primary" title="Advanced" href="/advanced/">Advanced</a>
</li>
<li class="menu">
<a class="nes-btn is-primary" title="Downloads" href="/downloads/">Downloads</a>
</li>
<li class="menu">
<a class="nes-btn is-primary" title="Trade" href="/trade/">Trade</a>
</li>
</ul>
</div>
<section class="nes-container is-dark with-title main-centered">
<h1>Introduction</h1>
<nav id="TableOfContents">
<ul>
<li><a href="#what-is-wow">What is Wow?</a></li>
<li><a href="#wtf-does-that-mean">WTF does that mean?</a></li>
</ul>
</nav>
<h2 id="what-is-wow">What is Wow?</h2>
<p><img src="/stonks.gif" alt="stonks"></p>
<p>Wownero is a CPU-mineable memecoin. It is a software fork of Monero with a lite version of RandomX (1MB scratchpad), a ring size of 22, and a faster difficulty adjustment.</p>
<p>Wownero has a deflationary finite supply of 184,467,440 coins with a slow and steady emission over 50 years.</p>
<p>Wownero is a fairly launched coin with no premine, instamine, or dev tax.</p>
<hr>
<h2 id="wtf-does-that-mean">WTF does that mean?</h2>
<p>How Wownero can help you?</p>
<p>Wownero will create 2 versions of an apple.</p>
<ol>
<li>
<p>Ethereum Apple 1 will have a value of 1 ether.</p>
</li>
<li>
<p>Bitcoin Apple will have a value of 2 bitcoins.</p>
</li>
</ol>
<p>Check the balance of the 2 apple from app2 go to your wallet add the apple with the value you want the apple with</p>
<p>&ldquo;Wownero will place an order with the exact amount of the apples placed in Bitcoin. This will give you the coins instantly&rdquo;.</p>
<p>Wownero is already in talks with several other exchanges on exchanges like Poloniex, but I am unable to reveal their identities at this stage.</p>
<p><img src="/clinton.gif" alt="WOW"></p>
<p>Wow! Wow! Wow!</p>
</section>
<center>
<img src="https://img.shields.io/badge/RandomWOW-ASIC%20DED.-blueviolet">
<img src="https://img.shields.io/badge/Low%20Emission-Certified-success">
<img src="https://img.shields.io/badge/Jeff-Online-success">
<img src="https://img.shields.io/badge/Safu-100%25-success">
<br>
<a href="wownero:Wo3MWeKwtA918DU4c69hVSNgejdWFCRCuWjShRY66mJkU2Hv58eygJWDJS1MNa2Ge5M1WjUkGHuLqHkweDxwZZU42d16v94mP">
<img src="https://img.shields.io/badge/Donate WOW-Wo3MWeKwtA918DU4c69hVSNgejdWFCRCuWjShRY66mJkU2Hv58eygJWDJS1MNa2Ge5M1WjUkGHuLqHkweDxwZZU42d16v94mP-FF00FF">
</a>
<br>
<a href="monero:44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A">
<img src="https://img.shields.io/badge/Donate XMR-44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A-FF00FF">
</a>
</center>
</body>
</html>

@ -0,0 +1,114 @@
<!DOCTYPE html>
<html>
<head>
<title>Quick Start</title>
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<link href="/css/nes.min.css" rel="stylesheet" />
<link href="/css/style.css" rel="stylesheet" />
<link href="/css/nav.css" rel="stylesheet" />
<link href="/css/misc.css" rel="stylesheet" />
</head>
<body class="eggplant">
<center>
<a href="https://wowbux.org">
<img src="/cooldoge.gif" alt="coin" width="169" height="169">
</a>
</center>
<div class="main-centered" id="mainmenu">
<ul class="menu">
<li class="menu">
<a class="nes-btn is-primary" title="Introduction" href="/intro/">Introduction</a>
</li>
<li class="menu">
<a class="nes-btn is-primary" title="Quick Start" href="/quickstart/">Quick Start</a>
</li>
<li class="menu">
<a class="nes-btn is-primary" title="Advanced" href="/advanced/">Advanced</a>
</li>
<li class="menu">
<a class="nes-btn is-primary" title="Downloads" href="/downloads/">Downloads</a>
</li>
<li class="menu">
<a class="nes-btn is-primary" title="Trade" href="/trade/">Trade</a>
</li>
</ul>
</div>
<section class="nes-container is-dark with-title main-centered">
<h1>Quick Start</h1>
<nav id="TableOfContents">
<ul>
<li><a href="#getting-wowlite">Getting wowlite</a></li>
<li><a href="#running-wowlite">Running wowlite</a>
<ul>
<li><a href="#macos">MacOS</a></li>
<li><a href="#linux">Linux</a></li>
<li><a href="#windows">Windows</a></li>
</ul>
</li>
<li><a href="#creating-a-wallet">Creating a wallet</a>
<ul>
<li><a href="#set-wallet-name-and-password">Set wallet name and password</a></li>
<li><a href="#copy-your-seed-down">Copy your seed down!!!!!!</a></li>
</ul>
</li>
<li><a href="#recieving-wow">Recieving Wow</a></li>
<li><a href="#sending-wow">Sending Wow</a></li>
</ul>
</nav>
<h2 id="getting-wowlite">Getting wowlite</h2>
<p><img src="/downloadwowlite.gif" alt=""></p>
<p>Click downloads at the top of the page and choose the version for your operating system (macOS, Windows, or Linux). Once downloaded use Unzip to extract the wallet file. You should be left with a folder called wowlite-(version), open that folder. On MacOS you will install the dmg.</p>
<hr>
<h2 id="running-wowlite">Running wowlite</h2>
<p><img src="https://raw.githubusercontent.com/wiki/qvqc/wowlite/images/wowlite.gif" alt=""></p>
<h3 id="macos">MacOS</h3>
<p>Wowlite should now be in your available applications, add to launcher for convienence.</p>
<h3 id="linux">Linux</h3>
<p>Look for wowlite.AppImage, click to run. Installation shortcut will appear under &lsquo;Internet&rsquo; menu.</p>
<h3 id="windows">Windows</h3>
<p>Look for a file called wowlite.exe, click to run.</p>
<hr>
<h2 id="creating-a-wallet">Creating a wallet</h2>
<h3 id="set-wallet-name-and-password">Set wallet name and password</h3>
<p><img src="/createwallet.gif" alt=""></p>
<p>Name your wallet and choose a password you will not forget.</p>
<h3 id="copy-your-seed-down">Copy your seed down!!!!!!</h3>
<p><img src="/writeseed.gif" alt=""></p>
<p>You must physically write down your seed. It is possible for the data on your hard drive to go bad and you lose your Wow. The only way to recover the Wow is by having a physical copy of the seed. This is easy, find a personal journal or book and using a pen write down the 25 words somewhere they wont be easily spoted by friends.</p>
<h2 id="recieving-wow">Recieving Wow</h2>
<p><img src="/recieve.gif" alt=""></p>
<p>Copy your recieve address and give it to a friend!</p>
<h2 id="sending-wow">Sending Wow</h2>
<p><img src="/send.gif" alt=""></p>
<p>Ask for your friends recieving address and send them the wow!</p>
</section>
<center>
<img src="https://img.shields.io/badge/RandomWOW-ASIC%20DED.-blueviolet">
<img src="https://img.shields.io/badge/Low%20Emission-Certified-success">
<img src="https://img.shields.io/badge/Jeff-Online-success">
<img src="https://img.shields.io/badge/Safu-100%25-success">
<br>
<a href="wownero:Wo3MWeKwtA918DU4c69hVSNgejdWFCRCuWjShRY66mJkU2Hv58eygJWDJS1MNa2Ge5M1WjUkGHuLqHkweDxwZZU42d16v94mP">
<img src="https://img.shields.io/badge/Donate WOW-Wo3MWeKwtA918DU4c69hVSNgejdWFCRCuWjShRY66mJkU2Hv58eygJWDJS1MNa2Ge5M1WjUkGHuLqHkweDxwZZU42d16v94mP-FF00FF">
</a>
<br>
<a href="monero:44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A">
<img src="https://img.shields.io/badge/Donate XMR-44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A-FF00FF">
</a>
</center>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Series on wow is the future!</title>
<link>http://example.org/series/</link>
<description>Recent content in Series on wow is the future!</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<atom:link href="http://example.org/series/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

@ -0,0 +1,50 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>http://example.org/</loc>
<lastmod>2019-02-28T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://example.org/advanced/</loc>
<lastmod>2019-02-28T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://example.org/downloads/</loc>
<lastmod>2019-02-28T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://example.org/quickstart/</loc>
<lastmod>2019-02-28T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://example.org/trade/</loc>
<lastmod>2019-02-28T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://example.org/categories/</loc>
</url>
<url>
<loc>http://example.org/tags/intro/</loc>
</url>
<url>
<loc>http://example.org/intro/</loc>
</url>
<url>
<loc>http://example.org/series/</loc>
</url>
<url>
<loc>http://example.org/tags/</loc>
</url>
</urlset>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tags on wow is the future!</title>
<link>http://example.org/tags/</link>
<description>Recent content in Tags on wow is the future!</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<atom:link href="http://example.org/tags/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>intro</title>
<link>http://example.org/tags/intro/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>http://example.org/tags/intro/</guid>
<description></description>
</item>
</channel>
</rss>

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>intro on wow is the future!</title>
<link>http://example.org/tags/intro/</link>
<description>Recent content in intro on wow is the future!</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<atom:link href="http://example.org/tags/intro/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Introduction</title>
<link>http://example.org/intro/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>http://example.org/intro/</guid>
<description>What is Wow? Wownero is a CPU-mineable memecoin. It is a software fork of Monero with a lite version of RandomX (1MB scratchpad), a ring size of 22, and a faster difficulty adjustment.
Wownero has a deflationary finite supply of 184,467,440 coins with a slow and steady emission over 50 years.
Wownero is a fairly launched coin with no premine, instamine, or dev tax.
WTF does that mean? How Wownero can help you?</description>
</item>
</channel>
</rss>

@ -0,0 +1,70 @@
<!DOCTYPE html>
<html>
<head>
<title>Trade</title>
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<link href="/css/nes.min.css" rel="stylesheet" />
<link href="/css/style.css" rel="stylesheet" />
<link href="/css/nav.css" rel="stylesheet" />
<link href="/css/misc.css" rel="stylesheet" />
</head>
<body class="eggplant">
<center>
<a href="https://wowbux.org">
<img src="/cooldoge.gif" alt="coin" width="169" height="169">
</a>
</center>
<div class="main-centered" id="mainmenu">
<ul class="menu">
<li class="menu">
<a class="nes-btn is-primary" title="Introduction" href="/intro/">Introduction</a>
</li>
<li class="menu">
<a class="nes-btn is-primary" title="Quick Start" href="/quickstart/">Quick Start</a>
</li>
<li class="menu">
<a class="nes-btn is-primary" title="Advanced" href="/advanced/">Advanced</a>
</li>
<li class="menu">
<a class="nes-btn is-primary" title="Downloads" href="/downloads/">Downloads</a>
</li>
<li class="menu">
<a class="nes-btn is-primary" title="Trade" href="/trade/">Trade</a>
</li>
</ul>
</div>
<section class="nes-container is-dark with-title main-centered">
<h1>Trade</h1>
<nav id="TableOfContents"></nav>
<p><a href="https://tradeogre.com">TradeOgre</a></p>
</section>
<center>
<img src="https://img.shields.io/badge/RandomWOW-ASIC%20DED.-blueviolet">
<img src="https://img.shields.io/badge/Low%20Emission-Certified-success">
<img src="https://img.shields.io/badge/Jeff-Online-success">
<img src="https://img.shields.io/badge/Safu-100%25-success">
<br>
<a href="wownero:Wo3MWeKwtA918DU4c69hVSNgejdWFCRCuWjShRY66mJkU2Hv58eygJWDJS1MNa2Ge5M1WjUkGHuLqHkweDxwZZU42d16v94mP">
<img src="https://img.shields.io/badge/Donate WOW-Wo3MWeKwtA918DU4c69hVSNgejdWFCRCuWjShRY66mJkU2Hv58eygJWDJS1MNa2Ge5M1WjUkGHuLqHkweDxwZZU42d16v94mP-FF00FF">
</a>
<br>
<a href="monero:44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A">
<img src="https://img.shields.io/badge/Donate XMR-44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A-FF00FF">
</a>
</center>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.
Loading…
Cancel
Save