I cant get to work the watchdog on eth, if a gpu crash i want to reboot the script or the pc eitherway is fine by me, any help would be gladly appreciate it
Sorry for my engrish
--watchdog exit
When this is used and a card is detected as crashed the miner will exit with exit code 42. If done so a simple bat like it is in 1.24a script might wait for some seconds and just fire on the miner again. Easy as that. But makes only sense on Nvidias, on AMD one either should pick
--watchdog off (this would continue mining on the good cards) or the default --watchdog script - this one will make the miner call an external script, where the user can decide what to do, e.g. do a full reboot (note: in order to make this work the script needs to be able to run in the same credentials the miner had before... so if the script does something the system needs a "sudo" for, you need to start the miner with sudo as well)
Thank you !