Post
Topic
Board Mining (Altcoins)
Re: [ANN] lolMiner 0.4 - Mining Minexcoin (MNX) and Equihash 144.5 coins (BTG,XSG...
by
Doombringerpl
on 24/07/2018, 03:41:25 UTC
Windows version is not working for me.
The program self opens continually, thousands of times, eating all the computer resources & finally you have to do a hard reset.
Same on my rig. 3x R9 280x, pls can u fix 3GB cards, i'm waiting till 3rd july,thanks

guys i'm using 7970 and 290x with 2x7950........on win 10 and blockchain drivers......stable

but i increased pagefile to 36gb min and 40gb max

I'm using RX 580, it looks to me it is a compilation problem.
With previous version it was working fine.

The problem is in bat file. In my case PC try to restart until it hangs. I changed one thing:
this:
Code:
:MINE
Start /wait /B /high lolMiner.exe !PARAMS!
if ERRORLEVEL 0 goto :MINE
to this:
Code:
:MINE
Start /wait /B /high lolMiner.exe !PARAMS!
if ERRORLEVEL 0 goto :EXIT
:EXIT
Now it works fine in my case