See Also
Proof of Elapsed Time (POET) Summary [Cryptocurrency consensus mechanisms]
In this poetically named consensus mechanism, network participants prove that they have slept for a random amount of time before being able to mint a block. POET was released by Intel in 2016 and was originally aimed at trusted computing using Intel CPU’s. A special instruction set called Software Guard Extensions (SGX) allows programs to […]
Introduction to our commented Bitcoin source code section
Below you’ll find the main commented Bitcoin source code sections (sorted by section name and filename). Core amount.h – Defines the CAmount typedef, implements minimum and maximum valid amount range check. base58.cpp – The encoding function used for Bitcoin addresses. Base58 removes some potentially ambiguous characters from Base64 so Bitcoin addresses can be written down […]
ELI5 Proof of Stake (PoS) – How does PoS work?
In the cryptocurrency universe, Proof of Stake (PoS) is an alternative to the Proof of Work (PoW) consensus mechanism. How PoS Works While PoW guarantees that each network participant has performed a certain amount of work in order to receive a reward, Proof of Stake requires participants to prove that they are willing to guarantee […]
Opinion: Bitcoin no longer a contrarian investment [February, 2018]
Early Bitcoin investors got used to the common sense that cryptocurrencies were an alternative to the mainstream financial system. True that Satoshi’s original vision, where each user could mine a bit of BTC per day as a reward for keeping their full node running, may have seemed like a revolutionary alternative to the mainstream financial […]