gcarq / rusty-blockparser

Bitcoin Blockchain Parser written in Rust language
GNU General Public License v3.0
370 stars 145 forks source link

Resume without indexing #11

Closed quentinlesceller closed 4 years ago

quentinlesceller commented 7 years ago

Just wondering if there is a way to resume without indexing or any idea for optimizing the indexing ? Great tool BTW !

kavinaravind commented 7 years ago

Hey! Your tool is great, and its been very useful to me. I was also wondering the same thing as quentinlesceller. Hoping that there would be some way to optimize/remove indexing!

gcarq commented 7 years ago

I think it would be possible to resume without re-indexing with some small code changes. This check is there as a kind of sanity mechanism under the assumption that a bitcoin client could rearrange the blockchain (*.blk files) on the filesystem.

mikispag commented 7 years ago

Putting a "resume without reindexing" as an option would be awesome!

gcarq commented 4 years ago

With the latest release 0.7.0 the Bitcoin Core indexing is reused which fixes this. No custom indexing anymore