-
Notifications
You must be signed in to change notification settings - Fork 37
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
Use a snapshot of the chain_data to speed up syncing #63
Comments
new function for Import chain snapshot and Export chain snapshot can be integrated into node, without rewrite the complete header/body sync process. The sharing of this chain snapshot can be then done by users directly or like on 51pool.online as a daily snapshot of chain folder. This can be added as cli function and tui. what you think @MarcioMacedoBA ? |
Hi @johanneshahn! Sorry for the late reply. That is really a good idea! |
A CDN was used to make the file compacted and available worldwide, the snapshot is automatically and hourly generated. To those interested in using this feature following are detailed steps on how to use this, the file is available at (https://epiccash.s3.sa-east-1.amazonaws.com/mainnet.zip), Step by step of the server installation with a CDN snapshot: -Download the .zip with the chain snapshot from the link above; |
-Go to .epic/main and clear all the contents; ... i guess it should be .epic/main/chain_data/ ... or else you delete all server config or wallet data |
With our new If this is still a desired feature, please let me know. Leaving open until we finish the sync speedup work. |
Suggestion:
That feature seems to be already implemented for v2 with a snapshot that dates back to April, 2021. It would be desirable to make this feature available for v3 too.
The text was updated successfully, but these errors were encountered: