• Juan Batiz-Benet's avatar
    bootstrap: use ipfsaddr for boostrap peers · 29bf59dd
    Juan Batiz-Benet authored
     this commit makes your current configs unusable, as the
    default bootstrap peers. You may need to edit your config.
    
    Go from:
    
    ```js
    Bootstrap: [
      {
        "Address": "/ip4/104.131.131.82/tcp/4001",
        "PeerID": "QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ"
      }
    ]
    ```
    
    To:
    ```js
    Bootstrap: [
      "/ip4/104.131.131.82/tcp/4001/ipfs/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ"
    ]
    ```
    29bf59dd
init.go 2.22 KB