cryptodragon,
Could you share your solo mining .bat file for colorcoin by chance? I'm using a 750ti on Win 7.
I wasn't able to get it working properly since the conf settings they provided didn't have as much detail as the three other coins that i've solomined on. I'm getting an error not able to connect to a server.
I was trying this as a .bat file:
ccminer50 -s 1 -a x11 -o localhost:15818 -u bitcoinrpc -p pass
and this as my colorcoin.conf
rpcuser=bitcoinrpc
rpcpassword=pass
rpcallowip=*
rpcport=15818
addnode=colorcoin.no-ip.org
addnode=188.226.255.202
Thanks!