Why there is a problem with rx 570/80 card's when you add more than 2 per rig. Some of the cards crash after a little while.
Can I add special command to miner when 1 or more gpu's crash miner restarts?
I don't have the same problem with other rigs gtx 1070/p106 and old tahiti cards.
Parameter setting join
# GPU crash handling
# Enter OS terminal command here
# for example:
# onCrash = "shutdown -r 1"
onCrash = "taskkill /f /im xpmclient.exe";
As long as the GPU crashes, it will force xpmclient.exe to be closed.
But restarting xpmclient.exe requires another batch file.
-------------------------------------------
:1
TIMEOUT 10
tasklist | find /i "xpmclient.exe" || echo %date% %time% XPM START >> log.txt && start xpmclient
goto 1
-------------------------------------------
Copy the text inside the dotted line to a new text file, and modify the extension file name to .bat and put the same path into xpmclient.exe
In the future, as long as the new batch file is executed, the GPU crash can be forced to close the software, and then xpmclient.exe is automatically restarted.