From 8737290abdc7bf481e61be35bd1f6b25f43d3caf Mon Sep 17 00:00:00 2001 From: Wojciech Zieba Date: Fri, 5 Jul 2024 09:27:29 +0200 Subject: [PATCH] Fix corrupted db snapshot --- README.md | 4 ++-- docs/docs/snapshots.md | 2 +- docs/versioned_docs/version-0.11.8/snapshots.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 914a2f58f..4dcac4a13 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Use the provided snapshots to quickly sync your Juno node with the current state | Version | Size | Block | Download Link | | ------- | ---- | ----- | ------------- | -| **>=v0.9.2** | **172 GB** | **654464** | [**juno_mainnet.tar**](https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.11.9_654464.tar) | +| **>=v0.9.2** | **172 GB** | **654881** | [**juno_mainnet.tar**](https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.11.9_654881.tar) | #### Sepolia @@ -126,7 +126,7 @@ Use the provided snapshots to quickly sync your Juno node with the current state Fetch the snapshot from the provided URL: ```bash - wget -O juno_mainnet.tar https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.11.9_654464.tar + wget -O juno_mainnet.tar https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.11.9_654881.tar ``` 2. **Prepare Directory** diff --git a/docs/docs/snapshots.md b/docs/docs/snapshots.md index 9b05cd058..6fe913fdc 100644 --- a/docs/docs/snapshots.md +++ b/docs/docs/snapshots.md @@ -10,7 +10,7 @@ You can download a snapshot of the Juno database to reduce the network syncing t | Version | Size | Block | Download Link | | ------------ | ---------- | ---------- | ----------------------------------------------------------------------------------------------------- | -| **>=v0.9.2** | **172 GB** | **654464** | [**juno_mainnet.tar**](https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.11.9_654464.tar) | +| **>=v0.9.2** | **172 GB** | **654881** | [**juno_mainnet.tar**](https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.11.9_654881.tar) | ## Sepolia diff --git a/docs/versioned_docs/version-0.11.8/snapshots.md b/docs/versioned_docs/version-0.11.8/snapshots.md index 9b05cd058..8b817685f 100644 --- a/docs/versioned_docs/version-0.11.8/snapshots.md +++ b/docs/versioned_docs/version-0.11.8/snapshots.md @@ -10,7 +10,7 @@ You can download a snapshot of the Juno database to reduce the network syncing t | Version | Size | Block | Download Link | | ------------ | ---------- | ---------- | ----------------------------------------------------------------------------------------------------- | -| **>=v0.9.2** | **172 GB** | **654464** | [**juno_mainnet.tar**](https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.11.9_654464.tar) | +| **>=v0.9.2** | **172 GB** | **654881** | [**juno_mainnet.tar**](https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.11.9_654881.tar) | ## Sepolia @@ -25,7 +25,7 @@ You can download a snapshot of the Juno database to reduce the network syncing t First, download a snapshot from one of the provided URLs: ```bash -wget -O juno_mainnet.tar https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.11.9_654464.tar +wget -O juno_mainnet.tar https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.11.9_654881.tar ``` ### 2. Prepare a directory