Linux User

LinuxUser

CLI Version (Linux)

Download and extract:

wget https://github.com/nonceworld/NonceMiner/releases/download/v0.2.0/nonceminer-linux-0.2.0.tar.gz
tar -zxvf nonceminer-0.2.0.tar.gz
cd nonceminer-0.2.0
./miner start --user {$evmAddress},{$wasmAddress}@{$worker}

evmAddress: Your EVM address

wasmAddress: Your GEB WASM address (optional)

worker: A name used to distinguish different machines you run the miner on

  • Example:

./miner start --user 0xdadB0d80178819F2319190D340ce9A924f783711,5Grux3pkj5adMKksEabeabMVHAsehvJ91s9WubQt7DvzqsSq@worker001
  • Other commands:

./miner status
./miner stop
./miner stop --miner=XMR
./miner stop --miner=XTMGPU

You may also edit the config.yaml file in the directory to add extra command arguments for the mining software.

Last updated