2021-01-02 01:04:38 -06:00
|
|
|
---
|
|
|
|
|
layout: default
|
|
|
|
|
title: 'Re: [p2p-research] Bitcoin open source implementation of P2P'
|
2021-01-02 01:16:09 -06:00
|
|
|
date: 2009-02-12 19:01:24 +0000
|
2021-01-02 01:04:38 -06:00
|
|
|
grand_parent: Emails
|
2021-01-02 01:08:21 -06:00
|
|
|
parent: '[p2p-research]'
|
2021-01-02 01:04:38 -06:00
|
|
|
nav_order: 2
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# Re: [p2p-research] Bitcoin open source implementation of P2P
|
|
|
|
|
|
2021-01-02 10:37:32 -06:00
|
|
|
Satoshi explains the difference between Bitcoin and Chaumiam cash.
|
2021-01-02 01:04:38 -06:00
|
|
|
{: .fs-6 .fw-300 }
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
```
|
2021-01-02 01:16:09 -06:00
|
|
|
Date: Thu, 12 Feb 2009 19:01:24 +0000
|
2021-01-02 01:04:38 -06:00
|
|
|
From: Satoshi Nakamoto <satoshin@gmx.com>
|
|
|
|
|
To: p2presearch@listcultures.org
|
|
|
|
|
Subject: Re: [p2p-research] Bitcoin open source implementation of P2P
|
|
|
|
|
Martien van Steenbergen wrote:
|
2021-01-02 01:18:06 -06:00
|
|
|
> Very interesting. Is this akin to David Chaum's anonymous digital money?
|
|
|
|
|
> His concept makes sure money is anonymous unless it is compromised, i.e.
|
|
|
|
|
> the same money spent more than once. As soon as it's compromised, the
|
|
|
|
|
> ‘counterfeiter’ is immediately publicly exposed.
|
2021-01-02 01:04:38 -06:00
|
|
|
|
2021-01-02 01:18:06 -06:00
|
|
|
It's similar in that it uses digital signatures for coins, but different
|
|
|
|
|
in the approach to privacy and preventing double-spending. The
|
|
|
|
|
recipient of a Bitcoin payment is able to check whether it is the first
|
|
|
|
|
spend or not, and second-spends are not accepted. There isn't an
|
|
|
|
|
off-line mode where double-spenders are caught and shamed after the
|
2021-01-02 01:04:38 -06:00
|
|
|
fact, because that would require participants to have identities.
|
|
|
|
|
|
2021-01-02 01:18:06 -06:00
|
|
|
To protect privacy, key pairs are used only once, with a new one for
|
2021-01-02 01:04:38 -06:00
|
|
|
every transaction. The owner of a coin is just whoever has its private key.
|
|
|
|
|
|
2021-01-02 01:18:06 -06:00
|
|
|
Of course, the biggest difference is the lack of a central server. That
|
|
|
|
|
was the Achilles heel of Chaumian systems; when the central company shut
|
2021-01-02 01:04:38 -06:00
|
|
|
down, so did the currency.
|
|
|
|
|
|
2021-01-02 01:18:06 -06:00
|
|
|
> Also, in bitcoin, is there a limited supply of money (that must be
|
2021-01-02 01:04:38 -06:00
|
|
|
> managed)? Or is money created exaclty at the moment of transaction?
|
|
|
|
|
|
2021-01-02 01:18:06 -06:00
|
|
|
There is a limited supply of money. Circulation will be 21,000,000
|
2021-01-02 01:04:38 -06:00
|
|
|
coins. Transactions only transfer ownership.
|
|
|
|
|
|
|
|
|
|
Thank you for your questions,
|
|
|
|
|
|
|
|
|
|
Satoshi
|
|
|
|
|
|
|
|
|
|
http://www.bitcoin.org
|
|
|
|
|
|
|
|
|
|
_______________________________________________
|
|
|
|
|
p2presearch mailing list
|
|
|
|
|
p2presearch@listcultures.org
|
|
|
|
|
http://listcultures.org/mailman/listinfo/p2presearch_listcultures.org
|
|
|
|
|
```
|