Wownero Forum

Full Version: mining wownero
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
https://wownero.org/mining.html

HOW TO MINE WOWNERO

How to Mine Directly With Wownerod
  1. Download the latest version of wownero to your mining computer.
  2. Extract the download
  3. Change to the new directory
  4. Run 
    Code:
    wownerod --start-mining {YOUR-ADDRESS} --spendkey {SECRET-SPENDKEY} --mining-threads {NUMBER}
  5. 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

  1. Download the latest version of wownero to your mining computer.
  2. Extract the download
  3. Change to the new directory
  4. Run
    Code:
    wownerod

  5. Wait until the blockchain has finished synchronizing.
  6. Download the latest version of Xmrig to your mining computer(s).
  7. Extract the xmrig download.
  8. Change your directory to the newly extracted directory
  9. Updated the config file to point to your
    Code:
    xmrig-proxy
    . Example:
    Code:
    "pools": [
        {
            "coin": "wownero",
            "url": "localhost:34568",
            "user": "your wallet address",
            "spend-secret-key": "your secret spend key",
            "daemon": true
        }
    ],

  10. Run
    Code:
    xmrig

How to Mine Wownero with Xmrig-Proxy

kinda more techy and rn lazy, but the steps for it also are over there: https://wownero.org/mining.html