Linux User

LinuxUser

  1. Visit the Releases page

  2. Download the appropriate installer or archive for your operating system:

    • Windows: .exe installer

    • macOS: .dmg / .zip

    • Linux: use the xmrig CLI version directly

  3. Run the installer or extract the archive, then launch the application to start mining.

⚠️ Note for Windows Users Since NonceMiner uses xmrig as the mining backend, some antivirus software may falsely flag it as a virus. You can add the installation folder to the exclusion list in Windows Security → Virus & Threat Protection, to prevent the system from blocking it.


CLI Version (Linux)

Linux users can download the appropriate xmrig binary from the xmrig release page and mine directly without the GUI:

./xmrig --user evmAddress,wasmAddress --url pool-mainnet-01.nonce.world:3337 --coin XMR -p x -k

evmAddress: Your EVM address

wasmAddress: Your GEB WASM address (optional)

pool-mainnet-01.nonce.world:3337: Official GEB mining pool address

Last updated