Pages:
Author

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

newbie
Activity: 106
Merit: 0
I think your project gives us less information. I want to ask about the purpose of this project? Could you give us more information about it?

The purpose of this project was to clone Ravencoin, rebrand it, and sell the idea to people on here AFTER premining it towards exchange. There hasn't been a single change to this coin since the initial release wallet... which only replaced 'Raven' with 'Pigeon' in the names of places. They literally CTRL + F'd "Raven" and replaced the references.

sadly, this pigeon is like the ones in new york city...poop all over and get run over by cars Smiley

sometimes I wonder why I even mine them....even a dead project like zcl gets revived and people are doing something with it...I have yet to see anything exciting on this project since like the first 2 weeks.
newbie
Activity: 34
Merit: 0
I think your project gives us less information. I want to ask about the purpose of this project? Could you give us more information about it?

The purpose of this project was to clone Ravencoin, rebrand it, and sell the idea to people on here AFTER premining it towards exchange. There hasn't been a single change to this coin since the initial release wallet... which only replaced 'Raven' with 'Pigeon' in the names of places. They literally CTRL + F'd "Raven" and replaced the references.
newbie
Activity: 68
Merit: 0
Can someone request this coin be added to http://coinsmarkets.com?  Any extra exchange support would go a long way.
As I mentioned it need 100k USD trading a day  Grin for coinmarketcap

yeah, it has a looooong way to go.
member
Activity: 637
Merit: 11
Can someone request this coin be added to http://coinsmarkets.com?  Any extra exchange support would go a long way.
As I mentioned it need 100k USD trading a day  Grin for coinmarketcap
newbie
Activity: 115
Merit: 0
Can someone request this coin be added to http://coinsmarkets.com?  Any extra exchange support would go a long way.
legendary
Activity: 1582
Merit: 1001
www.neutroncoin.com
Is there a working block explorer?
member
Activity: 345
Merit: 16
Enemy - Today at 2:00 PM on Discord
Z-ENEMY VER 1.09a ( PUBLIC )

For Windows (Cuda 9.1)
zealot/enemy-1.09a (z-enemy)  From: Dk & Enemy

- Kernels speed improvements 1.08 vs 1.09a, for all 9x0 and 10x0 GTX:
 x16r +5-8%, x16s +5-10%, bitcore +5-8%, xevan +5-20% ( vs basic public), phi + 2-3%, x17 (basic), vit (new algo).

- Support new algos : Xevan (-a xevan) and Vitality (-a vit), recommended intensity for Xevan 19-20, for Vitality 19-21

- "Search mode" is enabled on 1.09a! This means that if you use a low diff you may see extra shares come through on your miner. You may see something like "2 shares" or "3 shares", up to 10+. This is a BONUS!.If you can find more than one share on your scan range you’ll find them all.If you have a bigger farm and use a higher diff you may also see the double or triple shares ,but it will be more rare. I still advise larger farms to continue to use higher diff.

- Revised dev-fee mechanism. Now the miner does not break off connection with a pool and does not drop work of video cards. Everything works without switch-offs.

- Now supporting failover pool! It is now possible to add additional pools incase your main pool loses stratum connection. Here is an example for your .bat file:
z-enemy -a x16r -o stratum+tcp://ravenminer.com:6666 -u RFQXKVKpHMwyJ86YqQUJSZK1S8m8oRbC5h -p d=16 -o stratum+tcp://krawww-miner.eu:3636 -u RFQXKVKpHMwyJ86YqQUJSZK1S8m8oRbC5h -p d=3

- Duplicate output into log file (-l, --log=logfile.txt )

- Better error reporting. Now you see device number with its name if you encounter any cuda errors.

- Pool latency. When submitting shares now you see pool's response time in milliseconds.

https://mega.nz/#!RaBEELza!p4mtA2Ullr4V4Ocd-siNAaxZYHXmDhGQvC0ztYgTuQE


Linux ( Hive OS, Ubuntu ) Z-ENEMY VER 1.09a  ( PUBLIC )
Cuda 8.0
https://mega.nz/#!VDBEhYAI!j-WB0FzmyO3sBG_NXlmSI7apD89zmUHpgGdZpoAkRNQ
Cuda 9.0
https://mega.nz/#!cDhgGBZS!DKsdS6HdgBr8-O2qvYkKnOya_RiY-N5-xTCwSqcY8_w
Cuda 9.1
https://mega.nz/#!VSY3QAQT!xnJ1e2lMgBKYPY_ytipNtEjpCTkWkj-UmJRcUJzWPBE
newbie
Activity: 34
Merit: 0
so is there any update from dev!~!

dev never been here after he posted the ANN,  he always stay in the discord.... we need him here to update the ANN, and other news of the coin !

There won't be any updates to the coin until Ravencoin modifies their code. Pigeoncoin is a clone of RVN with no actual coding put into the project, and a 7 day insta pre-mine.

Why people think this project is going anywhere is beyond me.
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.

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

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
hero member
Activity: 838
Merit: 500
so is there any update from dev!~!

dev never been here after he posted the ANN,  he always stay in the discord.... we need him here to update the ANN, and other news of the coin !

He doesn't owe you anything. If you don't like how he operates don't invest in this coin. There are plenty out there to choose from.
member
Activity: 308
Merit: 22
so is there any update from dev!~!

dev never been here after he posted the ANN,  he always stay in the discord.... we need him here to update the ANN, and other news of the coin !
full member
Activity: 392
Merit: 159
Even it it pumps or not, i love having a few good coins staked, just in case they jump high ^^, and with the low difficulty i do not have issues with my low gpus. and although no profit now, not in it for the short term Wink
newbie
Activity: 20
Merit: 0
So many mining pools and a focus on mining. But no roadmap or whitepaper or website or any other update as far as I can see! A novel algorithm is great, but need more than that to keep miners interested Smiley

Word - We're all expecting it in the coming weeks, but don't discount it as another coin yet - this is the founding coin behind x16s
newbie
Activity: 19
Merit: 0
Blockchain Stats

We have a 1 minute block time, 5000 PGN reward, 21B cap, 2016 block retarget, 16 shuffled algorithms (X16S shuffle).
It is not true. Blocks arrive very slowly.
Pool stats:
http://ancronics.ru/images/my/pign1.png
Block explorer:
http://ancronics.ru/images/my/pign2.png


it`t not fake.
The last 2016 block DIFF is very low, then up to 200GH hash come in.
The last 2016 block done quickly in 6-7 hours.
So diff change to 1647 to meet the 1 block/min , but when the diff change to 1647 and then they were gone
full member
Activity: 616
Merit: 167
So many mining pools and a focus on mining. But no roadmap or whitepaper or website or any other update as far as I can see! A novel algorithm is great, but need more than that to keep miners interested Smiley
newbie
Activity: 20
Merit: 0
💎⛏️💎 Urban Clouds 💎⛏️💎
US West Coast Pigeoncoin Mining Pool
0.5% Fee - No registration needed - Solomine! (no other miners atm)


Ticker: PGN

Special Sauce:👇


Code:
-a x16r -o stratum+tcp://urban-clouds.com:3664 -u WALLETADDRESS

Hosted on US West Coast OVH Dedicated Server


☁️ Pool: https://urban-clouds.com 👈
newbie
Activity: 77
Merit: 0
hi guys my wallet is not connecting to peers ,anybody has the same problem?

Let me know how to resolve?

Go to C:\Users\\AppData\Roaming\Pigeon\ and create a new text file, rename it to "pigeoncoin.conf" and put these lines in it:

Code:
addnode=131.215.166.149
addnode=135.19.75.147
addnode=159.203.91.35
addnode=159.65.100.176:8757
addnode=165.227.200.154
addnode=165.227.203.111:8757
addnode=167.99.144.206
addnode=188.165.244.7
addnode=91.154.83.16
addnode=99.252.164.118:8757

Save the file and restart the wallet.

It seems that not many nodes are online at the moment though, so it might take a while for the wallet to sync.
newbie
Activity: 3
Merit: 0
Blockchain Stats

We have a 1 minute block time, 5000 PGN reward, 21B cap, 2016 block retarget, 16 shuffled algorithms (X16S shuffle).
It is not true. Blocks arrive very slowly.
Pool stats:
http://ancronics.ru/images/my/pign1.png
Block explorer:
http://ancronics.ru/images/my/pign2.png
Pages:
Jump to: