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?
GTX 970 CHANGES--
The batch file allows for auto-switching beteween the top-paying algos. A GTX 970 will run fine on the batch file. It will hash at faster rates, but those rates will be in roughly the same proportion. To be more accurate, you would need to benchmark your rig on all the algos in your personal batch file, and then insert the results for each algo into your batch file. Same for a GTX 750ti, but the more accurate rate numbers would be smaller.
The "-b 0.0.0.0:4068" command allows for remote monitoring the rig on port 4068. You could leave it off if you wish.
The batch file utilizes the "retries", or "-r" flag, to rotate to the next command line. All YAAMP-clone pools can exploit this feature to allow auo-switching. YAAMP-clone pools are CCminer friendly. I haven't incorporated difficulty settings in this batch file, you would need more accurate hash rates to better set difficulty. --scryptr
EDIT: I have just modified my "qubit" algo settings from 8.1 to 8.35. This represents the improvement in hash rate from Private Miner v1 to Private Miner v2. All algos mined with the batch file are now hashing at rates equal to or better than former CUDA 6.5 CCminer builds. --scryptr