Guys when I want enable watchdog function for moments when my gpu crash, for automatical restart Phoenix miner, must I write manually into my bat file "-wdog 1" or watchdog function works automatically without any additional parametr in file?
In the miner's directory have readme.txt file. You could find this in there:
-wdog <n>
Enable watchdog timer: 1 - yes, 0 - no (1 is the default). The
watchdog timer checks periodically if any of the GPUs freezes and
if it does, restarts the miner (see the "-rmode" command-line
parameter for the restart modes)
-wdtimeout <n>
Watchdog timeout (30 - 300; default 45 seconds). You can use this
parameter to increase the default watchdog timeout in case it
restarts the miner needlessly
-rmode <n>
Selects the restart mode when a GPU crashes or freezes: :0:
disabled - miner will shut down instead of restarting :1: restart
with the same command line options - this is the default :2: reboot
(shut down miner and execute "reboot.bat")
Thank you for info. 👍
So I added into my bat file these parametres and looks it ok: -log 0 -wdog 1 -rmode 1 -nvidia