Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193] helo=mx.sourceforge.net) by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1Rvp2d-00008v-Q3 for bitcoin-development@lists.sourceforge.net; Fri, 10 Feb 2012 11:53:27 +0000 X-ACL-Warn: Received: from 2508ds5-oebr.0.fullrate.dk ([95.166.54.49] helo=mail.ceptacle.com) by sog-mx-3.v43.ch3.sourceforge.com with esmtp (Exim 4.76) id 1Rvp2X-0001qK-VG for bitcoin-development@lists.sourceforge.net; Fri, 10 Feb 2012 11:53:27 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.ceptacle.com (Postfix) with ESMTP id ED65A1714295 for ; Fri, 10 Feb 2012 12:53:15 +0100 (CET) X-Virus-Scanned: amavisd-new at ceptacle.com Received: from mail.ceptacle.com ([127.0.0.1]) by localhost (server.ceptacle.private [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6qR9O+jlWyJ8 for ; Fri, 10 Feb 2012 12:53:15 +0100 (CET) Received: from [109.105.106.212] (unknown [109.105.106.212]) by mail.ceptacle.com (Postfix) with ESMTPSA id D9DA11714287 for ; Fri, 10 Feb 2012 12:53:14 +0100 (CET) From: =?iso-8859-1?Q?Michael_Gr=F8nager?= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Fri, 10 Feb 2012 12:53:14 +0100 Message-Id: <6C2EA952-C10F-41D4-8A91-B67E49F544D5@ceptacle.com> To: Bitcoin Dev Mime-Version: 1.0 (Apple Message framework v1257) X-Mailer: Apple Mail (2.1257) 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: 1Rvp2X-0001qK-VG Subject: [Bitcoin-development] coinexplorer - a local "blockexplorer" 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: Fri, 10 Feb 2012 11:53:27 -0000 I have just uploaded a new application to libcoin: "coinexplorer" It enables queries similar to that of blockexplorer.com, but locally on = your own chain. coinexplorer builds on a new library addition: coinStat, that is a = collection of classes for gathering and querying the block chain for = other information than the ones used directly by the Node. coinexplorer uses the HTTP GET feature of the coinHTTP/Server class to = enable a simple search webpage, so you can do block searches by either = commandline: bitcoind search
or simply by pointing you browser at http://localhost:8332=20 I apologize for the rudimentary interface, but I am not really a = javascript/html5 savvy... So a more modern interface is left as an = exercise for those who are. You will find coinexplorer in the latest git: https://github.com/ceptacle/libcoin Cheers, Michael Michael Gronager, PhD Director, Ceptacle Jens Juels Gade 33 2100 Copenhagen E Mobile: +45 31 45 14 01 E-mail: gronager@ceptacle.com Web: http://www.ceptacle.com/