Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
9b73003b
Commit
9b73003b
authored
Dec 07, 2014
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #413 from jbenet/bootstrap++
feat(bootstrap!) add saturn, neptune, pluto, uranus
parents
42d4c797
af01e0a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
1 deletion
+21
-1
cmd/ipfs/init.go
cmd/ipfs/init.go
+21
-1
No files found.
cmd/ipfs/init.go
View file @
9b73003b
...
...
@@ -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,26 @@ func initConfig(configFilename string, dspathOverride string, nBitsForKeypair in
PeerID
:
"QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ"
,
Address
:
"/ip4/104.131.131.82/tcp/4001"
,
},
&
config
.
BootstrapPeer
{
// neptune
PeerID
:
"QmSoLnSGccFuZQJzRadHn95W2CrSFmZuTdDWP8HXaHca9z"
,
Address
:
"/ip4/104.236.176.52/tcp/4001"
,
},
&
config
.
BootstrapPeer
{
// pluto
PeerID
:
"QmSoLpPVmHKQ4XTPdz8tjDFgdeRFkpV8JgYq8JVJ69RrZm"
,
Address
:
"/ip4/104.236.179.241/tcp/4001"
,
},
&
config
.
BootstrapPeer
{
// uranus
PeerID
:
"QmSoLueR4xBeUbY9WZ9xGUUxunbKWcrNFTDAadQJmocnWm"
,
Address
:
"/ip4/128.199.219.111/tcp/4001"
,
},
&
config
.
BootstrapPeer
{
// saturn
PeerID
:
"QmSoLSafTMBsPKadTEgaXctDQVcqN88CNLHXMkTNwMKPnu"
,
Address
:
"/ip4/162.243.248.213/tcp/4001"
,
},
},
Datastore
:
ds
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment