Last active
April 1, 2025 16:03
-
-
Save MyBlueLotus/2ff5e9fd901ec1cb59d8fa24f115b857 to your computer and use it in GitHub Desktop.
Revisions
-
MyBlueLotus revised this gist
May 29, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Download the snapshots using wget. ``` cd snapshots wget --trust-server-names <URL> ``` ## US East / NYC -
MyBlueLotus revised this gist
May 28, 2022 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,8 +2,10 @@ Download the snapshots using wget. ``` cd snapshots wget --trust-server-name <URL> ``` ## US East / NYC -
MyBlueLotus revised this gist
May 28, 2022 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,10 @@ # Best sources to download solana mainnet snapshots Download the snapshots using wget. $ cd snapshots $ wget --trust-server-name <URL> ## US East / NYC - http://entrypoint3.mainnet-beta.solana.com/snapshot.tar.bz2 -
MyBlueLotus renamed this gist
May 28, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # Best sources to download solana mainnet snapshots ## US East / NYC -
MyBlueLotus created this gist
May 28, 2022 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ # 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