Download Data Directories
This guide provides download links to data directories that are necessary for starting your own node.
Links to download data directories will be posted here as soon as they are available.
OP Mainnet
- Bedrock Data Directory (303 GB)1 (opens in a new tab).
The
sha512sum
for this file isc17067b7bc39a6daa14f71d448c6fa0477834c3e68a25e96f26fe849c12a09bffe510e96f7eacdef19e93e3167d15250f807d252dd6f6f9053d0e4457c73d5fb
. - Legacy Geth Data Directory (2.9TB)1 (opens in a new tab).
The
sha512sum
for this file ise348488c458baa755510f23bbc8601619bc66bea78a89354c949ba7be3c6b39ed7dd2c50516621e38df6120299407da0d24445b96bf94a50364ed07bb8234b26
. Note that you only need this file if you runl2geth
to answer archive queries prior to the bedrock upgrade. If you are running an archive only for post-bedrock transactions (usingop-geth
with the command line flaggcmode=archive
), you do not need this file. - Configuration parameters (opens in a new tab).
- Latest release of
op-geth
(opens in a new tab) - Latest release of
op-node
(opens in a new tab) - you need to scroll down until you get a release that hasop-node
in it. - Legacy geth (opens in a new tab).
(1) This file is compressed with zstd
.
We recommend that users install the command line tool if it is not already installed on their system.
tar -xf
will work without installing anything if you have an up to date version of tar
.
If you want to decompress separately, we recommend pzstd -d
or zstd -d
(pzstd will likely be faster).
OP Goerli
- Bedrock Data Directory (5.0GB)1 (opens in a new tab).
The
sha512sum
for this file is7d420ddf34ee5b157d60cf7a9612cb950b24ff1405e1ab944f8d7910c45e7a46907bdb86ea124a8069b15ad9e171776ab5f8ed0146c43b0ff12539f38f262f7d
. - Legacy Geth Data Directory (50GB)1 (opens in a new tab).
The
sha512sum
for this file is5d78c1f2cd5bea062fb979b9d616a5fe4c55b27a444812b91a90340631d7a5f750c4e6e5a352513f3cf102d61586a4e2861f1aa3827e5be8fcae01e2ec291d2a
. Note that you only need this file if you runl2geth
to answer archive queries prior to the bedrock upgrade. If you are running an archive only for post-bedrock transactions (usingop-geth
with the command line flaggcmode=archive
), you do not need this file. - Configuration parameters (opens in a new tab)
- Latest releases of
op-geth
(opens in a new tab) - Latest release of
op-node
(opens in a new tab) - you need to scroll down until you get a release that hasop-node
in it. - Legacy geth (opens in a new tab)
(1) This file is compressed with zstd
.
We recommend that users install the command line tool if it is not already installed on their system.
tar -xf
will work without installing anything if you have an up to date version of tar
.
If you want to decompress separately, we recommend pzstd -d
or zstd -d
(pzstd will likely be faster).
OP Sepolia
- Note that there is no Bedrock Data Directory or Legacy Geth Data Directory required for running OP Sepolia nodes
- Configuration parameters (opens in a new tab)
- Genesis.json File (opens in a new tab)
- Latest releases of
op-geth
(opens in a new tab) - Latest release of
op-node
(opens in a new tab) - Note: Unlike on OP Mainnet or OP Goerli, you do not need to run
legacy-geth
to run an archival OP Sepolia node.