Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Pigeoncoin (PGN) – a cryptocurrency network with a new X16S (shuffle) algo
by
AdamCampbell
on 07/05/2018, 15:42:16 UTC
Hello,

I`m trying to solo mine with gpu!
This is my conf file :

rpcuser=username
rpcpassword=pass
rpcallowip=127.0.0.1
rpcport=8757
server=1
listen=1

And this is the bat file : ccminer -a x16s -o http://127.0.0.1:3333 -u username -p pass

But i can`t make it run ... what i`m doing wrong?!

Thanks

Hi,

You made a little and easy to overlook mistake in your .bat file. The "3333" part does not match with the value for "rpcport=8757" in your .conf file.

Just change your .bat file to this and you should be set!

Code:
ccminer -a x16s -o http://127.0.0.1:8757 -u username -p pass