Post
Topic
Board Mining (Altcoins)
Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.32 (Mar 22)
by
WinstonBlue
on 23/03/2018, 10:51:11 UTC
The newest version 0.32beta has a problem staying connected to pool. After a few hours (totaly random) miner continues hashing (and spending electricity) but worker is not connected to the pool (not mining for me).

Why so bold?  No need to highlight your text that way - I am reading every post here! Can you send me the console log of your miner when this happens? Usually when the connection does down I should be able to see something in this logs. Also miner should reconnect or something like this when a share is send but it doesn't get an answer from pool. So either something is broken on pool side or one of my many safety mechanisms is not working properly (e.g. Reconnect to pool when no new job for 10 minutes, reconnect when no response to send share for 10 seconds, miner should stop sending work to GPU when there is no connection on the user connector (when fee one is broken it should get slower but not stop working) ... ) You see there are certain things that should prevent this, but I can not say why this does not work, so your config file and the text log of the miner in such a situation would be great so I can hunt down this bug.

Sorry mate, seemed a great idea at the time.  Cheesy

I noticed problem on a few rigs, which are not at the same location (or ISP). I use a plain config file with only pool (mnx.suprnova.cc), port (7077), and my login credentials changed. I will copy and paste log the next time it happens, but the last time it was ordinary, just showing correctly hash (all 5 cards working) but no submitting or accepted shares, just the hashes. Worker goes off the pool, and the only thing i do is just closing the miner and restarting it again, and it works like a charm, worker reappears and everyting is ok. I will post it next time it happens, but it looks plain, like this...

[Device 0] Average speed (5s): 8228.88 sol/s
[Device 1] Average speed (5s): 8544.64 sol/s
[Device 2] Average speed (5s): 8699.02 sol/s
[Device 3] Average speed (5s): 8528.66 sol/s
[Device 4] Average speed (5s): 8620.33 sol/s
[Device 0] Average speed (5s): 8374.28 sol/s
[Device 1] Average speed (5s): 8435.19 sol/s
[Device 2] Average speed (5s): 8431 sol/s
[Device 3] Average speed (5s): 8510.09 sol/s
[Device 4] Average speed (5s): 8481.73 sol/s
[Device 0] Average speed (5s): 8521.1 sol/s
[Device 1] Average speed (5s): 8533.89 sol/s
[Device 2] Average speed (5s): 8554.89 sol/s
[Device 3] Average speed (5s): 8435.51 sol/s
[Device 4] Average speed (5s): 8528.69 sol/s

Maybe I should try --max-connection-attempts command set to 5 or something like this, as I'm using plain config file with only login credentials changed?