summaryrefslogtreecommitdiff
path: root/f3/ed62f9ee9c6858fce5f102c4db0d15fa705b26
blob: 9abb8fed5c3723c699fc218f28388c70eb0be5bc (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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194]
	helo=mx.sourceforge.net)
	by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from <bitcoin-list@bluematt.me>) id 1QmOeT-0007ZX-P7
	for bitcoin-development@lists.sourceforge.net;
	Thu, 28 Jul 2011 11:21:17 +0000
Received-SPF: pass (sog-mx-4.v43.ch3.sourceforge.com: domain of bluematt.me
	designates 208.79.240.5 as permitted sender)
	client-ip=208.79.240.5; envelope-from=bitcoin-list@bluematt.me;
	helo=smtpauth.rollernet.us; 
Received: from smtpauth.rollernet.us ([208.79.240.5])
	by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256)
	(Exim 4.76) id 1QmOeT-0007pI-0R
	for bitcoin-development@lists.sourceforge.net;
	Thu, 28 Jul 2011 11:21:17 +0000
Received: from smtpauth.rollernet.us (localhost [127.0.0.1])
	by smtpauth.rollernet.us (Postfix) with ESMTP id 90BEF594002
	for <bitcoin-development@lists.sourceforge.net>;
	Thu, 28 Jul 2011 04:20:57 -0700 (PDT)
Received: from mail.bluematt.me (unknown
	[IPv6:2001:470:9ff2:2:20c:29ff:fe16:f239])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	(Authenticated sender: @bluematt.me)
	by smtpauth.rollernet.us (Postfix) with ESMTPSA
	for <bitcoin-development@lists.sourceforge.net>;
	Thu, 28 Jul 2011 04:20:57 -0700 (PDT)
Received: from [IPv6:2001:470:9ff2:1:2c0:caff:fe33:858b] (unknown
	[IPv6:2001:470:9ff2:1:2c0:caff:fe33:858b])
	by mail.bluematt.me (Postfix) with ESMTPSA id E3B7E988
	for <bitcoin-development@lists.sourceforge.net>;
	Thu, 28 Jul 2011 13:21:06 +0200 (CEST)
From: Matt Corallo <bitcoin-list@bluematt.me>
To: bitcoin-development@lists.sourceforge.net
In-Reply-To: <4E30F2DA.6030403@speakeasy.net>
References: <4E30F2DA.6030403@speakeasy.net>
Content-Type: multipart/signed; micalg="pgp-sha1";
	protocol="application/pgp-signature";
	boundary="=-ddW7bCKg4FsaCEQezOej"
Date: Thu, 28 Jul 2011 13:21:06 +0200
Message-ID: <1311852066.2306.4.camel@Desktop666>
Mime-Version: 1.0
X-Mailer: Evolution 2.32.2 
X-Rollernet-Abuse: Processed by Roller Network Mail Services. Contact
	abuse@rollernet.us to report violations. Abuse policy:
	http://rollernet.us/abuse.php
X-Rollernet-Submit: Submit ID 6aef.4e314619.14221.0
X-Spam-Score: -1.5 (-)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
	See http://spamassassin.org/tag/ for more details.
	-1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for
	sender-domain
	-0.0 SPF_HELO_PASS          SPF: HELO matches SPF record
	-0.0 SPF_PASS               SPF: sender matches SPF record
X-Headers-End: 1QmOeT-0007pI-0R
Subject: Re: [Bitcoin-development] Bitcoin components.
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: Thu, 28 Jul 2011 11:21:17 -0000


--=-ddW7bCKg4FsaCEQezOej
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

On Thu, 2011-07-28 at 01:25 -0400, Alan Grimes wrote:
> I am working on the peer and the wallet boxes in this diagram. I want to=
=20
> implement my own version because the existing code is completely=20
> untrustworthy, it is totally slap-dash and almost completely uncommented.
Yay, yet another person who wants to write their own client from scratch
who will get the net code done, work a bit on wallet code and move on to
something more exciting.  Seriously, at this point it seems everyone and
their mother are writing their own, or planning to write their own,
client.
Bitcoin's code actually can be fairly well segmented into the necessary
pieces (CWallet was the first big chunk, more are coming) and comments
are being added as a part of that effort.
The current code is much, much more trustworthy than anything someone
new will start to code, even if they have 20 lines of comments for each
line of code.  If you want to help the project, please dont write yet
another new client library, just look for an existing one you can help
with, or help with the original client.

--=-ddW7bCKg4FsaCEQezOej
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAABAgAGBQJOMUYWAAoJEBrh01BD4I5U9toP/idVFFnKbauG3cLHSbFyiUqe
8aSaSmlXOeNHYN3zVkqshF0KdmGfKsEp9fBtiFA83GMk+XxcuR+4HTn12rtsJ//G
h9SRsyr4SX9iO8VzS9o7Fc9hsQAMnXl5K4JEiB0StAmd+fFeM2Xk7VQT9jIw5tr8
ZgzJKFVPjfNXu0QFGGQfPDJgy+Ob+wK1FQrYiiIhDULJrmPXIiv10lwB3SfOtawc
sL/Lnki05nKR3psxgHWxrsCiry6T99cE8e7jpLGQKLZugdwBhljK1RBndp8+PTsv
qxqtpQNH65UMB+YOjElriDnBrcxGlkOwTiwGa55Kg9zi/kBaMpa5avfSBfk6S0fX
fQEFpwcbz4fbt1IeQQUQm2hUdMV04KsC+lrEOUQTl246eg1KXRXqZyCMm5Wlu/xV
BwCkYVSdTNibEbpccL7vCI3XFo4cOJ8X+oBz+JE7OtbJUAuGhLJdhjtw63l14fE8
Bg9QbxMbDBCq8lRlEfAax3LzM0215eGBIBF0/TLjTO9nlphUp8boQkDM7ERzsqFV
oOWZVRCz9uUkTNa+qQ2gP1DZlbrnaoYXJBAl7GQfz6sBZQ2K+Uowh0kIpKchxCZk
G7D5II/guoJELs04goKqc/Ej0LuNqW8I8UJLjYkOmJIRboLwRbnL4gMPKOCam/dK
jOnUiDwuL0bEsM9v61w9
=rqC4
-----END PGP SIGNATURE-----

--=-ddW7bCKg4FsaCEQezOej--