dominant-strategies / go-quai

Official Go Implementation of the Quai Network
GNU General Public License v3.0
2.37k stars 461 forks source link

No boot peers on first start #1805

Closed wizeguyy closed 4 months ago

wizeguyy commented 4 months ago

As of da0b98de7, when launching go-quai for the first time, the list of default boot peers is empty, and the node fails to join the network.

At first, the node prints:

no bootstrap peers provided. Using default ones: [/ip4/146.148.66.22/tcp/4001/p2p/12D3KooWRQrLVEeJtfyKoJDYWYjryBKR8qxkDooMMzyf2ZpLaZRR /ip4/35.190.147.237/tcp/4001/p2p/12D3KooWSb49ccXFWPCsvi7rzCbqBUK2xfuRC2xbo6KnUZk3YaVg /ip4/35.194.7.78/tcp/4001/p2p/12D3KooWR3xMB6sCpso
wQcvtdMKmKbTaiDcDFAXuWABdZVPWaVuo /ip4/34.136.140.151/tcp/4001/p2p/12D3KooWJnWmBukEbZtGPPJvT1r4tQ97CRSGmnjHewcrjNB8oRxU] 

but later, when the node starts, it prints:

Bootstrapping to the following peers: []

subsequently, I have 0 peers and am unable to join the network.