Post
Topic
Board Mining (Altcoins)
Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.31 (Mar 15)
by
Lolliedieb
on 15/03/2018, 11:34:21 UTC
Time is running fast and coding never stops.

Although its only a small update, I would like to share lolMiner-mnx 0.31 with you

For those who do not want all the info whats new, here are just the download links:

Linux 64: Click me (v0.31)
Windows 64:   Click me (v0.31)

But why to download that without need? Well, this is new:

Fixed a bug in the Stratum Interface causing segfaults when receiving new jobs
This did not occur very often and most likely when the miner connected, but well - it happens from time to time and after some searching I found out why. But it seems I will have to do a new json interface for 0.4 - what fixes the segfault is rather a dirty fix and it only covers approx 80% of the possible reasons. Will try to come back with something better.

Introduced a new parameter "--optim"
This takes the two values OFF and STD (default). Setting the parameter to OFF will turn back some optimizations done for 0.3 that cause some lower end or older GPUs to run slower. So this kind of brings back the optimization level of 0.22 if you liked that more. Mid and high end cards will mine faster with this parameter not set (or the default STD), but also consume more energy. So the value OFF is also an option for those running into thermal problems.

If will extent the parameter in future for vendor specific optimizations. Lets see.

Introduced a new parameter "--use-compact-accept-msg"
This will replace the "Submitting Share / Share Accepted" message pair by * symbols attached to the 5 seconds statistics. This automatically activates --use-compact-short-stat, so we now have the following options for lolMiner-mnx to look like:

Default look--enable-time-print
Code:
[Device 0] Average speed (5s): 22714.3 sol/s
[Device 1] Average speed (5s): 22586.9 sol/s
Submitting share
Share accepted
[Device 0] Average speed (5s): 22544.1 sol/s
[Device 1] Average speed (5s): 22776.2 sol/s
Submitting share
Share accepted
Submitting share
Share accepted
Submitting share
Share accepted
[Device 0] Average speed (5s): 22045.2 sol/s
[Device 1] Average speed (5s): 22045 sol/s
Code:
12:15:12 [Device 0] Average speed (5s): 22660.5 sol/s
12:15:12 [Device 1] Average speed (5s): 22526.5 sol/s
Submitting share
Share accepted
12:15:17 [Device 0] Average speed (5s): 22494 sol/s
12:15:17 [Device 1] Average speed (5s): 22618.8 sol/s
Submitting share
Share accepted
12:15:22 [Device 0] Average speed (5s): 22020.2 sol/s
12:15:22 [Device 1] Average speed (5s): 22010.2 sol/s
Submitting share
Share accepted
12:15:27 [Device 0] Average speed (5s): 23222 sol/s
12:15:27 [Device 1] Average speed (5s): 23155.6 sol/s
--use-compact-short-stat--use-compact-short-stat --enable-time-print
Code:
Average speed (5s): 22643.7 sol/s | 22736.9 sol/s Total: 45380.5 sol/s
Submitting share
Share accepted
Average speed (5s): 22485.7 sol/s | 22536.9 sol/s Total: 45022.6 sol/s
Average speed (5s): 22606.5 sol/s | 22537.9 sol/s Total: 45144.4 sol/s
Submitting share
Share accepted
Submitting share
Share accepted
Average speed (5s): 22599.5 sol/s | 22529.1 sol/s Total: 45128.6 sol/s
Code:
12:21:43 Average speed (5s): 22705.1 sol/s | 22755 sol/s Total: 45460.1 sol/s
12:21:48 Average speed (5s): 22546.3 sol/s | 22667.3 sol/s Total: 45213.6 sol/s
Submitting share
Share accepted
12:21:53 Average speed (5s): 22578.1 sol/s | 22612.7 sol/s Total: 45190.8 sol/s
Submitting share
Share accepted
12:21:58 Average speed (5s): 22595.9 sol/s | 22635.1 sol/s Total: 45231 sol/s
Submitting share
Share accepted
--use-compact-accept-msg--use-compact-accept-msg --enable-time-print
Code:
Average speed (5s): 23167.9 sol/s | 23124 sol/s Total: 46291.9 sol/s **
Average speed (5s): 20888.2 sol/s | 22592.3 sol/s Total: 43480.5 sol/s
Average speed (5s): 20381.9 sol/s | 22738.9 sol/s Total: 43120.8 sol/s
Average speed (5s): 20863 sol/s | 22592.1 sol/s Total: 43455.1 sol/s
Average speed (5s): 20359.9 sol/s | 22602.3 sol/s Total: 42962.2 sol/s *
Code:
12:23:52 Average speed (5s): 21990.8 sol/s | 22753.8 sol/s Total: 44744.7 sol/s
12:23:57 Average speed (5s): 21497 sol/s | 22487.4 sol/s Total: 43984.4 sol/s *
12:24:02 Average speed (5s): 20862.4 sol/s | 23229.8 sol/s Total: 44092.2 sol/s
12:24:07 Average speed (5s): 20294.7 sol/s | 22661.5 sol/s Total: 42956.2 sol/s **
12:24:12 Average speed (5s): 20326.9 sol/s | 22620.1 sol/s Total: 42947 sol/s *

So, pick what you like most Cheesy
(Edit: you may see some speed differences between cards ... well the card 0 in this example running into heat problems rather soon and throttles - just that you know)



Hi, everybody!
The last days new version 0.3 works minutes 20-40 and speed falls on 0 sol and so indefinitely there is 0 sol 0sol......
How to fight against it also what to do?
The mine from 5 pieces 1060 3

Did you try the new --exit-on-zero parameter of 0.3? That should close the miner after at most two minutes after the first 0 sols was detected and the scripts provided with the miner (.bat file in Windows, .sh in Linux) should be able to restart it. Does this work for you? If you want a quicker restart you can set the long stats interval shorter.