Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191] helo=mx.sourceforge.net) by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1Xv7Wf-0005Ty-1b for bitcoin-development@lists.sourceforge.net; Sun, 30 Nov 2014 16:39:09 +0000 Received-SPF: pass (sog-mx-1.v43.ch3.sourceforge.com: domain of bitpay.com designates 209.85.213.182 as permitted sender) client-ip=209.85.213.182; envelope-from=jgarzik@bitpay.com; helo=mail-ig0-f182.google.com; Received: from mail-ig0-f182.google.com ([209.85.213.182]) by sog-mx-1.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1Xv7Wd-0006AI-TH for bitcoin-development@lists.sourceforge.net; Sun, 30 Nov 2014 16:39:09 +0000 Received: by mail-ig0-f182.google.com with SMTP id hn15so7686563igb.15 for ; Sun, 30 Nov 2014 08:39:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=IKP3QpGtmHvfjm5Jo0RooQ3/WmE6JW785cSWucQczS8=; b=Fnl14y2gwtqFyQa0TaFXeisnbakMBQ1fx89bFx1KmeikSTM18EcF4Hfxg0VdIvZthP 9qfhJoY/cLXUUgypuGtncTwbPfELPImv8iUNnOmN1BN2OPD50hO2W0G6gLIi5et+MioL SmrZWh9veuQrhh2FaOJ53gt0zz6eRrGy6SfDWbzCV1KzgijHfR9cxCkHmJ+NaQEZ+yBJ cKrrObfMwkmgn9Fo4Czel6kt3ArJHY3WKjwxH8RSDyB7Zu5J5BIZnUZ2KKo8nKnVpZSF WFKud91O/tWAwZRTF6TCbXEZC65wf6AFNamMwLqGMwvKgXwrzzTGjtZVMjo6udqr9tHb mqWQ== X-Gm-Message-State: ALoCoQn2/2ufCor2ImtT99Wt+nKee3uL4Ts9991roULPCUZP5f3SC6NsfDcjwMYxWcBQ4Cbt3Zwo X-Received: by 10.50.80.46 with SMTP id o14mr42672827igx.22.1417365542500; Sun, 30 Nov 2014 08:39:02 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.151.143 with HTTP; Sun, 30 Nov 2014 08:38:42 -0800 (PST) In-Reply-To: References: <5478AF53.1010506@olivere.de> From: Jeff Garzik Date: Sun, 30 Nov 2014 11:38:42 -0500 Message-ID: To: Btc Drak Content-Type: multipart/alternative; boundary=089e0149cf14adb9cf05091621ab X-Spam-Score: -0.6 (/) 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_PASS SPF: sender matches SPF record 1.0 HTML_MESSAGE BODY: HTML included in message -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 X-Headers-End: 1Xv7Wd-0006AI-TH Cc: Bitcoin Dev Subject: Re: [Bitcoin-development] bitcoind as a library 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, 30 Nov 2014 16:39:09 -0000 --089e0149cf14adb9cf05091621ab Content-Type: text/plain; charset=UTF-8 Though I am highly biased :) Compared to cbitcoin, picocoin's library (libccoin) is valgrind-clean, can parse and index the blockchain, and supports all core and P2P data structures. On Fri, Nov 28, 2014 at 12:49 PM, Btc Drak wrote: > On Fri, Nov 28, 2014 at 5:22 PM, Oliver Egginger > wrote: > >> Sorry for the off-topic but while reading this I like to ask you for >> picocoin, see: >> >> https://github.com/jgarzik/picocoin >> >> For a research project I'm looking for a C library to operate some block >> chain analysis (parsing raw blocks and transactions). > > > This might be useful for you https://github.com/MatthewLM/cbitcoin > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk > _______________________________________________ > Bitcoin-development mailing list > Bitcoin-development@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bitcoin-development > > -- Jeff Garzik Bitcoin core developer and open source evangelist BitPay, Inc. https://bitpay.com/ --089e0149cf14adb9cf05091621ab Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Though I am highly biased :)=C2=A0 Compared to cbitcoin, p= icocoin's library (libccoin) is valgrind-clean, can parse and index the= blockchain, and supports all core and P2P data structures.


On Fri, Nov 28, 201= 4 at 12:49 PM, Btc Drak <btcdrak@gmail.com> wrote:
On Fri, Nov 28, 2014 at 5:22 PM, Oliv= er Egginger <bitcoin@olivere.de> wrote:
Sorry for the off-topic but while reading this I like to ask you for
picocoin, see:

https://g= ithub.com/jgarzik/picocoin

For a research project I'm looking for a C library to operate some bloc= k
chain analysis (parsing raw blocks and transactions).=C2=A0
=C2=A0
This might be useful for you https://github.com/MatthewL= M/cbitcoin=C2=A0

-----------------------------------------------------------------------= -------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & mo= re
Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gam= pad/clk?id=3D157005751&iu=3D/4140/ostg.clktrk
__________________= _____________________________
Bitcoin-development mailing list
Bitcoin-develo= pment@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bitcoin-de= velopment




--
Jeff Garzik
Bitcoin core developer and open source evangelis= t
BitPay, Inc. =C2=A0 =C2=A0 =C2=A0https://bitpay.com/
--089e0149cf14adb9cf05091621ab--