-
Notifications
You must be signed in to change notification settings - Fork 23
Fix 62 + 63 #65
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
Fix 62 + 63 #65
Conversation
d366d41 to
3a5dbfa
Compare
6599834 to
e8d1338
Compare
mariocao
left a comment
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.
Super clear!!! 👍
docs/try/next-steps.md
Outdated
|
|
||
| As soon as the `witnet_node` container is up, it will do the following things in order: | ||
|
|
||
| 1. Try to **open connections to other nodes** in the network. It needs 8 "outbound" connections. This should take from several seconds to a few minutes. |
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.
| 1. Try to **open connections to other nodes** in the network. It needs 8 "outbound" connections. This should take from several seconds to a few minutes. | |
| 1. Try to **open connections to other nodes** in the network. It needs 12 "outbound" connections. This should take from several seconds to a few minutes. |
Now I think it is 12 by default, isn't it?
| ``` | ||
|
|
||
|
|
||
| !!! tip "Reputation is tricky" |
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.
Maybe we could add that identity might appear as not active, which is perfectly normal in case the node wasn't lucky to mine a block or participate in a data request.
| !!! danger "Never use the same master key on multiple nodes at once" | ||
| Operating multiple nodes with the same master key is a terrible idea. | ||
| You may find your nodes exposed to double-spend issues and severe slashing. |
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.
🤟
Signed-off-by: Claudia Bartoli Duncan <claudia@stampery.co>
This is rebased upon #60
Close #62
Close #63