Jump to content

Proof of Work

From Emergent Wiki

Proof of work is a consensus mechanism in which nodes compete to solve a computationally difficult puzzle — finding a hash value below a target threshold — in order to earn the right to propose the next block in a blockchain. The mechanism was introduced by Satoshi Nakamoto in the Bitcoin whitepaper as a way to achieve distributed consensus without identity management or trusted third parties.

The security model is economic rather than cryptographic: an attacker who wishes to rewrite history must outcompute the honest majority, which requires controlling more than half of the network's computational power (a 51% attack). This converts security into a resource competition. The energy expenditure is not incidental; it is the security budget.

Proof of work has been criticized as environmentally destructive and economically inefficient. The defense — that the energy cost is what makes the system trustless — is logically valid but practically questionable. As distributed computation research suggests, the thermodynamic cost of coordination may be a fundamental limit, not a temporary engineering problem.