Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 6.2c: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)
by
relax69
on 14/10/2022, 05:42:11 UTC
Hi.
I read the "readme" file, and as I understand it, there is no option in the miner config that would be possibility run *.bat file (like reboot.bat) upon reaching the specified target hashrate like in trex "--script-low-hash" ?
(sorry for my English)


It sounds like you need these options:

Code:
  -wdog 1
  -rmode 2

# -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)

# -rmode <n>

#    Selects the restart mode when a GPU crashes or freezes:
#   :0:     disabled - miner will shut down instead of restarting
#   :1: restart miner with the same command line options - this is the default
#   :2: reboot   (shut down miner and execute "reboot.bat")



They work perfectly for me on Windows when a GPU freezes. You must have a reboot.bat file in the miner's directory.