gcarq / rusty-blockparser

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

CSV Dump #82

Closed RiaanGroen closed 2 years ago

RiaanGroen commented 2 years ago

I have the following issue: Any resolution

[16:51:12] INFO - main: Starting rusty-blockparser v0.8.1 ... [16:51:12] INFO - index: Reading index from /home/groen/.bitcoin/blocks/index ... [16:51:12] INFO - index: Got longest chain with 0 blocks ... [16:51:12] INFO - blkfile: Reading files from /home/groen/.bitcoin/blocks ...

thread 'main' has overflowed its stack fatal runtime error: stack overflow Aborted

philippr11 commented 2 years ago

I do have the same issue, i´m trying it on an umbrel node. @RiaanGroen have you found a solution yet?

RiaanGroen commented 2 years ago

@philippr11 . Yes got is sorted. Send me email to groenewald1615@gmail.com and i will guide you

gcarq commented 2 years ago

Closing this as it seems the issue has been solved.

sc0rp10n-py commented 8 months ago

@RiaanGroen @philippr11 how did you solve it?