Node snapshots
This page contains download links for data directories and node snapshots. State snapshots are pre-synced node data that let you start an OP Stack execution client from a recent chain state instead of replaying from genesis. You download the snapshot and run your node from it, which dramatically cuts initial sync time.Data directories and node snapshots are not required in the following cases:
- When using snap sync with op-geth
- When using Nethermind (automatically handles snapshots)
op-reth or op-geth.op-reth or op-geth must have a migrated OP Mainnet database to run an archival node.
Migrated OP Mainnet databases can be generated manually or pre-migrated databases can be downloaded from the links below.
Available OP Mainnet Snapshots
Using aria2 to download snapshots can significantly speed up the download process.
Nethermind
Nethermind automatically handles downloading and applying the necessary snapshots when you start the node. No manual snapshot download is required. The node will:- Start with an empty database
- Automatically download the required ancient data
- Apply the data and continue syncing
Nethermind with the -c op-mainnet flag, it uses this configuration automatically.