citp / BlockSci

A high-performance tool for blockchain science and exploration

Home Page:https://citp.github.io/BlockSci/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with BlockSci Parser Execution

jdom1824 opened this issue · comments

Dear BlockSci Support Team,

I am reaching out regarding an issue I am experiencing while executing the BlockSci Parser. I have followed the documentation and configuration guidelines, but I am encountering difficulties in updating the data.

I have verified the following aspects:

The data directory path is correct and accessible.
The permissions for accessing and modifying the files in the data directory are properly set.
The configuration file is formatted correctly without any syntax errors.
All the necessary dependencies and libraries for BlockSci are installed in my environment.
Despite these verifications, I am still facing problems during the execution process. The parser does not seem to consider the specified minimum block height, and it starts the update process from block 0.

Could you please provide guidance on how to address this issue? Is there any additional configuration or parameter that I should consider to ensure that the minimum block height is taken into account during the update process?

Any assistance or insights you can provide would be greatly appreciated. Thank you for your attention to this matter.

Sincerely,
Juan David Peña Melo

Note: Make sure to provide relevant details about your environment, such as the version of BlockSci you are using, the operating system, and any error messages or logs that might be helpful for the support team to diagnose the issue.

{ "chainConfig": { "coinName": "bitcoin", "dataDirectory": "/home/ubuntu/Data", "pubkeyPrefix": [ 0 ], "scriptPrefix": [ 5 ], "segwitActivationHeight": 481824, "segwitPrefix": "bc" }, "parser": { "maxBlockNum": 500000, "minBlockNum": 600000 "rpc": { "address": "127.0.0.1", "password": "900723", "port": 8332, "username": "jdom" } }, "version": 5 }
BlockSci version: 0.7.0
Blockchain: (Bitcoin)