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

Add scan start blockheight parameter in config #319

Closed
mgpai22 opened this issue Oct 13, 2023 · 2 comments · Fixed by #322
Closed

Add scan start blockheight parameter in config #319

mgpai22 opened this issue Oct 13, 2023 · 2 comments · Fixed by #322

Comments

@mgpai22
Copy link

mgpai22 commented Oct 13, 2023

It seems like rescan starts from block 0

  • As found here and here
  • These scans are expensive and wastes plenty of time, its best to start from a checkpoint height where bootstrapping and whatnot begins.
  • This checkpoint height should be in the oracle_config.yaml file
@greenhat
Copy link
Member

We did that initially, but it did not work. Since the wallet does not see anything before this height, you end up with an empty wallet if you sent coins to it before this height.

@mgpai22
Copy link
Author

mgpai22 commented Oct 14, 2023

Yes that's why it should be configurable in the oracle_config.yaml file

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

Successfully merging a pull request may close this issue.

3 participants