Most of contents referenced from ethereum-optimism/docs.
This page contains download links for data directories and node snapshots that can be used to more easily run your own node. Data directories and node snapshots are not required but can significantly simplify the node operation process.
This page focuses on data directories for op-erigon, not op-geth. Please refer here for op-geth. Also, please be aware that this page is not related with erigon-snapshots, which is an erigon specific feature.
OP Mainnet underwent a large database migration as part of the Bedrock Upgrade in 2023. Node operators must have a migrated OP Mainnet database to run a node. Migrated OP Mainnet databases can be generated manually or pre-migrated databases can be downloaded from the links on this page.
Always verify snapshots by comparing the sha256sum of the downloaded file to the sha256sum listed on this page. Check the sha256sum of the downloaded file by running
sha256sum <filename>
in a terminal.
Using aria2 to download snapshots can significantly speed up the download process.
Snapshot is distributed in the compressed form using zstd
compression. These snapshots are intended to be updated biweekly. The decompression result will be a single file named mdbx.dat
. Make sure you have available space more than 1.5 TB. Current compression setting has a compression ratio about 25%. You must reconstruct the folder structure of erigon datadir which has the form:
<your_erigon_datadir>
└── chaindata
└── mdbx.dat
Example command:
# Assume you downloaded `op-mainnet-db-115313408.zst`
# We want to create datadir named `my-datadir`
# check sha256sum
sha256sum op-mainnet-db-115313408.zst
# decompress first
zstd --decompress op-mainnet-db-115313408.zst -o mdbx.dat
# create datadir structure
mkdir -p my-datadir/chaindata
# move mdbx file to chaindata dir
mv mdbx.dat my-datadir/chaindata
# run erigon with following command
./erigon --datadir=./my-datadir ...
Snapshot Date | Size | Download Link | sha256sum |
---|---|---|---|
2024-11-22 | 499GB | https://datadirs.testinprod.io/op-mainnet-db-128327991.zst | 117d9ec55c1ae8f2692b442a1fc48c653f4f03f44a9a1415a689603beba0da6b |
2024-10-24 | 472GB | https://datadirs.testinprod.io/op-mainnet-db-127075930.zst | c37cd727213caf25cc199acffd9066c90ac813a57a4887b0eea1af0b87d8fc94 |
2024-10-10 | 460GB | https://datadirs.testinprod.io/op-mainnet-db-126459602.zst | 6b598734d997b0104bc3dcfea6c3675a1bfde00e925634f9ead51cb52ef1958a |
2024-09-26 | 451GB | https://datadirs.testinprod.io/op-mainnet-db-125860231.zst | 4b05a938f5b6dfeb5208b3a22463c69430d0d7dae61bf98cc0de7efcb6fac573 |
2024-09-11 | 440GB | https://datadirs.testinprod.io/op-mainnet-db-125207752.zst | c8a0ab7b7987e2c12a40fd99e1146566057b63b834a1592cd26c3eb791bb4c50 |
2024-09-04 | 435GB | https://datadirs.testinprod.io/op-mainnet-db-124908736.zst | 5f00de2631a50a64ccc54439b48fad57ea400ab786e83af7d2b33b4d5c315713 |
2024-08-21 | 425GB | https://datadirs.testinprod.io/op-mainnet-db-124300495.zst | 6fcee12fc7f34f305d99896b75a28cfecf5e5313b5097d071087a1e9b4fe7de9 |
2024-08-06 | 414GB | https://datadirs.testinprod.io/op-mainnet-db-123678114.zst | 6ced19d13fbe9fa1f85adb6032215d6bbf7d62f048d895eef351f26ba15ce46c |
2024-07-23 | 402GB | https://datadirs.testinprod.io/op-mainnet-db-123047457.zst | 9544075e90a2c24767b5ca6c9205be13e1f502618c77addf34bba62f0d079a3d |
2024-07-09 | 391GB | https://datadirs.testinprod.io/op-mainnet-db-122481172.zst | 27cec9fb80fa23f713f5fe771aac28d4a8d4b23ce11d98688dc9edafef984224 |
2024-07-01 | 386GB | https://datadirs.testinprod.io/op-mainnet-db-122131967.zst | 173038859b5b38773b497839044c7c6fa02065a0c7929a9c762d275502ffc755 |
2024-06-17 | 375GB | https://datadirs.testinprod.io/op-mainnet-db-121527384.zst | 01c2b924e896df909160a63ee70a8487dc70121cc3f1ae6f52975280d91c6f40 |
2024-06-03 | 363GB | https://datadirs.testinprod.io/op-mainnet-db-120918475.zst | 794ce3e01c18ef948e630c60b2390df0e672409e84fef3cdb9c9812844f5374d |
Snapshot Date | Size | Download Link | sha256sum |
---|---|---|---|
2024-11-22 | 847GB | https://datadirs.testinprod.io/base-mainnet-db-22683426.zst | b57dcfb132a6f49de37d8720a005c73a6f2c62491d817ad3c5913d1b23d267a4 |
2024-10-24 | 711GB | https://datadirs.testinprod.io/base-mainnet-db-21473376.zst | 1d3b4978b82834ca56b13ce1f92fbf23ff487b1292b528968b69abca54dd02b2 |
2024-10-09 | 651GB | https://datadirs.testinprod.io/base-mainnet-db-20858321.zst | 6ee5b04f81a6e1babf5b0a7589b28f2e5ff523ff4f8c431149d981890dbb1305 |
2024-09-26 | 600GB | https://datadirs.testinprod.io/base-mainnet-db-20251389.zst | fffca298005c4c67c23917b44d969726637562ebbd94ed6351dea7f2caf0bcb4 |
2024-09-10 | 548GB | https://datadirs.testinprod.io/base-mainnet-db-19606006.zst | f216ebf27a005a503d74eee89b2e389ec150494a65530d8823d714a77e416ffe |
2024-09-04 | 524GB | https://datadirs.testinprod.io/base-mainnet-db-19304301.zst | 61cd4f1beb562357974abee1670b51ede03ef03899b93cd8026ef14096d89a15 |
2024-08-21 | 477GB | https://datadirs.testinprod.io/base-mainnet-db-18700557.zst | 6567df21e992d1eda849d0c60ada18f3d46c527cc997168ae17ec2a01713df2a |
2024-08-06 | 432GB | https://datadirs.testinprod.io/base-mainnet-db-18077921.zst | d2f72c1661d7905ad9d054dbbeb83e528682ad3ee6b05775dbf87106b10d3a77 |
2024-07-23 | 386GB | https://datadirs.testinprod.io/base-mainnet-db-17448311.zst | 8aa2e19ceb1000f5ed9ad2d4fb01e3c0fdfebafe2ca8fc4ad959e9d94cd3f0a3 |
2024-07-09 | 350GB | https://datadirs.testinprod.io/base-mainnet-db-16881918.zst | 57e48434970e6fb1606aad4e95e3c0c88eecc1bc1af45bfa5eb5c4bdab1370bd |
2024-07-01 | 330GB | https://datadirs.testinprod.io/base-mainnet-db-16533275.zst | c614e0cb5e7e439d422316d08d09a2fcfee37bb7497399695c60cbd9ace0b26a |
2024-06-17 | 296GB | https://datadirs.testinprod.io/base-mainnet-db-15928643.zst | 0f7262d8836d04e3e48251b2965ad6b1206d68ff49e4cd95673e968da2ebb6f8 |
2024-06-03 | 262GB | https://datadirs.testinprod.io/base-mainnet-db-15317021.zst | aa8558fc20b769578ad6cab4ac98714bcdb7546341d7a41caa173491a64dbde0 |
Snapshot Date | Size | Download Link | sha256sum |
---|---|---|---|
2024-02-21 | 4.9GB | https://datadirs.testinprod.io/op-sepolia-db-8345530.zst | 81d4e7a92ebe64794b383e627f9032836bdde4dcbf2a3f5f8eb6e08d2dbd7218 |
2024-05-29 | 26GB | https://datadirs.testinprod.io/op-sepolia-db-12589624.zst | da4709fccf6f04130792e338f3d074500360c86ed4d7fb4c8d5ebacb067f9264 |
2024-07-07 | 62GB | https://datadirs.testinprod.io/op-sepolia-db-14282424.zst | a4a3bfd41eb8af5e021fa6ef88fda969861823d89f311027646bed71ba847b8b |
2024-08-11 | 80GB | https://datadirs.testinprod.io/op-sepolia-db-15816150.zst | 362b74e6488f970e50f307c0b206b554c23789ecf2e8c1702df2dda0973bf766 |
Snapshot Date | Size | Download Link | sha256sum |
---|---|---|---|
2023-11-25 | 1.1GB | https://datadirs.testinprod.io/base-sepolia-db-2592566.zst | 7ea9017aae89a54314dcbb1197c1323672487330ac9990b227fd7672803b1683 |
2024-05-29 | 62GB | https://datadirs.testinprod.io/base-sepolia-db-10596124.zst | f768261e3e8ce74c98ab6780b1f77277a9eed539496c43b59b936f5c0081219e |
2024-08-11 | 123GB | https://datadirs.testinprod.io/base-sepolia-db-13833382.zst | 0a95f5989090a8fc24eac04f5fe6de6ca5ebe6f34ad9e0df71ca4d7eeb31ecd2 |