Last active
April 1, 2025 16:03
-
-
Save MyBlueLotus/2ff5e9fd901ec1cb59d8fa24f115b857 to your computer and use it in GitHub Desktop.
Best Solana Snapshot Download Sources
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Best sources to download solana snapshots | |
| ## US East / NYC | |
| - http://entrypoint3.mainnet-beta.solana.com/snapshot.tar.bz2 | |
| - http://entrypoint3.mainnet-beta.solana.com/incremental-snapshot.tar.bz2 | |
| ## US West / Silicon Valley | |
| - http://entrypoint2.mainnet-beta.solana.com/snapshot.tar.bz2 | |
| - http://entrypoint2.mainnet-beta.solana.com/incremental-snapshot.tar.bz2 | |
| ## EU / Frankfurt - Google cloud ? | |
| - http://entrypoint.mainnet-beta.solana.com/snapshot.tar.bz2 | |
| - http://entrypoint.mainnet-beta.solana.com/incremental-snapshot.tar.bz2 | |
| ## EU / France | |
| - http://entrypoint4.mainnet-beta.solana.com/snapshot.tar.bz2 | |
| - http://entrypoint4.mainnet-beta.solana.com/incremental-snapshot.tar.bz2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment