Linux Automatic Update Tutorial

Please note that for automatic updates, please keep run_qubic_all.sh running.

1. Change the example account in the script to your own account

sudo sed -i 's/test_accountname/your_accountname/g' run_qubic_all.sh

2. Startup method

sudo nohup ./run_qubic_all.sh >> run.log 2>&1 &

3. View apoolminer log

sudo tail -f qubic.log

4. Close run script

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

5. Close apoolminer

sudo killall -9 apoolminer

6. View automatic update log

 sudo tail -f .check_update.log

Last updated