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
Please share all historical logs before this probelm in a zip file. Thank you in advance.
Till then, there are a few things you can do to resolve it
There is an issue with a bad block and/or bad state. You can try stopping the node.
integration stage_exec --unwind=N # with N being 100 or 1000 - to clear up till the bad block
integration stage_bodies --reset
integration clear_bad_blocks --datadir=<datadir>
Retry with an external CL client to isolate possible issues with Caplin (internal CL) as, Caplin in Erigon-2 may an issue
System information
Erigon version: 2.60.9-501a53b7
OS & Version: Ubuntu 22.04.5 LTS
Docker version: 27.2.0
Erigon Command (with flags/config):
15 command: [
1 "--chain=mainnet",
2 "--http", # Enable HTTP-RPC server
3 "--http.addr=0.0.0.0", # Bind RPC to all IPs
4 "--http.port=8545", # JSON-RPC port
5 "--http.api=eth,web3,net,debug,trace,txpool",
6 "--http.corsdomain=*",
7 "--http.vhosts=*",
8 "--ws", # Enable WebSocket server
9 "--ws.port=8546", # WebSocket port
10 "--internalcl", # Enables internal consensus-layer mode
11 "--metrics", # Optional: Enable metrics if monitoring with Prometheus
12 "--nat=none",
13 "--bad.block=21325500"
14 ]
Consensus Layer: Caplin
Chain/Network: Ethereum mainnet
Expected behaviour
Stay synced with the latest head.
Actual behaviour
block stuck at 21326547.
Steps to reproduce the behaviour
Run the node using docker-compose with the following docker-compose file:
Backtrace
The text was updated successfully, but these errors were encountered: