smartcontracts / simple-optimism-node

The easiest way to run an Optimism node
MIT License
324 stars 112 forks source link

Node not progressing after Bedrock upgrade #104

Closed bmalepaty closed 1 month ago

bmalepaty commented 10 months ago

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

Chomtana commented 9 months ago

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 commented 9 months ago

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