See Also
Building the Haskell cardano-node on Linux
tl;dr; Jump straight to the build instructions The Details Looking forward to the Haskell mainnet, the next step in the Cardano project, I’ve begun exploring the cardano-node Haskell implementation. I find that exploring source code is much easier if you actually watch the program run for a while. So, the first thing a developer has […]
Proof of Activity (PoA) Summary [Cryptocurrency consensus mechanisms]
Proof of Activity (PoA) is a cryptocurrency consensus mechanism which combines Proof of Work (PoW) and Proof of State (PoW) into a hybrid mining system. In a PoA system, validators begin by applying a Proof of Work stage to block headers until they find a desirable hash. The block headers are then passed onto a […]
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 […]
Proof of Space (PoSpace) Summary [Cryptocurrency consensus mechanisms]
Proof of Space uses hard disk space as the value used to guarantee a participant’s stake in mining. By allocating disk space, the network participant provides value to the network, which uses this space to solve computational problems. Given low network bandwidth for a lot of regions, making it difficult to transfer large amounts of […]