Author

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

legendary
Activity: 1848
Merit: 1166
My AR-15 ID's itself as a toaster. Want breakfast?
Working well, thank you.

I did a small mod to the .bat which lets you choose which GPU devices you want to utilize. Just put "-d 0,1", ect at DEV=
don't forget that intensity works in the same way for rigs with different cards:

I.E.
%A% -r 0 -a -i 12,14 %A16% -o stratum+tcp://%A16%.%POOL%:5033 -u %ADDY% -p %PASS% %DEV%

what does puting 2 numbers after -i do? i usually only add a single number eg -i  21 or -i  17  

 for example  -i 12,14 which intensity would it use 12 or 14 ?

Regards Nemo

That's the intensity selection per-card.

so for a:  -d 0,1,2      (3 video cards)
you can trim intensity per card:  -i 16,26,23 (respectively)

To ID GPU in the system, run nvidiainspector, and it shows gpu number at bottom per gpu.

*edit*

in your case, probably add this up top with the variables:

INT=-i 23,24,25

and add to the string at the end to utilize: ...%A16%.%POOL%:5033 -u %ADDY% -p %PASS% %DEV% %INT%

This is solely for the people with mixed density systems that have an old ass gpu in the mix that won't hash with the high intensity.  Up north I have a few machines with mixed 9 and 6 series.
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
Working well, thank you.

I did a small mod to the .bat which lets you choose which GPU devices you want to utilize. Just put "-d 0,1", ect at DEV=
don't forget that intensity works in the same way for rigs with different cards:

I.E.
%A% -r 0 -a -i 12,14 %A16% -o stratum+tcp://%A16%.%POOL%:5033 -u %ADDY% -p %PASS% %DEV%

what does puting 2 numbers after -i do? i usually only add a single number eg -i  21 or -i  17  

 for example  -i 12,14 which intensity would it use 12 or 14 ?

Regards Nemo
legendary
Activity: 1848
Merit: 1166
My AR-15 ID's itself as a toaster. Want breakfast?
Working well, thank you.

I did a small mod to the .bat which lets you choose which GPU devices you want to utilize. Just put "-d 0,1", ect at DEV=
don't forget that intensity works in the same way for rigs with different cards:

I.E.
%A% -r 0 -a -i 12,14 %A16% -o stratum+tcp://%A16%.%POOL%:5033 -u %ADDY% -p %PASS% %DEV%
sr. member
Activity: 308
Merit: 250
i'll get on to it asap linux ftw : )

You just made my day!
Good luck compiling, you will need it Smiley
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
i'll get on to it asap linux ftw : )
sr. member
Activity: 308
Merit: 250
Just started using your baby, works great so far!
Have you given up on Linux version?
I love Nemos miner but I love Linux also, so there exists a problem.
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
Great miner! Is there a way to set the number of threads per gpu? Thanks!

edit: nevermind....got it

how did you get on with this? was it worth it did you achieve higher hash rate?
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
Working well, thank you.

I did a small mod to the .bat which lets you choose which GPU devices you want to utilize. Just put "-d 0,1", ect at DEV=

Code:
@echo off
SETLOCAL EnableExtensions
SET ADDY=
SET DEV=-d 1
SET A=ccminerAlexis78.exe
SET B=ccminerTanguy.exe
SET C=zminer.exe
SET D=ccminerAlexis78blakecoin
SET E=ccminerbitcore
SET POOL=mine.zpool.ca
REM SET A01=equihash
REM SET A02=lyra2z
SET A03=myr-gr
REM SET A04=x15
SET A05=lyra2v2
SET A06=neoscrypt
SET A07=decred
SET A08=blakecoin
SET A09=c11
SET A10=groestl
SET A11=blake2s
REM SET A12=x14
SET A13=x17
SET A14=nist5
SET A15=skein
SET A16=sib
REM SET A17=x11evo
SET A18=lbry
SET A19=timetravel
SET A20=veltor
SET A21=timetravel
SET A22=hmq1725
SET PASS=c=BTC,myr-gr=67,lyra2v2=37,neoscrypt=1.13,blakecoin=4.7,c11=16.4,groestl=32,blake2s=3.73,x17=10.9,nist5=46.3,skein=512.3,sib=11.8,lbry=272,timetravel=26,decred=2.6,veltor=30,bitcore=16,hmq1725=4.58,stats
:start
ECHO Starting NemosMiner-v1.7.2 if this helped you please donate #Nemo....
REM %C% --server %A01%.%POOL% --port 2142 --fee 0 --eexit 2 --user %ADDY% --pass %PASS% %DEV%
REM %B% -r 0 -a %A02% -o stratum+tcp://%A02%.%POOL%:4553 -u %ADDY% -p %PASS% %DEV%
%A% -r 0 -a %A03% -o stratum+tcp://%A03%.%POOL%:5433 -u %ADDY% -p %PASS% %DEV%
REM %A% -r 0 -a %A04% -o stratum+tcp://%A04%.%POOL%:3733 -u %ADDY% -p %PASS% %DEV%
%A% -r 0 -a %A05% -o stratum+tcp://%A05%.%POOL%:4533 -u %ADDY% -p %PASS% %DEV%
%A% -r 0 -a %A06% -o stratum+tcp://%A06%.%POOL%:4233 -u %ADDY% -p %PASS% -i 15 %DEV%
%B% -r 0 -a %A07% -o stratum+tcp://%A07%.%POOL%:5744 -u %ADDY% -p %PASS% %DEV%
%D% -r 0 -a %A08% -o stratum+tcp://%A08%.%POOL%:5743 -u %ADDY% -p %PASS% %DEV%
%A% -r 0 -a %A09% -o stratum+tcp://%A09%.%POOL%:3573 -u %ADDY% -p %PASS% %DEV%
%B% -r 0 -a %A10% -o stratum+tcp://%A10%.%POOL%:5333 -u %ADDY% -p %PASS% %DEV%
%A% -r 0 -a %A11% -o stratum+tcp://%A11%.%POOL%:5766 -u %ADDY% -p %PASS% %DEV%
REM %A% -r 0 -a %A12% -o stratum+tcp://%A12%.%POOL%:3933 -u %ADDY% -p %PASS% %DEV%
%A% -r 0 -a %A13% -o stratum+tcp://%A13%.%POOL%:3737 -u %ADDY% -p %PASS% %DEV%
%A% -r 0 -a %A14% -o stratum+tcp://%A14%.%POOL%:3833 -u %ADDY% -p %PASS% %DEV%
%A% -r 0 -a %A15% -o stratum+tcp://%A15%.%POOL%:4933 -u %ADDY% -p %PASS% %DEV%
%A% -r 0 -a %A16% -o stratum+tcp://%A16%.%POOL%:5033 -u %ADDY% -p %PASS% %DEV%
REM %B% -r 0 -a %A17% -o stratum+tcp://%A17%.%POOL%:3553 -u %ADDY% -p %PASS% %DEV%
%A% -r 0 -a %A18% -o stratum+tcp://%A18%.%POOL%:3334 -u %ADDY% -p %PASS% %DEV%
%B% -r 0 -a %A19% -o stratum+tcp://%A19%.%POOL%:3555 -u %ADDY% -p %PASS% %DEV%
%A% -r 0 -a %A20% -o stratum+tcp://%A20%.%POOL%:5034 -u %ADDY% -p %PASS% %DEV%
%E% -r 0 -a %A21% -o stratum+tcp://bitcore.%POOL%:3556 -u %ADDY% -p %PASS% %DEV%
%B% -r 0 -a %A22% -o stratum+tcp://%A22%.%POOL%:3747 -u %ADDY% -p %PASS% %DEV%
ECHO Starting NemosMiner-v1.7.2 if this helped you please donate #Nemo....
GOTO start

nice thanks i did have this feature in previous version's but usually i always wanted to run all gpu's any way... so left it out,  i will add it to future builds it does come in handy..
full member
Activity: 238
Merit: 100
Great miner! Is there a way to set the number of threads per gpu? Thanks!

edit: nevermind....got it
member
Activity: 66
Merit: 10
Working well, thank you.

I did a small mod to the .bat which lets you choose which GPU devices you want to utilize. Just put "-d 0,1", ect at DEV=

Code:
@echo off
SETLOCAL EnableExtensions
SET ADDY=
SET DEV=-d 1
SET A=ccminerAlexis78.exe
SET B=ccminerTanguy.exe
SET C=zminer.exe
SET D=ccminerAlexis78blakecoin
SET E=ccminerbitcore
SET POOL=mine.zpool.ca
REM SET A01=equihash
REM SET A02=lyra2z
SET A03=myr-gr
REM SET A04=x15
SET A05=lyra2v2
SET A06=neoscrypt
SET A07=decred
SET A08=blakecoin
SET A09=c11
SET A10=groestl
SET A11=blake2s
REM SET A12=x14
SET A13=x17
SET A14=nist5
SET A15=skein
SET A16=sib
REM SET A17=x11evo
SET A18=lbry
SET A19=timetravel
SET A20=veltor
SET A21=timetravel
SET A22=hmq1725
SET PASS=c=BTC,myr-gr=67,lyra2v2=37,neoscrypt=1.13,blakecoin=4.7,c11=16.4,groestl=32,blake2s=3.73,x17=10.9,nist5=46.3,skein=512.3,sib=11.8,lbry=272,timetravel=26,decred=2.6,veltor=30,bitcore=16,hmq1725=4.58,stats
:start
ECHO Starting NemosMiner-v1.7.2 if this helped you please donate #Nemo....
REM %C% --server %A01%.%POOL% --port 2142 --fee 0 --eexit 2 --user %ADDY% --pass %PASS% %DEV%
REM %B% -r 0 -a %A02% -o stratum+tcp://%A02%.%POOL%:4553 -u %ADDY% -p %PASS% %DEV%
%A% -r 0 -a %A03% -o stratum+tcp://%A03%.%POOL%:5433 -u %ADDY% -p %PASS% %DEV%
REM %A% -r 0 -a %A04% -o stratum+tcp://%A04%.%POOL%:3733 -u %ADDY% -p %PASS% %DEV%
%A% -r 0 -a %A05% -o stratum+tcp://%A05%.%POOL%:4533 -u %ADDY% -p %PASS% %DEV%
%A% -r 0 -a %A06% -o stratum+tcp://%A06%.%POOL%:4233 -u %ADDY% -p %PASS% -i 15 %DEV%
%B% -r 0 -a %A07% -o stratum+tcp://%A07%.%POOL%:5744 -u %ADDY% -p %PASS% %DEV%
%D% -r 0 -a %A08% -o stratum+tcp://%A08%.%POOL%:5743 -u %ADDY% -p %PASS% %DEV%
%A% -r 0 -a %A09% -o stratum+tcp://%A09%.%POOL%:3573 -u %ADDY% -p %PASS% %DEV%
%B% -r 0 -a %A10% -o stratum+tcp://%A10%.%POOL%:5333 -u %ADDY% -p %PASS% %DEV%
%A% -r 0 -a %A11% -o stratum+tcp://%A11%.%POOL%:5766 -u %ADDY% -p %PASS% %DEV%
REM %A% -r 0 -a %A12% -o stratum+tcp://%A12%.%POOL%:3933 -u %ADDY% -p %PASS% %DEV%
%A% -r 0 -a %A13% -o stratum+tcp://%A13%.%POOL%:3737 -u %ADDY% -p %PASS% %DEV%
%A% -r 0 -a %A14% -o stratum+tcp://%A14%.%POOL%:3833 -u %ADDY% -p %PASS% %DEV%
%A% -r 0 -a %A15% -o stratum+tcp://%A15%.%POOL%:4933 -u %ADDY% -p %PASS% %DEV%
%A% -r 0 -a %A16% -o stratum+tcp://%A16%.%POOL%:5033 -u %ADDY% -p %PASS% %DEV%
REM %B% -r 0 -a %A17% -o stratum+tcp://%A17%.%POOL%:3553 -u %ADDY% -p %PASS% %DEV%
%A% -r 0 -a %A18% -o stratum+tcp://%A18%.%POOL%:3334 -u %ADDY% -p %PASS% %DEV%
%B% -r 0 -a %A19% -o stratum+tcp://%A19%.%POOL%:3555 -u %ADDY% -p %PASS% %DEV%
%A% -r 0 -a %A20% -o stratum+tcp://%A20%.%POOL%:5034 -u %ADDY% -p %PASS% %DEV%
%E% -r 0 -a %A21% -o stratum+tcp://bitcore.%POOL%:3556 -u %ADDY% -p %PASS% %DEV%
%B% -r 0 -a %A22% -o stratum+tcp://%A22%.%POOL%:3747 -u %ADDY% -p %PASS% %DEV%
ECHO Starting NemosMiner-v1.7.2 if this helped you please donate #Nemo....
GOTO start
newbie
Activity: 41
Merit: 0
thanks man , i love this program ! I no longer need to take my head, it's so cool ! Cheesy
full member
Activity: 197
Merit: 100
Thank you very good !!!
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
NemoMiner-v1.7.3-ZPOOL

replaced ccminerTanguy with ccminerTanguy : https://github.com/tpruvot/ccminer/releases    v2.0 Final version

added support for hmq1725 thanks to Tanguy

Regards
#Nemo
member
Activity: 66
Merit: 10
Really enjoying the program. Will donate once I break ROI

ccminer-equihash tpruvot source code compiled by me:

Source Code: https://github.com/tpruvot/ccminer/tree/equihash

Windows Binary:  https://mega.nz/#F!hi4SUIrY!hqSSsMxCgXDJ_FjlgpDYNw

X64 Release compile from tpruvot source with vs2013 cuda 8.0 for compute 3.0-5.2

tested on gtx 1060 & 1070 100% stable no crashes

Best Regards
#Nemo



So do you suggest we use this instead of zminer in nemosminer?

no, EWBF is still the fastest for me and has 0% fee so i won't be changing to any version of ccminer for equihash anytime soon unless there is a speed improvement i simply compiled that version to help the development of ccminer-equihash..

Also, do you think it's worth bothering with m7m, xevan, or hmq1725 (new) algorithms for pascal cards?

m7m and xevan are cpu only algo's... im in the process of adding hmq1725 algo to 1.7.3-zpool atm will be uploaded later today..

Regards
Nemo

You are the best! I look forward to 1.7.3  Smiley
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
Really enjoying the program. Will donate once I break ROI

ccminer-equihash tpruvot source code compiled by me:

Source Code: https://github.com/tpruvot/ccminer/tree/equihash

Windows Binary:  https://mega.nz/#F!hi4SUIrY!hqSSsMxCgXDJ_FjlgpDYNw

X64 Release compile from tpruvot source with vs2013 cuda 8.0 for compute 3.0-5.2

tested on gtx 1060 & 1070 100% stable no crashes

Best Regards
#Nemo



So do you suggest we use this instead of zminer in nemosminer?

no, EWBF is still the fastest for me and has 0% fee so i won't be changing to any version of ccminer for equihash anytime soon unless there is a speed improvement i simply compiled that version to help the development of ccminer-equihash..

Also, do you think it's worth bothering with m7m, xevan, or hmq1725 (new) algorithms for pascal cards?

m7m and xevan are cpu only algo's... im in the process of adding hmq1725 algo to 1.7.3-zpool atm will be uploaded later today..

Regards
Nemo
member
Activity: 66
Merit: 10
Really enjoying the program. Will donate once I break ROI

ccminer-equihash tpruvot source code compiled by me:

Source Code: https://github.com/tpruvot/ccminer/tree/equihash

Windows Binary:  https://mega.nz/#F!hi4SUIrY!hqSSsMxCgXDJ_FjlgpDYNw

X64 Release compile from tpruvot source with vs2013 cuda 8.0 for compute 3.0-5.2

tested on gtx 1060 & 1070 100% stable no crashes

Best Regards
#Nemo



So do you suggest we use this instead of zminer in nemosminer?

Also, do you think it's worth bothering with m7m, xevan, or hmq1725 (new) algorithms for pascal cards?
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
i run 1070's i think they will have a better resale price wont lose as much compared to 1080ti.. gamers find it hard to pony up enough for a 1080ti most want the 1070.. in the end its up to you i believe there mhs per watt is similar..  
sr. member
Activity: 418
Merit: 250
Hi MinerX, 
 
for building a new rig, should I buy 2x 1080Ti's or 4x 1070's? 
 
they're roughly the same price brand new, although I don't know the performance/wattage on nvidia as well as I do the rx470/rx480 series Smiley

Thanks for any suggestions you have!
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
ccminer-equihash tpruvot source code compiled by me:

Source Code: https://github.com/tpruvot/ccminer/tree/equihash

Windows Binary:  https://mega.nz/#F!hi4SUIrY!hqSSsMxCgXDJ_FjlgpDYNw

X64 Release compile from tpruvot source with vs2013 cuda 8.0 for compute 3.0-5.2

tested on gtx 1060 & 1070 100% stable no crashes

Best Regards
#Nemo

legendary
Activity: 1848
Merit: 1166
My AR-15 ID's itself as a toaster. Want breakfast?
if they are same generation of cards;  it scales the same.

the scale of hashrate between 960-980ti is pretty linear when compared to the scale of a 1060-1080....   As long as you match generation; keep all the normalizations relative to the most present card in your system (if u have 2 1070, choose the 1070 normalization, etc).  I always pick the normalizations for the highest tiered card in the system.  My machine with a 960, and 980 gets the 980 norm.

I use my 1070 normalization on all of the 1080+ rigs I manage.
Jump to: