Hi.
How to make mining software restart after it crashes?
After update to newest phoenixminer with turbo kernerls it crashes more often. I think it is because I only have 120gb ssd. When u combine 13x radeon 580 8gb gpu if requires 99% disk space making the software to crash a few times a week.
I use this simple .bat file on windows:
Remember to delete "pause" command if you use it in your .bat file.
:START
PhoenixMiner.exe -pool eu1.ethermine.org:4444 -pool2 us1.ethermine.org:4444 -wal YourEthWalletAddress.WorkerName
GOTO START