gcarq / rusty-blockparser

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

Possible to resume csvdump? #21

Closed v1nsai closed 4 years ago

v1nsai commented 7 years ago

Like several others I've been experiencing a gradual drop in performance eventually followed by a crash. This wouldn't be so bad if we could resume csvdump where it left off instead of having to restart every time. Has anyone figured out a way to do this?

I don't speak Rust at all and don't have the time to try to figure this out now, but if I do have some time to figure it out I'll share here

skywinder commented 5 years ago

It looks like a very useful, but unavailable feature for now.

p.s. a duplicate of #10

skywinder commented 5 years ago

and related to #11

gcarq commented 4 years ago

Version 0.7.0 should have better performance in general. Now you can also specify --start and --end which takes a block height, so you could create a csvdump in 50k block steps. I'm closing this, feel free to reopen.