Pages:
Author

Topic: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.4 (July 22) - page 14. (Read 30771 times)

member
Activity: 433
Merit: 48
...
[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
...  

Sorry, that snap was a bit too short Wink To do some debugging I need to know in which state the stratum connection was and what counters were running / or were long expired at the time your connection stops working. So to get a complete picture of the situation I require the log from approx the moment where you got the last difficulty / new job adjustment (but connection was working fine till then) until you decided to stop the miner because its not sending shares. That should be long enough so I can see which of my safety timers (that should prevent this) is not working.

The --max-connection-attempts will only work if you define a failover pool and then still the miner has to detect that the connection is broken. Usually it should detect this at some time and then reconnect, but somehow it does not do so. Therefore would be great having the longer log and the config. (But plz in private message - I guess this could be a loooooong post here else Wink )

What we can expect from 0.4?  Smiley

0.08 more than 0.32?


 Grin Thats for sure ^^
I currently plan to do some changes in the work scheduling. I aim for making the stuff less dependent on the memory on the GPUs so the 4G cards should do same speed as the 8G (on AMD in particular), since this currently is not the case. Also I want to exclude the status message code into an external module. Currently there are only two large code fragments, one for mining and one for the connection. This will be connection, mining and logging then. Pulling out the stats code out of the mining section will allow me to do more fancy stuff with it, e.g. providing a JSON API for the miner, so you can grab statistics for external analysis.

One further point I have on my list - but do not know yet if that will be 0.4 or later is a re-design of my mining code itself. Currently AMDs are suffering from the code to eat vector registers when compiling like Candy preventing the AMD scheduler to do efficiently place work on the card and cover all latencies. The re-structuring there should also allow to introduce more switchable optimizations.

Yea, I think thats it Smiley
newbie
Activity: 49
Merit: 0
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).

This is a problem on a pool side not v0.32.


newbie
Activity: 12
Merit: 0
What we can expect from 0.4?  Smiley
member
Activity: 101
Merit: 10
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?

  
newbie
Activity: 15
Merit: 0
Кoлoбoк, пoчeмy нa кapтax тaк cильнo oтличaeтcя paзгoн. Cдeлaй oдинaкoвым и пocмoтpи
newbie
Activity: 44
Merit: 0
Hello!

Do we have a restart option for the miner? I get error once a day, it stops the miner.

And did someone get all of the GPU working on the same hashes?


newbie
Activity: 67
Merit: 0

set the priority of the miner to "higher"


Not helped to me. Thank's
newbie
Activity: 67
Merit: 0
[Device 0] Average speed (5s): 12551.9 sol/s
[Device 1] Average speed (5s): 7562.11 sol/s
[Device 2] Average speed (5s): 7417.15 sol/s
[Device 3] Average speed (5s): 12431.9 sol/s

I have seen this only twice yet  - on Ubuntu systems - but could be the same reasons. Can you have a look how much your system load is? It seems this happens when the miner does not get enough CPU time to load all cards with their task all of the time. One solution could be to manually set the priority of the miner to "higher" - this solved it for the one guy.

The second case was in my own testing system - a 1080 starting at 19k sol and then after some time dropping to 14.5k while the 2nd card still working at high rate. Here the slower card went so hot that it was thermal throttling. Open the case and allowing higher fan speed solved this. Whats the output of nv-smi when your cards are running?


Thank you.

Will try with CPU.

Sory for stupid question, but what is nv-smi? If you mean temperatures - it's <60C.
member
Activity: 433
Merit: 48
[Device 0] Average speed (5s): 12551.9 sol/s
[Device 1] Average speed (5s): 7562.11 sol/s
[Device 2] Average speed (5s): 7417.15 sol/s
[Device 3] Average speed (5s): 12431.9 sol/s

I have seen this only twice yet  - on Ubuntu systems - but could be the same reasons. Can you have a look how much your system load is? It seems this happens when the miner does not get enough CPU time to load all cards with their task all of the time. One solution could be to manually set the priority of the miner to "higher" - this solved it for the one guy.

The second case was in my own testing system - a 1080 starting at 19k sol and then after some time dropping to 14.5k while the 2nd card still working at high rate. Here the slower card went so hot that it was thermal throttling. Open the case and allowing higher fan speed solved this. Whats the output of nv-smi when your cards are running?

newbie
Activity: 67
Merit: 0
)))
Paзгoн paзньiй.
нa oднoм pигe
+100 core
+800 memory


нa дpyгoм
+70 core
+500 memory


newbie
Activity: 15
Merit: 0
эx, Кoлoбoк я тeбя cъeм  Grin
Кaкиe нacтpoйки paзгoнa видeoкapт?
newbie
Activity: 67
Merit: 0
Hi!
I have 2 fourcards rigs with same problem - 2 GPU's hashrate mutch lower than others 2.

[Device 0] Average speed (5s): 12551.9 sol/s
[Device 1] Average speed (5s): 7562.11 sol/s
[Device 2] Average speed (5s): 7417.15 sol/s
[Device 3] Average speed (5s): 12431.9 sol/s

Risers - OK, PSU's - OK.
Motherboards - Gigabyte ga-970a-ds3p fx.
GPU's - MSI GTX 1060 Gaming 3GB.

My command file:
@echo off
:loop
lolMiner-mnx.exe --set-work-batch HIGH --optim OFF --server eu.minexpool.nl --port 9999 --user XaJFV5fhdLURqMiASZmKDzbHcKDDPNs5jb.Gaming --pass x  
goto :loop


Can anybody help me?
Thanks a lot.
member
Activity: 433
Merit: 48
hi. I have a question for you. Is it possible to make the --optim and --set-work-batch parameter set for each video card separately? This is necessary if there are different video cards.

At the moment this won't work, but for the next version it will likely be. For work batch I can guaranty it, with optim I am not sure because I will do some rework of the OpenCL code and therefore the exact way optim will work is not yet fixed Wink

Mine is stable with 4gpu's i remove the other gpu in shift to eth algo, I hope the 8gpu limit will resolve soon by the @Dev

As you may have read in the previous page: There is no limit by lolMiner. It can use all cards it gets reported by the OpenCL drivers without any internal restriction, therefore there is nothing I can fix.
When running Windows you must have recent Windows 10 version and recent GPU drivers. Additionally if you have AMD GPUs it seems that the blockchain drivers have problems with more then 8 GPUs. On the regular AMD Crimson drivers you still have to set the GPU profile to "Compute", here is a manual how it is done:

http://www.aurelp.com/2017/11/01/solved-how-to-add-more-than-8-gpus-in-windows-10-step-by-stepfix/


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.
hero member
Activity: 2100
Merit: 562
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).

What pool did you use to mine minexcoin? Mine is stable with 4gpu's i remove the other gpu in shift to eth algo, I hope the 8gpu limit will resolve soon by the @Dev
member
Activity: 101
Merit: 10
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).
sr. member
Activity: 896
Merit: 289
Twitter: @BTY_11073
Good news, everyone!
New mining pool for MinexCoin!

http://MinexPool.xyz
Mining fee is 0% until 01.05.2018, minimal payment is 0.1 MNX
Welcome!


Telegram Support Group: https://t.me/minexpool
It is a wonderful commission.

Can I change the number of payment?
If change is possible I will switch from Suprnova.
jr. member
Activity: 34
Merit: 1
Good news, everyone!
New mining pool for MinexCoin!

http://MinexPool.xyz
Mining fee is 0% until 01.05.2018, minimal payment is 0.1 MNX
Welcome!


Telegram Support Group: https://t.me/minexpool

What's the mining fee going to be after May 1, 2018? If it's 0.5% or less, then I'd definitely try out your pool.
hero member
Activity: 2100
Merit: 562
Hi all,

see first post in this thread,
0.32 is out  Cheesy

Only smaller changes this time, but in particular since we were suffering from some mining pools under attack the last week the update may be welcome, since it fixes the problems the miner had on startup.
I will now concentrate on 0.4 Smiley

Have fun mining.

As always great work Mr. Lolliedieb! I will definitely going to try the latest version and let see if this version solve the 8gpu limit, once again, thanks a bunch!
hero member
Activity: 2100
Merit: 562
Hi all,

see first post in this thread,
0.32 is out  Cheesy

Only smaller changes this time, but in particular since we were suffering from some mining pools under attack the last week the update may be welcome, since it fixes the problems the miner had on startup.
I will now concentrate on 0.4 Smiley

Have fun mining.

@Lolliedieb Thanks dude for your hardwork and we, the miners are really appreciate it, but if you have a time kindly fix the 8gpu limit problem of your miner.. Thanks

Windows 10 user here >>>>
nth broke
https://prnt.sc/iun6tq

miner definitely working with more than 8 cards

That's nice, how you do that? Are you using the v.32? Can you please share with me your .bat file config? I am using 13 rx 570 cards.. I just want to try the latest version, I think I miss something in my bat file..

Thanks dude!!

default bat, nth special. win10 1709. try to ddu and reinstall driver.
my windows had problem with 12th card and i had to reinstall the driver
What version of driver did you use mate? mine is 17.12.2 did you use the latest version of v.32? kindly need your reply. Thanks
member
Activity: 420
Merit: 28
Hi all,

see first post in this thread,
0.32 is out  Cheesy

Only smaller changes this time, but in particular since we were suffering from some mining pools under attack the last week the update may be welcome, since it fixes the problems the miner had on startup.
I will now concentrate on 0.4 Smiley

Have fun mining.
Lolliedieb,hi. I have a question for you. Is it possible to make the --optim and --set-work-batch parameter set for each video card separately? This is necessary if there are different video cards.

Pages:
Jump to: