summaryrefslogtreecommitdiff
path: root/1b/df1899ef016a7900a8d9f7f2808c7a36bfa118
blob: 677f9922dd4ba1ba8f25532886fb1347d56ca752 (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
Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193]
	helo=mx.sourceforge.net)
	by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from <zgenjix@yahoo.com>) id 1RqCG6-0003hc-Uo
	for bitcoin-development@lists.sourceforge.net;
	Wed, 25 Jan 2012 23:28:06 +0000
X-ACL-Warn: 
Received: from nm6-vm4.bullet.mail.ne1.yahoo.com ([98.138.91.166])
	by sog-mx-3.v43.ch3.sourceforge.com with smtp (Exim 4.76)
	id 1RqCG6-0002AG-Ab for bitcoin-development@lists.sourceforge.net;
	Wed, 25 Jan 2012 23:28:06 +0000
Received: from [98.138.90.53] by nm6.bullet.mail.ne1.yahoo.com with NNFMP;
	25 Jan 2012 23:28:01 -0000
Received: from [98.138.89.168] by tm6.bullet.mail.ne1.yahoo.com with NNFMP;
	25 Jan 2012 23:28:01 -0000
Received: from [127.0.0.1] by omp1024.mail.ne1.yahoo.com with NNFMP;
	25 Jan 2012 23:27:53 -0000
X-Yahoo-Newman-Property: ymail-3
X-Yahoo-Newman-Id: 582924.3790.bm@omp1024.mail.ne1.yahoo.com
Received: (qmail 88300 invoked by uid 60001); 25 Jan 2012 23:27:52 -0000
X-YMail-OSG: AUUqBbgVM1lozu9OVvR2kYsffBo8wLhBMcVzFalyKrdzktJ
	xXpsn5xvgg6takMLYP3IwNyBqHoAYtxvnCIS27JlZX28Dz4ldBIWC_R7TgwF
	Zr9mOzZOVDcmtsHfZ5SkQuKROk7iiBbo9OUnqHCVAIlxe_HOBO0P14ypmse7
	zTrfUFxBrZTwsUZ3Ds_kC5Q2__wTTmE6R5L0oeDdufKUSiwjiZjATE.ulqGO
	kXf88hkTydK9JuOWklSMy.fXbHpsyYZlq8kB9TY4RnU8K5JMwxfTzNHYKGFC
	wi.6b2nhirODEhs9drmyTMFJW5rNDkPTLce9U95VrL0yVwn_JvPmX7KfkH5o
	FIKfAwlNe6JCPWWYl1apq9idc8Jh2uwjkx2J3ZerpLRTlcqXFF.SPkIoimA- -
Received: from [92.20.136.139] by web121001.mail.ne1.yahoo.com via HTTP;
	Wed, 25 Jan 2012 15:27:52 PST
X-Mailer: YahooMailWebService/0.8.116.331537
Message-ID: <1327534072.49535.YahooMailNeo@web121001.mail.ne1.yahoo.com>
Date: Wed, 25 Jan 2012 15:27:52 -0800 (PST)
From: Amir Taaki <zgenjix@yahoo.com>
To: "bitcoin-development@lists.sourceforge.net"
	<bitcoin-development@lists.sourceforge.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Spam-Score: -0.1 (/)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
	See http://spamassassin.org/tag/ for more details.
	-0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/,
	no trust [98.138.91.166 listed in list.dnswl.org]
	0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider
	(zgenjix[at]yahoo.com)
	-0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay
	domain
	-0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from
	author's domain
	0.1 DKIM_SIGNED            Message has a DKIM or DK signature,
	not necessarily valid
	-0.1 DKIM_VALID Message has at least one valid DKIM or DK signature
	-0.0 AWL AWL: From: address is in the auto white-list
X-Headers-End: 1RqCG6-0002AG-Ab
Subject: [Bitcoin-development] Fuzzer?
X-BeenThere: bitcoin-development@lists.sourceforge.net
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: Amir Taaki <zgenjix@yahoo.com>
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: Wed, 25 Jan 2012 23:28:07 -0000

Hey,

I heard there is a fuzzer in the works? Where can I find more details of this? I'm going to write one for libbitcoin, but if one already exists then I'd rather build on and use that.

Something simple like:
- Set previous block hash, set current target
- Start hashing
- Connect and send to specified host (i.e localhost)

That way I can force re-organisations and stress the blockchain algorithm. Should be trivial for me to build, but worth asking anyway :)

Thanks