Author

Topic: Blog post: Fast blockchain scanning (Read 839 times)

legendary
Activity: 2618
Merit: 1007
June 23, 2014, 01:35:05 PM
#4
Well, if you query large chunks of raw data and process it yourself, no wonder that you get faster response times...

However in your example you end up with a raw encoded transaction, in the "obvious" case you have a nicely decoded transaction in JSON format... if I needed high speeds + python I'd rather use something like pynode or let Armory do the parsing for me, if I were just trying out stuff, the few GB or RAM or SSD space for the index are much cheaper than me writing a raw transaction decoder.
full member
Activity: 518
Merit: 101
June 23, 2014, 05:48:06 AM
#3
This is something that we'll be needing soon. Thanks Cheesy
legendary
Activity: 1708
Merit: 1020
June 20, 2014, 12:34:18 PM
#2
Interesting, thanks!
newbie
Activity: 27
Merit: 0
June 20, 2014, 09:11:05 AM
#1
I just added a blog post about faster blockchain scanning through bitcoind RPC calls, by replacing gettransaction queries per transaction with getblock false and DIY block and transaction decoding.

The blog post is here:
http://upcoder.com/8/fast-blockchain-scanning/

Feedback welcome.

Thomas
Jump to: