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
After deploying a node, the node doesn't find peers and therefore doesn't sync to head. The node was deployed by extracting the binary from the latest docker image, as well as building from source
Information:
Geth version: geth version 1.0.0-beta.14-4012e7c5-20250123(built) geth-docker version 1.0.0-beta.13-ce529871(Docker)
INFO [02-05|14:24:18.556] Starting Geth on Immutable zkEVM mainnet...
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.557] Bumping default cache on mainnet provided=1024 updated=4096
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.557] Enabling metrics collection
Feb 05 14:24:18 geth[210400]: WARN [02-05|14:24:18.557] --metrics.port specified without --metrics.addr, metrics server will not start.
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.680] Maximum peer count ETH=200 total=200
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.681] Smartcard socket not found, disabling err="stat /run/pcscd/pcscd.comm: no such file or directory"
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.682] initialising New Relic agent...
Feb 05 14:24:18 geth[210400]: ERROR[02-05|14:24:18.682] Failed to initialise New Relic agent: NEW_RELIC_APP_NAME missing
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.688] Enabling recording of key preimages since archive mode is used
Feb 05 14:24:18 geth[210400]: WARN [02-05|14:24:18.688] The flag --txlookuplimit is deprecated and will be removed, please use --history.transactions
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.689] Set global gas cap cap=50,000,000
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.689] Setting RPC Proxy on node url=https://rpc.immutable.com
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.689] Initializing the KZG library backend=gokzg
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.732] Allocated trie memory caches clean=1.20GiB dirty=0.00B
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.732] Using pebble as the backing database
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.732] Allocated cache and file handles database=/home/geth/.geth/geth/chaindata cache=2.00GiB handles=524,288
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.739] Opened ancient database database=/home/geth/.geth/geth/chaindata/ancient/chain readonly=false
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.739] State scheme set by user scheme=hash
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.744] Initialising Ethereum protocol network=13371 dbversion=<nil>
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754]
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754] ---------------------------------------------------------------------------------------------------------------------------------------------------------
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754] Chain ID: 13371 (unknown)
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754] Reorg Invariants Enabled: true
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754] Consensus: Clique (proof-of-authority)
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754]
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754] Pre-Merge hard forks (block based):
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754] - Homestead: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/homestead.md)
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754] - Tangerine Whistle (EIP 150): #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/tangerine-whistle.md)
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754] - Spurious Dragon/1 (EIP 155): #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/spurious-dragon.md)
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754] - Spurious Dragon/2 (EIP 158): #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/spurious-dragon.md)
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754] - Byzantium: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/byzantium.md)
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754] - Constantinople: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/constantinople.md)
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754] - Petersburg: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/petersburg.md)
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754] - Istanbul: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/istanbul.md)
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754] - Muir Glacier: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/muir-glacier.md)
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754] - Berlin: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/berlin.md)
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754] - London: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/london.md)
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754] - Arrow Glacier: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/arrow-glacier.md)
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754] - Gray Glacier: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/gray-glacier.md)
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754]
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754] - Hard-fork specification: https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/paris.md
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754]
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754] Post-Merge hard forks (timestamp based):
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754] - Prevrandao: @1710899402
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754] - Shanghai: @1711490400 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/shanghai.md)
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754] - Cancun: @1728338400 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/cancun.md)
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754]
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754] ---------------------------------------------------------------------------------------------------------------------------------------------------------
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754]
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.754] Loaded most recent local block number=0 hash=f20293..a3cf15 td=1 age=55y10mo3w
Feb 05 14:24:18 geth[210400]: WARN [02-05|14:24:18.755] Failed to load snapshot err="missing or corrupted snapshot"
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.755] Rebuilding state snapshot
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.756] Initialized transaction indexer range="entire chain"
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.756] Resuming state snapshot generation root=4532b5..24320a accounts=0 slots=0 storage=0.00B dangling=0 elapsed="699.826µs"
Feb 05 14:24:18 geth[210400]: WARN [02-05|14:24:18.756] Sanitizing invalid blobpool storage cap provided=0 updated=2,684,354,560
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.759] Generated state snapshot accounts=1 slots=0 storage=50.00B dangling=0 elapsed=3.981ms
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.792] Gasprice oracle is ignoring threshold set threshold=2
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.792] Stored checkpoint snapshot to disk number=0 hash=f20293..a3cf15
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.793] Shutdown tracker started marker
Feb 05 14:24:18 geth[210400]: WARN [02-05|14:24:18.795] Decrease miner recommit interval from=2s to=2s
Feb 05 14:24:18 geth[210400]: WARN [02-05|14:24:18.795] Engine API enabled protocol=eth
Feb 05 14:24:18 geth[210400]: WARN [02-05|14:24:18.795] Engine API started but chain not configured for merge yet
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.795] Starting peer-to-peer node instance=Geth/v1.0.0-beta.14-4012e7c5-20250123/linux-amd64/go1.22.11
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.803] New local node record seq=1,738,765,458,800 id=1f9c67d8c8a6a7d7 ip=127.0.0.1 udp=0 tcp=30387
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.803] Started P2P networking self="enode://e9cc1b58ad93aa2bf4b3502dbe388317673d0668ec01b25b86c06192f1c3b8ccdf9bb54c2d951b151dd75142b1b13d1392beb867bee9e4e67896a7eadbab0e1a@127.0.0.1:30387?discport=0"
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.803] IPC endpoint opened url=/home/geth/.geth/geth.ipc
Feb 05 14:24:18 geth[210400]: time="2025-02-05T14:24:18Z" level=error msg="Failed to initialise New Relic middlware: nrApp is nil"
Feb 05 14:24:18 geth[210400]: time="2025-02-05T14:24:18Z" level=error msg="Failed to initialise New Relic middlware: nrApp is nil"
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.804] Generated JWT secret path=/home/geth/.geth/geth/jwtsecret
Feb 05 14:24:18 geth[210400]: time="2025-02-05T14:24:18Z" level=error msg="Failed to initialise New Relic middlware: nrApp is nil"
Feb 05 14:24:18 geth[210400]: time="2025-02-05T14:24:18Z" level=error msg="Failed to initialise New Relic middlware: nrApp is nil"
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.804] HTTP server started endpoint=[::]:8545 auth=false prefix= cors= vhosts=*
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.804] WebSocket enabled url=ws://[::]:8546
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.804] WebSocket enabled url=ws://127.0.0.1:8551
Feb 05 14:24:18 geth[210400]: INFO [02-05|14:24:18.804] HTTP server started endpoint=127.0.0.1:8551 auth=true prefix= cors=localhost vhosts=localhost
Feb 05 14:24:33 geth[210400]: INFO [02-05|14:24:33.800] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:24:53 geth[210400]: INFO [02-05|14:24:53.800] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:25:08 geth[210400]: INFO [02-05|14:25:08.801] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:25:28 geth[210400]: INFO [02-05|14:25:28.801] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:25:43 geth[210400]: INFO [02-05|14:25:43.802] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:26:03 geth[210400]: INFO [02-05|14:26:03.801] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:26:18 geth[210400]: INFO [02-05|14:26:18.802] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:26:38 geth[210400]: INFO [02-05|14:26:38.802] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:26:53 geth[210400]: INFO [02-05|14:26:53.804] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:27:13 geth[210400]: INFO [02-05|14:27:13.803] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:27:28 geth[210400]: INFO [02-05|14:27:28.803] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:27:48 geth[210400]: INFO [02-05|14:27:48.803] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:28:03 geth[210400]: INFO [02-05|14:28:03.804] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:28:23 geth[210400]: INFO [02-05|14:28:23.804] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:28:38 geth[210400]: INFO [02-05|14:28:38.804] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:28:58 geth[210400]: INFO [02-05|14:28:58.804] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:29:13 geth[210400]: INFO [02-05|14:29:13.805] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:29:18 geth[210400]: INFO [02-05|14:29:18.806] Shutdown tracker updated marker
Feb 05 14:29:33 geth[210400]: INFO [02-05|14:29:33.805] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:29:48 geth[210400]: INFO [02-05|14:29:48.806] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:30:08 geth[210400]: INFO [02-05|14:30:08.806] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:30:23 geth[210400]: INFO [02-05|14:30:23.807] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:30:43 geth[210400]: INFO [02-05|14:30:43.807] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:30:58 geth[210400]: INFO [02-05|14:30:58.808] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:31:18 geth[210400]: INFO [02-05|14:31:18.808] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:31:33 geth[210400]: INFO [02-05|14:31:33.809] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:31:53 geth[210400]: INFO [02-05|14:31:53.809] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:32:08 geth[210400]: INFO [02-05|14:32:08.809] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:32:28 geth[210400]: INFO [02-05|14:32:28.809] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:32:43 geth[210400]: INFO [02-05|14:32:43.809] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:33:03 geth[210400]: INFO [02-05|14:33:03.810] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:33:18 geth[210400]: INFO [02-05|14:33:18.811] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:33:38 geth[210400]: INFO [02-05|14:33:38.810] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:33:53 geth[210400]: INFO [02-05|14:33:53.811] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:34:13 geth[210400]: INFO [02-05|14:34:13.811] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:34:18 geth[210400]: INFO [02-05|14:34:18.806] Shutdown tracker updated marker
Feb 05 14:34:28 geth[210400]: INFO [02-05|14:34:28.811] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:34:48 geth[210400]: INFO [02-05|14:34:48.811] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:35:03 geth[210400]: INFO [02-05|14:35:03.812] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:35:23 geth[210400]: INFO [02-05|14:35:23.812] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:35:38 geth[210400]: INFO [02-05|14:35:38.812] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:35:58 geth[210400]: INFO [02-05|14:35:58.812] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:36:13 geth[210400]: INFO [02-05|14:36:13.813] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:36:33 geth[210400]: INFO [02-05|14:36:33.813] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:36:48 geth[210400]: INFO [02-05|14:36:48.813] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:37:08 geth[210400]: INFO [02-05|14:37:08.813] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:37:23 geth[210400]: INFO [02-05|14:37:23.814] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:37:43 geth[210400]: INFO [02-05|14:37:43.814] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:37:58 geth[210400]: INFO [02-05|14:37:58.814] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:38:18 geth[210400]: INFO [02-05|14:38:18.814] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:38:33 geth[210400]: INFO [02-05|14:38:33.816] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:38:53 geth[210400]: INFO [02-05|14:38:53.816] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:39:08 geth[210400]: INFO [02-05|14:39:08.816] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:39:18 geth[210400]: INFO [02-05|14:39:18.806] Shutdown tracker updated marker
Feb 05 14:39:28 geth[210400]: INFO [02-05|14:39:28.816] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:39:43 geth[210400]: INFO [02-05|14:39:43.818] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:40:03 geth[210400]: INFO [02-05|14:40:03.818] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:40:18 geth[210400]: INFO [02-05|14:40:18.818] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:40:38 geth[210400]: INFO [02-05|14:40:38.818] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:40:53 geth[210400]: INFO [02-05|14:40:53.819] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:41:13 geth[210400]: INFO [02-05|14:41:13.819] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:41:28 geth[210400]: INFO [02-05|14:41:28.819] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:41:48 geth[210400]: INFO [02-05|14:41:48.819] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:42:03 geth[210400]: INFO [02-05|14:42:03.820] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:42:23 geth[210400]: INFO [02-05|14:42:23.820] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:42:38 geth[210400]: INFO [02-05|14:42:38.820] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:42:58 geth[210400]: INFO [02-05|14:42:58.820] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:43:13 geth[210400]: INFO [02-05|14:43:13.820] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:43:33 geth[210400]: INFO [02-05|14:43:33.821] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:43:48 geth[210400]: INFO [02-05|14:43:48.821] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:44:08 geth[210400]: INFO [02-05|14:44:08.821] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:44:18 geth[210400]: INFO [02-05|14:44:18.806] Shutdown tracker updated marker
Feb 05 14:44:23 geth[210400]: INFO [02-05|14:44:23.822] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:44:43 geth[210400]: INFO [02-05|14:44:43.821] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:44:58 geth[210400]: INFO [02-05|14:44:58.822] Looking for peers peercount=0 tried=1 static=3
Feb 05 14:45:18 geth[210400]: INFO [02-05|14:45:18.822] Looking for peers peercount=0 tried=2 static=3
Feb 05 14:45:33 geth[210400]: INFO [02-05|14:45:33.823] Looking for peers peercount=0 tried=1 static=3
The text was updated successfully, but these errors were encountered:
After deploying a node, the node doesn't find peers and therefore doesn't sync to head. The node was deployed by extracting the binary from the latest docker image, as well as building from source
Information:
geth version 1.0.0-beta.14-4012e7c5-20250123
(built)geth-docker version 1.0.0-beta.13-ce529871
(Docker)Initialisation command:
./geth immutable bootstrap rpc --zkevm mainnet --datadir ./.geth
Startup config:
Logs:
The text was updated successfully, but these errors were encountered: