See Also
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 Authority (PoA) Summary [Cryptocurrency consensus mechanisms]
Proof of Authority is a consensus mechanism where members of a cryptocurrency network are identified and receive delegated powers to solve blocks. If they defraud the system their identity is at stake and they will either be prosecuted or booted from the network. This is a centralized system where a higher authority delegates mining powers […]
Proof of Location (PoL) Summary [Cryptocurrency consensus mechanisms]
In a Proof of Location consensus algorithm, users’ geospatial coordinates are accounted for as proof of value. This kind of algorithm is usually employed in cryptocurrency geomining systems. In a geomining application, users earn rewards for being at a certain place at a certain time. If, for example, a company wished to gather participants for […]
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 […]