Post
Topic
Board Mining (Altcoins)
Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels.
by
kangjooe
on 17/01/2016, 07:33:47 UTC
AUTOSWITCH BATCH FILE FOR YAAMP CLONE--

Following is a copy of my autoswitching batch file for CCminer on a YAAMP Pool clone, like HashPower:


==========CUT LINE==========

:loop

C:\work\mine\spminer\ccminer.exe -r 0 -a x11  -i 20.5 -C --cpu-priority 5 -o stratum+tcp://hashpower.co:3533 -u YOUR-COIN-ADDRESS-HERE -p x11=5.5,x13=4.4,x15=3.8,quark=11.4,neoscrypt=0.35,lyra2v2=6.5,qubit=8.1  -b 0.0.0.0:4068
timeout /t 3

C:\work\mine\spminer\ccminer.exe -r 0 -a x13  -i 20.5 -C --cpu-priority 5 -o stratum+tcp://hashpower.co:3633 -u YOUR-COIN-ADDRESS-HERE -p x11=5.5,x13=4.4,x15=3.8,quark=11.4,neoscrypt=0.35,lyra2v2=6.5,qubit=8.1  -b 0.0.0.0:4068
timeout /t 3

C:\work\mine\spminer\ccminer.exe -r 0 -a x15 -i 20.5 -C --cpu-priority 5  -o stratum+tcp://hashpower.co:3733 -u YOUR-COIN-ADDRESS-HERE -p x11=5.5,x13=4.4,x15=3.8,quark=11.4,neoscrypt=0.35,lyra2v2=6.5,qubit=8.1  -b 0.0.0.0:4068
timeout /t 3

C:\work\mine\spminer\ccminer.exe -r 0 -a quark -i 23.9 -C --cpu-priority 5 -o stratum+tcp://hashpower.co:4033 -u YOUR-COIN-ADDRESS-HERE -p x11=5.5,x13=4.4,x15=3.8,quark=11.4,neoscrypt=0.35,lyra2v2=6.5,qubit=8.1  -b 0.0.0.0:4068
timeout /t 3

C:\work\mine\spminer\ccminer.exe -r 0 -a neoscrypt -i 15.5 -C --cpu-priority 5 -o stratum+tcp://hashpower.co:4233 -u YOUR-COIN-ADDRESS-HERE -p x11=5.5,x13=4.4,x15=3.8,quark=11.4,neoscrypt=0.35,lyra2v2=6.5,qubit=8.1  -b 0.0.0.0:4068
timeout /t 3

C:\work\mine\spminer\ccminer.exe -r 0 -a lyra2v2 -i 19.1 -C --cpu-priority 5 -o stratum+tcp://hashpower.co:5433 -u YOUR-COIN-ADDRESS-HERE  -p x11=5.5,x13=4.4,x15=3.8,quark=11.4,neoscrypt=0.35,lyra2v2=6.5,qubit=8.1  -b 0.0.0.0:4068
timeout /t 3

C:\work\mine\spminer\ccminer.exe -r 0 -a qubit -i 19.7  -C --cpu-priority 5 -o stratum+tcp://hashpower.co:4733 -u YOUR-COIN-ADDRESS-HERE -p x11=5.5,x13=4.4,x15=3.8,quark=11.4,neoscrypt=0.35,lyra2v2=6.5,qubit=8.1  -b 0.0.0.0:4068
timeout /t 3

goto loop

==========CUT LINE==========

Save the text above, minus the "==CUT LINE==" notations, as "switch bat", and run the batch file under Wndows.  The above hash rates are relevant for a GTX 960, but will work OK for any model nVidia card until personal hash rates are established for any CCminer build/card model combo.  The specified PATH should be modified for your personal miner's PATH environmental variable.  Also, these hash rates were attained with the  current Private Miner from sp_ (v2.7).       --scryptr

i'm using gtx 970. what should i change? never seen that many command before. i'm usually mine in nicehash with this simple command:


ccminer.exe --algo=neoscrypt -o stratum+tcp://neoscrypt.hk.nicehash.com:3341 -u MY_WALLET -p x
pause



and also... what's this command do?

b 0.0.0.0:4068


i notice every time i start new mining the diff is high and the "accepted" is slow... after a while diff change and "accepted" is getting more frequent. any command that can be used to change the diff?