You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Won't sync; geth exits with "Outdated with major recommended protocol change local=v6.0.0 required=v7.0.0 recommended=v7.0.0"... I think I followed the instructions to a T.
geth logs:
geth-1 | ERROR[07-11|13:40:42.483] Outdated with major recommended protocol change local=v6.0.0 required=v7.0.0 recommended=v7.0.0
geth-1 | ERROR[07-11|13:40:42.483] Outdated with major required protocol change local=v6.0.0 required=v7.0.0 recommended=v7.0.0
geth-1 | ERROR[07-11|13:40:42.483] Opted to halt, unprepared for protocol change required=v7.0.0 local=v6.0.0
geth-1 | INFO [07-11|13:40:42.483] HTTP server stopped endpoint=[::]:8545
geth-1 | INFO [07-11|13:40:42.746] HTTP server stopped endpoint=[::]:8546
geth-1 | INFO [07-11|13:40:42.746] HTTP server stopped endpoint=[::]:8551
geth-1 | INFO [07-11|13:40:42.746] IPC endpoint closed url=/data/geth.ipc
node-1 | t=2024-07-11T13:40:42+0000 lvl=warn msg="failed to notify engine of protocol version" err="websocket: close 1006 (abnormal closure): unexpected EOF"
node-1 | t=2024-07-11T13:40:42+0000 lvl=error msg="Outdated with major recommended protocol change" node=engine
node-1 | t=2024-07-11T13:40:42+0000 lvl=error msg="Outdated with major required protocol change" node=engine
geth-1 | INFO [07-11|13:40:42.746] Ethereum protocol stopped
geth-1 | INFO [07-11|13:40:42.746] Transaction pool stopped
geth-1 | INFO [07-11|13:40:42.748] Writing snapshot state to disk root=b2afcb..e18328
geth-1 | INFO [07-11|13:40:42.748] Persisted trie from memory database nodes=0 size=0.00B time="3.046µs" gcnodes=0 gcsize=0.00B gctime=0s livenodes=0 livesize=0.00B
geth-1 | INFO [07-11|13:40:42.748] Blockchain stopped
What is odd is that the logs show geth-1 and not execution-1. There was a prior installation at that exact place where it was still called geth, not execution. Could it be a docker cache / image that doesn't get fully rebuilt based on the new docker-compose.yml? I made a fresh directory every time but who knows any more what Docker really does? Will investigate in that direction...
Won't sync; geth exits with "Outdated with major recommended protocol change local=v6.0.0 required=v7.0.0 recommended=v7.0.0"... I think I followed the instructions to a T.
geth logs:
.env.mainnet:
.env:
.env.mainnet:
./geth-data
dir contains very recent (2 days ago) snapshotbase-mainnet-full-1720420879.tar.zst
What is this change from 6.0.0 to 7.0.0? Where is my misconfiguration?
The text was updated successfully, but these errors were encountered: