Skip to main content

The polygon network cannot obtain new block data.

By November 1, 2023Layer2
Click here to view original web page at github.com

System information

erigon version 2.52.5-7c5e4e77

OS & Version: NAME="Rocky Linux"
VERSION="9.2 (Blue Onyx)"

Commit hash:

Erigon Command (with flags/config):
cat start_erigon_polygon.sh
/home/one/erigon/build/bin/erigon
--datadir=/mnt/data_lvmu2/polygon/erigon
--chain=bor-mainnet
--snapshots=true
--bor.heimdall=http://localhost:1317
--bor.heimdallgRPC=http://localhost:3132
--torrent.download.rate="500mb"
--txpool.api.addr=14006
--port=30304
--http
--http.addr="0.0.0.0"
--http.port=14005
--torrent.port=14008
--http.api=eth,erigon,engine,web3,net,txpool
--private.api.addr="127.0.0.1:9195"
--http.corsdomain '*'
--ws
Consensus Layer:
heimdall
Consensus Layer Command (with flags/config):

Chain/Network:
polygon mainnet

Expected behaviour

Automatically sync new block data.

Actual behaviour

Unable to get new block data

Steps to reproduce the behaviour

Normal startup script

Backtrace


Nov 01 17:06:42 105 systemd[1]: Started erigon polygon Client.
Nov 01 17:06:43 105 bash[2271956]: [INFO] [11-01|17:06:43.291] logging to file system                   log dir=/mnt/data_lvmu2/polygon/erigon/logs file prefix=erigon log level=info json=false
Nov 01 17:06:43 105 bash[2271956]: [INFO] [11-01|17:06:43.291] Build info                               git_branch=HEAD git_tag=v2.52.5 git_commit=7c5e4e770f122299c34a9309a37a33a146443da8
Nov 01 17:06:43 105 bash[2271956]: [INFO] [11-01|17:06:43.291] Starting Erigon on Bor Mainnet...
Nov 01 17:06:43 105 bash[2271956]: [INFO] [11-01|17:06:43.293] Maximum peer count                       ETH=100 total=100
Nov 01 17:06:43 105 bash[2271956]: [INFO] [11-01|17:06:43.293] starting HTTP APIs                       APIs=eth,erigon,engine,web3,net,txpool
Nov 01 17:06:43 105 bash[2271956]: [INFO] [11-01|17:06:43.293] torrent verbosity                        level=WRN
Nov 01 17:06:48 105 bash[2271956]: [INFO] [11-01|17:06:48.398] Set global gas cap                       cap=50000000
Nov 01 17:06:48 105 bash[2271956]: [INFO] [11-01|17:06:48.400] [Downloader] Runnning with               ipv6-enabled=true ipv4-enabled=true download.rate=500mb upload.rate=4mb
Nov 01 17:06:48 105 bash[2271956]: [INFO] [11-01|17:06:48.400] Opening Database                         label=chaindata path=/mnt/data_lvmu2/polygon/erigon/chaindata
Nov 01 17:06:48 105 bash[2271956]: [INFO] [11-01|17:06:48.402] Initialised chain configuration          config="{ChainID: 137, Homestead: 0, DAO: <nil>, Tangerine Whistle: 0, Spurious Dragon: 0, Byzantium: 0, Constantinople: 0, Petersburg: 0, Istanbul: 3395000, Muir Glacier: 3395000, Berlin: 14750000, London: 23850000, Arrow Glacier: <nil>, Gray Glacier: <nil>, Terminal Total Difficulty: <nil>, Merge Netsplit: <nil>, Shanghai: <nil>, Cancun: <nil>, Prague: <nil>, Engine: bor}" genesis=0xa9c28ce2141b56c474f1dc504bee9b01eb1bd7d1a507580d5519d4437a97de1b
Nov 01 17:06:48 105 bash[2271956]: [INFO] [11-01|17:06:48.406] Initialising Ethereum protocol           network=137
Nov 01 17:06:48 105 bash[2271956]: [INFO] [11-01|17:06:48.407] Connected to Heimdall gRPC server        address=http://localhost:3132
Nov 01 17:06:48 105 bash[2271956]: [INFO] [11-01|17:06:48.407] Opening Database                         label=bor path=/mnt/data_lvmu2/polygon/erigon/bor
Nov 01 17:06:49 105 bash[2271956]: [INFO] [11-01|17:06:49.791] Starting private RPC server              on=127.0.0.1:9195
Nov 01 17:06:49 105 bash[2271956]: [INFO] [11-01|17:06:49.791] new subscription to logs established
Nov 01 17:06:49 105 bash[2271956]: [INFO] [11-01|17:06:49.792] rpc filters: subscribing to Erigon events
Nov 01 17:06:49 105 bash[2271956]: [INFO] [11-01|17:06:49.792] New txs subscriber joined
Nov 01 17:06:49 105 bash[2271956]: [INFO] [11-01|17:06:49.792] new subscription to newHeaders established
Nov 01 17:06:49 105 bash[2271956]: [INFO] [11-01|17:06:49.792] Reading JWT secret                       path=/mnt/data_lvmu2/polygon/erigon/jwt.hex
Nov 01 17:06:49 105 bash[2271956]: [INFO] [11-01|17:06:49.793] HTTP endpoint opened                     url=[::]:14005 ws=true ws.compression=true grpc=false
Nov 01 17:06:49 105 bash[2271956]: [INFO] [11-01|17:06:49.793] HTTP endpoint opened for Engine API      url=127.0.0.1:8551 ws=true ws.compression=true
Nov 01 17:06:49 105 bash[2271956]: [WARN] [11-01|17:06:49.794] NAT ExternalIP resolution has failed, try to pass a different --nat option err="no UPnP or NAT-PMP router discovered"
Nov 01 17:06:49 105 bash[2271956]: [WARN] [11-01|17:06:49.796] NAT ExternalIP resolution has failed, try to pass a different --nat option err="no UPnP or NAT-PMP router discovered"
Nov 01 17:06:49 105 bash[2271956]: [INFO] [11-01|17:06:49.796] Started P2P networking                   version=68 self=enode://2d03a141a6a25ba5a04e767de1f3d889b30eb3cdeb977d9155c50da616348b4b0abd339927fcd512ee62ccb673dbaa45d9982b8e1a3fb986e03175032080aa90@127.0.0.1:0 name=erigon/v2.52.5-7c5e4e77/linux-amd64/go1.21.3
Nov 01 17:06:49 105 bash[2271956]: [INFO] [11-01|17:06:49.797] Started P2P networking                   version=67 self=enode://2d03a141a6a25ba5a04e767de1f3d889b30eb3cdeb977d9155c50da616348b4b0abd339927fcd512ee62ccb673dbaa45d9982b8e1a3fb986e03175032080aa90@127.0.0.1:0 name=erigon/v2.52.5-7c5e4e77/linux-amd64/go1.21.3
Nov 01 17:06:49 105 bash[2271956]: [INFO] [11-01|17:06:49.802] Fetching checkpoint                      number=-1
Nov 01 17:06:49 105 bash[2271956]: [INFO] [11-01|17:06:49.802] Fetching milestone
Nov 01 17:06:49 105 bash[2271956]: [INFO] [11-01|17:06:49.802] Fetching latest no ack milestone Id
Nov 01 17:06:49 105 bash[2271956]: [INFO] [11-01|17:06:49.802] [2/15 Headers] Waiting for headers...    from=47278798
Nov 01 17:06:52 105 bash[2271956]: [INFO] [11-01|17:06:52.203] [txpool] Started
Nov 01 17:06:52 105 bash[2271956]: [INFO] [11-01|17:06:52.787] Span with given block number is not loaded fetching span=7388
Nov 01 17:06:52 105 bash[2271956]: [INFO] [11-01|17:06:52.787] Fetching span                            spanID=7388
Nov 01 17:06:53 105 bash[2271956]: [EROR] [11-01|17:06:53.803] Failed to fetch latest no-ack milestone  err="rpc error: code = DeadlineExceeded desc = context deadline exceeded"
Nov 01 17:06:53 105 bash[2271956]: [WARN] [11-01|17:06:53.803] unable to start the no-ack-milestone service service - first run err="failed to fetch latest milestone"
Nov 01 17:06:59 105 bash[2271956]: [INFO] [11-01|17:06:59.804] Fetching latest no ack milestone Id
Nov 01 17:07:03 105 bash[2271956]: [EROR] [11-01|17:07:03.805] Failed to fetch latest no-ack milestone  err="rpc error: code = DeadlineExceeded desc = context deadline exceeded"
Nov 01 17:07:03 105 bash[2271956]: [WARN] [11-01|17:07:03.805] unable to handle no-ack-milestone service err="failed to fetch latest milestone"
Nov 01 17:07:05 105 bash[2271956]: [INFO] [11-01|17:07:05.803] Fetching latest no ack milestone Id
Nov 01 17:07:09 105 bash[2271956]: [EROR] [11-01|17:07:09.804] Failed to fetch latest no-ack milestone  err="rpc error: code = DeadlineExceeded desc = context deadline exceeded"
Nov 01 17:07:09 105 bash[2271956]: [WARN] [11-01|17:07:09.804] unable to handle no-ack-milestone service err="failed to fetch latest milestone"
Nov 01 17:07:11 105 bash[2271956]: [INFO] [11-01|17:07:11.804] Fetching latest no ack milestone Id
Nov 01 17:07:15 105 bash[2271956]: [EROR] [11-01|17:07:15.805] Failed to fetch latest no-ack milestone  err="rpc error: code = DeadlineExceeded desc = context deadline exceeded"
Nov 01 17:07:15 105 bash[2271956]: [WARN] [11-01|17:07:15.805] unable to handle no-ack-milestone service err="failed to fetch latest milestone"
Nov 01 17:07:17 105 bash[2271956]: [INFO] [11-01|17:07:17.804] Fetching latest no ack milestone Id
Nov 01 17:07:19 105 bash[2271956]: [WARN] [11-01|17:07:19.802] unable to start the whitelist checkpoint service - first run err="failed to fetch latest checkpoint"
Nov 01 17:07:19 105 bash[2271956]: [EROR] [11-01|17:07:19.802] Failed to fetch latest milestone for whitelisting err="rpc error: code = DeadlineExceeded desc = context deadline exceeded"
Nov 01 17:07:19 105 bash[2271956]: [WARN] [11-01|17:07:19.803] unable to start the whitelist milestone service - first run err="failed to fetch latest milestone"
Nov 01 17:07:21 105 bash[2271956]: [EROR] [11-01|17:07:21.804] Failed to fetch latest no-ack milestone  err="rpc error: code = DeadlineExceeded desc = context deadline exceeded"
Nov 01 17:07:21 105 bash[2271956]: [WARN] [11-01|17:07:21.805] unable to handle no-ack-milestone service err="failed to fetch latest milestone"
Nov 01 17:07:23 105 bash[2271956]: [INFO] [11-01|17:07:23.804] Fetching latest no ack milestone Id
Nov 01 17:07:27 105 bash[2271956]: [EROR] [11-01|17:07:27.804] Failed to fetch latest no-ack milestone  err="rpc error: code = DeadlineExceeded desc = context deadline exceeded"
Nov 01 17:07:27 105 bash[2271956]: [WARN] [11-01|17:07:27.804] unable to handle no-ack-milestone service err="failed to fetch latest milestone"
Nov 01 17:07:29 105 bash[2271956]: [INFO] [11-01|17:07:29.803] Fetching latest no ack milestone Id
Nov 01 17:07:31 105 bash[2271956]: [INFO] [11-01|17:07:31.803] Fetching milestone
Nov 01 17:07:33 105 bash[2271956]: [EROR] [11-01|17:07:33.804] Failed to fetch latest no-ack milestone  err="rpc error: code = DeadlineExceeded desc = context deadline exceeded"
Nov 01 17:07:33 105 bash[2271956]: [WARN] [11-01|17:07:33.804] unable to handle no-ack-milestone service err="failed to fetch latest milestone"
Nov 01 17:07:35 105 bash[2271956]: [INFO] [11-01|17:07:35.803] Fetching latest no ack milestone Id
Nov 01 17:07:39 105 bash[2271956]: [EROR] [11-01|17:07:39.803] Failed to fetch latest no-ack milestone  err="rpc error: code = DeadlineExceeded desc = context deadline exceeded"
Nov 01 17:07:39 105 bash[2271956]: [WARN] [11-01|17:07:39.803] unable to handle no-ack-milestone service err="failed to fetch latest milestone"
Nov 01 17:07:41 105 bash[2271956]: [INFO] [11-01|17:07:41.803] Fetching latest no ack milestone Id
Nov 01 17:07:45 105 bash[2271956]: [EROR] [11-01|17:07:45.803] Failed to fetch latest no-ack milestone  err="rpc error: code = DeadlineExceeded desc = context deadline exceeded"
Nov 01 17:07:45 105 bash[2271956]: [WARN] [11-01|17:07:45.804] unable to handle no-ack-milestone service err="failed to fetch latest milestone"
Nov 01 17:07:47 105 bash[2271956]: [INFO] [11-01|17:07:47.803] Fetching latest no ack milestone Id
Nov 01 17:07:51 105 bash[2271956]: [EROR] [11-01|17:07:51.804] Failed to fetch latest no-ack milestone  err="rpc error: code = DeadlineExceeded desc = context deadline exceeded"
Nov 01 17:07:51 105 bash[2271956]: [WARN] [11-01|17:07:51.804] unable to handle no-ack-milestone service err="failed to fetch latest milestone"
Nov 01 17:07:53 105 bash[2271956]: [INFO] [11-01|17:07:53.803] Fetching latest no ack milestone Id
Nov 01 17:07:57 105 bash[2271956]: [EROR] [11-01|17:07:57.804] Failed to fetch latest no-ack milestone  err="rpc error: code = DeadlineExceeded desc = context deadline exceeded"
Nov 01 17:07:57 105 bash[2271956]: [WARN] [11-01|17:07:57.804] unable to handle no-ack-milestone service err="failed to fetch latest milestone"
Nov 01 17:07:59 105 bash[2271956]: [INFO] [11-01|17:07:59.803] Fetching latest no ack milestone Id
Nov 01 17:08:01 105 bash[2271956]: [EROR] [11-01|17:08:01.804] Failed to fetch latest milestone for whitelisting err="rpc error: code = DeadlineExceeded desc = context deadline exceeded"
Nov 01 17:08:01 105 bash[2271956]: [WARN] [11-01|17:08:01.804] unable to handle whitelist milestone     err="failed to fetch latest milestone"
Nov 01 17:08:01 105 bash[2271956]: [INFO] [11-01|17:08:01.804] Fetching milestone
Nov 01 17:08:03 105 bash[2271956]: [EROR] [11-01|17:08:03.804] Failed to fetch latest no-ack milestone  err="rpc error: code = DeadlineExceeded desc = context deadline exceeded"
Nov 01 17:08:03 105 bash[2271956]: [WARN] [11-01|17:08:03.804] unable to handle no-ack-milestone service err="failed to fetch latest milestone"
Nov 01 17:08:05 105 bash[2271956]: [INFO] [11-01|17:08:05.803] Fetching latest no ack milestone Id
Nov 01 17:08:09 105 bash[2271956]: [EROR] [11-01|17:08:09.804] Failed to fetch latest no-ack milestone  err="rpc error: code = DeadlineExceeded desc = context deadline exceeded"
Nov 01 17:08:09 105 bash[2271956]: [WARN] [11-01|17:08:09.804] unable to handle no-ack-milestone service err="failed to fetch latest milestone"
Nov 01 17:08:11 105 bash[2271956]: [INFO] [11-01|17:08:11.803] Fetching latest no ack milestone Id
Nov 01 17:08:15 105 bash[2271956]: [EROR] [11-01|17:08:15.804] Failed to fetch latest no-ack milestone  err="rpc error: code = DeadlineExceeded desc = context deadline exceeded"
Nov 01 17:08:15 105 bash[2271956]: [WARN] [11-01|17:08:15.804] unable to handle no-ack-milestone service err="failed to fetch latest milestone"

I downloaded the archive block data officially provided by polygon, but the latest block data cannot be passed through the client. I use archive mode.