-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
What is the outcome that you are trying to reach?
Reducing time to download snapshot
Downloading snapshot from known validator can take hours to finish since the speed is low.
Describe the solution you would like
- Adding downloading snapshot in user-data script. Following is a sample script
cd /var/solana/data/ledger
wget --trust-server-names http://entrypoint3.mainnet-beta.solana.com/snapshot.tar.bz2
wget --trust-server-names http://entrypoint3.mainnet-beta.solana.com/incremental-snapshot.tar.bz2
sed -i "s/--log -/--no-snapshot-fetch --log -/g" /home/solana/bin/validator.sh
cd -
- leverage https://github.com/c29r3/solana-snapshot-finder
- TBD
Describe alternatives you have considered
Additional context
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request