"Missing trie node" & "required historical state unavailable" in logs #10719
Unanswered
FelixLai0926
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Hi, has your geth node been run without |
Beta Was this translation helpful? Give feedback.
2 replies
-
Also getting this issue |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am getting the following logs in my blockscout log
0x0000000000000000000000000000000000000000@19632688: (-32000) missing trie node 1073cff865141fd8c38627b2f6a259a150f228478eec7953b4e8ebbb4ab9536a (path )
My geth start command looks like
geth --networkid 1122 --http --http.port=8545 --http.addr=0.0.0.0 --http.vhosts=* --http.api "eth,net,web3,debug,txpool" --ws --ws.addr "0.0.0.0" --ws.port 8546 --ws.api "eth,net,web3,debug,txpool" --syncmode full --gcmode archive
geth version is v1.10.25
Beta Was this translation helpful? Give feedback.
All reactions