-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(pnet): add more info about bootstrap #4270
Conversation
docs/experimental-features.md
Outdated
@@ -185,11 +185,20 @@ 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. | |||
|
|||
To prevent your node from even trying to connect to the default bootstrap nodes, run: | |||
First off to prevent your node from even trying to connect to the default bootstrap nodes, run: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First, to
docs/experimental-features.md
Outdated
```bash | ||
ipfs bootstrap rm --all | ||
``` | ||
|
||
and then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/and//
docs/experimental-features.md
Outdated
and then | ||
|
||
```bash | ||
ipfs bootstrap add <node connection id, find it in 'ipfs id' output> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
multiaddr, not 'node connection id'. maybe give an example
58cda3b
to
bfd01b5
Compare
License: MIT Signed-off-by: Jakub Sztandera <[email protected]>
LGTM |
@magik6k do you think you could take a look at the test failures here? They are random p2p command failures unrelated to this PR |
@whyrusleeping merge pls. |
License: MIT
Signed-off-by: Jakub Sztandera [email protected]