The Peercoin network activated in 2012 and is one of the first cryptocurrencies to ever be released. It is responsible for inventing proof-of-stake consensus, which makes it the first efficient and sustainable public blockchain technology. Peercoin was inspired by bitcoin, and it shares much of the source code and technical implementation of bitcoin. The Peercoin source code is distributed under the MIT/X11 software license. Unlike bitcoin, Namecoin, and Litecoin, Peercoin does not have a hard limit on the number of possible coins, but is designed to eventually attain an annual inflation rate of 1%. There is a deflationary aspect to Peercoin as the transaction fee of 0.01 PPC/kb paid to the network is destroyed. This feature, along with increased energy efficiency, aim to allow for greater long-term scalability. With the same encryption algorithm as Bitcoin (SHA-256), Peercoin is 100 times more energy efficient. Transactions in the Peercoin network are faster and cheaper. If there were not fierce competition on the cryptocurrency market, Peercoin would probably have long since become one of the most important cryptocurrencies. But in 2014 and 2015, however, there were many other interesting innovations in the cryptocurrency market that outperformed peercoin in a number of important properties. In contrast to DASH, Peercoin could not offer anonymity and the transactions in Dogecoin were even faster and cheaper than those of Peercoin. PoS technology ceased to be an advantage of peercoin and PoS continued to spread to other cryptocurrencies. The interest of the users drew it to the side of the minings on the CPUs and GPUs, then to the side of the Smart Contracts and PPC began to get a little forgotten. The Peercoin Team believes that adapting blockchains for wide scale use only through on-chain transactions will negatively affect the decentralization level and security of the network over time, therefore we choose to develop the Peercoin blockchain as a base layer settlement network with a sole focus on securing all forms of value recorded into the chain. This can be accomplished through Peercoin's philosophy of preserving and maximizing decentralization (which increases security) by developing the majority of features and technologies on top of the blockchain, rather than directly into the blockchain protocol itself. Thus the Peercoin Team focuses on developing second layer protocols and sub-networks that can interact with the base layer blockchain to adapt it for wide scale use and improve functionality such as tokens, smart contracts and high speed low cost transaction processing. In this way, Peercoin will act as a secure and censorship resistant base layer for the future blockchain connected world.
Beam Mimblewimble is a scalable, fungible, and confidential cryptocurrency based on the Mimblewimble implementation. WHY BEAM? Core features include complete control over your privacy, All transactions are private by default, No addresses or other private information are stored on the blockchain, Superior scalability due to compact blockchain size, Opt-in Auditability, Support online and offline transactions, atomic swap, hardware wallets integration. Governance model No premine, No ICO. Backed by Treasury Establishing a non-profit foundation to govern the protocol after Mainnet launch How does it work? Wallets’ owners create new transaction using secure channel either online or offline Both wallets participate in signing the transaction using Schnorr protocol Wallet sends transaction to node Each transaction contains a list of Inputs and Outputs represented by Pedersen Commitments, as well as explicit fees and kernels. Each transaction also contains non-interactive zero knowledge range proof to verify that the output transaction value is positive Transaction is verified by the node Each transaction is verified with respect to the recent blockchain state which is stored as a Merkle Tree. The root hash of the tree is recorded in block header along with a proof of work. In addition, each node periodically creates compacted history to allow ‘fast sync’ of new and existing nodes. Transaction is added to the mining pool A block is mined every minute and is sent back to the node for verification and distribution. Mined blocks containing the new transactions are sent to the known peers A valid block that is extending the longest chain is accepted as a new Tip and propagated further until full consensus is reached. Fast sync When a new node connects to the network for the first time it can request compacted history containing only system state and blockchain headers. There is no need to retrieve the entire transaction history.