Author

Topic: [NemosMiner] multi algo profit switching NVIDIA/CPU miner - page 167. (Read 289447 times)

sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
v 2.2 crashes when asked for pool stats in xevan algo , any ways to disable stats in -p for xevan algo Huh

fixed
legendary
Activity: 1848
Merit: 1166
My AR-15 ID's itself as a toaster. Want breakfast?
v 2.2 crashes when asked for pool stats in xevan algo , any ways to disable stats in -p for xevan algo Huh
This might be a pool issue.  I had this with skunk for the first few weeks.  Id check with crackfoo to see if its the same problem. (if zpool of course)

Post your machine stats, as well as miner version you are using for xevan in nemosminer's script.

I haven't browsed over his modified script in a while, but it may be as simple as doing a char search for stats, and removing it and the comma before it.  Im sure its appended to all password strings that the script assembles.


member
Activity: 63
Merit: 10
Has anyone had a problem with confirmed shares being stuck on Exchange with HashRefinery? I've had some VertCoin earnings stuck on Exchange for 5 days now
full member
Activity: 205
Merit: 100
v 2.2 crashes when asked for pool stats in xevan algo , any ways to disable stats in -p for xevan algo Huh
member
Activity: 125
Merit: 10
any update going on for nemosminer  Huh
newbie
Activity: 11
Merit: 0
Looks like your settings are too aggressive, try if you can run the algorithm stable by lowering overclock and power settings.
Once you can run lyra2re2 stable delete Stats\[file for alexis78 lyra2re2]

You can remove lyra2re2 from the algorithm list while you work on figuring out the issue.
You can also check if running d=1 will run correctly, this would be a good test to see if your power supply is running short.
WTF?
2x1070 GTX, NemosMiner-v2.2, zpool.ca

When I set to mining lyra2re2 the speed detecting incorrect

Code:
   Type: NVIDIA

Miner           Algorithm           Speed BTC/Day BTC/GH/Day Pool
-----           ---------           ----- ------- ---------- ----
ccminerAlexis78 Lyra2RE2      518,26 MH/s 0,00539    0,01040 zpoollive-
ccminerAlexis78 C11            36,06 MH/s 0,00102    0,02842 zpoollive-
CcminerTpruvot  Tribus         79,49 MH/s 0,00097    0,01222 zpoollive-
...
...

but
Code:
[2017-10-06 18:14:13] [S/A/T]: 0/21/21, diff: 0.318, 85.52MH/s yes!
[2017-10-06 18:14:18] [S/A/T]: 0/22/22, diff: 2.573, 85.64MH/s yes!
[2017-10-06 18:14:26] [S/A/T]: 0/23/23, diff: 0.641, 85.56MH/s yes!
[2017-10-06 18:14:32] [S/A/T]: 0/24/24, diff: 0.502, 85.53MH/s yes!
[2017-10-06 18:15:10] GPU#1:GeForce GTX 1070, 44.07MH/s
[2017-10-06 18:15:19] GPU#0:GeForce GTX 1070, 43.45MH/s

wrong definition of speed and therefore I mining ONLY lyra2re2.

And after some time I see that
Code:
[2017-10-06 18:28:47] GPU#1:an illegal memory access was encountered
[2017-10-06 18:28:47] GPU#0:an illegal memory access was encountered
[2017-10-06 18:28:47] GPU#1:an illegal memory access was encountered
[2017-10-06 18:28:47] GPU#0:an illegal memory access was encountered
[2017-10-06 18:28:47] GPU#1:an illegal memory access was encountered
[2017-10-06 18:28:47] GPU#1:an illegal memory access was encountered

What I do wrong?

newbie
Activity: 11
Merit: 0
Need help from someone who understands windows scripts better:
My machine has problems with one algorithm when pool asks for stats, I can see that in the logs. If I manually run that algorithm by itself without stats i.e. with  "-p ID=NemosMiner-v2.1,c=BTC" it works stable for a long time.

$workerName, currency and ,stats is concatenated to form the below in the commandline somewhere in the scripts but I could not locate any such usage of workername or currecny or a literal stats.
-p ID=NemosMiner-v2.1,c=BTC,stats

I am running recent download of 2.2. code. NemosMiner-v2.1.ps has a call to Start-Subprocess with the Aruguments. That is defined in Include.ps1.
individual miner fils seem to construct what goes into -p with this:
"-p $($Pools.(Get-Algorithm($_)).Pass)" but I cant see how that is made from combining $workername, c=$Currency and ,stats.
newbie
Activity: 59
Merit: 0
WTF?
2x1070 GTX, NemosMiner-v2.2, zpool.ca

When I set to mining lyra2re2 the speed detecting incorrect

Code:
   Type: NVIDIA

Miner           Algorithm           Speed BTC/Day BTC/GH/Day Pool
-----           ---------           ----- ------- ---------- ----
ccminerAlexis78 Lyra2RE2      518,26 MH/s 0,00539    0,01040 zpoollive-
ccminerAlexis78 C11            36,06 MH/s 0,00102    0,02842 zpoollive-
CcminerTpruvot  Tribus         79,49 MH/s 0,00097    0,01222 zpoollive-
...
...

but
Code:
[2017-10-06 18:14:13] [S/A/T]: 0/21/21, diff: 0.318, 85.52MH/s yes!
[2017-10-06 18:14:18] [S/A/T]: 0/22/22, diff: 2.573, 85.64MH/s yes!
[2017-10-06 18:14:26] [S/A/T]: 0/23/23, diff: 0.641, 85.56MH/s yes!
[2017-10-06 18:14:32] [S/A/T]: 0/24/24, diff: 0.502, 85.53MH/s yes!
[2017-10-06 18:15:10] GPU#1:GeForce GTX 1070, 44.07MH/s
[2017-10-06 18:15:19] GPU#0:GeForce GTX 1070, 43.45MH/s

wrong definition of speed and therefore I mining ONLY lyra2re2.

And after some time I see that
Code:
[2017-10-06 18:28:47] GPU#1:an illegal memory access was encountered
[2017-10-06 18:28:47] GPU#0:an illegal memory access was encountered
[2017-10-06 18:28:47] GPU#1:an illegal memory access was encountered
[2017-10-06 18:28:47] GPU#0:an illegal memory access was encountered
[2017-10-06 18:28:47] GPU#1:an illegal memory access was encountered
[2017-10-06 18:28:47] GPU#1:an illegal memory access was encountered

What I do wrong?
member
Activity: 63
Merit: 10

Does anyone else experience Windows 10 freezing when using NEMOSMINER on zpool multi algo? Sometimes it takes few hours to freeze, sometimes 10-15 minutes.

I run 7 Gigabyte 1080Ti 11GB

IM getting the same problem Im using 8 1070s Im not sure why. I get freezing and I also get CC miner has stopped working errors. Its frustrating because im trying everything and cant find a solution.

Perhaps I can be of help to you.

1.  Sometimes just one of your cards is failing all the time and causes the ccminer to crash.  This is almost always caused by a bad riser that should be replaced.

2.  Make sure your memory overclock isn't too high.

3.  Make sure your core overclock isn't too high.

4.  Your overclocks will not work equally on all algorithms so you may need to lower some settings that seem to work fine on some algos but will cause others to crash.

Hopefully 1 of the 4 solutions I have posted will work for you, I'm 99% sure it's one of these things.


I was getting frequent system crashes and miner freezes because of my clock speed. I wasn't clocking A LOT, but it just happened to be that one of my cards didn't like to be clocked very much at all. Using 1080 Ti's I've found +100 core is about as high as it will go and remain stable. Memory seems to be fine going +500, but I leave it -500 as I've found it to be better overall across algos and power consumption.

FYI. This is only on  a 4 GPU rig
full member
Activity: 210
Merit: 100
since yiimp hashrefinery and zpool has gone down i will update my NemosMiner-MPH to 1.7.4 ... with new coins and miners, i haven't updated it for a while...
and update NemosMiner 2.3 for Mining Pool Hub for Nvidia only

Best Regards
Nemo
zpool is working just dashboard down

frontend/api is back open.

Thanks

thank you crackfoo you've handled this situation very well good to see 6k plus stay on even after frontend goes down

(Long Live Zpool)

Best Regards

Nemo


has anyone gotten this to work on a 6 gpu rig?

i got 12 rigs i wanna test this on
full member
Activity: 137
Merit: 100

Does anyone else experience Windows 10 freezing when using NEMOSMINER on zpool multi algo? Sometimes it takes few hours to freeze, sometimes 10-15 minutes.

I run 7 Gigabyte 1080Ti 11GB

IM getting the same problem Im using 8 1070s Im not sure why. I get freezing and I also get CC miner has stopped working errors. Its frustrating because im trying everything and cant find a solution.

Perhaps I can be of help to you.

1.  Sometimes just one of your cards is failing all the time and causes the ccminer to crash.  This is almost always caused by a bad riser that should be replaced.

2.  Make sure your memory overclock isn't too high.

3.  Make sure your core overclock isn't too high.

4.  Your overclocks will not work equally on all algorithms so you may need to lower some settings that seem to work fine on some algos but will cause others to crash.

Hopefully 1 of the 4 solutions I have posted will work for you, I'm 99% sure it's one of these things.


I appreciate the suggestions. I have 2 rigs both x8 1070s and it happens on both rigs. I'm using no overclock. It works perfectly mining etherium which is more gpu intensive. Do you have any other suggestions?
full member
Activity: 417
Merit: 105

Does anyone else experience Windows 10 freezing when using NEMOSMINER on zpool multi algo? Sometimes it takes few hours to freeze, sometimes 10-15 minutes.

I run 7 Gigabyte 1080Ti 11GB

IM getting the same problem Im using 8 1070s Im not sure why. I get freezing and I also get CC miner has stopped working errors. Its frustrating because im trying everything and cant find a solution.

Perhaps I can be of help to you.

1.  Sometimes just one of your cards is failing all the time and causes the ccminer to crash.  This is almost always caused by a bad riser that should be replaced.

2.  Make sure your memory overclock isn't too high.

3.  Make sure your core overclock isn't too high.

4.  Your overclocks will not work equally on all algorithms so you may need to lower some settings that seem to work fine on some algos but will cause others to crash.

Hopefully 1 of the 4 solutions I have posted will work for you, I'm 99% sure it's one of these things.
full member
Activity: 137
Merit: 100

Does anyone else experience Windows 10 freezing when using NEMOSMINER on zpool multi algo? Sometimes it takes few hours to freeze, sometimes 10-15 minutes.

I run 7 Gigabyte 1080Ti 11GB

IM getting the same problem Im using 8 1070s Im not sure why. I get freezing and I also get CC miner has stopped working errors. Its frustrating because im trying everything and cant find a solution.
full member
Activity: 137
Merit: 100
How can I change intensity on the newest version?
full member
Activity: 192
Merit: 100
Is there a thread to talk about sniffdog miner?  I looked but couldn't find any.
member
Activity: 63
Merit: 10
HashRefinery has been down for a few hours now Sad
newbie
Activity: 11
Merit: 0
Hello, how do I change the location to Asia? I'm stuck with US now. I'm assuming it's faster when the location is closer to me.
full member
Activity: 137
Merit: 100
Possible support for amd?
hero member
Activity: 1218
Merit: 534
m7m also back at hashrefinery.. isnt that a CPU algo?
full member
Activity: 198
Merit: 101
Just downloaded and trying it out on one rig.  How do I name my rigs so I can tell which is which?  I cant find anything in the Start file for identifying a rig?
Jump to: