I just ssh'd in with m1/miner1 and edited ~/1bash file.
Then, "screen -r miner" to switch to miner and Ctrl+C to cancel mining.
The miner will start itself back up and apply any changes you made to 1bash file.
Not sure if this is the right workflow but it worked for me.
-phil
Nop, miner will get restart but with same OC setting, and dont check 1bash.
But if you use Paralallax mode (use pastabin) if you modify 1bash your miner will get restart with new setup.
To load new setting after u modify 1bash directly on miner, i am not sure on this new version but i assume you have to kill some process.
pkill -e 3main
pkill -e miner
pkill -e wdog
After just type
bash 1bash or maybe you have other thing to launch like i said is a new version.
In v0019 you dont need to kill 3main. just killing miner will make wdog re-init 3main and run it with your new edited 1bash
but if you want to kill best way is :
pkill -e screen # to kill miner, wdog and temp
pkill -f 3main # to kill 3main
bash /home/m1/3main # to load 3main again
one line cmd :
pkill -e screen && pkill -f 3main && bash /home/m1/3main &
Click enter when 3main loaded, and miner started, dont do ctrl+c