Bitcointools for v0.8+?

1

1

I was looking to poke around about with some of the functions of https://github.com/gavinandresen/bitcointools but it claims to only work for earlier versions of bitcoin. Am i just out of luck? or is there another solution?

deweydb

Posted 2013-05-12T21:17:19.977

Reputation: 247

What functionality exactly do you want? Perhaps there are alternatives now.Pieter Wuille 2013-05-12T21:58:07.787

I think he just created those tools when the current version was 0.7.*. Chances are high that some or even most of them still work.Steven Roose 2013-05-12T22:18:09.527

You could always use an earlier version

Nick ODell 2013-05-13T00:30:59.590

1

@NickODell RE: using older version see: http://bitcoin.org/may15.html

deweydb 2013-05-13T20:35:40.937

@PieterWuille i want to be able to search blocks. with bitcoin tools the command is: dbdump.py --search-blocks= ...deweydb 2013-05-13T20:36:56.863

I think those tools were written around 0.3.2x. What do you mean by 'search blocks'?Pieter Wuille 2013-05-13T22:49:50.560

Print out all blocks involving transactions to the Bitcoin Faucet: dbdump.py --search-blocks=15VjRaDX9zpbA8LVnbrCAFzrVzN7ixHNsCdeweydb 2013-05-13T23:13:47.220

I Want to be able to search the blockchain for all transactions for a certain public key.deweydb 2013-05-13T23:14:20.097

No answers