Ubuntu - CPU
Operating System: Ubuntu 20.04 , Ubuntu 22.04
wss://aleo.zkrush.com:3333
1.1.Please refer to Add Mining Account
2.1.Download Address: https://github.com/zkrush/aleo-pool-client/releases
Copy the client and then paste it to your mining devices, execute the command to grant permission
chmod +x aleo-pool-prover
Replace 'account' in the following command with your 'mining account', and replace 'worker_name' with your 'device name'
nohup ./aleo-pool-prover --pool wss://aleo.zkrush.com:3333 --account account --worker-name worker_name > prover.log 2>&1 &
Startup Parameters Explained:
--pool #Mining Pool URL
--account #Mining Account, Please refer to Add Mining Account
--worker-name #Device Name
Check prover.log, if it matches the info given below, then the program is running properly.

⚠️If you do not need to output log content, you can replace '&> prover.log &' in the startup command with '> /dev/null 2>&1 &'
killall aleo-pool-prover
# Force Quit
killall aleo-pool-prover -9
最后更新于