gcarq / rusty-blockparser

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

Segmentation fault #47

Closed Napulsnik closed 4 years ago

Napulsnik commented 6 years ago

Hello. Ubuntu 16, 32gb ram, 500gb ssd, 80gb swap

[17:36:43] INFO - dispatch: Status: 519565 Blocks processed. (left: 8881, avg: 19 blocks/sec) [17:36:53] INFO - dispatch: Status: 519577 Blocks processed. (left: 8869, avg: 19 blocks/sec) [17:37:04] INFO - dispatch: Status: 519589 Blocks processed. (left: 8857, avg: 19 blocks/sec) [17:37:14] INFO - dispatch: Status: 519602 Blocks processed. (left: 8844, avg: 19 blocks/sec) Segmentation fault

Any ideas?

ghost commented 5 years ago

+1

ghost commented 5 years ago

add these -t 1 --backlog 20

so your command becomes

./rusty-blockparser -t 1 --backlog 20 csvdump /path/to/dump/

Napulsnik commented 5 years ago

add these -t 1 --backlog 20

so your command becomes

./rusty-blockparser -t 1 --backlog 20 csvdump /path/to/dump/

Thank you. Better try this parser - https://github.com/mycroft/chainstate. It works much faster and consumes less resources.

gcarq commented 4 years ago

Please retry with the latest release 0.7.0, a lot of issues have been fixed.