bnb-chain / bsc

A BNB Smart Chain client based on the go-ethereum fork
GNU Lesser General Public License v3.0
2.74k stars 1.57k forks source link

BSC Synchronisation failed[bsc fast node] #1314

Closed maef2018 closed 1 year ago

maef2018 commented 1 year ago

System information

Geth version: geth_v1.1.18 OS & Version: ubuntu

Hello, my startup method is: ./geth_v1.1.18 --config /data/config/config.toml --datadir /data/data --txlookuplimit=0 --syncmode=full --tries-verify-mode= none --prune ancient=true --diffblock=5000. The node I deployed could not successfully synchronize to the block data. I downloaded the data from here (https://snapshots.48.club/geth.25615705.tar.lz4). After I started the program, the data was synchronized normally. Two hours later, I checked the logs and found the following information:

t=2023-02-15T17:21:56+0800 lvl=warn msg="Synchronisation failed, retrying" err="peer is unknown or unhealthy" t=2023-02-15T17:21:56+0800 lvl=warn msg="Synchronisation failed, retrying" err="peer is unknown or unhealthy" t=2023-02-15T17:21:56+0800 lvl=warn msg="Synchronisation failed, retrying" err="peer is unknown or unhealthy" t=2023-02-15T17:21:56+0800 lvl=warn msg="Synchronisation failed, retrying" err="peer is unknown or unhealthy" t=2023-02-15T17:21:56+0800 lvl=warn msg="Synchronisation failed, retrying" err="peer is unknown or unhealthy"

crabmanpokt commented 1 year ago

having the same issue, its only in Asia where I am having problems.

pybfinger commented 1 year ago

I was having the same issue.

Read #1106 :

My fast node is now synching!

maef2018 commented 1 year ago

I was having the same issue.

Read #1106 :

My fast node is now synching!

Thank you! I will try!

maef2018 commented 1 year ago

Success!