Post
Topic
Board Mining (Altcoins)
Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.22 (Feb 23)
by
The Cryptophilanthropist
on 08/03/2018, 15:47:16 UTC
Miner crashed every day 2-3 times.
https://ibb.co/d78utS
https://ibb.co/nxDSDS
When 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