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

The firewall is disabled ... the walled was restarted after the config file was saved. I`ve tried this

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

but still dosen`t work!

Well it looks like solo mining is disabled for this coin. Though I'm not 100% sure because I'm mining this on a pool and haven't tried solo mining.

I, too, recommend that you try to mine this on a pool. It's quite like solo mining and the rewards (minus the pool fee) are roughly the same.

So i`ve managet to make it run :

conf file :

Code:
rpcuser=user
rpcpassword=password
rpcbind=192.168.1.100:8756 (change to you ip)
rpcallowip=192.168.1.1/24
server=1
daemon=1
listen=1

CCMiner

Code:
ccminer.exe -a x16s -o http://192.168.1.3:8756 -u user -p, --pass=password --coinbase-addr=your pigeon coin adress

Congrats!

So solo mining is not disabled for this coin. You just need to connect to your wallet through your LAN instead of the 'localhost', hence using 192.168.x.x instead of 127.0.0.1.

Thanks for sharing your findings here!