Page:
How to mine Wownero
4
How to mine Wownero
清武 博二 edited this page 2020-06-09 13:07:31 +03:00
Table of Contents
To solo mine, follow these directions:
Windows 10
- Download
wownero_win64_v0.X.X.X.zip
archive file from release page and extract files. - Open Command Prompt and change directory to location of extracted files.
- Run
wownerod.exe
and wait a few minutes until there is SYNCHRONIZED OK message. - Open new tab with
Ctrl + t
, runwownero-wallet-cli.exe
, name your new wallet, enter a password, select a language, write down and save the 25-word Mnemonic Seed somewhere safe. - To enable background mining while computer is idle and not on battery, type
yes
. - Copy your wallet's address, type
exit
andexit
to close tab. - To start mining, in
wownerod.exe
, type and pastestart_mining YOUR_ADDRESS 2
. The number "2" is for two threads and the value could be increased or decreased depending on the number of cores in your CPU. - To see mining hash rate, type
status
. This will show you height, mining, and network information. - To stop mining, enter command
stop_mining
. - To exit Wownero, type
save
andexit
and thenexit
again to close window.
Linux
- Download
wownero_Linux_v0.X.X.X.tar.bz2
archive file from release page and untar files. - Open Terminal and change directory to location of untared files.
- Run
./wownerod
and wait a few minutes until there is SYNCHRONIZED OK message. - Open new tab with
Shift + Ctrl + t
, run./wownero-wallet-cli
, name your new wallet, enter a password, select a language, write down and save the 25-word Mnemonic Seed somewhere safe. - To enable background mining while computer is idle and not on battery, type
yes
. - Copy your wallet's address, type
exit
andexit
to close tab. - To start mining, in
wownerod
, type and pastestart_mining YOUR_ADDRESS 2
. The number "2" is for two threads and the value could be increased or decreased depending on the number of cores in your CPU. - To see mining hash rate, type
status
. This will show you height, mining, and network information. - To stop mining, enter command
stop_mining
. - To exit Wownero, type
save
andexit
and thenexit
again to close terminal.
MacOS
TODO