HI All
When i run the nvoc start command after i update the 1bash file, the system automatically reboots, just wondering if i can stop this? I am running in remote mode.
Cheers
I think there was some limitations in remote mode that should reboot system to start 3main.
You can use
pkill -e screen
To stop all mining processes (miner,watchdog,temp,...) before update 1bash, and then restart them with
pkill -f 3main
Perfect - thank you.