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
bae3d73e
Commit
bae3d73e
authored
Oct 17, 2017
by
Jeromy Johnson
Committed by
GitHub
Oct 17, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4270 from ipfs/misc/pnet-docs/boot
docs(pnet): add more info about bootstrap
parents
6beab668
c68bf20e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletion
+14
-1
docs/experimental-features.md
docs/experimental-features.md
+14
-1
No files found.
docs/experimental-features.md
View file @
bae3d73e
...
...
@@ -185,11 +185,24 @@ When using this feature, you will not be able to connect to the default bootstra
nodes (Since we arent part of your private network) so you will need to set up
your own bootstrap nodes.
T
o prevent your node from even trying to connect to the default bootstrap nodes, run:
First, t
o prevent your node from even trying to connect to the default bootstrap nodes, run:
```
bash
ipfs bootstrap
rm
--all
```
Then add your own bootstrap peers with:
```
bash
ipfs bootstrap add <multiaddr>
```
For example:
```
ipfs bootstrap add /ip4/104.236.76.40/tcp/4001/ipfs/QmSoLV4Bbm51jM9C4gDYZQ9Cy3U6aXMJDAbzgu2fzaDs64
```
Bootstrap nodes are no different from all other nodes in the network apart from
the function they serve.
To be extra cautious, You can also set the
`LIBP2P_FORCE_PNET`
environment
variable to
`1`
to force the usage of private networks. If no private network is
configured, the daemon will fail to start.
...
...
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