Skip to content

Commit

Permalink
more updates to config
Browse files Browse the repository at this point in the history
  • Loading branch information
sw360cab committed Nov 11, 2024
1 parent 47305af commit 9245643
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion misc/deployments/test5.gno.land/CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
- [x] Collect all validators keys for genesis
- [x] Collect all balances for genesis
- [x] Generate Final Genesis File
- [ ] Collect list of public peer nodes for configurations
- [X] Collect list of public peer nodes for configurations
- [ ] Generate Release Docker Images of Gnoland for test5
- [ ] Change DNS entries
2 changes: 1 addition & 1 deletion misc/deployments/test5.gno.land/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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
`[email protected].gno.land:26656,[email protected].gno.land:26656,[email protected].gno.land:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,g18vg9lgndagym626q8jsgv2peyjatscykde3xju@devx-sen-1.test5.gnodevx.network:26656,g1fnwswr6p5nqfvusglv7g2vy0tzwt5npwe7stvv@devx-sen-2.test5.gnodevx.network:26656,[email protected]:26656`
`[email protected].gnoteam.com:26656,[email protected].gnoteam.com:26656,[email protected].gnoteam.com:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,g18vg9lgndagym626q8jsgv2peyjatscykde3xju@devx-sen-1.test5.gnodevx.network:26656,g1fnwswr6p5nqfvusglv7g2vy0tzwt5npwe7stvv@devx-sen-2.test5.gnodevx.network:26656,[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
Expand Down
2 changes: 1 addition & 1 deletion misc/deployments/test5.gno.land/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "g16384atcuf6ew3ufpwtvhymwfyl2aw390aq8jtt@gno-core-sen-01.test5.gnoteam.com:26656,g1ty443uhf6qr2n0gv3dkemr4slt96e5hnmx90qh@gno-core-sen-02.test5.gnoteam.com:26656,[email protected].gno.land:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,g18vg9lgndagym626q8jsgv2peyjatscykde3xju@devx-sen-1.test5.gnodevx.network:26656,g1fnwswr6p5nqfvusglv7g2vy0tzwt5npwe7stvv@devx-sen-2.test5.gnodevx.network:26656,[email protected]:26656"
persistent_peers = "g16384atcuf6ew3ufpwtvhymwfyl2aw390aq8jtt@gno-core-sen-01.test5.gnoteam.com:26656,g1ty443uhf6qr2n0gv3dkemr4slt96e5hnmx90qh@gno-core-sen-02.test5.gnoteam.com:26656,[email protected].gnoteam.com:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,g18vg9lgndagym626q8jsgv2peyjatscykde3xju@devx-sen-1.test5.gnodevx.network:26656,g1fnwswr6p5nqfvusglv7g2vy0tzwt5npwe7stvv@devx-sen-2.test5.gnodevx.network:26656,[email protected]:26656"

# Set true to enable the peer-exchange reactor
pex = false # Should be `false` if using a sentry node. Otherwise `true`!
Expand Down

0 comments on commit 9245643

Please sign in to comment.