Pages:
Author

Topic: [ANN] Pigeoncoin (PGN) – a cryptocurrency network with a new X16S (shuffle) algo - page 14. (Read 618537 times)

newbie
Activity: 52
Merit: 0
hi guys my wallet is not connecting to peers ,anybody has the same problem?

Let me know how to resolve?
newbie
Activity: 77
Merit: 0

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.
newbie
Activity: 5
Merit: 0
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



dosen`t work ... i get "empty data received in json_rpc_call get_work failed!  Undecided Undecided

OK, now here's some things you should check off the top of my head:

  • Is your firewall or anti-virus software allowing access to the port 8757 in your computer?
  • Is your miner updated to the latest version? (I'd recommend Suprminer for Nvidia cards https://github.com/ocminer/suprminer/releases/tag/1.5)
  • Have you restarted the wallet after saving those settings in your .conf file and let it sync before executing the .bat file?


If you've checked all these steps and are still unable to solo mine, try to add --no-gbt and --no-stratum to your .bat file, restart the wallet, and run the .bat file again.

So now your .bat file should look like this:

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


Hope this solves your problem!

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!
newbie
Activity: 20
Merit: 0
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

Or just mine on a pool with no other miners, nobody is mining PGN here so it would be like solo mining:
https://urban-clouds.com/site/mining

full member
Activity: 336
Merit: 100
Generally on the bottom left, though there was, why are these coins? To who? Well, if there is no capital, then why create it, who will mine it for thank you? I do not understand.
newbie
Activity: 19
Merit: 0
pigeon.conf

rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=3333
server=1
listen=1
daemon=1
gen=0


ccminer-solomine.bat

:start
ccminer -a x16s -o http://127.0.0.1:3333 -u user -p password --coinbase-addr=PDiZ89gk5HMqwrcGp6Hs9WdgFALzLbD4HG -i 19
goto start

hope it can help u~
newbie
Activity: 77
Merit: 0
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



dosen`t work ... i get "empty data received in json_rpc_call get_work failed!  Undecided Undecided

OK, now here's some things you should check off the top of my head:

  • Is your firewall or anti-virus software allowing access to the port 8757 in your computer?
  • Is your miner updated to the latest version? (I'd recommend Suprminer for Nvidia cards https://github.com/ocminer/suprminer/releases/tag/1.5)
  • Have you restarted the wallet after saving those settings in your .conf file and let it sync before executing the .bat file?


If you've checked all these steps and are still unable to solo mine, try to add --no-gbt and --no-stratum to your .bat file, restart the wallet, and run the .bat file again.

So now your .bat file should look like this:

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


Hope this solves your problem!
newbie
Activity: 5
Merit: 0
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



dosen`t work ... i get "empty data received in json_rpc_call get_work failed!  Undecided Undecided
newbie
Activity: 77
Merit: 0
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

newbie
Activity: 5
Merit: 0
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
full member
Activity: 448
Merit: 100
Difficulty of pigeon coin to mine is going up and up. Starting to be not profitable. But the miners numbers continuous to rise. I'm predicting, movement on the price of pigeon coin is coming. I hope it could reach the level price of ravencoin or even higher. Go devs, we are all here to support your project.
member
Activity: 728
Merit: 19
BlockMasters.co (Formally BlockMunch) has added PigeonCoin to it's Multi-Pool!  Only 0.25% Fee's!
We are now a Multi-Pool!  We mine the most profitable coin always, and maximize your return!
Choose your payout style.  We pay out in this coin, BTC, LTC, and any coin we currently have listed on the pool!

You can also use your ASIC's in our SHA256, X11, & Scrypt ports and get paid in this coin or BTC!  Just change the algo and the port number in the example belows!

Example Config is Below for PigeonCoin Pay:
Over 100 coins on the pool, with more added regularly!
Code:
-a x16s -o stratum+tcp://blockmasters.co:3663 -u PJYHL8dx98GrwL4KVnGTa6VqcTA7Y28L99 -p c=PGN 

Example Config Below for BTC Pay
Code:
-a x16s -o stratum+tcp://blockmasters.co:3663 -u 1JFx3fE462vMsTeYkNK5yvdWeg2wpmxvBD -p c=BTC 

Example Config Below for LTC Pay
Code:
-a x16s -o stratum+tcp://blockmasters.co:3663 -u LRgQk63NRnJQ8PBTU8yyHAm5aGfNjzhMZu -p c=LTC 
Block Explorer Link:
Code:
blockmasters.co/explorer/PGN

Peer List:
Code:
blockmasters.co/explorer/peers?id=2871

BlockMasters.Co Discord Link: https://discord.gg/RNnVAB4

BlockMasters.Co BitcoinTalk thread: https://bitcointalksearch.org/topic/blockmastersco-130-coins-us-eu-as-35-scrypt-coins-doge-payouts-2362982



Welcome to BlockMasters!

newbie
Activity: 54
Merit: 0
The Best Pigeoncoin Mining POOL - Lions Pool Club
https://lionspool.club
Until May 31 all profits of the pool are going straight
to the developers organizing.

* Pool fees is on 0.25% And stay that way.
* Automatic payouts every 3 hour.
* No registration required for pool.


⤧ Profitable ⤧ Reliable ⤧ Professional

How to start mining:
Go to https://lionspool.club select and download your miner And set the right miner config for you:

Pigeoncoin Nvidia CCminer/CPUminer command:
Code:
-a x16s -o stratum+tcp://lionspool.club:3663 -u WALLET -p WORKER

Pigeoncoin AMD SGminer command:
Code:
-k x16s -o stratum+tcp://lionspool.club:3663 -u WALLET -p WORKER

Come with us to support this year's promising Stratup !
You can also find us in the mining channel on the official discore of the Pigeon And receive real-time updates about the Pigeon project at:
https://discord.gg/SZcf63h


Welcome all and happy mining !
newbie
Activity: 65
Merit: 0
🇨🇦  icemining  🇨🇦
M I N I N G    P O O L



Dedicated Servers with Raid NVMe  ❄️  1GBps with Anti-DDoS  ❄️  Friendly Smiley and Responsive Support


Website  ❄️  Discord

                              
Low 0.25% Fee for the first month

Code:
-a x16s -o stratum+tcp://mine.icemining.ca:3663 -u  -p c=PGN
full member
Activity: 616
Merit: 167
there's literally 1 (one) DEV working on this project...

or better to say one student ;-) One should have more skills than forking BTC/RVN GIT and build it to be called Dev ;-)

One student should have access to lots of other students with similar interests to plug gaps. Really need to get more developers, website and graphic designer, community manager etc to get the ball rolling. Those handful of people who mined the hell out of this in the first five days should be pitching in with whatever they can offer. I mean, it has been over a month and I'm not sure what their plan is, or even when they'll be ready to announce plans.
newbie
Activity: 2
Merit: 0
hi guys the wallet is just auto mining.

go to the console an do "setgenerate true 0"

this will sort out the cpu usage on wallet
jr. member
Activity: 181
Merit: 1
why would you spend time help battling asic when there is no time for own coin
jr. member
Activity: 39
Merit: 5
muthafukin gem huntah
It is a fork of RVN, who also uses 9 algorithms and interleaves them sequentially. such protection against asiks.
Even the official wallet it is not clear what, but I have 12 cores loaded 3 cores stable this wallet the total load of 10% CPU.


what in gods name...
newbie
Activity: 36
Merit: 0
It is a fork of RVN, who also uses 9 algorithms and interleaves them sequentially. such protection against asiks.
Even the official wallet it is not clear what, but I have 12 cores loaded 3 cores stable this wallet the total load of 10% CPU.
Pages:
Jump to: