Skip to content

Commit

Permalink
Merge pull request #425 from ethereum-optimism/sc/snapshot-cleanup
Browse files Browse the repository at this point in the history
fix: minor cleanup to snapshots page
  • Loading branch information
sbvegan authored Jan 16, 2024
2 parents dfb1804 + 7119ef2 commit 6dea5ef
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
17 changes: 11 additions & 6 deletions pages/builders/node-operators/management/snapshots.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,20 @@ Migrated OP Mainnet databases can be generated manually or pre-migrated database
</Callout>

<Callout type="info">
We recommend using [aria2](https://aria2.github.io/) to download. This can help by parallelizing the download.
Using [aria2](https://aria2.github.io/) to download snapshots can significantly speed up the download process.
</Callout>

### OP Mainnet
### OP Mainnet (Full Node)

| Snapshot Date | Size | Download Link | sha256sum |
| ------------------------- | ----- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| 2024-01-03 (archive node) | 3.2TB | [Mirror 1](https://datadirs.optimism.io/mainnet-2024-01-03.tar.zst) | <span className="shasum">`89fe570a1be92079108b7db4413f6e0be213a791c0d8ff195f890cd92a6f1f7a`</span> |
| 2023-06-06 | 325GB | [Mirror 1](https://datadirs.optimism.io/mainnet-bedrock.tar.zst) <br /> [Mirror 2](https://op.datadirs.xyz/mainnet-bedrock.tar.zst) <br /> [Mirror 3 (torrent)](magnet:?xt=urn:btih:0eea90fa3da8cd88bfa34c70ccef64f5e643c4c1\&dn=mainnet-bedrock.tar.zst) | <span className="shasum">`ec4baf47e309a14ffbd586dc85376833de640c0f2a8d7355cb8a9e64c38bfcd1`</span> |
| Snapshot Date | Size | Download Link | sha256sum |
| ------------- | ----- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| 2023-06-06 | 325GB | [Mirror 1](https://datadirs.optimism.io/mainnet-bedrock.tar.zst) <br /> [Mirror 2](https://op.datadirs.xyz/mainnet-bedrock.tar.zst) <br /> [Mirror 3 (torrent)](magnet:?xt=urn:btih:0eea90fa3da8cd88bfa34c70ccef64f5e643c4c1\&dn=mainnet-bedrock.tar.zst) | <span className="shasum">`ec4baf47e309a14ffbd586dc85376833de640c0f2a8d7355cb8a9e64c38bfcd1`</span> |

### OP Mainnet (Archive Node)

| Snapshot Date | Size | Download Link | sha256sum |
| ------------- | ----- | ------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| 2024-01-03 | 3.2TB | [Mirror 1](https://datadirs.optimism.io/mainnet-2024-01-03.tar.zst) | <span className="shasum">`89fe570a1be92079108b7db4413f6e0be213a791c0d8ff195f890cd92a6f1f7a`</span> |

### OP Mainnet (Legacy)

Expand Down
3 changes: 3 additions & 0 deletions styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ footer {
display: none;
}

/* Make shasums actually legible */
span.shasum {
display: block;
max-width: 300px;
Expand All @@ -48,6 +49,8 @@ span.shasum {
background-color: var(--op-neutral-700) !important;
}
span.shasum code {
padding-left: 0;
padding-right: 0;
border: none;
background-color: transparent !important;
}

0 comments on commit 6dea5ef

Please sign in to comment.