facelift docs page

master
lza_menace 7 months ago
parent abf56bd0c2
commit 92a8210e2f

1
.gitignore vendored

@ -0,0 +1 @@
public

@ -3,7 +3,42 @@ title: Introduction
type: docs
---
# WowneroDocs
# Wownero Docs
WowneroDocs attempts to organize basic knowledge on Wownero in one place.
Check out the [links and info](/docs/links/).
This is a documentation page for the cryptocurrency project, [Wownero](https://wownero.org); the only project that means nothing, is generally useless, and doesn't try to pretend any differently.
It's freeing in a way to embrace these facts as the rest of the cryptocurrency realm is rife with marketing, buzzwords, and bullshit to have new entrants drink the kool-aid so proponents can gamble against each other to make a buck.
Wownero is a fun project to learn and hack on code, bet on snail races (literally), make stupid memes, chat with our group of ragtag stoners, and generally have fun with interesting tech based on Monero (the only legit project around). Real G's idle in [IRC](https://webchat.oftc.net/?channels=wownero) (and move in silence like lasagna).
If you're coming to "invest", you're going to have a bad time.
## Official sites
- [wownero.org](https://wownero.org/) - the official Wownero website
- [git.wownero.com](https://git.wownero.com/) - WOW source code is here
- [forum.wownero.com](https://forum.wownero.com/) - Wownero forum. You can ask questions and get answers here
## Community sites
- [#wownero at oftc.net](https://webchat.oftc.net/?channels=wownero) - Wownero IRC chat
- [Wownero Matrix room](https://matrix.to/#/#wownero:matrix.org) - Bridged with IRC
- [wownero discord](https://discord.gg/ykZyAzJhDK) - Partially bridged with IRC
- [reddit](https://www.reddit.com/r/Wownero/) - a wownero forum which spies on you
- [Telegram](https://t.me/wownero) - Not bridged with IRC, you should use IRC, Matrix or Discord instead
- [Slime.cash](https://slime.cash) - A cool Wownero introduction site
## Exchanges
- [TradeOgre](https://tradeogre.com/exchange/BTC-WOW) - the OG exchange
- [Neroswap](https://neroswap.com) - XMR <-> WOW swap service
- [AltQuick](https://altquick.com/market/Wownero) - low volume
- [MajesticBank](https://majesticbank.sc/) - swap wownero for XMR, BTC, or LTC
- [Trocador](https://trocador.app) - multi-coint swap service with an emphasis on privacy
## Wallets
- [WowLet](https://wowlet.app) - GUI wallet for Linux
- [Wownero CLI](https://git.wownero.com/wownero/wownero/releases) - official command-line wallet
- [Stack Wallet](https://stackwallet.com/) - Android and iOS mobile wallet
- [Elite Wallet](https://elitewallet.sc/) - Android and iOS mobile wallet
## Tutorials
- [How to run a node](/docs/node)
- [How to mine](/docs/mining)

@ -1,34 +0,0 @@
---
title: "Links"
---
# Wownero Links
This page holds a list of useful wownero links and services accepting WOW.
## Official sites
- [wownero.org](https://wownero.org/) - the official Wownero website
- [git.wownero.com](https://git.wownero.com/) - WOW source code is here
- [forum.wownero.com](https://forum.wownero.com/) - Wownero forum. You can ask questions and get answers here
## Community sites
- [#wownero at oftc.net](https://webchat.oftc.net/?channels=wownero) - Wownero IRC chat
- [Wownero Matrix room](https://matrix.to/#/#wownero:matrix.org) - Bridged with IRC
- [wownero discord](https://discord.gg/ykZyAzJhDK) - Partially bridged with IRC
- [reddit](https://www.reddit.com/r/Wownero/) - a wownero forum which spies on you
- [Telegram](https://t.me/wownero) - Not bridged with IRC, you should use IRC, Matrix or Discord instead
- [Slime.cash](https://slime.cash) - A cool Wownero introduction site
## Exchanges
- [TradeOgre](https://tradeogre.com/exchange/BTC-WOW) - the OG exchange
- [AltQuick](https://altquick.com/market/Wownero) - low volume
- [MajesticBank](https://majesticbank.sc/) - swap wownero for XMR, BTC, or LTC
## Wallets
- [WowLet](https://wowlet.app) - GUI wallet for Linux, Windows and MacOS
- [Wownero CLI](https://git.wownero.com/wownero/wownero/releases) - official command-line wallet
- [Stack Wallet](https://stackwallet.com/) - Android and iOS mobile wallet
- [Elite Wallet](https://elitewallet.sc/) - Android and iOS mobile wallet
## Tutorials
- [How to solo mine](/docs/mining)
- [How to run a node](/docs/node)

@ -2,23 +2,44 @@
title: "Mining"
---
# How to solo mine Wownero
Wownero is solo-mining only since Junkie Jeff Hardfork (4th july 2021).
## With one-click miner
To solo mine you can use SuchMiner, a high-performance Wownero miner.
# Mining Directly With Wownerod
### Step 1
[Download SuchMiner](https://github.com/duggavo/SuchMiner/releases) and unzip the downloaded folder.
If you wish you can also verify the hash and signature, or build by yourself.
This guide was copied and extended from JR Swab's blog post - read the source here: [JR Swab - Mining Wownero](https://jrswab.com/blog/how-to-mine-wownero)
### Step 2
For security reasons it is strongly recommeneded to create a new wallet for mining.
You can use [Wowlet](https://wowlet.app/) or [Wownero Wallet CLI](https://git.wownero.com/wownero/releases).
1. Download the latest version of Wownero to your mining computer here: [Wownero releases](https://git.wownero.com/wownero/wownero/releases).
2. Extract the download
3. Open a terminal in the extracted directory (you should see `wownerod`, `wownero-wallet-cli`, etc from the `ls` command)
4. Create a new wallet for mining by running `./wownero-wallet-cli --generate-new-wallet mining`
5. Note the wallet's mnemonic seed and store it safely
6. Enter `spendkey` while in the wallet CLI interface and note the secret spend key (aka `{SECRET-SPENDKEY}`)
7. Enter `address` while in the wallet CLI interface and note the primary address (aka `{YOUR-ADDRESS}`)
8. Determine how many CPU cores you want to dedicate to mining (aka `{NUMBER}`)
9. Run `wownerod --start-mining {YOUR-ADDRESS} --spendkey {SECRET-SPENDKEY} --mining-threads {NUMBER}`
### Step 3
Run SuchMiner and enter your wallet address and private spend key when prompted.
In WowLet you can see them with *wallet*>*keys*.
When the blockchain finishes synchronizing mining will begin.
Please consider sending a tip to this person for taking the time to write this: [Donate to JR Swab](https://jrswab.com/support).
# Mining with XMRig
Once again copied from [JR Swab's blog post](https://jrswab.com/blog/how-to-mine-wownero). [Donate to JR Swab](https://jrswab.com/support).
Perform the [above steps](#mining-directly-with-wownerod) but skip number 9. `wownerod` must be running in another terminal. Perform the following:
1. Download the latest [XMRig release](https://github.com/xmrig/xmrig/releases)
2. Extract the download
3. Open a terminal in the extracted directory (you should see `xmrig` from the `ls` command)
4. Run `./xmrig --donate-level 5 --url 127.0.0.1:34568 --user {YOUR-ADDRESS} --algo rx/wow --spendkey {SECRET-SPENDKEY} --threads {NUMBER} --daemon`; run with `sudo` for additional performance
# Mining with SuchMiner
To solo mine you can use SuchMiner, a high-performance Wownero miner.
1. [Download SuchMiner](https://github.com/duggavo/SuchMiner/releases) and unzip the downloaded folder. If you wish you can also verify the hash and signature, or build by yourself.
2. For security reasons it is strongly recommeneded to create a new wallet for mining. You can use [Wowlet](https://wowlet.app/) or [Wownero Wallet CLI](https://git.wownero.com/wownero/releases).
3. Run SuchMiner and enter your wallet address and private spend key when prompted. In WowLet you can see them with *wallet*>*keys*.
## Wen block?
[CryptUnit](https://www.cryptunit.com/coin/WOW) is a great solo mining calculator.

@ -2,19 +2,33 @@
title: "Running a node"
---
# How to run a Wownero node
Running a Wownero node is very simple.
# Run A Node With A Binary
## Requirements
You need ~10 GB of free disk space to run a Wownero node.
SSD is not necessary but syncing will be much faster compared to hard disk.
### Step 1
Download and extract the latest wownero CLI from [https://git.wownero.com/wownero/wownero/releases](WowGit)
1. Download and extract the latest [Wownero release](https://git.wownero.com/wownero/wownero/releases)
2. Double-click or run `wownerod`. If you are on Linux, you might have to allow execution of the daemon: `chmod +x ./wownerod`
### Step 2
Double-click or run wownerod.
If you are on Linux, you might have to allow execution of the daemon:
`chmod +x ./wownerod`
Wait for sync, and that's it! You're now running a Wownero node.
Wait for sync, and that's it! You're now running a Wownero node.
The RPC port will be available at 34568
# Run A Node With Docker
A container image with `wownerod` is available in a few places:
A trusted and up to date one is hosted by [lalanza808/wownero](https://hub.docker.com/u/lalanza808). Run it like so:
`docker run --rm -it -p 34568 -v ~/.wownero:/data/ lalanza808/wownero:v0.11.1.0 wownerod --data-dir /data`
# Run A Node With Docker-Compose And Dashboards
`lza_menace` has a project which packages open source monitoring tools Prometheus and Grafana along with some custom metrics exporters to give a whole dashboard of node and network usage.
It looks like this:
![](https://git.cloud.lzahq.tech/nerodev/docker-wownero/raw/branch/master/files/static/graf1.png)
![](https://git.cloud.lzahq.tech/nerodev/docker-wownero/raw/branch/master/files/static/graf2.png)
See the repo here and follow the instructions: https://git.cloud.lzahq.tech/nerodev/docker-wownero

@ -1 +1,6 @@
<link rel="icon" href="/favicon.ico">
<link rel="icon" href="/favicon.ico">
<style>
code {
user-select: all;
}
</style>

File diff suppressed because one or more lines are too long

@ -0,0 +1 @@
{"Target":"book.min.a82d7e77ceb134d151c4d7e381eeb30623fbd5a524d58c584d8716ecec0205bd.css","MediaType":"text/css","Data":{"Integrity":"sha256-qC1+d86xNNFRxNfjge6zBiP71aUk1YxYTYcW7OwCBb0="}}
Loading…
Cancel
Save