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 ) 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 To: "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 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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