Skip to main content

Nakamoto Consensus

consensus · proof-of-work

Probabilistic consensus in which nodes validate rules and prefer the valid chain with the most accumulated proof of work.

1.general

Nakamoto consensus combines proof-of-work block production, independent node validation, peer-to-peer propagation, and a rule for selecting the valid history with the most accumulated work.

2.finality

Finality is probabilistic rather than immediate. Each additional block built on a transaction raises the work an attacker would need to replace that history, but no fixed confirmation count is universally safe for every value and attacker.

3.limits

The mechanism assumes that honest or economically aligned miners can outpace an attacker over the relevant period and that users run software enforcing the intended rules. The most-work rule compares valid chains; it does not make an invalid block acceptable.

Related terms

All terms and definitions may update as the Cryptionary improves.