-
Notifications
You must be signed in to change notification settings - Fork 292
Description
Hey, team! We have an issue with our fantom-testnet node - it's stuck with logs "looking for peers"
INFO [10-22|22:29:24.501] Looking for peers peercount=0 tried=952 static=0 INFO [10-22|22:31:24.567] Looking for peers peercount=0 tried=548 static=0 INFO [10-22|22:33:24.576] Looking for peers peercount=0 tried=689 static=0 INFO [10-22|22:35:24.617] Looking for peers peercount=0 tried=521 static=0 INFO [10-22|22:37:24.644] Looking for peers peercount=0 tried=689 static=0 INFO [10-22|22:39:24.923] Looking for peers peercount=0 tried=1046 static=0
Node config:
containers: - name: node image: chainstack/fantom-opera:1.1.3-rc.5 args: - '--config=/root/opera-config/config.toml' - '--cache=3600' - '--maxpeers=100' - '--txpool.pricebump=10' - '--http' - '--http.addr=0.0.0.0' - '--http.api=ftm,eth,web3,net,sfc' - '--http.vhosts=*' - '--http.corsdomain=null' - '--ws' - '--ws.addr=0.0.0.0' - '--ws.api=ftm,eth,web3,net,sfc' - '--ws.origins=*' - '--graphql' - '--graphql.vhosts=*' - '--rpc.txfeecap=100' - '--rpc.gascap=500000000' - '--rpc.evmtimeout=10s' - '--metrics' - '--pprof' - '--pprof.addr=0.0.0.0' - '--pprof.port=6060' - '--db.migration.mode=reformat' - '--db.preset=legacy-ldb'
Any help would be appreciated