📖
Apool Help
  • 📒QUBIC Pool Tutorial
    • Linux Automatic Update Tutorial
    • Windows Automatic Update Tutorial
    • HiveOS Flight Sheet Tutorial
  • 📒Quai Pool Tutorial
    • Quai Linux Mining Tutorial
    • Quai Windows Mining Tutorial
    • HiveOS Flight Sheet Tutorial
  • 📒XMR Pool Tutorial
    • Xmr Linux Mining Tutorial
    • Xmr Windows Mining Tutorial
    • Xmr HiveOS Flight Sheet Tutorial
  • 📒Idle Time Mining Tutorial
    • Linux Qubic+Aleo Idle Mining Tutorial
    • HiveOS Qubic+Aleo Idle Mining Flight Sheet Tutorial
    • Linux Qubic+Quai Idle Mining Tutorial
    • Windows Qubic+Quai Idle Mining Tutorial
    • HiveOS Qubic+Quai Idle Mining Flight Sheet Tutorial
    • Linux Qubic+Xmr Idle Mining Tutorial
    • HiveOS Qubic+Xmr Idle Mining Flight Sheet Tutorial
  • 📒Aleo POOL Tutorial
    • HiveOS Flight Sheet Tutorial
    • Aleo Linux Mining Tutorial
  • 🧰Qubic FAQ
    • Withdrawal Tutorial
    • Revenue Calculation
    • PPLNS Model
    • Pool Fee
    • Payout Time
  • 🧰Aleo FAQ
    • Pool Fee
    • Payout Time
    • GLIBCXX_3.4.XX
  • 🧰Quai FAQ
    • Pool Fee
    • Payout Time
Powered by GitBook
On this page

Was this helpful?

  1. Idle Time Mining Tutorial

Linux Qubic+Aleo Idle Mining Tutorial

PreviousXmr HiveOS Flight Sheet TutorialNextHiveOS Qubic+Aleo Idle Mining Flight Sheet Tutorial

Last updated 1 month ago

Was this helpful?

1. Acquire sub-account

In order to earn qus, one must mine to a sub-account. Head over to 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_aleo_dile_mining_v2.8.6.tar

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
account=my_sub_account
pool=qubic1.hk.apool.io:3334

#worker=my_worker
#cpu-off=false
#thread=4
#gpu-off=false
#gpu=0,1,2

third_miner = "zkminer"
third_cmd = "./zkminer -a CP_xxxx -w my_worker -s aleo1.hk.apool.io -p 9090"
algo=qubic
account=my_sub_account
pool=qubic1.hk.apool.io:3334

#worker=my_worker
#cpu-off=false
#thread=4
#gpu-off=false
#gpu=0,1,2

third_miner = "./aleo_prover --pool aleo.asia1.zk.work:10003 --pool aleo.hk.zk.work:10003 --pool aleo.jp.zk.work:10003 --address aleo1XXXXXXXXXXXXXXXXXX --custom_name %WORKER_NAME%"
algo=qubic
account=my_sub_account
pool=qubic1.hk.apool.io:3334

#worker=my_worker
#cpu-off=false
#thread=4
#gpu-off=false
#gpu=0,1,2

third_miner = ./aleominer -u stratum+ssl://aleo-asia.f2pool.com:4420 -w account.workname
algo=qubic
account=my_sub_account
pool=qubic1.hk.apool.io:3334

#worker=my_worker
#cpu-off=false
#thread=4
#gpu-off=false
#gpu=0,1,2

third_miner = "oula-pool-prover"
third_cmd = "./oula-pool-prover --pool wss://aleo.oula.network:6666 --account oula_account --worker-name my_worker"

6.Run and shutdown

  • Select the execution script according to your needs

  • If you want to run an automatic upgrade of apoolminer, you can execute the upgrade_and_run.sh script

nohup bash upgrade_and_run.sh 2>&1 &

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

nohup bash run.sh > run.log 2>&1 &

7. View miner log

tail -f zkminer.log
tail -f qubic.log

8.shutdown miner command

killall -9 zkminer
killall -9 apoolminer

9.shutdown autoupgrade script

If you are running an automatic upgrade script, use the following command to shutdown and it will no longer be upgraded.

for i in $(ps aux|grep "upgrade_and_run"|grep -v grep |awk '{print $2}'); do kill -9 $i; done

10.shutdown run script

ps aux|grep -w "run.sh"|grep -v grep|grep -v nohup|awk '{print $2}'|xargs kill -9

11. Watch the Statistics and earn ORE on Apool

https://www.apool.io/myMiner

Download link:

📒
https://github.com/apool-io/ThirdMiner/releases
https://www.apool.io