Post
Topic
Board Mining (Altcoins)
Re: lolMiner 1.17: AMD Miner for Ethash / BEAM / GRIN / Ae / Tube / Equihash & more
by
jgonzi
on 21/12/2020, 08:09:49 UTC

my lolminer stops mining on this screen, I have to close it and open it manually to return to normal, and the cycle is repeated ...
Can someone help me?

https://ibb.co/093wCfC

That's a driver crash. I do the following  in you bat file

:loop
Lolminer lane as you have now
goto loop

This will auto restart

would my command line look like this?

lolMiner.exe --coin BEAM --pool beam-us.leafpool.com:3333 --user 2ebaa3bd8b37f6022eb787fb5e9c671752faa1700687eb333e7b4f29e329c73d882.telker
loop
Change it too:
:loop

lolMiner.exe --coin BEAM --pool beam-us.leafpool.com:3333 --user 2ebaa3bd8b37f6022eb787fb5e9c671752faa1700687eb333e7b4f29e329c73d882.telker

goto loop
thanks for help. Driver crash? what can be done to fix this? 1.15 works ok no crash.


https://ibb.co/TL46zny


with this command line the program closed on its own after 3 hours

Your fault is that you put :loop after the lolminer command, and you don't have put the "goto loop" you should put it like this:

:loop
lolminer ....... (all the actual arguments you have now)
goto loop