Post
Topic
Board Mining (Altcoins)
Re: Optiminer/Zcash v1.6.1 (GPU, Windows+Linux, AMD)
by
30ced7fcbf
on 05/02/2017, 20:11:46 UTC
what is the correct bat file
for watchdog enabled option?

because some card stop working after some hours? Roll Eyes Roll Eyes Roll Eyes Roll Eyes
same problem. also asking for help.

I'm currently not using windows, but you could try creating a BAT file (watchdog.bat) with the following:
shutdown -r -f -c "GPU card freeze"

Then configure your start.bat to look something like:
optiminer -s %POOL% -u %USER% -p %PASSWORD% -m 8080 --watchdog-timeout 30 --watchdog-cmd "watchdog.bat"

I found these links for reference on shutting down a mswindows computer:
https://technet.microsoft.com/en-us/library/bb491003.aspx

Let me know if this works.