06-22-2026, 02:32 PM
https://wownero.org/mining.html
HOW TO MINE WOWNERO
How to Mine Directly With Wownerod
so far only been trying through tWownerod, got a few blocks already after few days, the nethash is quite accessible with it being solo-mining only, meaning the nethash does regulate itself down to not make it too long to find a block even on a single rig, well, been the case so far
with xmrig i believe the mining performances would be better but havent tried it yet for now, steps how to are below as well:
How to Mine Wownero with Xmrig
kinda more techy and rn lazy, but the steps for it also are over there: https://wownero.org/mining.html
HOW TO MINE WOWNERO
How to Mine Directly With Wownerod
- Download the latest version of wownero to your mining computer.
- Extract the download
- Change to the new directory
- Run
Code:wownerod --start-mining {YOUR-ADDRESS} --spendkey {SECRET-SPENDKEY} --mining-threads {NUMBER} - When the blockchain finishes synchronizing mining will begin.
so far only been trying through tWownerod, got a few blocks already after few days, the nethash is quite accessible with it being solo-mining only, meaning the nethash does regulate itself down to not make it too long to find a block even on a single rig, well, been the case so far
with xmrig i believe the mining performances would be better but havent tried it yet for now, steps how to are below as well:
How to Mine Wownero with Xmrig
- Download the latest version of wownero to your mining computer.
- Extract the download
- Change to the new directory
- Run
Code:wownerod
- Wait until the blockchain has finished synchronizing.
- Download the latest version of Xmrig to your mining computer(s).
- Extract the xmrig download.
- Change your directory to the newly extracted directory
- Updated the config file to point to your
. Example:Code:xmrig-proxy
Code:"pools": [
{
"coin": "wownero",
"url": "localhost:34568",
"user": "your wallet address",
"spend-secret-key": "your secret spend key",
"daemon": true
}
],
- Run
Code:xmrig
kinda more techy and rn lazy, but the steps for it also are over there: https://wownero.org/mining.html