Skip to content

Commit

Permalink
Fix corrupted db snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechos committed Jul 5, 2024
1 parent aaad8a7 commit 8737290
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/versioned_docs/version-0.11.8/snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 8737290

Please sign in to comment.