Closed WhizIkem closed 1 month ago
When running ./build/bin/geth init --datadir=datadir genesis.json
, can you try adding --state.scheme=hash
? :)
This issue looks identical to https://github.com/ethereum-optimism/op-geth/issues/375.
Thank you so much, Minhyuk Kim! Your suggestion to run geth init with --state.scheme=hash worked perfectly, and op-geth is now running smoothly. I really appreciate your help and quick response!
I am following the Optimism documentation to set up a Layer 2 Rollup testnet and have encountered an issue while running my
op-geth
node. Here’s what I have done so far:Initialized the
op-geth
node: I used the following command to initialize the node with the genesis block:This command executed successfully.
Started the Sequencer node: I used the following command to start the Sequencer node with archive mode enabled:
However, I am getting the following error:
Details:
op-geth
node with the correct genesis block.--gcmode=archive
because it needs to act as the Sequencer.Questions:
op-geth
node?Any guidance or troubleshooting tips would be greatly appreciated!