What it is (in the 21ideas framing)
The Byzantine generals problem is a classic formulation in distributed systems: how can participants agree on true state when they do not know or trust each other, and when some actors may lie or fail?
[[en/books/sovereignty-through-mathematics|Sovereignty Through Mathematics]] states plainly: in the author’s view, the Bitcoin blockchain’s job under consensus rules is to solve this problem — enabling trust-minimized agreement on valid information flowing through the network.
The same chapter cautions: “blockchain” alone does not guarantee decentralization; Bitcoin is the substantive innovation — treat generic blockchain marketing skeptically.
How Bitcoin maps to it
Bitcoin combines:
- Explicit rules (script, signatures, inflation schedule, etc.) every full node can enforce locally
- Proof of Work to make one global ordering expensive to forge
- Economic alignment so rewriting deep history costs more than honest mining under normal assumptions
See Proof of Work, governance, and double spend for the operational details.
Sources
Related pages
- Bitcoin — system overview
- Blockchain — the data structure that implements this consensus
- Proof of Work — Sybil resistance and global ordering
- Double spend — the monetary-specific attack BGP prevents
- Decentralization — why “no leader” agreement is hard
- Governance — how Bitcoin’s rules are enforced in practice
- Sovereignty Through Mathematics — full book context