Bitcoin Forum
May 02, 2024, 11:09:46 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 [68] 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 ... 228 »
  Print  
Author Topic: [NemosMiner] multi algo profit switching NVIDIA/CPU miner  (Read 289387 times)
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
October 31, 2017, 05:09:31 PM
 #1341

I'm sorry but I don't even see anywhere in startzpool.bat where the number of gpus is specified (my apologies, I don't really do batch files myself at all, so not sure entirely what to look for)

Code:
-SelGPUEWBF '0 1' -SelGPUCC '0,1'

0 and 1 are GPUs. If you have six

Code:
-SelGPUEWBF '0 1 2 3 4 5' -SelGPUCC '0,1,2,3,4,5'

So I want to change that to say SelGPUEWBF '0' -SelGPUCC '0' ?
Thanks


Correct

NemosMiner-v3.8.1.3
1714691386
Hero Member
*
Offline Offline

Posts: 1714691386

View Profile Personal Message (Offline)

Ignore
1714691386
Reply with quote  #2

1714691386
Report to moderator
1714691386
Hero Member
*
Offline Offline

Posts: 1714691386

View Profile Personal Message (Offline)

Ignore
1714691386
Reply with quote  #2

1714691386
Report to moderator
1714691386
Hero Member
*
Offline Offline

Posts: 1714691386

View Profile Personal Message (Offline)

Ignore
1714691386
Reply with quote  #2

1714691386
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714691386
Hero Member
*
Offline Offline

Posts: 1714691386

View Profile Personal Message (Offline)

Ignore
1714691386
Reply with quote  #2

1714691386
Report to moderator
1714691386
Hero Member
*
Offline Offline

Posts: 1714691386

View Profile Personal Message (Offline)

Ignore
1714691386
Reply with quote  #2

1714691386
Report to moderator
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
October 31, 2017, 05:12:37 PM
 #1342

updated

change: ahashpool from 24hour Actual to Current esitmate

create: zpool24houractual.bat ( new v2.2 )

create: zpoolcurrentestimate.bat ( exactly the same as v2.1 and 2.0) just updated algos and newer miners

Best Regards
Nemo

Awesome -- thanks.

So it actually seems that using the Estimated profit is what was causing the miners to hang on one algo.

I set them all to do Estimated and then I disabled the miner re-start every hour that I had scripted to fix the issue initially.

Now systems are hanging onto random algos again.

Question... could a somewhat buggy internet connection cause them to hang indefinitely on one algo? As of now my connection is a bit spotty*.

* -- We are having our network switch setup completely revamped in the building to clear this up... so I will have my own answer once that work is done & I will report back.

could be your Internet my 6x test rigs (1060's 1070's 1080ti's) have had no issues running the latest updates for over 24hours  now

NemosMiner-v3.8.1.3
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
October 31, 2017, 05:15:11 PM
Last edit: October 31, 2017, 05:42:37 PM by minerx117
 #1343

I'm new to Nemosminer - impressive app. Other than Ctrl-C how should one exit this script once it's running? Also, some miners shows exaggerated date stats. Prior to benchmarking I ran the reset scripts. Using Windows 10 with NVIDIA 1080, 1070, 1060 with the nicehash.bat file

2.61 MH/s 152244 Days 14 Hours 16 Minutes 3 Times  Bin\NVIDIA-CcminerKlaust\ccminer.exe -a neoscrypt -o


Thank you

click close (the X) in the top right..  https://imgur.com/a/V8yvG

its a display bug i know about it happens sometimes doesn't effect mining... it will be sorted soon...

Best Regards
Nemo

NemosMiner-v3.8.1.3
cryptolelefla
Member
**
Offline Offline

Activity: 121
Merit: 10


View Profile
November 01, 2017, 07:39:41 AM
 #1344

with latest update can't running 2 instances.
i correctly specified gpu 0 1 2 in first and 3 4 in the second...
also corrected some miner don't have $SelGPUCC in relative .sp1 (please check well every algo have that field)
"keccak" = " -m 2" #Keccak
"groestl" = "" #Groestl
"hsr" = "" #Hsr
btw second instance i get correct values in miner window, but in the algo switching app these hashrate are not correctly detected....
mind i'm running two instances from two different folders. Two different wallet, 5 card running 3+2.
if i run one instance at time or if i use 1 instance with all gpu enabled working great after lowering some intensity, because i'm running gtx 1060 3gb.
thanks for good job.
i think something with api not really works properly with 2 sessions
kapsel
Member
**
Offline Offline

Activity: 60
Merit: 10


View Profile
November 01, 2017, 10:42:22 AM
Last edit: November 01, 2017, 10:57:53 AM by kapsel
 #1345

I have tried out an automatic algo switching solution for the first time, by default I can see that algos change every 2 minutes or so, is that really optimal for the earnings ? I feel like more time is wasted reconnnecting and reloading gpus with new algo, than it is actually worth a dime. I know that config file allows me to change that to whatever I want, but is there any reason why default is 2 minutes ?

edit : ah ok, so I get it now, the first run it's doing benchmarking, so here's another question, if I have private miners like sp-mod, can I make the script use that instead for a single algo ? How would I go around doing that ?
routeruser77
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
November 01, 2017, 12:10:31 PM
 #1346


[/quote]

So I want to change that to say SelGPUEWBF '0' -SelGPUCC '0' ?
Thanks

[/quote]

Correct
[/quote]

Bingo - off and mining.  Thank you very much for the help. 

Once I add my second 1070, I assume I just change it back to SelGPUEWBF '0 1' -SelGPUCC '0,1' ?
Thanks again!
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
November 01, 2017, 04:59:11 PM
 #1347



So I want to change that to say SelGPUEWBF '0' -SelGPUCC '0' ?
Thanks

[/quote]

Correct
[/quote]

Bingo - off and mining.  Thank you very much for the help. 

Once I add my second 1070, I assume I just change it back to SelGPUEWBF '0 1' -SelGPUCC '0,1' ?
Thanks again!
[/quote]

: )

Nemo

NemosMiner-v3.8.1.3
killerelite
Full Member
***
Offline Offline

Activity: 205
Merit: 100


View Profile
November 01, 2017, 05:39:35 PM
 #1348

My rig restarts when mining equihash algo , dstm and ewfb alike
This doesn't happen when I reduce the power limit to 70 %
My equipment is :
2x 1080tis gigabyte aurous
1x 1080 gigabyte extreme gaming
thermaltake tough power grand , 80+ platium 1200 watts

It just shuts off and restarts
no over clocks for now

I think its power consumption

but pc doesnt restart when using ccminer to ming dgb or claymore for dualmining etherum ( tested only )

Will appreciate any feedback
 
cryptolelefla
Member
**
Offline Offline

Activity: 121
Merit: 10


View Profile
November 01, 2017, 05:55:38 PM
 #1349

My rig restarts when mining equihash algo , dstm and ewfb alike
This doesn't happen when I reduce the power limit to 70 %
My equipment is :
2x 1080tis gigabyte aurous
1x 1080 gigabyte extreme gaming
thermaltake tough power grand , 80+ platium 1200 watts

It just shuts off and restarts
no over clocks for now

I think its power consumption

but pc doesnt restart when using ccminer to ming dgb or claymore for dualmining etherum ( tested only )

Will appreciate any feedback
 
I got same with my 1060 rig. I decreased intensity and setted where was not indicated.
You have to look which miner/algo hangs and try to play with intensity in the relative PS1 powershell script
sundownz
Hero Member
*****
Offline Offline

Activity: 714
Merit: 512


View Profile WWW
November 01, 2017, 09:30:44 PM
 #1350

updated

change: ahashpool from 24hour Actual to Current esitmate

create: zpool24houractual.bat ( new v2.2 )

create: zpoolcurrentestimate.bat ( exactly the same as v2.1 and 2.0) just updated algos and newer miners

Best Regards
Nemo

Awesome -- thanks.

So it actually seems that using the Estimated profit is what was causing the miners to hang on one algo.

I set them all to do Estimated and then I disabled the miner re-start every hour that I had scripted to fix the issue initially.

Now systems are hanging onto random algos again.

Question... could a somewhat buggy internet connection cause them to hang indefinitely on one algo? As of now my connection is a bit spotty*.

* -- We are having our network switch setup completely revamped in the building to clear this up... so I will have my own answer once that work is done & I will report back.

could be your Internet my 6x test rigs (1060's 1070's 1080ti's) have had no issues running the latest updates for over 24hours  now

Initial results... network has been revamped to segregate the traffic from my bitcoin mining rig switch from the rest of the traffic in the building.

So far I have had zero issues in ~2 hours or so since we got that up & going.

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
November 01, 2017, 09:41:56 PM
 #1351

updated

change: ahashpool from 24hour Actual to Current esitmate

create: zpool24houractual.bat ( new v2.2 )

create: zpoolcurrentestimate.bat ( exactly the same as v2.1 and 2.0) just updated algos and newer miners

Best Regards
Nemo

Awesome -- thanks.

So it actually seems that using the Estimated profit is what was causing the miners to hang on one algo.

I set them all to do Estimated and then I disabled the miner re-start every hour that I had scripted to fix the issue initially.

Now systems are hanging onto random algos again.

Question... could a somewhat buggy internet connection cause them to hang indefinitely on one algo? As of now my connection is a bit spotty*.

* -- We are having our network switch setup completely revamped in the building to clear this up... so I will have my own answer once that work is done & I will report back.

could be your Internet my 6x test rigs (1060's 1070's 1080ti's) have had no issues running the latest updates for over 24hours  now

Initial results... network has been revamped to segregate the traffic from my bitcoin mining rig switch from the rest of the traffic in the building.

So far I have had zero issues in ~2 hours or so since we got that up & going.

good to hear : )
Regards
Nemo

NemosMiner-v3.8.1.3
guytechie
Hero Member
*****
Offline Offline

Activity: 677
Merit: 500


View Profile
November 02, 2017, 04:35:41 AM
 #1352

Why is it sometimes it mines the 2nd or 3rd most profitable algo?  I can close everything and relaunch the miner, and it would STILL continue to mine the last algo.

My other rig would be mining the top algo.  Sometimes the issue is reversed - the rig I am having that issue would be fine, but the one that is fine now is the troublesome one.

I don't understand the discrepancy.

Put something in my tip jar if I made your day. Smiley
BTC:
1MkmBHDjonAFXui6JEx9ZmEemfMtUo9Cmu
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
November 02, 2017, 05:38:42 AM
 #1353

if you find that happening just double click resetprofit.bat that should fix it..

Regards
Nemo

NemosMiner-v3.8.1.3
guytechie
Hero Member
*****
Offline Offline

Activity: 677
Merit: 500


View Profile
November 02, 2017, 06:08:16 PM
 #1354

if you find that happening just double click resetprofit.bat that should fix it..

Regards
Nemo

I'll try that next time it happens, but FYI, it would clearly show the correct and up-to-date profitability info, as well as the BTC value.

Put something in my tip jar if I made your day. Smiley
BTC:
1MkmBHDjonAFXui6JEx9ZmEemfMtUo9Cmu
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
November 02, 2017, 09:43:32 PM
 #1355

if you find that happening just double click resetprofit.bat that should fix it..

Regards
Nemo

I'll try that next time it happens, but FYI, it would clearly show the correct and up-to-date profitability info, as well as the BTC value.

i know i have had it happen to me.. thats why resetprofit.bat is there...  (usually happens after trying different pools to compare price's/profit)

Regards
Nemo

NemosMiner-v3.8.1.3
sundownz
Hero Member
*****
Offline Offline

Activity: 714
Merit: 512


View Profile WWW
November 03, 2017, 02:09:44 AM
 #1356

updated

change: ahashpool from 24hour Actual to Current esitmate

create: zpool24houractual.bat ( new v2.2 )

create: zpoolcurrentestimate.bat ( exactly the same as v2.1 and 2.0) just updated algos and newer miners

Best Regards
Nemo

Awesome -- thanks.

So it actually seems that using the Estimated profit is what was causing the miners to hang on one algo.

I set them all to do Estimated and then I disabled the miner re-start every hour that I had scripted to fix the issue initially.

Now systems are hanging onto random algos again.

Question... could a somewhat buggy internet connection cause them to hang indefinitely on one algo? As of now my connection is a bit spotty*.

* -- We are having our network switch setup completely revamped in the building to clear this up... so I will have my own answer once that work is done & I will report back.

could be your Internet my 6x test rigs (1060's 1070's 1080ti's) have had no issues running the latest updates for over 24hours  now

Initial results... network has been revamped to segregate the traffic from my bitcoin mining rig switch from the rest of the traffic in the building.

So far I have had zero issues in ~2 hours or so since we got that up & going.

good to hear : )
Regards
Nemo

Still working flawless with the fixed connection. So the answer is, yes, a spotty connection can make it stick on algos... my issues was that we had a ton of traffic on un-managed switches. We went to an all new managed switch setup & segregated traffic (my bitcoin farm has it's own dedicated "section" so no packet collisions with other data).

My profits are better than they have ever been -- thanks again for making the software.

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
P4ndoraBox
Sr. Member
****
Offline Offline

Activity: 711
Merit: 250


View Profile
November 03, 2017, 02:16:00 AM
 #1357

I wasnt aware of that miner. I'll try it eventually.
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
November 03, 2017, 03:58:06 AM
Last edit: November 03, 2017, 06:49:24 AM by minerx117
 #1358

I wasnt aware of that miner. I'll try it eventually.

https://imgur.com/a/02SyK

NemosMiner-v3.8.1.3
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
November 03, 2017, 05:11:33 AM
Last edit: November 03, 2017, 06:48:56 AM by minerx117
 #1359

Great Day for Bitcoin Today in New Zealand we have crossed over the 1 bitcoin = 11,000 NZD  https://kiwi-coin.com (currently @ $11200 NZD may even go past 12k within next 24hours...)

Best Regards
Nemo

NemosMiner-v3.8.1.3
minerx117 (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
November 04, 2017, 12:50:18 AM
 #1360

added MiningPoolHub support

Create Account https://miningpoolhub.com / add worker

edit: startminingpoolhub.bat

1.change Username and WorkerName to yours

2.select how many gpu's you have eg: (1gpu ewbf 0 cc 0) (default 2 gpu ewbf 0 1 cc 0,1) (6gpu ewbf 0 1 2 3 4 5 cc 0,1,2,3,4,5)

3.remove any algos you do not want to mine (default all supported algos enabled)

4.there is a default 5minute per day fee, that can be disabled by changing -Donate 5 to 0

5.run startminingpoolhub.bat

Best Regards
Nemo

NemosMiner-v3.8.1.3
Pages: « 1 ... 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 [68] 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 ... 228 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!