[Node Operator Question] Unable to bootstrap op-reth from archive snapshots #934
Unanswered
angusscott
asked this question in
Node Operators
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Are you running the most up to date node software?
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
I'm attemptiong to bootstrap a new op-reth archive node with the configuration below. Issue I'm having is the chain will not progress from the point it's downloaded.
the result from eth_syncing is below. The only observation I can make is that the reth.toml configuration includes some prune configuration. I am seeing this behavour with the latest op-reth/2.1.0 and with the older op-reth/1.11.3
[prune.segments.merkle_changesets]
distance = 10064
Steps to Reproduce
Download reth archive snapshot (I've tried both 2026-04-21 and 2026-01-28), and attempt to start a node.
Which component is affected?
Expected vs. Actual Behavior
Node to begin syncing
Environment Details
Rocky 9
Have used both Quicknode and my own Ethereum/consesnus node (Erigon + Teku)
Protocol Information
op-reth 1.11.3-dev and 2.0.0-dev (2.1.0 op-reth)
op-node 1.16.13
Node Logs
No response
Troubleshooting Attempts
No response
Additional Information
No response
Feedback
There is a lack of documentation about running op-reth. Additionally the snapshots should document which version of op-reth/op-geth were sued to generate them as part of the datadirs site. This would make debugging much simpler by reducing the surface of potential issues
Beta Was this translation helpful? Give feedback.
All reactions