Skip to main content

Characteristics

Satoshi Nakamoto announced release of the Bitcoin whitepaper1, titled "Bitcoin: A Peer-to-Peer Electronic Cash System," in different communications channels on October 31, 2008.

Whitepaper export mockup screenshotWhitepaper export mockup screenshot

ARTISTIC REENACTMENT What it could have been like that day as Nakamoto exporting the whitepaper PDF.

metzdowd cryptography mailing list announcement

Friday Oct 31 14:10:00 EDT 2008, Nakamoto used the satoshi@vistomail.com email address to announce the paper in a popular mailing list for cypherpunks, in a post entitled Bitcoin P2P e-cash paper:

I've been working on a new electronic cash system that's fully
peer-to-peer, with no trusted third party.

The paper is available at:
http://www.bitcoin.org/bitcoin.pdf

The main properties:
Double-spending is prevented with a peer-to-peer network.
No mint or other trusted parties.
Participants can be anonymous.
New coins are made from Hashcash style proof-of-work.
The proof-of-work for new coin generation also powers the
network to prevent double-spending.

Bitcoin: A Peer-to-Peer Electronic Cash System

Abstract. A purely peer-to-peer version of electronic cash would
allow online payments to be sent directly from one party to another
without the burdens of going through a financial institution.
Digital signatures provide part of the solution, but the main
benefits are lost if a trusted party is still required to prevent
double-spending. We propose a solution to the double-spending
problem using a peer-to-peer network. The network timestamps
transactions by hashing them into an ongoing chain of hash-based
proof-of-work, forming a record that cannot be changed without
redoing the proof-of-work. The longest chain not only serves as
proof of the sequence of events witnessed, but proof that it came
from the largest pool of CPU power. As long as honest nodes control
the most CPU power on the network, they can generate the longest
chain and outpace any attackers. The network itself requires
minimal structure. Messages are broadcasted on a best effort basis,
and nodes can leave and rejoin the network at will, accepting the
longest proof-of-work chain as proof of what happened while they
were gone.

Full paper at:
http://www.bitcoin.org/bitcoin.pdf

Satoshi Nakamoto

It's a seminal document that introduced the concept of Bitcoin and outlined its underlying principles.

Here are some key aspects of the original whitepaper:

  1. Problem statement: the whitepaper highlights the limitations of traditional electronic payment systems, such as high transaction fees, slow processing times, and the need for intermediaries.

  2. Cryptographic proof-of-work: Nakamoto proposed a new approach to creating trustless, decentralized digital cash using cryptography and a proof-of-work consensus mechanism.

  3. Blockchain technology: the whitepaper introduced the concept of a distributed ledger (blockchain) as a public record of all transactions that take place on the network.

  4. Peer-to-peer (P2P) networking : Nakamoto proposed a P2P network architecture, where nodes on the network can communicate directly with each other without the need for intermediaries.

Academic connection

Nakamoto introduced Bitcoin as an academic paper, and the Bitcoin papers cites other academic papers. It stands to reason that one or more of the involved actors had or has academic ties, and has likely published similar papers before.

Academic computer scientists have a particular penchant for formatting their papers with TeX or LaTeX.

It's entirely possible that Nakamoto didn't author the whitepaper in OpenOffice Writer, but instead wrote the paper in TeX (or LaTeX), imported that file into OpenOffice, and exported the PDF from OpenOffice Writer as a measure of misdirection.


Footnotes

  1. https://bitcoin.org/bitcoin.pdf