Analysis of Ethereum GHOST Agreement
GHOST is called Greedy Heaviest-Observed Sub-Tree, the most observable subtree protocol for greed. Unlike the longest chain principle in Bitcoin, Ethereum uses the GHOST protocol to determine the main chain by judging the heaviest subtree. Algorithm Description Algorithm for selecting a block as the main chain Input: Block tree T 1. set B ← Genesis […]