mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
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.ziparchive file from release page and extract files. - Open Command Prompt and change directory to location of extracted files.
- Run
wownerod.exeand 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
exitandexitto 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
saveandexitand thenexitagain to close window.
Linux
- Download
wownero_Linux_v0.X.X.X.tar.bz2archive file from release page and untar files. - Open Terminal and change directory to location of untared files.
- Run
./wownerodand 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
exitandexitto 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
saveandexitand thenexitagain to close terminal.
MacOS
TODO