Linux Qubic+Xmr Idle Mining Tutorial

1. Acquire sub-account

In order to earn quai, one must mine to a sub-account. Head over to https://www.apool.top to finish email registration.

Apool will allocate a sub-account automatically under your name. Check out your sub-account name in 'My miners' page.

2. Download the mining software

  • Extract the file with the comand:

tar zxf apoolminer_linux_qubic_autoupdate_v2.9.3.tar.gz

4. Modify the configuration file miner.conf and change the account to your own.

If you need to adjust other parameters, remove the # comment and modify the corresponding values according to the parameter description.

algo=qubic_xmr
account=CP_XXX
pool=qubic1.hk.apool.io:3334

#worker = my_worker
#cpu-off = true
#thread = 1
#gpu-off = true
#gpu = 0,1,2
#xmr-gpu-off = true
#xmr-cpu-off = true
#xmr-thread = 1
#xmr-lgb-pages = true

6.Run and shutdown

  • Select the execution script according to your needs

  • If you do not need to automatically upgrade apoolminer, you can execute the run.sh script

bash run.sh

7. View miner log

tail -f qubic_xmr.log

8.shutdown miner command

pkill apoolminer

9. Watch the Statistics and earn Qubic+Quai on Apool

https://www.apool.io/myMiner

Last updated

Was this helpful?