Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with BlockSci Parser Execution #470

Open
jdom1824 opened this issue May 24, 2023 · 0 comments
Open

Issue with BlockSci Parser Execution #470

jdom1824 opened this issue May 24, 2023 · 0 comments

Comments

@jdom1824
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant