Miner crashed every day 2-3 times.
https://ibb.co/d78utShttps://ibb.co/nxDSDSWhen I click on "close program" miner restart and working.
Problem is that I cant always monitoring the rig and restarting it.
Is there solution?
upgrade from Windows to Linux
Is there possibility to enter command that lolminer restart when losing SOL/s, or restarting on every hour?
Create a batch file like this:
:MINE
Start /wait /high lolMiner-mnx.exe --server mnx.suprnova.cc --port 7077 --user YOUR.MINER --pass x --device 0,1,2
timeout /t 5
goto :MINE