Skip to content

Commit 45ca1a6

Browse files
authored
Update validator-binaries.md
Updated peering section.
1 parent d46e8a9 commit 45ca1a6

File tree

1 file changed

+6
-21
lines changed

1 file changed

+6
-21
lines changed

docs/pos/how-to/validator/validator-binaries.md

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -131,18 +131,7 @@ vi /var/lib/heimdall/config/config.toml
131131
In `config.toml`, change the following parameters:
132132

133133
* `moniker` — any name. Example: `moniker = "my-sentry-node"`.
134-
* `seeds` — the seed node addresses consisting of a node ID, an IP address, and a port.
135-
136-
Use the following values for mainnet:
137-
138-
```toml
139-
seeds="1500161dd491b67fb1ac81868952be49e2509c9f@52.78.36.216:26656,dd4a3f1750af5765266231b9d8ac764599921736@3.36.224.80:26656,8ea4f592ad6cc38d7532aff418d1fb97052463af@34.240.245.39:26656,e772e1fb8c3492a9570a377a5eafdb1dc53cd778@54.194.245.5:26656,6726b826df45ac8e9afb4bdb2469c7771bd797f1@52.209.21.164:26656"
140-
```
141-
142-
!!! info "Amoy node seeds"
143-
144-
The Heimdall and Bor seeds don't need to be configured manually for Amoy testnet since they've already been included at genesis.
145-
134+
* `seeds` — the seed node addresses consisting of a node ID, an IP address, and a port. The seeds are provided in the next section.
146135
* `pex` — set the value to `true` to enable the peer exchange. Example: `pex = true`.
147136
* `private_peer_ids` — the node ID of Heimdall set up on the validator machine.
148137

@@ -171,15 +160,7 @@ vi /var/lib/bor/config.toml
171160
```
172161

173162
In `config.toml`, add the boot node addresses consisting of a node ID, an IP address, and a port
174-
by adding them under bootnodes in [p2p.discovery] section:
175-
176-
```config
177-
--bootnodes "enode://b8f1cc9c5d4403703fbf377116469667d2b1823c0daf16b7250aa576bacf399e42c3930ccfcb02c5df6879565a2b8931335565f0e8d3f8e72385ecf4a4bf160a@3.36.224.80:30303", "enode://8729e0c825f3d9cad382555f3e46dcff21af323e89025a0e6312df541f4a9e73abfa562d64906f5e59c51fe6f0501b3e61b07979606c56329c020ed739910759@54.194.245.5:30303"
178-
```
179-
180-
!!! info "Amoy node seeds"
181-
182-
The Heimdall and Bor seeds don't need to be configured manually for Amoy testnet since they've already been included at genesis.
163+
by adding them under bootnodes in [p2p.discovery] section, shared in the next section.
183164

184165
Now, add the following in the `config.toml` file:
185166

@@ -201,6 +182,10 @@ To fetch the Node ID of Bor on the validator machine:
201182

202183
Finally, save the changes in `config.toml`.
203184

185+
### Seeds and Bootnodes
186+
187+
The latest bor and heimdall seeds can be found [here](https://docs.polygon.technology/pos/reference/seed-and-bootnodes/). Adding them will ensure your node connects to the peers.
188+
204189
### Configuring a firewall
205190

206191
The sentry machine must have the following ports open to the world `0.0.0.0/0`:

0 commit comments

Comments
 (0)