-
Notifications
You must be signed in to change notification settings - Fork 389
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cb437bc
commit 19e0f82
Showing
2 changed files
with
8 additions
and
18 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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Checklist Test5 | ||
|
||
[ ] Collect all validators keys for genesis | ||
[ ] Collect all balances for genesis | ||
[ ] Generate Final Genesis File | ||
[ ] Collect list of public peer nodes for configurations | ||
[ ] Generete Release Docker Images of Gnoland for test5 | ||
[ ] Change DNS entries | ||
- [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 | ||
- [ ] Generate Release Docker Images of Gnoland for test5 | ||
- [ ] Change DNS entries |
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 |
---|---|---|
|
@@ -35,7 +35,8 @@ 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 | ||
`g16384atcuf6ew3ufpwtvhymwfyl2aw390aq8jtt@gno-core-sen-01.test5.gno.land:26656,g1ty443uhf6qr2n0gv3dkemr4slt96e5hnmx90qh@gno-core-sen-02.test5.gno.land:26656,g19x2gsyn02fldtq44dpgtcq2dq28kszlf5jn2es@gno-core-sen-03.test5.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`** ⚠️. | ||
`g16384atcuf6ew3ufpwtvhymwfyl2aw390aq8jtt@gno-core-sen-01.test5.gno.land:26656,g1ty443uhf6qr2n0gv3dkemr4slt96e5hnmx90qh@gno-core-sen-02.test5.gno.land:26656,g19x2gsyn02fldtq44dpgtcq2dq28kszlf5jn2es@gno-core-sen-03.test5.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` | ||
** ⚠️. | ||
- `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`** | ||
|
@@ -44,14 +45,3 @@ Some configuration params are required, while others are advised to be set. | |
- `telemetry.enabled` - flag indicating if telemetry should be turned on. **Advised to be `true`**. | ||
- `telemetry.exporter_endpoint` - endpoint for the otel exported. ⚠️ **Required if `telemetry.enabled=true`** ⚠️. | ||
- `telemetry.service_instance_id` - unique ID of the node telemetry instance, **specific to every node deployment**. | ||
|
||
## Gno Core DNS entries | ||
|
||
- CNAME test5.gno.land a78095e89431e41f2b506544efd9f79e-dd80971e7e1cf6bc.elb.eu-central-1.amazonaws.com | ||
- CNAME rpc.test5.gno.land test5.gno.land | ||
- CNAME gno-core-sen-01.test5.gno.land test5.gno.land | ||
- CNAME gno-core-sen-02.test5.gno.land test5.gno.land | ||
- CNAME gno-core-sen-03.test5.gno.land test5.gno.land | ||
- CNAME indexer.test5.gno.land test5.gno.land | ||
- CNAME gnofaucet.test5.gno.land test5.gno.land | ||
- CNAME o11y.test5.gno.land test5.gno.land (Grafana) |