i didnt use pools. solo only...
Could you share a .bat file of yours with example of ip usage for solo mining?
ccminer -a skein -o localhost:4433 -u X -p Q
I'm using the parameters from nodecoin.conf:
ccminer.exe -a skein -o 127.0.0.1:29116 -u mywalletaddress -p mypassword
Is that wrong?
if you want your bat to look like that, your conf file should look like this then
gen=1
server=1
listen=1
daemon=1
rpcuser=mywalletaddress
rpcpassword=mypassword
rpcallowip=127.0.0.1
rpcallowip=localhost
rpcport=29116
port=12345