simple-optimism-node icon indicating copy to clipboard operation
simple-optimism-node copied to clipboard

Node not progressing after Bedrock upgrade

Open bmalepaty opened this issue 2 years ago • 2 comments
trafficstars

After bedrock block, the node is not syncing

Docker-compose file: docker-compose.yaml.txt

op-geth Logs image

op-node Logs image

Healthcheck Logs image

FaultDetector Logs image

bmalepaty avatar Nov 20 '23 10:11 bmalepaty

On op-node logs, it say "Incorrect L2 RPC chain id 1, expected 10" which means that op-geth snapshot is not downloaded correctly.

Chomtana avatar Dec 23 '23 02:12 Chomtana

You should delete old pre-bedrock data and download snapshot from https://datadirs.optimism.io/mainnet-bedrock.tar.zst

And extract into

/NewDisk117Machine/simple-optimism-node/data/shared

And try running node again

Chomtana avatar Dec 23 '23 02:12 Chomtana