Can someone tell me how to create a schedule or Cron job to run the “miner stop” command daily between 03:00-09:00?
Long story, I am limited to 40 amps total to my house and every morning consistently at a random time between 3am and 9am “something” trips the main switch unless I am running 25 GPUs or less. Then I gotta go out, flick the RCD, make sure all GPUs are running etc. So a script/schedule would be nice?
Just realised, this doesnt really work when you have Watchdog enabled - it will just restart the miner after your set time. So you will have to disable WD for this to work properly.
Also note if you upgrade - you have to set them again!
For the life of me can’t get this to work. Tried editing crontab.root using vi and nano adding to the end of the file(just for testing stop on first minute of the hour and restart on the fourth):
#stop miner
1 * * * * /hive/bin/miner stop
#start miner
4 * * * * /hive/bin/miner start
Left empty line under start miner command. Saved and exit but it will not run. What am I missing?