lotus Move bootstrap nodes to configuration Go

We should move the bootstrap nodes into the lotus daemon default configuration to make it easier for people to change these without having to build a new binary.

Asked Oct 07 '21 11:10
avatar travisperson
travisperson

1 Answer:

Under the libp2p section a list of bootstrap peers can be set to override the built ins

[Libp2p]
    BootstrapPeers = [
      "/dns4/1.2.3.4/tcp/1347/p2p/12D3KooWCVe8MmsEMes2FzgTpt9fXtmCY7wrq91GRiaC8PHSCCBj",
    ]
1
Answered Feb 02 '21 at 22:51
avatar  of travisperson
travisperson