Post
Topic
Board Mining (Altcoins)
Merits 4 from 2 users
Re: PhoenixMiner 5.7b: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)
by
relax69
on 23/09/2021, 04:56:00 UTC
⭐ Merited by xandry (2) ,vapourminer (2)
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:

Code:
-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")