Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193] helo=mx.sourceforge.net) by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1RhU7y-0002yg-VG for bitcoin-development@lists.sourceforge.net; Sun, 01 Jan 2012 22:43:42 +0000 X-ACL-Warn: Received: from rhcavuit02.kulnet.kuleuven.be ([134.58.240.130] helo=cavuit02.kulnet.kuleuven.be) by sog-mx-3.v43.ch3.sourceforge.com with esmtp (Exim 4.76) id 1RhU7x-0004Nz-Ov for bitcoin-development@lists.sourceforge.net; Sun, 01 Jan 2012 22:43:42 +0000 X-KULeuven-Envelope-From: sipa@ulyssis.org X-Spam-Status: not spam, SpamAssassin (cached, score=-50, required 5, autolearn=disabled, KUL_SMTPS -50.00) X-KULeuven-Scanned: Found to be clean X-KULeuven-ID: 56F1F128029.A63B5 X-KULeuven-Information: Katholieke Universiteit Leuven Received: from smtps01.kuleuven.be (smtpshost01.kulnet.kuleuven.be [134.58.240.74]) by cavuit02.kulnet.kuleuven.be (Postfix) with ESMTP id 56F1F128029 for ; Sun, 1 Jan 2012 23:43:33 +0100 (CET) Received: from smtp.ulyssis.org (mail.ulyssis.student.kuleuven.be [193.190.253.235]) by smtps01.kuleuven.be (Postfix) with ESMTP id 2A55531E702 for ; Sun, 1 Jan 2012 23:43:33 +0100 (CET) Received: from wop.ulyssis.org (wop.intern.ulyssis.org [192.168.0.182]) by smtp.ulyssis.org (Postfix) with ESMTP id 414EF10052 for ; Sun, 1 Jan 2012 23:43:33 +0100 (CET) Received: by wop.ulyssis.org (Postfix, from userid 615) id 333F187C1AC; Sun, 1 Jan 2012 23:43:33 +0100 (CET) Date: Sun, 1 Jan 2012 23:43:33 +0100 X-Kuleuven: This mail passed the K.U.Leuven mailcluster From: Pieter Wuille To: bitcoin-development@lists.sourceforge.net Message-ID: <20120101224332.GA23076@ulyssis.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-PGP-Key: http://sipa.ulyssis.org/pubkey.asc User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Score: 1.2 (+) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (pieter.wuille[at]gmail.com) 0.0 DKIM_ADSP_CUSTOM_MED No valid author signature, adsp_override is CUSTOM_MED 1.2 NML_ADSP_CUSTOM_MED ADSP custom_med hit, and not from a mailing list X-Headers-End: 1RhU7x-0004Nz-Ov Subject: [Bitcoin-development] [ANN] Bitcoin-seeder v0.1 X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jan 2012 22:43:43 -0000 Hello all, I've just tagged v0.1.0 of my bitcoin-seeder program on github: https://github.com/sipa/bitcoin-seeder This is the program powering the DNS seed on seed.bitcoin.sipa.be. It is a crawler for the bitcoin network, with integrated DNS server. It's not more than a preview release with only mininal functionality. Missing features include: * logging * some configuration options * daemonization * ... It has however been running without problem on my node for over a week now, so I'm releasing it. Comments and questions are welcome. The program regularly dumps its database in dnsseed.dat, allowing fast reinitialization. As the program is far from finished, I do not guarantee that the file format will remain compatible with future versions. -- Pieter