[OP Stack Deployment] geth run error #793
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
Hello, I get the following error when I run the command below.
I referred to the guide page ( https://docs.optimism.io/operators/chain-operators/tutorials/create-l2-rollup) , and I used the git tags for geth and op-nodes are as follows. (op-node ... : v1.13.2 , op-geth: v1.101503.4) Can I get a solution guide?
./build/bin/geth init --state.scheme=hash --datadir=datadir genesis.json
INFO [04-28|07:06:11.127] Maximum peer count ETH=50 total=50
INFO [04-28|07:06:11.129] Smartcard socket not found, disabling err="stat /run/pcscd/pcscd.comm: no such file or directory"
INFO [04-28|07:06:11.132] Set global gas cap cap=50,000,000
INFO [04-28|07:06:11.132] Initializing the KZG library backend=gokzg
INFO [04-28|07:06:11.164] Defaulting to pebble as the backing database
INFO [04-28|07:06:11.164] Allocated cache and file handles database=/home/ellena/optimism5/op-geth/datadir/geth/chaindata cache=16.00MiB handles=16
INFO [04-28|07:06:11.220] Opened ancient database database=/home/ellena/optimism5/op-geth/datadir/geth/chaindata/ancient/chain readonly=false
INFO [04-28|07:06:11.220] State scheme set by user scheme=hash
INFO [04-28|07:06:11.220] Writing custom genesis block
ERROR[04-28|07:06:11.220] Head block is not reachable
INFO [04-28|07:06:11.309] Persisted trie from memory database nodes=3146 size=454.59KiB time=9.77363ms gcnodes=0 gcsize=0.00B gctime=0s livenodes=0 livesize=0.00B
INFO [04-28|07:06:11.421] Successfully wrote genesis state database=chaindata hash=869629..3da7a2
:~/optimism5/op-geth$
Error : ERROR[04-28|07:06:11.220] Head block is not reachable
Logs
No response
Additional Information
No response
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions