Basics

The kitchen sink

Mission

We are using Pigeoncoin, a mineable cryptocurrency, to build a social network which will never have to collect user data to pay the bills.

Name

Pigeons have been used throughout history to send messages. We’re applying the pigeon’s legacy to modern communications.

Get involved

We hang out on Discord, make announcements on Twitter, and can occasionally be found on Telegram. All official social media accounts can be found in our footer.

Wallet

We release wallets for macOS, Windows, and Linux. These can be found on our front page.

Mining

Our community has created GPU mining software for Nvidia and AMD GPUs, with software available for Linux and Windows. See our front page for links.

Exchanges

Our official exchange is CryptoBridge, with other exchanges listed on the front page. Disclaimer: We cannot be held responsible for the conduct of any exchange. Trading on any platform is at your own risk.

Technology

The nitty gritty

Consensus

We use the proof-of-work Satoshi blockchain because, quite frankly, it is proven to work. With nine years of battle hardened security, we can rely on it as a source of truth.

Algorithm

We debuted X16S (shuffle) as an improved version of X16R (random). We improved hashrate and power consistency with no drawbacks. We are proud to have our algorithm listed under the MIT license. We believe that any coin forking away from specific hardware will benefit from using X16S as a wrapper for their existing algorithm. We are now using a related algorithm X21S. If you are a coin founder with questions about this, please reach out via Discord.

Difficulty

We debuted the LWMA (linear-weighted moving-average) difficulty algorithm at block 111,222. This algorithm uses the last 45 blocks to calculate the new target, setting a new difficulty each block. This has provided difficulty stability that is simply unmatched by any other method. We recommend the LWMA algorithm to coins of any size.

Supply

We issue 5000 PGN per block (4750 to miners, 250 or 5% to our development fund), with a blocktime of one minute, and a halving interval of approximately 4 years. Maximum supply is approximately 21B, of which only 2% has been issued so far.

Exploits

Patched issues

CVE-17144

On Sep 26th Pigeoncoin was exploited by a known BTC bug (CVE-2018-17144) that was made public the prior week, which allows one to be able to send duplicate unspent inputs when they mine their own block with such transactions. As a result, they were able to mine 3 blocks with these transactions in their block, which turned 5k PGN into 244M PGN. By the time the team and community was notified, it was too late to invalidate these transactions. Within 24 hrs the Dev team had patched and fixed the exploit, and as a community we decided not to rollback the blockchain to invalidate these transactions because of centralisation concerns from the community. The Pigeoncoin team and community take this as a learning opportunity to making changes in team/role structure to ensure we can minimize the chance of such an event from happening in the future. commit

Timestamp

ZAWY, the author of the LWMA difficulty adjustment algorithm, informed us of a security issue related to coins who were originally designed for a 10 minute blocktime who then switched to a lower block time and incorporated every-block retargeting. This security issue would allow a miner to submit incorrect block timestamps allowing them to mine for a period of time without the difficulty algorithm responding. This vulnerability has not been exploited on our chain to the best of our knowledge. commit