Skip to content

Instantly share code, notes, and snippets.

@MyBlueLotus
Last active April 1, 2025 16:03
Show Gist options
  • Save MyBlueLotus/2ff5e9fd901ec1cb59d8fa24f115b857 to your computer and use it in GitHub Desktop.
Save MyBlueLotus/2ff5e9fd901ec1cb59d8fa24f115b857 to your computer and use it in GitHub Desktop.

Revisions

  1. MyBlueLotus revised this gist May 29, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion best-solana-snap-sources.md
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@ Download the snapshots using wget.

    ```
    cd snapshots
    wget --trust-server-name <URL>
    wget --trust-server-names <URL>
    ```

    ## US East / NYC
  2. MyBlueLotus revised this gist May 28, 2022. 1 changed file with 4 additions and 2 deletions.
    6 changes: 4 additions & 2 deletions best-solana-snap-sources.md
    Original 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>
    ```
    cd snapshots
    wget --trust-server-name <URL>
    ```

    ## US East / NYC

  3. MyBlueLotus revised this gist May 28, 2022. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions best-solana-snap-sources.md
    Original 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
  4. MyBlueLotus renamed this gist May 28, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion best-solana-snap-sources → best-solana-snap-sources.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # Best sources to download solana snapshots
    # Best sources to download solana mainnet snapshots

    ## US East / NYC

  5. MyBlueLotus created this gist May 28, 2022.
    19 changes: 19 additions & 0 deletions best-solana-snap-sources
    Original 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