Closed jrazer closed 7 years ago
This is probably due to https://github.com/gcarq/rusty-blockparser/pull/25/ - @RCasatta, can you check? Thanks!
I can reproduce with regular, non symlink files.
Sorry, I can't reproduce on Mac OS X 10.12.6 and Ubuntu 16.04.3 LTS rustc 1.21.0 rusty-blockparser 0.6.1
Is yours a scan from scratch or perhaps you have min_blk_idx already at the last block file?
I have this problem when running from scratch too.
Does it make a difference when --blockchain-dir
is specified?
I can't verify right now, but what do you have in mind? :)
Nothing particular, but I tested it with Dogecoin and setting a blockchain directory, which worked as expected
With --blockchain-dir for litecoin and without - for bitcoim same error
If --reindex is passed, it works to me.
This is due to start_blk_idx being set to a negative number in my fork. Will fix on my side. Unsure if the problem is also here.
Thanks, wait for fixed version
Parser not found blockchain files
root@ubuntu-minimal:~/rusty-blockparser/target/release# ./rusty-blockparser -vv -c litecoin --chain-storage litecoin --blockchain-dir ~/.litecoin/blocks/ csvdump lite
[19:39:16] INFO - main: Starting rusty-blockparser v0.6.1 ...
[19:39:16] DEBUG - main: Using LogLevel TRACE
[19:39:16] INFO - blkfile: Reading files from /root/.litecoin/blocks/ ...
[19:39:16] TRACE - blkfile: Found 0 blk files
[19:39:16] ERROR - rusty_blockparser: Cannot load blockchain from: '/root/.litecoin/blocks/'. No blk files found! Runtime Error