znort987 / blockparser

Simple C++ bitcoin blockchain parser
539 stars 319 forks source link

tst test fail #97

Open hamnaz opened 6 years ago

hamnaz commented 6 years ago

bitcoin-0.17.0

./tst

Regression tests: 6 tests registered

addr -> hash160 ................. pass   0.013 secs checked 22 vectors 
base58 digit .................... pass   0.000 secs 
compressed <-> uncompressed ..... pass   0.015 secs 
hash160 -> addr .................Segmentation fault

software compile no error , smoth compile, but in running errors any advice

Goro2030 commented 4 years ago

Same here ... but on Bitcoin-0-19 now

Congyuwang commented 3 years ago

https://github.com/Congyuwang/Rusty-Bitcoin-Explorer

Try this. It only needs 4GB memory. Parse the whole chain in 2.5 hours (and with input addresses found) on SSD. 😀 Support Bitcoin Core format as of now (2021-October).