-
Notifications
You must be signed in to change notification settings - Fork 386
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add Berty validator node in conf files
Signed-off-by: D4ryl00 <[email protected]>
- Loading branch information
Showing
4 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ The initial `genesis.json` validator set is consisted of 6 entities (17 validato | |
- AiB - the AiB DevOps team (**3 validators**) | ||
- Onbloc - the [Onbloc](https://onbloc.xyz/) team (**2 validator**) | ||
- Teritori - the [Teritori](https://teritori.com/) team (**1 validator**) | ||
- Berty - the [Berty](https://berty.io/) team (**1 validator**) | ||
- Berty - the [Berty](https://berty.tech/) team (**1 validator**) | ||
|
||
Subsequent validators will be added through the governance mechanism in govdao, employing a preliminary simplified | ||
version Proof of Contribution. | ||
|
@@ -34,7 +34,7 @@ Some configuration params are required, while others are advised to be set. | |
reverse-proxy, and keep this value at `tcp://0.0.0.0:<port>`. | ||
- `p2p.max_num_outbound_peers` - the max number of outbound peer connections. **Advised to be `40`**. | ||
- `p2p.persistent_peers` - the persistent peers. ⚠️ **Required to be | ||
`TODO`** ⚠️. | ||
`[email protected]:26656`** ⚠️. | ||
- `p2p.pex` - if using a sentry node architecture, should be `false`. **If not, please set to `true`**. | ||
- `p2p.external_address` - the advertised peer dial address. If empty, will use the same port as the `p2p.laddr`. This | ||
value should be **changed to `{{ your_ip_address }}:26656`** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -121,7 +121,7 @@ max_num_outbound_peers = 40 # Advised value is 40 | |
max_packet_msg_payload_size = 1024 | ||
|
||
# Comma separated list of nodes to keep persistent connections to | ||
persistent_peers = "" # TODO update @Salvo, @Blake, @Sergio, @Norman, @Albert | ||
persistent_peers = "[email protected]:26656" # TODO update @Salvo, @Blake, @Sergio, @Norman, @Albert | ||
|
||
# Set true to enable the peer-exchange reactor | ||
pex = false # Should be `false` if using a sentry node. Otherwise `true`! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters