gcarq / rusty-blockparser

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

Sync Issue #49

Closed abelaluke closed 4 years ago

abelaluke commented 6 years ago

Ubuntu 18.04 16GB Ram 1TB SSD Running on 3 threads (-t 3)

Tried both rebuilding and reinstalling, latest version etc. Parsing always stops at 534836 Blocks Dispatch displays that it processes up to 549096 blocks yet at the time of writing block height is at 549142 Blocks (Approx. 50-60 blocks difference everytime)

[14:10:29] INFO - dispatch: Status: 548648 Blocks added to index. (avg: 1554 blocks/sec) [14:10:30] INFO - dispatch: All threads finished. [14:10:30] INFO - dispatch: Done. Processed 549096 blocks in 5.91 minutes. (avg: 1551 blocks/sec) [14:10:30] INFO - dispatch: Saving block headers as chain.json ... [14:10:34] INFO - blkfile: Reading files from /home/dirtymachine/.bitcoin/blocks ... [14:10:34] INFO - parser: Parsing Bitcoin blockchain ... [14:10:34] INFO - parser: Parsing 534836 blocks with mode FullData.

gcarq commented 4 years ago

This should be fixed with the latest version. Feel free to reopen if it still happens