Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
by
DougB62
on 11/05/2014, 06:11:57 UTC
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

Code:
rpcuser=bitcoinrpc
rpcpassword=pass
rpcallowip=*
rpcport=15818
addnode=colorcoin.no-ip.org
addnode=188.226.255.202

Thanks!

Add:
server=1
listen=1

I'm soloing with:
Code:
rpcuser=ccuser
rpcpassword=ccpass
server=1
listen=1
daemon=1
rpcallowip=127.0.0.1
rpcport=15818
addnode=colorcoin.no-ip.org
addnode=188.226.255.202