summaryrefslogtreecommitdiff
path: root/aa/0cdf91e6e21d9fccd9b4a0a19f613b246cde2b
blob: f31a3fa109389029f271a8267df2ee1923c2a3c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192]
	helo=mx.sourceforge.net)
	by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from <jtimon@monetize.io>) id 1X4e3V-0006FS-D1
	for bitcoin-development@lists.sourceforge.net;
	Tue, 08 Jul 2014 22:40:09 +0000
Received: from mail-lb0-f176.google.com ([209.85.217.176])
	by sog-mx-2.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128)
	(Exim 4.76) id 1X4e3T-0005Qu-Ux
	for bitcoin-development@lists.sourceforge.net;
	Tue, 08 Jul 2014 22:40:09 +0000
Received: by mail-lb0-f176.google.com with SMTP id w7so4386738lbi.21
	for <bitcoin-development@lists.sourceforge.net>;
	Tue, 08 Jul 2014 15:40:01 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=1e100.net; s=20130820;
	h=x-gm-message-state:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:cc:content-type
	:content-transfer-encoding;
	bh=pTLO9tM3cJOhixarPIbDbDo2Gbedcc3A6oHdzpIBzUY=;
	b=NZRJNWqZgt5ENc2aFJ2mVhuYbuG+QJKDJbGzACwyBmBzw0qT5dRT5OEgs0uh709vzZ
	pTvJanE0Bjy3JXzMcu5onFJNM6GdJkTPh5gSDaqYDOIq9zGRCsyXKU2x54fobbONznsx
	51fD3sSkSWrdVtTQ6qTFaXSO6XRA1j2mdVXlB+BdL3tQt+kqlRKiudMVIbtUDs0mOoUD
	ez3KWYcBNosmbIkyffdQkFqU2g+Z6UHpJDbJ6ESPbBpHReQiIaCgKaq+OtGZQ5NGBbd9
	4w6wQJvQzfZNAsrbw48GeDdUn6uyFHvM4dshjHsQzO0lAD7ynH9a239o66QFrfCq47hB
	KlzQ==
X-Gm-Message-State: ALoCoQkIUwlVZyUscBXky3605e3rxp1xNfvxrOetUb085Coy5Ye3JyDE/eKPd/TiDz7bthbi7Jjy
MIME-Version: 1.0
X-Received: by 10.112.17.102 with SMTP id n6mr28439401lbd.39.1404859201143;
	Tue, 08 Jul 2014 15:40:01 -0700 (PDT)
Received: by 10.112.185.6 with HTTP; Tue, 8 Jul 2014 15:40:00 -0700 (PDT)
X-Originating-IP: [207.134.53.206]
In-Reply-To: <2098096.PBWFJaSQzq@crushinator>
References: <53AC0439.9070501@googlemail.com>
	<CANVdSAp_1wBYuh2+hcR_HCtOjmwDm8EJdWLdJ4ZWcd5PARVW6A@mail.gmail.com>
	<CAC0TF=kuC9zdyvJXKiBzV=5anAt5szcD-Otp1EeoD5ukm-W1Uw@mail.gmail.com>
	<2098096.PBWFJaSQzq@crushinator>
Date: Wed, 9 Jul 2014 00:40:00 +0200
Message-ID: <CAC1+kJMf_LChQ-39B4tXQ1YePvEBFNiYw=J2QvD5f952+45B4A@mail.gmail.com>
From: =?UTF-8?B?Sm9yZ2UgVGltw7Nu?= <jtimon@monetize.io>
To: Matt Whitlock <bip@mattwhitlock.name>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: 0.0 (/)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
	See http://spamassassin.org/tag/ for more details.
X-Headers-End: 1X4e3T-0005Qu-Ux
Cc: bitcoin-development@lists.sourceforge.net
Subject: Re: [Bitcoin-development] Bitcoin Protocol Specification
X-BeenThere: bitcoin-development@lists.sourceforge.net
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: <bitcoin-development.lists.sourceforge.net>
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development>
List-Post: <mailto:bitcoin-development@lists.sourceforge.net>
List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=subscribe>
X-List-Received-Date: Tue, 08 Jul 2014 22:40:09 -0000

There's this (not sure how complete it is):
https://en.bitcoin.it/wiki/Protocol_specification

Also there's a good introduction to technical details here:

https://bitcointalk.org/index.php?topic=3D375524.0

I hope that is useful.


On 7/8/14, Matt Whitlock <bip@mattwhitlock.name> wrote:
> Is anyone working on a similar specification document for Satoshi's P2P
> protocol?  I know how blocks and transactions are structured and verified=
,
> but I'm interested in knowing how they're communicated over the network.
>
> -------------------------------------------------------------------------=
-----
> Open source business process management suite built on Java and Eclipse
> Turn processes into business applications with Bonita BPM Community Editi=
on
> Quickly connect people, data, and systems into organized workflows
> Winner of BOSSIE, CODIE, OW2 and Gartner awards
> http://p.sf.net/sfu/Bonitasoft
> _______________________________________________
> Bitcoin-development mailing list
> Bitcoin-development@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bitcoin-development
>


--=20
Jorge Tim=C3=B3n