mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-01 22:37:51 +08:00
feat(bootstrap!) add saturn, neptune, pluto, uranus
License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
This commit is contained in:
parent
bd5e8b6eed
commit
7ea2b2d80e
@ -15,9 +15,9 @@ import (
|
||||
imp "github.com/jbenet/go-ipfs/importer"
|
||||
chunk "github.com/jbenet/go-ipfs/importer/chunk"
|
||||
peer "github.com/jbenet/go-ipfs/peer"
|
||||
repo "github.com/jbenet/go-ipfs/repo"
|
||||
u "github.com/jbenet/go-ipfs/util"
|
||||
debugerror "github.com/jbenet/go-ipfs/util/debugerror"
|
||||
repo "github.com/jbenet/go-ipfs/repo"
|
||||
)
|
||||
|
||||
const nBitsForKeypairDefault = 4096
|
||||
@ -194,6 +194,22 @@ func initConfig(configFilename string, dspathOverride string, nBitsForKeypair in
|
||||
PeerID: "QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ",
|
||||
Address: "/ip4/104.131.131.82/tcp/4001",
|
||||
},
|
||||
&config.BootstrapPeer{
|
||||
PeerID: "QmSoLnSGccFuZQJzRadHn95W2CrSFmZuTdDWP8HXaHca9z",
|
||||
Address: "/ip4/104.236.176.52/tcp/4001",
|
||||
},
|
||||
&config.BootstrapPeer{
|
||||
PeerID: "QmSoLpPVmHKQ4XTPdz8tjDFgdeRFkpV8JgYq8JVJ69RrZm",
|
||||
Address: "/ip4/104.236.179.241/tcp/4001",
|
||||
},
|
||||
&config.BootstrapPeer{
|
||||
PeerID: "QmSoLueR4xBeUbY9WZ9xGUUxunbKWcrNFTDAadQJmocnWm",
|
||||
Address: "/ip4/128.199.219.111/tcp/4001",
|
||||
},
|
||||
&config.BootstrapPeer{
|
||||
PeerID: "QmSoLSafTMBsPKadTEgaXctDQVcqN88CNLHXMkTNwMKPnu",
|
||||
Address: "/ip4/162.243.248.213/tcp/4001",
|
||||
},
|
||||
},
|
||||
|
||||
Datastore: ds,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user