Closed Napulsnik closed 1 year ago
Same here, and also --start and --end paramters not working.
Is it the same block where it stops? Please add the command how you started it and some relevant log lines so that it can be reproduced easier.
Thanks for the fast response!
I started it with the following command: ./rusty-blockparser -c dogecoin -d /mnt/d/Dogecoin/blocks balances It stoped at block: 1788760 In the logs same as Napulsnik's, no errors just: [09:42:36] INFO - parser: Status: 1788760 Blocks processed. (left: 2854972, avg: 313 blocks/sec) [09:42:49] INFO - parser: Done. Processed 1788760 blocks in 54.64 minutes. (avg: 313 blocks/sec) [09:42:52] INFO - callback: Done.
I also tried to start with: ./rusty-blockparser -c dogecoin -d /mnt/d/Dogecoin/blocks -s 1788760 -e 4643736 balances
But it finished way more faster and only processed 10,000 blocks, again no errors.
Duplicate of #80. Please try out master branch, the issue should be fixed there
Hello. The Dogecoin parser finishes work ahead of time.