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