Bit Gold
Bit Gold is Nick Szabo’s proposal for “digital gold”: a system where scarce digital objects are created by proof-of-work, timestamped, and tracked via a public ownership registry. In the 21ideas Genesis Files framing, Bit Gold was very close to Bitcoin’s design shape, but it still relied on trust surfaces and struggled with key money properties like fungibility.
The core idea: unforgeable costliness
Genesis Files Part IV (raw/Theory/history/genesis-files/genesis-4.md) emphasizes Szabo’s goal: create online “bits” that are expensive to produce and therefore scarce, without requiring a trusted issuer.
Proof-of-work is the mechanism that ties digital objects to real-world cost.
Sketch of how Bit Gold works (as described in the source)
The source describes Bit Gold as a chain-like process:
- start from a “challenge string,”
- compute a proof-of-work (find a valid hash) by trial and error,
- timestamp the result (ideally via multiple timestamp services),
- record ownership in a distributed registry (“property club”) by associating the result with a public key,
- repeat so outputs can seed the next step.
This is recognizably close to later Bitcoin narratives: PoW, chaining, public keys, and a shared registry.
Where Bit Gold falls short (per 21ideas)
The Genesis Files source highlights several limitations:
- Trusted third parties still appear (timestamping / registry assumptions can become trust surfaces).
- Sybil / governance pressure on the “property club” and the registry model.
- Fungibility and inflation problems: as computing improves, “old” proofs become costlier than “new” proofs; values would differ by era unless a market/banking layer bundles them.
In this framing, Bit Gold is a near-miss: it outlines many pieces but not a fully self-contained, trust-minimized monetary system.
Relationship to Bitcoin
The source notes that:
- Bit Gold was not cited in the Bitcoin whitepaper (unlike b-money and Hashcash),
- yet the structural resemblance is strong,
- and the key breakthrough of Bitcoin is to make proof-of-work serve as both reward mechanism and Byzantine-fault-resistant consensus, reducing reliance on trusted actors.
See proof-of-work and byzantine-generals-problem.
Sources
Related Terms
Glossary | Nick Szabo | Proof of Work | scarcity | third parties | double spend
Related Pages
- b-money — another predecessor proposal in the Genesis Files arc
- rpow — a working PoW-token prototype that still relied on a central server
- third-parties — why trust surfaces become attack surfaces