{ "status": "ok", "count": 574, "author": { "name": "Satoshi Nakamoto", "first_name": "Satoshi", "last_name": "Nakamoto", "url": "http:\/\/satoshinakamoto.me", "description": "" }, "posts": [ { "id": 4, "url": "http:\/\/satoshinakamoto.me\/2008\/11\/01\/bitcoin-p2p-e-cash-paper\/", "title": "Bitcoin P2P e-cash paper", "content": "

I’ve been working on a new electronic cash system that’s fully
\npeer-to-peer, with no trusted third party.<\/p>\n

The paper is available at:
\nhttp:\/\/www.bitcoin.org\/bitcoin.pdf<\/p>\n

The main properties:
\nDouble-spending is prevented with a peer-to-peer network.
\nNo mint or other trusted parties.
\nParticipants can be anonymous.
\nNew coins are made from Hashcash style proof-of-work.
\nThe proof-of-work for new coin generation also powers the
\nnetwork to prevent double-spending.<\/p>\n

Bitcoin: A Peer-to-Peer Electronic Cash System<\/p>\n

Abstract. A purely peer-to-peer version of electronic cash would
\nallow online payments to be sent directly from one party to another
\nwithout the burdens of going through a financial institution.
\nDigital signatures provide part of the solution, but the main
\nbenefits are lost if a trusted party is still required to prevent
\ndouble-spending. We propose a solution to the double-spending
\nproblem using a peer-to-peer network. The network timestamps
\ntransactions by hashing them into an ongoing chain of hash-based
\nproof-of-work, forming a record that cannot be changed without
\nredoing the proof-of-work. The longest chain not only serves as
\nproof of the sequence of events witnessed, but proof that it came
\nfrom the largest pool of CPU power. As long as honest nodes control
\nthe most CPU power on the network, they can generate the longest
\nchain and outpace any attackers. The network itself requires
\nminimal structure. Messages are broadcasted on a best effort basis,
\nand nodes can leave and rejoin the network at will, accepting the
\nlongest proof-of-work chain as proof of what happened while they
\nwere gone.<\/p>\n

Full paper at:
\nhttp:\/\/www.bitcoin.org\/bitcoin.pdf<\/p>\n

Satoshi Nakamoto<\/p>\n