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
Will this payout in BTC if you have all wallet addresses set to a Bitcoin address?
I tried this on one rig, but the other rigs I have in the bat file is
-u my BTC address -p c=BTC
as can be seen here.

You don't need to specify the coin in the password for BTC, or DASH for that matter. Apparently, some less popular coins are not well recognized, so the coin specification flag may be required for them. --scryptr