Post
Topic
Board Announcements (Altcoins)
Re: [ANN] NODECOIN [ND] - Masternodes, Pow/Pos
by
httpb
on 01/01/2018, 11:26:17 UTC
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:
Code:
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


It does except for port=12345. I don't have that.