2021-01-02 01:08:05 -06:00
|
|
|
---
|
|
|
|
|
layout: default
|
|
|
|
|
title: 'Re: [p2p-research] Bitcoin open source implementation of P2P'
|
2021-01-02 01:15:19 -06:00
|
|
|
date: 2009-02-13 02:31:20 +0000
|
2021-01-02 01:08:05 -06:00
|
|
|
grand_parent: Emails
|
|
|
|
|
parent: '[p2p-research]'
|
|
|
|
|
nav_order: 3
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# Re: [p2p-research] Bitcoin open source implementation of P2P
|
|
|
|
|
|
|
|
|
|
The email on the Cryptography Mailing List that announced Bitcoin publicly to the world.
|
|
|
|
|
{: .fs-6 .fw-300 }
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
```
|
2021-01-02 01:15:19 -06:00
|
|
|
Date: Fri, 13 Feb 2009 02:31:20 +0000
|
2021-01-02 01:08:05 -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:
|
|
|
|
|
> Would love to also see support for not having to supply and
|
|
|
|
|
> managing money. Would make it easier and cheaper to maintain
|
|
|
|
|
> and results in have sufficient money, always and everywhere.
|
|
|
|
|
> No scarcity, no abundance, exactly the right amount all times,
|
|
|
|
|
> self-organizing.
|
|
|
|
|
|
|
|
|
|
That's do-able. It can be programmed to follow any set of rules.
|
|
|
|
|
|
2021-01-02 01:17:39 -06:00
|
|
|
I see Bitcoin as a foundation and first step if you want to implement
|
|
|
|
|
programmable P2P social currencies like Marc's ideas and others
|
|
|
|
|
discussed here. First you need normal, basic P2P currency working.
|
|
|
|
|
Once that is established and proven out, dynamic smart money is an easy
|
2021-01-02 01:08:05 -06:00
|
|
|
next step.
|
|
|
|
|
|
2021-01-02 01:17:39 -06:00
|
|
|
I love the idea of virtual, non-geographic communities experimenting
|
2021-01-02 01:08:05 -06:00
|
|
|
with new economic paradigms.
|
|
|
|
|
|
|
|
|
|
> Reminds me of:
|
2021-01-02 01:17:39 -06:00
|
|
|
>
|
|
|
|
|
> * AardRock » Wizard Rabbit Treasurer
|
2021-01-02 01:08:05 -06:00
|
|
|
> <http://wiki.aardrock.com/Wizard_Rabbit_Treasurer>; and
|
2021-01-02 01:17:39 -06:00
|
|
|
> * AardRock » Pekunio <http://wiki.aardrock.com/Pekunio>
|
2021-01-02 01:08:05 -06:00
|
|
|
|
2021-01-02 01:17:39 -06:00
|
|
|
Indeed, it is much like Pekunio in the concept of spraying redundant
|
|
|
|
|
copies of every transaction to a number of peers on the network, but the
|
|
|
|
|
implementation is not a reputation network like Wizard Rabbit Treasurer.
|
|
|
|
|
In fact, Bitcoin does not use reputation at all. It sees the network
|
|
|
|
|
as just a big crowd and doesn't much care who it talks to or who tells
|
|
|
|
|
it something, as long as at least one of them relays the information
|
|
|
|
|
being broadcast around the network. It doesn't care because there's no
|
|
|
|
|
way to lie to it. Either you tell it crypto proof of something, or it
|
2021-01-02 01:08:05 -06:00
|
|
|
ignores you.
|
|
|
|
|
|
|
|
|
|
> Are you familiar with Ripple?
|
|
|
|
|
|
2021-01-02 01:17:39 -06:00
|
|
|
As trust systems go, Ripple is unique in spreading trust around rather
|
2021-01-02 01:08:05 -06:00
|
|
|
than concentrating it.
|
|
|
|
|
|
2021-01-02 01:17:39 -06:00
|
|
|
> Is bitcoin also available as a protocol spec (facilitating differen
|
|
|
|
|
> language bindings and implementations; unite on specs, compete on
|
2021-01-02 01:08:05 -06:00
|
|
|
> implementation).
|
|
|
|
|
|
2021-01-02 01:17:39 -06:00
|
|
|
It would be best to refer to the C++ source code. I plan to implement
|
|
|
|
|
interfaces for using the software to send and receive transactions from
|
|
|
|
|
any language, so server side code can easily use it for web based
|
2021-01-02 01:08:05 -06:00
|
|
|
e-commerce sites.
|
|
|
|
|
|
|
|
|
|
Satoshi
|
|
|
|
|
|
|
|
|
|
_______________________________________________
|
|
|
|
|
p2presearch mailing list
|
|
|
|
|
p2presearch@listcultures.org
|
|
|
|
|
http://listcultures.org/mailman/listinfo/p2presearch_listcultures.org
|
|
|
|
|
```
|