[Node Operator Question] failed to get L2 genesis blockhash #281
-
Are you running the most up to date node software?
Did you check the documentation?
Did you check for duplicate questions?
Issue DescriptionI upgraded op-geth and op-node to the latest releases and then I launched them with the following scripts: op-geth:
op-node:
op-geth seems to have started successfully but op-node prints errors and cannot be started (see logs below). Protocol Descriptionv1.101308.2 Node Logsop-geth:
op-node:
Additional InformationNo response FeedbackNo response |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 9 replies
-
I forgot to mention that on the same machine I am running an eth node (HTTP exposed on the port |
Beta Was this translation helpful? Give feedback.
-
--network='mainnet' |
Beta Was this translation helpful? Give feedback.
-
edited but there's still the same problem. I have to add that I see a running
|
Beta Was this translation helpful? Give feedback.
-
Can you try removing |
Beta Was this translation helpful? Give feedback.
-
https://optimistic.etherscan.io/block/105235063 is a Bedrock merge block. I think you forgot to download the initial datadir and did not enable the snap sync feature. Currently, we recommend you use snap sync as documented in https://docs.optimism.io/builders/node-operators/management/snap-sync |
Beta Was this translation helpful? Give feedback.
I missed the
--syncmode=execution-layer
flag. Thanks!