From 60e8cc9472f6eb79b7dc0021c7413b88ae7f3948 Mon Sep 17 00:00:00 2001 From: AnavarKh <108727035+AnavarKh@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:04:31 +0530 Subject: [PATCH] Update download link for Juno snapshots from dev to io in Readme file (#2314) --- README.md | 14 +++++++------- docs/docs/snapshots.md | 14 +++++++------- docs/versioned_docs/version-0.11.0/snapshots.md | 6 +++--- docs/versioned_docs/version-0.11.8/snapshots.md | 14 +++++++------- docs/versioned_docs/version-0.12.4/snapshots.md | 14 +++++++------- docs/versioned_docs/version-0.8.0/snapshots.md | 6 +++--- docs/versioned_docs/version-0.9.3/snapshots.md | 6 +++--- 7 files changed, 37 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index 977d3c1b79..2773fa248d 100644 --- a/README.md +++ b/README.md @@ -112,32 +112,32 @@ Use the provided snapshots to quickly sync your Juno node with the current state | Version | Download Link | | ------- | ------------- | -| **>=v0.9.2** | [**juno_mainnet.tar**](https://juno-snapshots.nethermind.dev/files/mainnet/latest) | +| **>=v0.9.2** | [**juno_mainnet.tar**](https://juno-snapshots.nethermind.io/files/mainnet/latest) | #### Sepolia | Version | Download Link | | ------- | ------------- | -| **>=v0.9.2** | [**juno_sepolia.tar**](https://juno-snapshots.nethermind.dev/files/sepolia/latest) | +| **>=v0.9.2** | [**juno_sepolia.tar**](https://juno-snapshots.nethermind.io/files/sepolia/latest) | #### Sepolia-Integration | Version | Download Link | | ------- | ------------- | -| **>=v0.9.2** | [**juno_sepolia_integration.tar**](https://juno-snapshots.nethermind.dev/files/sepolia-integration/latest) | +| **>=v0.9.2** | [**juno_sepolia_integration.tar**](https://juno-snapshots.nethermind.io/files/sepolia-integration/latest) | ### Getting the size for each snapshot ```console $date Thu 1 Aug 2024 09:49:30 BST -$curl -s -I -L https://juno-snapshots.nethermind.dev/files/mainnet/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }' +$curl -s -I -L https://juno-snapshots.nethermind.io/files/mainnet/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }' 172.47 GB -$curl -s -I -L https://juno-snapshots.nethermind.dev/files/sepolia/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }' +$curl -s -I -L https://juno-snapshots.nethermind.io/files/sepolia/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }' 5.67 GB -$curl -s -I -L https://juno-snapshots.nethermind.dev/files/sepolia-integration/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }' +$curl -s -I -L https://juno-snapshots.nethermind.io/files/sepolia-integration/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }' 2.4 GB ``` @@ -148,7 +148,7 @@ $curl -s -I -L https://juno-snapshots.nethermind.dev/files/sepolia-integration/l Fetch the snapshot from the provided URL: ```bash - wget -O juno_mainnet.tar https://juno-snapshots.nethermind.dev/files/mainnet/latest + wget -O juno_mainnet.tar https://juno-snapshots.nethermind.io/files/mainnet/latest ``` 2. **Prepare Directory** diff --git a/docs/docs/snapshots.md b/docs/docs/snapshots.md index b5306e6d41..f272b8a174 100644 --- a/docs/docs/snapshots.md +++ b/docs/docs/snapshots.md @@ -10,19 +10,19 @@ You can download a snapshot of the Juno database to reduce the network syncing t | Version | Download Link | | ------- | ------------- | -| **>=v0.9.2** | [**juno_mainnet.tar**](https://juno-snapshots.nethermind.dev/files/mainnet/latest) | +| **>=v0.9.2** | [**juno_mainnet.tar**](https://juno-snapshots.nethermind.io/files/mainnet/latest) | ## Sepolia | Version | Download Link | | ------- | ------------- | -| **>=v0.9.2** | [**juno_sepolia.tar**](https://juno-snapshots.nethermind.dev/files/sepolia/latest) | +| **>=v0.9.2** | [**juno_sepolia.tar**](https://juno-snapshots.nethermind.io/files/sepolia/latest) | ## Sepolia-Integration | Version | Download Link | | ------- | ------------- | -| **>=v0.9.2** | [**juno_sepolia_integration.tar**](https://juno-snapshots.nethermind.dev/files/sepolia-integration/latest) | +| **>=v0.9.2** | [**juno_sepolia_integration.tar**](https://juno-snapshots.nethermind.io/files/sepolia-integration/latest) | ## Getting snapshot sizes @@ -30,13 +30,13 @@ You can download a snapshot of the Juno database to reduce the network syncing t $date Thu 1 Aug 2024 09:49:30 BST -$curl -s -I -L https://juno-snapshots.nethermind.dev/files/mainnet/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }' +$curl -s -I -L https://juno-snapshots.nethermind.io/files/mainnet/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }' 172.47 GB -$curl -s -I -L https://juno-snapshots.nethermind.dev/files/sepolia/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }' +$curl -s -I -L https://juno-snapshots.nethermind.io/files/sepolia/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }' 5.67 GB -$curl -s -I -L https://juno-snapshots.nethermind.dev/files/sepolia-integration/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }' +$curl -s -I -L https://juno-snapshots.nethermind.io/files/sepolia-integration/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }' 2.4 GB ``` @@ -47,7 +47,7 @@ $curl -s -I -L https://juno-snapshots.nethermind.dev/files/sepolia-integration/l First, download a snapshot from one of the provided URLs: ```bash -wget -O juno_mainnet.tar https://juno-snapshots.nethermind.dev/files/mainnet/latest +wget -O juno_mainnet.tar https://juno-snapshots.nethermind.io/files/mainnet/latest ``` ### 2. Prepare a directory diff --git a/docs/versioned_docs/version-0.11.0/snapshots.md b/docs/versioned_docs/version-0.11.0/snapshots.md index 1dffd37dbb..a1b23e98e8 100644 --- a/docs/versioned_docs/version-0.11.0/snapshots.md +++ b/docs/versioned_docs/version-0.11.0/snapshots.md @@ -11,14 +11,14 @@ After downloading a snapshot and starting a Juno node, only recent blocks must b | Version | Size | Block | Download Link | | ------- | ---- | ----- | ------------- | -| **>=v0.9.2** | **182 GB** | **640855** | [**juno_mainnet.tar**](https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.11.7_640855.tar) | +| **>=v0.9.2** | **182 GB** | **640855** | [**juno_mainnet.tar**](https://juno-snapshots.nethermind.io/mainnet/juno_mainnet_v0.11.7_640855.tar) | ## Sepolia | Version | Size | Block | Download Link | | ------- | ---- | ----- | ------------- | -| **>=v0.9.2** | **5 GB** | **66477** | [**juno_sepolia.tar**](https://juno-snapshots.nethermind.dev/sepolia/juno_sepolia_v0.11.7_66477.tar) | +| **>=v0.9.2** | **5 GB** | **66477** | [**juno_sepolia.tar**](https://juno-snapshots.nethermind.io/sepolia/juno_sepolia_v0.11.7_66477.tar) | ## Run Juno Using Snapshot @@ -27,7 +27,7 @@ After downloading a snapshot and starting a Juno node, only recent blocks must b Fetch a snapshot from one of the provided URLs: ```bash - wget -O juno_mainnet.tar https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.11.7_640855.tar + wget -O juno_mainnet.tar https://juno-snapshots.nethermind.io/mainnet/juno_mainnet_v0.11.7_640855.tar ``` 2. **Prepare Directory** diff --git a/docs/versioned_docs/version-0.11.8/snapshots.md b/docs/versioned_docs/version-0.11.8/snapshots.md index cff4419224..b5951b4fda 100644 --- a/docs/versioned_docs/version-0.11.8/snapshots.md +++ b/docs/versioned_docs/version-0.11.8/snapshots.md @@ -10,32 +10,32 @@ You can download a snapshot of the Juno database to reduce the network syncing t | Version | Download Link | | ------- | ------------- | -| **>=v0.9.2** | [**juno_mainnet.tar**](https://juno-snapshots.nethermind.dev/files/mainnet/latest) | +| **>=v0.9.2** | [**juno_mainnet.tar**](https://juno-snapshots.nethermind.io/files/mainnet/latest) | ## Sepolia | Version | Download Link | | ------- | ------------- | -| **>=v0.9.2** | [**juno_sepolia.tar**](https://juno-snapshots.nethermind.dev/files/sepolia/latest) | +| **>=v0.9.2** | [**juno_sepolia.tar**](https://juno-snapshots.nethermind.io/files/sepolia/latest) | ## Sepolia-Integration | Version | Download Link | | ------- | ------------- | -| **>=v0.9.2** | [**juno_sepolia_integration.tar**](https://juno-snapshots.nethermind.dev/files/sepolia-integration/latest) | +| **>=v0.9.2** | [**juno_sepolia_integration.tar**](https://juno-snapshots.nethermind.io/files/sepolia-integration/latest) | ### Getting the size for each snapshot ```console $date Thu 1 Aug 2024 09:49:30 BST -$curl -s -I -L https://juno-snapshots.nethermind.dev/files/mainnet/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }' +$curl -s -I -L https://juno-snapshots.nethermind.io/files/mainnet/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }' 172.47 GB -$curl -s -I -L https://juno-snapshots.nethermind.dev/files/sepolia/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }' +$curl -s -I -L https://juno-snapshots.nethermind.io/files/sepolia/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }' 5.67 GB -$curl -s -I -L https://juno-snapshots.nethermind.dev/files/sepolia-integration/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }' +$curl -s -I -L https://juno-snapshots.nethermind.io/files/sepolia-integration/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }' 2.4 GB ``` @@ -46,7 +46,7 @@ $curl -s -I -L https://juno-snapshots.nethermind.dev/files/sepolia-integration/l First, download a snapshot from one of the provided URLs: ```bash -wget -O juno_mainnet.tar https://juno-snapshots.nethermind.dev/files/mainnet/latest +wget -O juno_mainnet.tar https://juno-snapshots.nethermind.io/files/mainnet/latest ``` ### 2. Prepare a directory diff --git a/docs/versioned_docs/version-0.12.4/snapshots.md b/docs/versioned_docs/version-0.12.4/snapshots.md index b5306e6d41..f272b8a174 100644 --- a/docs/versioned_docs/version-0.12.4/snapshots.md +++ b/docs/versioned_docs/version-0.12.4/snapshots.md @@ -10,19 +10,19 @@ You can download a snapshot of the Juno database to reduce the network syncing t | Version | Download Link | | ------- | ------------- | -| **>=v0.9.2** | [**juno_mainnet.tar**](https://juno-snapshots.nethermind.dev/files/mainnet/latest) | +| **>=v0.9.2** | [**juno_mainnet.tar**](https://juno-snapshots.nethermind.io/files/mainnet/latest) | ## Sepolia | Version | Download Link | | ------- | ------------- | -| **>=v0.9.2** | [**juno_sepolia.tar**](https://juno-snapshots.nethermind.dev/files/sepolia/latest) | +| **>=v0.9.2** | [**juno_sepolia.tar**](https://juno-snapshots.nethermind.io/files/sepolia/latest) | ## Sepolia-Integration | Version | Download Link | | ------- | ------------- | -| **>=v0.9.2** | [**juno_sepolia_integration.tar**](https://juno-snapshots.nethermind.dev/files/sepolia-integration/latest) | +| **>=v0.9.2** | [**juno_sepolia_integration.tar**](https://juno-snapshots.nethermind.io/files/sepolia-integration/latest) | ## Getting snapshot sizes @@ -30,13 +30,13 @@ You can download a snapshot of the Juno database to reduce the network syncing t $date Thu 1 Aug 2024 09:49:30 BST -$curl -s -I -L https://juno-snapshots.nethermind.dev/files/mainnet/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }' +$curl -s -I -L https://juno-snapshots.nethermind.io/files/mainnet/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }' 172.47 GB -$curl -s -I -L https://juno-snapshots.nethermind.dev/files/sepolia/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }' +$curl -s -I -L https://juno-snapshots.nethermind.io/files/sepolia/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }' 5.67 GB -$curl -s -I -L https://juno-snapshots.nethermind.dev/files/sepolia-integration/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }' +$curl -s -I -L https://juno-snapshots.nethermind.io/files/sepolia-integration/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }' 2.4 GB ``` @@ -47,7 +47,7 @@ $curl -s -I -L https://juno-snapshots.nethermind.dev/files/sepolia-integration/l First, download a snapshot from one of the provided URLs: ```bash -wget -O juno_mainnet.tar https://juno-snapshots.nethermind.dev/files/mainnet/latest +wget -O juno_mainnet.tar https://juno-snapshots.nethermind.io/files/mainnet/latest ``` ### 2. Prepare a directory diff --git a/docs/versioned_docs/version-0.8.0/snapshots.md b/docs/versioned_docs/version-0.8.0/snapshots.md index c52ac639f1..73964bf56e 100644 --- a/docs/versioned_docs/version-0.8.0/snapshots.md +++ b/docs/versioned_docs/version-0.8.0/snapshots.md @@ -11,13 +11,13 @@ After downloading a snapshot and starting a Juno node, only recent blocks must b | Version | Size | Block | Download Link | | ------- | ---- | ----- | ------------- | -| **>=v0.6.0** | **121 GB** | **449406** | [**juno_mainnet.tar**](https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.7.5_449406.tar) | +| **>=v0.6.0** | **121 GB** | **449406** | [**juno_mainnet.tar**](https://juno-snapshots.nethermind.io/mainnet/juno_mainnet_v0.7.5_449406.tar) | ## Goerli | Version | Size | Block | Download Link | | ------- | ---- | ----- | ------------- | -| **>=v0.6.0** | **41.4 GB** | **911580** | [**juno_goerli.tar**](https://juno-snapshots.nethermind.dev/goerli/juno_goerli_v0.7.5_911580.tar) | +| **>=v0.6.0** | **41.4 GB** | **911580** | [**juno_goerli.tar**](https://juno-snapshots.nethermind.io/goerli/juno_goerli_v0.7.5_911580.tar) | ## Run Juno Using Snapshot @@ -26,7 +26,7 @@ After downloading a snapshot and starting a Juno node, only recent blocks must b Fetch a snapshot from one of the provided URLs: ```bash - wget -O juno_mainnet.tar https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.7.5_449406.tar + wget -O juno_mainnet.tar https://juno-snapshots.nethermind.io/mainnet/juno_mainnet_v0.7.5_449406.tar ``` 2. **Prepare Directory** diff --git a/docs/versioned_docs/version-0.9.3/snapshots.md b/docs/versioned_docs/version-0.9.3/snapshots.md index b0258f0249..894d72c6bf 100644 --- a/docs/versioned_docs/version-0.9.3/snapshots.md +++ b/docs/versioned_docs/version-0.9.3/snapshots.md @@ -11,13 +11,13 @@ After downloading a snapshot and starting a Juno node, only recent blocks must b | Version | Size | Block | Download Link | | ------- | ---- | ----- | ------------- | -| **>=v0.9.2** | **156 GB** | **519634** | [**juno_mainnet.tar**](https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.9.3_519634.tar) | +| **>=v0.9.2** | **156 GB** | **519634** | [**juno_mainnet.tar**](https://juno-snapshots.nethermind.io/mainnet/juno_mainnet_v0.9.3_519634.tar) | ## Goerli | Version | Size | Block | Download Link | | ------- | ---- | ----- | ------------- | -| **>=v0.6.0** | **41.4 GB** | **911580** | [**juno_goerli.tar**](https://juno-snapshots.nethermind.dev/goerli/juno_goerli_v0.7.5_911580.tar) | +| **>=v0.6.0** | **41.4 GB** | **911580** | [**juno_goerli.tar**](https://juno-snapshots.nethermind.io/goerli/juno_goerli_v0.7.5_911580.tar) | ## Run Juno Using Snapshot @@ -26,7 +26,7 @@ After downloading a snapshot and starting a Juno node, only recent blocks must b Fetch a snapshot from one of the provided URLs: ```bash - wget -O juno_mainnet.tar https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.9.3_519634.tar + wget -O juno_mainnet.tar https://juno-snapshots.nethermind.io/mainnet/juno_mainnet_v0.9.3_519634.tar ``` 2. **Prepare Directory**