Module 3 · The Idea of Bitcoin / 3.2
The pieces before Bitcoin.
The invention becomes clearer when you see what it was built from.
Imagine a workbench covered with useful parts. One protects a payment’s privacy. Another makes a message costly to produce. A third links records so later edits become visible.
None of those parts, on its own, is the whole machine.
Bitcoin grew out of a long line of work on digital cash, cryptography, and distributed systems. Looking at the contributions is more useful than calling every predecessor a failed Bitcoin.
Can a digital payment preserve privacy?
David Chaum’s early work on blind signatures showed how an issuer could sign a payment token without being able to link every later use back to its withdrawal. Think of the purpose as getting a valid payment credential without attaching a complete shopping history to it.
His company DigiCash explored commercial digital cash with banks in the 1990s. The payment system could protect privacy while still relying on an issuer to create or redeem money and prevent reuse of spent tokens.
That is a different goal from eliminating the issuer. A centralized arrangement can have strong privacy techniques. A public blockchain can reveal a great deal about transactions.
DigiCash’s commercial difficulties do not mean its cryptographic ideas failed. Business survival, privacy, and control over issuance are separate questions.
An issuer can validate a credential while learning less about how it is later used. Privacy and decentralization are different properties.
What if the token represents gold?
E-gold took a different path. Its digital balances represented gold, and transfers were managed by companies responsible for the service and the backing.
That made it another example of the distinction from Module 1: a convenient digital claim still relies on somebody honoring the claim.
In 2008, the companies and their operators pleaded guilty to charges involving money laundering and unlawful money transmission. The enforcement action was about their operation and legal obligations. It was not proof that the gold was imaginary or that every centralized payment business must end the same way.
The design lesson is narrower and useful: where an organization controls access, reserves, and transfer records, its legal and operational risks matter to users.
Can sending a message require effort?
Adam Back’s Hashcash, proposed in 1997, asked a sender’s computer to do some computational work. Producing a valid result required repeated attempts, while a recipient could check the result cheaply.
For legitimate low-volume use, the cost could be modest. Repeating it across a large volume of abusive messages made the cost larger. This was part of a wider history of research into pricing abuse through computation.
Hashcash was not a ledger that resolved ownership of a transferable currency. It supplied a building block: proof of work, evidence that a result meets a condition designed to require effort to find.
Bitcoin adapted that shape of work to publishing blocks. The connection is explicit in its white paper’s references.
The idea to keep
Ask what each earlier design contributed, what it relied on, and whether it was a proposal, a tool, or an operating service.
That habit is useful far beyond history. A project can solve one problem well while leaving another problem for someone else.