Closed tajelp closed 11 months ago
I also tried to remove static nodes, as per https://forum.bnbchain.org/t/try-bootnodes-after-bsc-release-v1-2-12/1998.
It is still stuck at Looking for peers
.
1.3.1 is pre-release and not that stable yet. pls use 1.2.13 as the stable version. thx
System information
Geth version:
1.3.1-8b94dd6b-20231114
OS & Version:Linux Ubuntu 22.04.3 LTS
Commit hash :1dca486622ae46636b888fa10f8a8dbf0879e7e8
Expected behaviour
Find peers and sync from the snapshot data.
Actual behaviour
Stuck at
Looking for peers
withpeercount=0
or1
or2
Steps to reproduce the behaviour
Download the 48club fast snapshot. Download the geth binary and config files. Extract and replace the snapshot data. Update the enodes in config.toml (from https://api.binance.org/v1/discovery/peers). Start the node with:
./geth --datadir ~/.bsc --history.transactions=0 --syncmode=full --tries-verify-mode=none --pruneancient=true --db.engine=pebble --http.port 8565 --cache 10000 --maxpeers 200 --port 30304
Log