-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Synchronisation failed #1430
Comments
We will need more info to debug this issue. Can you enable debug logs and attach them here? Moreover, can you share your bor config being used to start? Thanks! |
@manav2401 - From beginning onwards we haven't changed the settings, using the same Logs /lib/systemd/system/bor.service `[Unit] [Service] [Install] |
+1 |
1 similar comment
+1 |
ERROR[2025-02-04|06:59:19.355] Previous milestone still in voting phase module=Milestone previousMilestoneBlock=6664269 currentMilestoneBlock=6664270 can you please cehck above error which Vaishak is following |
+1 |
+1 Experiencing this with both mainnet and amoy at versions 1.5.4 and 1.5.5, so had to downgrade right to 1.5.3 |
@VaishakhKrypC, I see. I will need more debug logs as these logs only suggest that it's facing a sync issue and doesn't show any reason of it. Could you also share your @SyedMujebeurRehman these are heimdall logs and not bor. I don't see any issue in it -- it looks perfectly fine. If you still think there's some issue, please create a separate issue on the heimdall repo. Thanks! |
Error: Jan 31 09:44:40 polygon-amoy-testnet bor[74460]: WARN [01-31|09:44:40.111] Synchronisation failed, dropping peer peer=bc18345a4b2d1b37bae59e4981aac923094fadf0fe6553416965d763a801186a err="retrieved hash chain is invalid: mismatch error"
Jan 31 09:44:41 polygon-amoy-testnet bor[74460]: INFO [01-31|09:44:41.773] Whitelisting milestone deferred err="chain out of sync" One question my end, are we suppose to uncomment the heimdall related section in # [heimdall]
# url = "http://localhost:1317"
# "bor.without" = false
# grpc-address = "" please find the chain = "amoy"
# identity = "node_name"
# verbosity = 3
# vmdebug = false
#datadir = "/datadisk/bor/data"
datadir = "/datadisk/bor/polygon-nodes/testnet/bor/data"
# ancient = ""
# db.engine = "leveldb"
# keystore = ""
# "rpc.batchlimit" = 100
# "rpc.returndatalimit" = 100000
syncmode = "full"
# gcmode = "full"
# snapshot = true
# ethstats = ""
# devfakeauthor = false
# ["eth.requiredblocks"]
# [log]
# vmodule = ""
# json = false
# backtrace = ""
# debug = true
[p2p]
maxpeers = 50
port = 30303
# maxpendpeers = 50
# bind = "0.0.0.0"
# nodiscover = false
# nat = "any"
# netrestrict = ""
# nodekey = ""
# nodekeyhex = ""
# txarrivalwait = "500ms"
# [p2p.discovery]
# v5disc = false
# bootnodes = []
# bootnodesv4 = []
# bootnodesv5 = []
# static-nodes = []
# trusted-nodes = []
# dns = []
# [heimdall]
# url = "http://localhost:1317"
# "bor.without" = false
# grpc-address = ""
[txpool]
nolocals = true
accountslots = 16
globalslots = 131072
accountqueue = 64
globalqueue = 131072
lifetime = "1h30m0s"
# locals = []
# journal = ""
# rejournal = "1h0m0s"
# pricelimit = 1
# pricebump = 10
[miner]
gaslimit = 30000000
# gasprice = "1000000000"
# mine = false
# etherbase = ""
# extradata = ""
# recommit = "2m5s"
# commitinterrupt = true
[jsonrpc]
ipcpath = "/datadisk/bor/bor.ipc"
# ipcdisable = false
# gascap = 50000000
# evmtimeout = "5s"
# txfeecap = 5.0
# allow-unprotected-txs = false
# enabledeprecatedpersonal = false
[jsonrpc.http]
enabled = true
port = 8545
host = "0.0.0.0"
api = ["eth", "net", "web3", "txpool", "bor", "admin"]
vhosts = ["*"]
corsdomain = ["*"]
# prefix = ""
# ep-size = 40
# ep-requesttimeout = "0s"
# [jsonrpc.ws]
# enabled = false
# port = 8546
# prefix = ""
# host = "localhost"
# api = ["web3", "net"]
# origins = ["*"]
# ep-size = 40
# ep-requesttimeout = "0s"
# [jsonrpc.graphql]
# enabled = false
# port = 0
# prefix = ""
# host = ""
# vhosts = ["*"]
# corsdomain = ["*"]
# [jsonrpc.auth]
# jwtsecret = ""
# addr = "localhost"
# port = 8551
# vhosts = ["localhost"]
# [jsonrpc.timeouts]
# read = "10s"
# write = "30s"
# idle = "2m0s"
# [gpo]
# blocks = 20
# percentile = 60
# maxheaderhistory = 1024
# maxblockhistory = 1024
# maxprice = "5000000000000"
# ignoreprice = "2"
[telemetry]
metrics = true
# expensive = false
# prometheus-addr = ""
# opencollector-endpoint = ""
# [telemetry.influx]
# influxdb = false
# endpoint = ""
# database = ""
# username = ""
# password = ""
# influxdbv2 = false
# token = ""
# bucket = ""
# organization = ""
# [telemetry.influx.tags]
# [cache]
# cache = 1024
# gc = 25
# snapshot = 10
# database = 50
# trie = 15
# journal = "triecache"
# rejournal = "1h0m0s"
# noprefetch = false
# preimages = false
# txlookuplimit = 2350000
# timeout = "1h0m0s"
# fdlimit = 0
# [accounts]
# unlock = []
# password = ""
# allow-insecure-unlock = false
# lightkdf = false
# disable-bor-wallet = false
# [grpc]
# addr = ":3131"
# [developer]
# dev = false
# period = 0
# gaslimit = 11500000
# [pprof]
# pprof = false
# port = 6060
# addr = "127.0.0.1"
# memprofilerate = 524288
# blockprofilerate = 0
|
@VaishakhKrypC the error you've posted just denotes that a peer was dropped and your chain is out of sync. It doesn't say anything about the cause and hence more logs can be helpful.
That's the default value so if you're able to access heimdall via Your config while seems functionally correct is missing p2p details. I would recommend using this section as a reference for p2p config. It adds some bootnodes and dns which is useful for peer discovery. This will mostly solve your sync issues. |
The above mentioned reference is only for amoy. Use this for mainnet. |
@manav2401 - Even after updating my [log]
vmodule = "bor"
json = false
backtrace = ""
debug = true
[p2p]
maxpeers = 200
port = 30303
# maxpendpeers = 50
# bind = "0.0.0.0"
# nodiscover = false
# nat = "any"
# netrestrict = ""
# nodekey = ""
# nodekeyhex = ""
# txarrivalwait = "500ms"
[p2p.discovery]
# v5disc = false
# bootnodesv4 = []
# bootnodesv5 = []
bootnodes = [ "enode://bce861be777e91b0a5a49d58a51e14f32f201b4c6c2d1fbea6c7a1f14756cbb3f931f3188d6b65de8b07b53ff28d03b6e366d09e56360d2124a9fc5a15a0913d@54.217.171.196:30303", "enode://4a3dc0081a346d26a73d79dd88216a9402d2292318e2db9947dbc97ea9c4afb2498dc519c0af04420dc13a238c279062da0320181e7c1461216ce4513bfd40bf@13.251.184.185:30303" ]
static-nodes = [ "enode://383ec39eb7f7e23538ea846f502602632110a6bcfc7521bfc2b8833f5a190779507d006b28650d83674b75d188cb36bcb3c3e168a0f2b3d98f9a651cc6603146@52.214.229.208:30303", "enode://bce861be777e91b0a5a49d58a51e14f32f201b4c6c2d1fbea6c7a1f14756cbb3f931f3188d6b65de8b07b53ff28d03b6e366d09e56360d2124a9fc5a15a0913d@54.217.171.196:30303", "enode://a4a387ad423a2fd0d652808b270082250d3c616b7e8537209584ebad4806dd50ef8dc66a371c85c7f55e6c1f53747edbb11055c8073cfacf312047eaeb328f58@54.171.220.164:30303", "enode://4a3dc0081a346d26a73d79dd88216a9402d2292318e2db9947dbc97ea9c4afb2498dc519c0af04420dc13a238c279062da0320181e7c1461216ce4513bfd40bf@13.251.184.185:30303", "enode://e8fe33b52f90d4bc7a4e75800945df449d1a091bd347c9f11cd1dbcd98ea28cb4c231cb3b1c6feacdabca2aa91f1a6744724b44edc9382c107968792abdef261@52.74.18.182:30303", "enode://b240f1f18e8f3cc61df96a164ba215ea6fc3f00717e4300da6283362a0438bda53f81ecc24c575ff130066d42096319fa027c952681bbb4f003e0bdd5d5b4e61@52.76.37.145:30303", "enode://de55d16b6e1fca28cdd3d11eb0dd89e3b77b96d4722172bd5e04ac255922324076a87748e97bc021af2307dccbb5ef8062389cfcba1845f77219eee7935dea9f@52.74.125.36:30303", "enode://7f2272685fc3e31c8e43c7687dda43ea3192fd310ba01efcb7811d5dc7ad5a64402ea8cd827650e573a174cf29bb69331dffcca6f0b9894ef17eeafabd97a41d@47.128.184.10:30303", "enode://c66e12243b425b63528dd8b1ce87f2f7fbc85f35485e2d8bf6bbf0ec0dcd05b3a582ef62daadbde061b58058735788335d09ed972a451242b9943b85d323c239@63.32.214.97:30303", "enode://bd56c0f00dd37e14ae2b84f5eb50e357d3a2d326bdbb0cbb987411268b3f132288f6c86157fc132c6902d18b9be0de8bbdcd12d926e16232ebadd8e274aae780@52.208.81.179:30303", "enode://2f015d5b1571165975382281a2117a9b514e1b38e87a8116596fc9b3b121a93cfb238eb6f7b3ae30cf9c0154384372745ce9edc09cbc30526ab7e2059f57ddee@54.74.160.230:30303" ]
# trusted-nodes = []
dns = [ "enrtree://AKUEZKN7PSKVNR65FZDHECMKOJQSGPARGTPPBI7WS2VUL4EGR6XPC@amoy.polygon-peers.io" ] Logs Feb 04 13:12:47 polygon-amoy-testnet bor[83636]: INFO [02-04|13:12:47.112] IPC endpoint opened url=/datadisk/bor/bor.ipc
Feb 04 13:12:47 polygon-amoy-testnet bor[83636]: WARN [02-04|13:12:47.112] Sanitizing invalid HTTP read header timeout provided=0s updated=30s
Feb 04 13:12:47 polygon-amoy-testnet bor[83636]: INFO [02-04|13:12:47.112] HTTP server started endpoint=[::]:8545 auth=false prefix= cors=* vhosts=*
Feb 04 13:12:47 polygon-amoy-testnet bor[83636]: INFO [02-04|13:12:47.115] Whitelisting milestone deferred err="chain out of sync"
Feb 04 13:12:47 polygon-amoy-testnet bor[83636]: INFO [02-04|13:12:47.115] Whitelisting checkpoint deferred err="chain out of sync"
Feb 04 13:12:52 polygon-amoy-testnet bor[83636]: INFO [02-04|13:12:52.923] New local node record seq=1,735,282,685,333 id=3d80392bd33acc81 ip=51.83.225.217 udp=30303 tcp=30303
Feb 04 13:12:58 polygon-amoy-testnet bor[83636]: INFO [02-04|13:12:58.131] Looking for peers peercount=0 tried=18 static=11
Feb 04 13:12:59 polygon-amoy-testnet bor[83636]: INFO [02-04|13:12:59.116] Whitelisting milestone deferred err="chain out of sync"
Feb 04 13:13:08 polygon-amoy-testnet bor[83636]: INFO [02-04|13:13:08.172] Looking for peers peercount=1 tried=28 static=11
Feb 04 13:13:11 polygon-amoy-testnet bor[83636]: INFO [02-04|13:13:11.117] Whitelisting milestone deferred err="chain out of sync"
Feb 04 13:13:18 polygon-amoy-testnet bor[83636]: INFO [02-04|13:13:18.195] Looking for peers peercount=1 tried=28 static=11
Feb 04 13:13:23 polygon-amoy-testnet bor[83636]: INFO [02-04|13:13:23.117] Whitelisting milestone deferred err="chain out of sync"
Feb 04 13:13:28 polygon-amoy-testnet bor[83636]: INFO [02-04|13:13:28.463] Looking for peers peercount=0 tried=35 static=11
Feb 04 13:13:35 polygon-amoy-testnet bor[83636]: INFO [02-04|13:13:35.116] Whitelisting milestone deferred err="chain out of sync"
Feb 04 13:13:38 polygon-amoy-testnet bor[83636]: INFO [02-04|13:13:38.463] Looking for peers peercount=1 tried=41 static=11
Feb 04 13:13:47 polygon-amoy-testnet bor[83636]: INFO [02-04|13:13:47.116] Whitelisting milestone deferred err="chain out of sync"
Feb 04 13:13:48 polygon-amoy-testnet bor[83636]: INFO [02-04|13:13:48.534] Looking for peers peercount=2 tried=30 static=11
Feb 04 13:13:58 polygon-amoy-testnet bor[83636]: INFO [02-04|13:13:58.698] Looking for peers peercount=2 tried=30 static=11
Feb 04 13:13:59 polygon-amoy-testnet bor[83636]: INFO [02-04|13:13:59.116] Whitelisting milestone deferred err="chain out of sync"
Feb 04 13:14:08 polygon-amoy-testnet bor[83636]: INFO [02-04|13:14:08.787] Looking for peers peercount=1 tried=35 static=11
Feb 04 13:14:11 polygon-amoy-testnet bor[83636]: INFO [02-04|13:14:11.117] Whitelisting milestone deferred err="chain out of sync"
Feb 04 13:14:18 polygon-amoy-testnet bor[83636]: INFO [02-04|13:14:18.808] Looking for peers peercount=1 tried=29 static=11
Feb 04 13:14:23 polygon-amoy-testnet bor[83636]: INFO [02-04|13:14:23.117] Whitelisting milestone deferred err="chain out of sync"
Feb 04 13:14:27 polygon-amoy-testnet bor[83636]: INFO [02-04|13:14:27.117] Whitelisting checkpoint deferred err="chain out of sync"
Feb 04 13:14:28 polygon-amoy-testnet bor[83636]: INFO [02-04|13:14:28.844] Looking for peers peercount=2 tried=28 static=11
Feb 04 13:14:35 polygon-amoy-testnet bor[83636]: INFO [02-04|13:14:35.116] Whitelisting milestone deferred err="chain out of sync"
Feb 04 13:14:39 polygon-amoy-testnet bor[83636]: INFO [02-04|13:14:39.073] Looking for peers peercount=1 tried=36 static=11
Feb 04 13:14:47 polygon-amoy-testnet bor[83636]: INFO [02-04|13:14:47.116] Whitelisting milestone deferred err="chain out of sync"
Feb 04 13:14:49 polygon-amoy-testnet bor[83636]: INFO [02-04|13:14:49.120] Looking for peers peercount=1 tried=34 static=11
Feb 04 13:14:59 polygon-amoy-testnet bor[83636]: INFO [02-04|13:14:59.116] Whitelisting milestone deferred err="chain out of sync"
Feb 04 13:14:59 polygon-amoy-testnet bor[83636]: INFO [02-04|13:14:59.130] Looking for peers peercount=0 tried=36 static=11
Feb 04 13:15:09 polygon-amoy-testnet bor[83636]: INFO [02-04|13:15:09.144] Looking for peers peercount=1 tried=35 static=11
Feb 04 13:15:11 polygon-amoy-testnet bor[83636]: INFO [02-04|13:15:11.117] Whitelisting milestone deferred err="chain out of sync"
Feb 04 13:15:19 polygon-amoy-testnet bor[83636]: INFO [02-04|13:15:19.290] Looking for peers peercount=1 tried=37 static=11
Feb 04 13:15:23 polygon-amoy-testnet bor[83636]: INFO [02-04|13:15:23.117] Whitelisting milestone deferred err="chain out of sync"
Feb 04 13:15:29 polygon-amoy-testnet bor[83636]: INFO [02-04|13:15:29.334] Looking for peers peercount=1 tried=32 static=11
Feb 04 13:15:35 polygon-amoy-testnet bor[83636]: INFO [02-04|13:15:35.116] Whitelisting milestone deferred err="chain out of sync"
Feb 04 13:15:39 polygon-amoy-testnet bor[83636]: INFO [02-04|13:15:39.455] Looking for peers peercount=0 tried=33 static=11
Feb 04 13:15:47 polygon-amoy-testnet bor[83636]: INFO [02-04|13:15:47.116] Whitelisting milestone deferred err="chain out of sync"
Feb 04 13:15:49 polygon-amoy-testnet bor[83636]: INFO [02-04|13:15:49.660] Looking for peers peercount=1 tried=45 static=11
Feb 04 13:15:59 polygon-amoy-testnet bor[83636]: INFO [02-04|13:15:59.117] Whitelisting milestone deferred err="chain out of sync"
Feb 04 13:15:59 polygon-amoy-testnet bor[83636]: INFO [02-04|13:15:59.786] Looking for peers peercount=0 tried=40 static=11
Feb 04 13:16:07 polygon-amoy-testnet bor[83636]: INFO [02-04|13:16:07.117] Whitelisting checkpoint deferred err="chain out of sync"
Feb 04 13:16:09 polygon-amoy-testnet bor[83636]: INFO [02-04|13:16:09.786] Looking for peers peercount=1 tried=32 static=11
Feb 04 13:16:11 polygon-amoy-testnet bor[83636]: INFO [02-04|13:16:11.117] Whitelisting milestone deferred err="chain out of sync"
Feb 04 13:16:19 polygon-amoy-testnet bor[83636]: INFO [02-04|13:16:19.788] Looking for peers peercount=0 tried=34 static=11
Feb 04 13:16:23 polygon-amoy-testnet bor[83636]: INFO [02-04|13:16:23.116] Whitelisting milestone deferred err="chain out of sync"
Feb 04 13:16:29 polygon-amoy-testnet bor[83636]: INFO [02-04|13:16:29.912] Looking for peers peercount=0 tried=39 static=11
Feb 04 13:16:35 polygon-amoy-testnet bor[83636]: INFO [02-04|13:16:35.116] Whitelisting milestone deferred err="chain out of sync"
Feb 04 13:16:40 polygon-amoy-testnet bor[83636]: INFO [02-04|13:16:40.121] Looking for peers peercount=0 tried=30 static=11
|
Strange. Can you enabled debug logs by setting verbosity to 4 in your config.toml and send the logs? |
@manav2401 - enabled verbosity to 4. Feb 05 05:07:36 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:36.709] Ethereum handshake failed id=1d0a367cbe52be59 conn=dyndial err="network ID mismatch: 102125 (!= 80002)"
Feb 05 05:07:36 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:36.709] Message handling failed in `snap` peer=1d0a367c err=EOF
Feb 05 05:07:36 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:36.710] Removing p2p peer peercount=0 id=1d0a367cbe52be59 duration=288.901ms req=true err="disconnect requested"
Feb 05 05:07:37 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:37.039] IP exceeds bucket limit ip=144.76.147.51
Feb 05 05:07:37 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:37.039] IP exceeds bucket limit ip=135.181.65.229
Feb 05 05:07:37 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:37.039] IP exceeds bucket limit ip=135.181.235.131
Feb 05 05:07:37 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:37.102] Node revalidated b=7 id=3df810befa94fab9 checks=2 q=slow
Feb 05 05:07:37 polygon-amoy-testnet bor[85192]: INFO [02-05|05:07:37.193] New local node record seq=1,735,282,685,335 id=3d80392bd33acc81 ip=51.83.225.217 udp=30303 tcp=30303
Feb 05 05:07:37 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:37.760] IP exceeds bucket limit ip=144.76.147.51
Feb 05 05:07:39 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:39.653] Node revalidated b=14 id=0ecc1bde793c2a85 checks=1 q=fast
Feb 05 05:07:39 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:39.919] Adding p2p peer peercount=1 id=b4c410b87e8cfc82 conn=dyndial addr=185.218.124.12:30303 name=Geth/v1.13.14-stable...
Feb 05 05:07:39 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:39.955] Adding p2p peer peercount=2 id=1d7a17dca1831225 conn=dyndial addr=82.152.175.155:30303 name=bor/v1.2.7/linux-amd...
Feb 05 05:07:39 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:39.967] Ethereum handshake failed id=b4c410b87e8cfc82 conn=dyndial err=EOF
Feb 05 05:07:39 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:39.967] Message handling failed in `snap` peer=b4c410b8 err=EOF
Feb 05 05:07:39 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:39.967] Removing p2p peer peercount=1 id=b4c410b87e8cfc82 duration=47.595ms req=true err="disconnect requested"
Feb 05 05:07:39 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:39.998] Ethereum handshake failed id=1d7a17dca1831225 conn=dyndial err="network ID mismatch: 137 (!= 80002)"
Feb 05 05:07:39 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:39.999] Message handling failed in `snap` peer=1d7a17dc err=EOF
Feb 05 05:07:39 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:39.999] Removing p2p peer peercount=0 id=1d7a17dca1831225 duration=43.616ms req=false err="network ID mismatch: 137 (!= 80002)"
Feb 05 05:07:40 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:40.234] Adding p2p peer peercount=1 id=194eb431e2a06f55 conn=dyndial addr=148.251.216.1:30322 name=bor/v1.4.0/linux-amd...
Feb 05 05:07:40 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:40.257] Ethereum handshake failed id=194eb431e2a06f55 conn=dyndial err="network ID mismatch: 137 (!= 80002)"
Feb 05 05:07:40 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:40.258] Message handling failed in `snap` peer=194eb431 err=EOF
Feb 05 05:07:40 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:40.258] Removing p2p peer peercount=0 id=194eb431e2a06f55 duration=23.312ms req=false err="network ID mismatch: 137 (!= 80002)"
Feb 05 05:07:40 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:40.414] IP exceeds bucket limit ip=148.251.142.60
Feb 05 05:07:40 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:40.871] Adding p2p peer peercount=1 id=b4d06c50bcd89806 conn=dyndial addr=70.81.93.135:30303 name=besu/v24.10.0/linux-...
Feb 05 05:07:40 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:40.871] Ethereum handshake failed id=b4d06c50bcd89806 conn=dyndial err=EOF
Feb 05 05:07:40 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:40.871] Message handling failed in `snap` peer=b4d06c50 err=EOF
Feb 05 05:07:40 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:40.871] Removing p2p peer peercount=0 id=b4d06c50bcd89806 duration="171.831µs" req=true err="disconnect requested"
Feb 05 05:07:41 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:41.044] Adding p2p peer peercount=1 id=01c4167ec207143d conn=dyndial addr=15.204.152.180:30303 name=Geth/v3.0.1-pulse-st...
Feb 05 05:07:41 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:41.149] Ethereum handshake failed id=01c4167ec207143d conn=dyndial err="network ID mismatch: 369 (!= 80002)"
Feb 05 05:07:41 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:41.149] Message handling failed in `snap` peer=01c4167e err=EOF
Feb 05 05:07:41 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:41.149] Removing p2p peer peercount=0 id=01c4167ec207143d duration=105.903ms req=false err="network ID mismatch: 369 (!= 80002)"
Feb 05 05:07:41 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:41.364] Adding p2p peer peercount=1 id=3ed27ba0ea5da2ba conn=dyndial addr=157.173.207.173:30303 name=Geth/v1.13.14-stable...
Feb 05 05:07:41 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:41.417] Adding p2p peer peercount=2 id=be3a9e7223376fe0 conn=dyndial addr=34.46.118.248:30303 name=ronin/v2.8.3-1b30e64...
Feb 05 05:07:41 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:41.417] Snapshot extension registration failed peer=be3a9e72 err="peer connected on snap without compatible eth support: have [eth/66 eth/100 ronin/1 snap/1]"
Feb 05 05:07:41 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:41.417] Removing p2p peer peercount=1 id=be3a9e7223376fe0 duration="319.415µs" req=false err="peer connected on snap without compatible eth support: have [eth/66 eth/100 ronin/1 snap/1]"
Feb 05 05:07:41 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:41.623] Ethereum handshake failed id=3ed27ba0ea5da2ba conn=dyndial err=EOF
Feb 05 05:07:41 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:41.623] Message handling failed in `snap` peer=3ed27ba0 err=EOF
Feb 05 05:07:41 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:41.623] Removing p2p peer peercount=0 id=3ed27ba0ea5da2ba duration=258.722ms req=true err="disconnect requested"
Feb 05 05:07:41 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:41.696] Node revalidated b=16 id=acdcfb90d48c5eef checks=1 q=fast
Feb 05 05:07:42 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:42.738] Node revalidated b=16 id=acdcfb90d48c5eef checks=2 q=slow
Feb 05 05:07:43 polygon-amoy-testnet bor[85192]: INFO [02-05|05:07:43.499] Looking for peers peercount=0 tried=23 static=11
Feb 05 05:07:43 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:43.546] Adding p2p peer peercount=1 id=490b0fe6930186f4 conn=dyndial addr=178.18.253.188:30303 name=Geth/v1.12.0-stable-...
Feb 05 05:07:43 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:43.551] Adding p2p peer peercount=2 id=75a0eb92176688e3 conn=dyndial addr=148.251.253.242:30314 name=bor/v1.4.0/linux-amd...
Feb 05 05:07:43 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:43.569] Message handling failed in `snap` peer=490b0fe6 err=EOF
Feb 05 05:07:43 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:43.569] Ethereum handshake failed id=490b0fe6930186f4 conn=dyndial err="network ID mismatch: 1 (!= 80002)"
Feb 05 05:07:43 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:43.569] Removing p2p peer peercount=1 id=490b0fe6930186f4 duration=22.899ms req=true err="disconnect requested"
Feb 05 05:07:43 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:43.577] Message handling failed in `snap` peer=75a0eb92 err=EOF
Feb 05 05:07:43 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:43.577] Ethereum handshake failed id=75a0eb92176688e3 conn=dyndial err="network ID mismatch: 137 (!= 80002)"
Feb 05 05:07:43 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:43.577] Removing p2p peer peercount=0 id=75a0eb92176688e3 duration=25.574ms req=true err="disconnect requested"
Feb 05 05:07:43 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:43.708] Adding p2p peer peercount=1 id=bd77aac770aa48c9 conn=dyndial addr=208.115.234.94:30303 name=erigon/v1.2.16/linux...
Feb 05 05:07:43 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:43.735] Node revalidated b=10 id=3fbd9f703dba7973 checks=1 q=fast
Feb 05 05:07:43 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:43.812] Ethereum handshake failed id=bd77aac770aa48c9 conn=dyndial err=EOF
Feb 05 05:07:43 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:43.812] Removing p2p peer peercount=0 id=bd77aac770aa48c9 duration=103.860ms req=true err="disconnect requested"
Feb 05 05:07:43 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:43.829] Got new milestone from heimdall start=17,696,059 end=17,696,081 hash=0xf8ac75c94f0c3ab4f233e5559dbe9b410ef660b9333fa0abdfec6eb4026272ba
Feb 05 05:07:43 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:43.829] Current head block behind incoming milestone block head=17,124,600 "end block"=17,696,081
Feb 05 05:07:43 polygon-amoy-testnet bor[85192]: INFO [02-05|05:07:43.829] Whitelisting milestone deferred err="chain out of sync"
Feb 05 05:07:43 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:43.898] Adding p2p peer peercount=1 id=42fcddc5358b47b9 conn=dyndial addr=173.249.1.72:30305 name=Geth/v1.13.15-stable...
Feb 05 05:07:43 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:43.930] Ethereum handshake failed id=42fcddc5358b47b9 conn=dyndial err="network ID mismatch: 63002 (!= 80002)"
Feb 05 05:07:43 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:43.930] Message handling failed in `snap` peer=42fcddc5 err=EOF
Feb 05 05:07:43 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:43.930] Removing p2p peer peercount=0 id=42fcddc5358b47b9 duration=32.130ms req=false err="network ID mismatch: 63002 (!= 80002)"
Feb 05 05:07:44 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:44.140] IP exceeds bucket limit ip=144.76.147.51
Feb 05 05:07:44 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:44.140] IP exceeds bucket limit ip=135.181.65.226
Feb 05 05:07:44 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:44.140] IP exceeds bucket limit ip=135.181.235.131
Feb 05 05:07:44 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:44.163] IP exceeds bucket limit ip=144.76.147.51
Feb 05 05:07:44 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:44.163] IP exceeds bucket limit ip=135.181.65.224
Feb 05 05:07:44 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:44.169] IP exceeds bucket limit ip=135.181.235.138
Feb 05 05:07:44 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:44.712] Node revalidated b=16 id=c3dae78d7b5c6799 checks=1 q=fast
Feb 05 05:07:44 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:44.761] IP exceeds bucket limit ip=144.76.147.55
Feb 05 05:07:44 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:44.761] IP exceeds bucket limit ip=95.217.123.178
Feb 05 05:07:44 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:44.761] IP exceeds bucket limit ip=135.181.235.129
Feb 05 05:07:44 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:44.883] IP exceeds bucket limit ip=144.76.147.55
Feb 05 05:07:44 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:44.884] IP exceeds bucket limit ip=144.76.147.51
Feb 05 05:07:44 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:44.884] IP exceeds bucket limit ip=135.181.65.224
Feb 05 05:07:44 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:44.884] IP exceeds bucket limit ip=135.181.235.138
Feb 05 05:07:45 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:45.246] Node revalidated b=15 id=6494ac4d831d52e8 checks=1 q=fast
Feb 05 05:07:45 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:45.327] IP exceeds bucket limit ip=144.76.147.54
Feb 05 05:07:45 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:45.327] IP exceeds bucket limit ip=135.181.65.224
Feb 05 05:07:45 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:45.327] IP exceeds bucket limit ip=135.181.235.137
Feb 05 05:07:45 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:45.610] IP exceeds bucket limit ip=144.76.147.55
Feb 05 05:07:45 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:45.611] IP exceeds bucket limit ip=95.217.123.178
Feb 05 05:07:45 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:45.611] IP exceeds bucket limit ip=135.181.65.226
Feb 05 05:07:46 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:46.482] IP exceeds bucket limit ip=135.181.65.229
Feb 05 05:07:46 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:46.895] Adding p2p peer peercount=1 id=578ad1c86646c3ae conn=dyndial addr=5.9.138.178:30311 name=Geth/v1.4.11-7194125...
Feb 05 05:07:46 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:46.898] Adding p2p peer peercount=2 id=55d05c3c7ff5c247 conn=dyndial addr=194.135.95.219:30304 name=Geth/v1.13.15-stable...
Feb 05 05:07:46 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:46.920] Ethereum handshake failed id=578ad1c86646c3ae conn=dyndial err="network ID mismatch: 56 (!= 80002)"
Feb 05 05:07:46 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:46.921] Removing p2p peer peercount=1 id=578ad1c86646c3ae duration=25.743ms req=true err="disconnect requested"
Feb 05 05:07:46 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:46.924] Ethereum handshake failed id=55d05c3c7ff5c247 conn=dyndial err="network ID mismatch: 63000 (!= 80002)"
Feb 05 05:07:46 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:46.924] Message handling failed in `snap` peer=55d05c3c err=EOF
Feb 05 05:07:46 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:46.924] Removing p2p peer peercount=0 id=55d05c3c7ff5c247 duration=25.942ms req=false err="network ID mismatch: 63000 (!= 80002)"
Feb 05 05:07:47 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:47.191] Node revalidated b=7 id=3df053af6b886062 checks=1 q=fast
Feb 05 05:07:47 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:47.378] Adding p2p peer peercount=1 id=4bd0a239c2f9bf98 conn=dyndial addr=51.81.126.202:30303 name=bor/v1.1.0/linux-amd...
Feb 05 05:07:47 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:47.383] Adding p2p peer peercount=2 id=6f29ef02a85bc98c conn=dyndial addr=147.135.94.49:30303 name=Geth/v3.0.1-pulse-st...
Feb 05 05:07:47 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:47.483] Message handling failed in `snap` peer=4bd0a239 err=EOF
Feb 05 05:07:47 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:47.483] Ethereum handshake failed id=4bd0a239c2f9bf98 conn=dyndial err="network ID mismatch: 137 (!= 80002)"
Feb 05 05:07:47 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:47.483] Removing p2p peer peercount=1 id=4bd0a239c2f9bf98 duration=105.042ms req=true err="disconnect requested"
Feb 05 05:07:47 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:47.488] Ethereum handshake failed id=6f29ef02a85bc98c conn=dyndial err="network ID mismatch: 369 (!= 80002)"
Feb 05 05:07:47 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:47.488] Message handling failed in `snap` peer=6f29ef02 err=EOF
Feb 05 05:07:47 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:47.488] Removing p2p peer peercount=0 id=6f29ef02a85bc98c duration=105.168ms req=false err="network ID mismatch: 369 (!= 80002)"
Feb 05 05:07:47 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:47.560] Adding p2p peer peercount=1 id=b50bfe9b9f7705f9 conn=dyndial addr=195.35.24.144:30303 name=Geth/v1.13.14-stable...
Feb 05 05:07:47 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:47.589] Message handling failed in `snap` peer=b50bfe9b err=EOF
Feb 05 05:07:47 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:47.589] Ethereum handshake failed id=b50bfe9b9f7705f9 conn=dyndial err="network ID mismatch: 654 (!= 80002)"
Feb 05 05:07:47 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:47.589] Removing p2p peer peercount=0 id=b50bfe9b9f7705f9 duration=29.505ms req=true err="disconnect requested"
Feb 05 05:07:48 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:48.056] Adding p2p peer peercount=1 id=54ccd8d6f7d47003 conn=dyndial addr=147.135.94.53:30303 name=Geth/v3.0.1-pulse-st...
Feb 05 05:07:48 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:48.100] Adding p2p peer peercount=2 id=bb5e13b516ea29be conn=dyndial addr=195.26.244.236:30303 name=Geth/v1.13.14-stable...
Feb 05 05:07:48 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:48.163] Ethereum handshake failed id=54ccd8d6f7d47003 conn=dyndial err="network ID mismatch: 369 (!= 80002)"
Feb 05 05:07:48 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:48.164] Message handling failed in `snap` peer=54ccd8d6 err=EOF
Feb 05 05:07:48 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:48.164] Removing p2p peer peercount=1 id=54ccd8d6f7d47003 duration=107.997ms req=false err="network ID mismatch: 369 (!= 80002)"
Feb 05 05:07:48 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:48.227] Ethereum handshake failed id=bb5e13b516ea29be conn=dyndial err="network ID mismatch: 102125 (!= 80002)"
Feb 05 05:07:48 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:48.227] Message handling failed in `snap` peer=bb5e13b5 err=EOF
Feb 05 05:07:48 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:48.228] Removing p2p peer peercount=0 id=bb5e13b516ea29be duration=127.860ms req=false err="network ID mismatch: 102125 (!= 80002)"
Feb 05 05:07:48 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:48.430] IP exceeds bucket limit ip=144.76.147.55
Feb 05 05:07:48 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:48.874] IP exceeds bucket limit ip=135.181.65.229
Feb 05 05:07:48 polygon-amoy-testnet bor[85192]: DEBUG[02-05|05:07:48.875] IP exceeds bucket limit ip=135.181.65.229
|
+1, the polygon p2p network is the most unstable blockchain network i have seen, will you consider to optimize it ? |
i have downgrade to v1.5.3 and it runs normally. |
After downgrading to v1.5.3 we are facing conn=dyndial err="network ID mismatch req=false err="network ID mismatch: 137 (!= 80002)"
Feb 10 11:25:06 polygon-amoy-testnet bor[85374]: DEBUG[02-10|11:25:06.032] IP exceeds table limit ip=131.153.232.202
Feb 10 11:25:06 polygon-amoy-testnet bor[85374]: DEBUG[02-10|11:25:06.086] Adding p2p peer peercount=1 id=2c32271bffc52d2d conn=dyndial addr=148.251.118.212:30312 name=bor/v1.4.0/linux-amd...
Feb 10 11:25:06 polygon-amoy-testnet bor[85374]: DEBUG[02-10|11:25:06.112] Ethereum handshake failed id=2c32271bffc52d2d conn=dyndial err="network ID mismatch: 137 (!= 80002)"
Feb 10 11:25:06 polygon-amoy-testnet bor[85374]: DEBUG[02-10|11:25:06.112] Message handling failed in `snap` peer=2c32271b err=EOF
Feb 10 11:25:06 polygon-amoy-testnet bor[85374]: DEBUG[02-10|11:25:06.112] Removing p2p peer peercount=0 id=2c32271bffc52d2d duration=26.368ms req=true err="disconnect requested"
Feb 10 11:25:06 polygon-amoy-testnet bor[85374]: DEBUG[02-10|11:25:06.829] IP exceeds bucket limit ip=144.76.147.52
Feb 10 11:25:06 polygon-amoy-testnet bor[85374]: DEBUG[02-10|11:25:06.829] IP exceeds bucket limit ip=135.181.235.129
Feb 10 11:25:06 polygon-amoy-testnet bor[85374]: DEBUG[02-10|11:25:06.834] IP exceeds bucket limit ip=135.181.65.224
Feb 10 11:25:08 polygon-amoy-testnet bor[85374]: DEBUG[02-10|11:25:08.545] Node revalidated b=14 id=13fe260fbe18765d checks=471 q=slow
Feb 10 11:25:10 polygon-amoy-testnet bor[85374]: DEBUG[02-10|11:25:10.685] Adding p2p peer peercount=1 id=158e5837eac75711 conn=dyndial addr=51.195.39.169:30303 name=Geth/v1.14.13-stable...
Feb 10 11:25:10 polygon-amoy-testnet bor[85374]: DEBUG[02-10|11:25:10.704] Ethereum handshake failed id=158e5837eac75711 conn=dyndial err="network ID mismatch: 80094 (!= 80002)"
Feb 10 11:25:10 polygon-amoy-testnet bor[85374]: DEBUG[02-10|11:25:10.704] Message handling failed in `snap` peer=158e5837 err=EOF
Feb 10 11:25:10 polygon-amoy-testnet bor[85374]: DEBUG[02-10|11:25:10.704] Removing p2p peer peercount=0 id=158e5837eac75711 duration=19.466ms req=false err="network ID mismatch: 80094 (!= 80002)"
Feb 10 11:25:10 polygon-amoy-testnet bor[85374]: DEBUG[02-10|11:25:10.921] Adding p2p peer peercount=1 id=cfbbd5c15be6658c conn=dyndial addr=51.81.3.138:30303 name=Geth/v3.0.1-pulse-st...
Feb 10 11:25:11 polygon-amoy-testnet bor[85374]: DEBUG[02-10|11:25:11.029] Ethereum handshake failed id=cfbbd5c15be6658c conn=dyndial err="network ID mismatch: 369 (!= 80002)"
Feb 10 11:25:11 polygon-amoy-testnet bor[85374]: DEBUG[02-10|11:25:11.029] Message handling failed in `snap` peer=cfbbd5c1 err=EOF
Feb 10 11:25:11 polygon-amoy-testnet bor[85374]: DEBUG[02-10|11:25:11.029] Removing p2p peer peercount=0 id=cfbbd5c15be6658c duration=107.940ms req=false err="network ID mismatch: 369 (!= 80002)"
|
Please upgrade your nodes to bor v2.0.0-beta2 as it fixes a few scenarios causing sync issues. |
Just upgraded Amoy node to v2.0.0-beta2. It's syncing well now, having at least 3 peers (I'd say it's a lower acceptable value). Sorry for quite dumb question, but is v2.0.0-beta2 considered to be stable enough? If not, what's the approximate v2 release date so I can deploy it onto mainnet and forget about CVE-2025-24883? |
我有类似的问题,但不知道该如何解决
|
After updating the latest bor version for amoy sentry my syncing is not happening, it's stuck on particular block number for more than 2 days.
We used this command to update the version
curl -L https://raw.githubusercontent.com/maticnetwork/install/main/bor.sh | bash -s -- v1.5.5 amoy sentry
Synchronisation failed, dropping peer peer=bc18345a4b2d1b37bae59e4981aac923094fadf0fe6553416965d763a801186a err="retrieved hash chain is invalid: mismatch error"
Whitelisting milestone deferred err="chain out of sync"
The text was updated successfully, but these errors were encountered: