-
Notifications
You must be signed in to change notification settings - Fork 173
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
Stop shutting down on intermittent issues #286
Comments
A couple of questions for understanding the full context:
In theory, ~5 seconds total time for an jPRC call to bitcoind should be sufficient, but if the bitcoind is consistently having trouble responding, you can try setting the following config params in
|
Yes. It always stopped on the same transaction. I have since removed that fast initialization option and it proceeded to work, slowly.
Manual setup
I don't see those options listed anywhere? Are you referencing this? https://github.com/decentralized-identity/ion/blob/master/json/mainnet-bitcoin-config.json |
@tonyimpervious, sounds like there is probably a bug in fast-init path that parses blocks files directly, but unfortunately it is dependent on the specific block files as the download order of blocks is different in each machine. If you are able to share those files from the end blocks to the file that causes the issue (parsing is in reverse order) that would help diagnose the issue, though I understand if it's too much data.
Yes, they are not in the default config because there was no need to change them. But I just create an issue for documenting all config parameters. |
I am trying to get ION working again with a recent ION and IPFS version and it is going through some complete refresh. I'm not sure if it's from some change or from the syncing/state issues that I've constantly run into.
But one thing is obvious to me is that it should really stop shutting down so often. It's hammering my local bitcoind testnet instance and if it doesn't respond immediately it crashes. This should not happen.
Furthermore, there's no way for me to get past this. It gets to block dat 202 or so and then just keeps crashing and then restarts from the top. Why does it not save state?
The text was updated successfully, but these errors were encountered: