You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Heimdall and Bor seeds don't need to be configured manually for Amoy testnet since they've already been included at genesis.
203
-
192
+
*`seeds` — the seed node addresses consisting of a node ID, an IP address, and a port. The seeds are provided in the next section.
204
193
*`pex` — set the value to `true` to enable the peer exchange. Example: `pex = true`.
205
194
*`private_peer_ids` — the node ID of Heimdall set up on the validator machine.
206
195
@@ -220,15 +209,7 @@ Finally, save the changes in `config.toml`.
220
209
221
210
Open the config file for editing by running: `vi /var/lib/bor/config.toml`.
222
211
223
-
In `config.toml`, ensure the boot node addresses consisting of a node ID, an IP address, and a port by adding them under bootnodes in `[p2p.discovery]` section:
The Heimdall and Bor seeds don't need to be configured manually for Amoy testnet since they've already been included at genesis.
212
+
In `config.toml`, ensure the boot node addresses consisting of a node ID, an IP address, and a port by adding them under bootnodes in `[p2p.discovery]` section. The bootnodes are provided in the next section.
232
213
233
214
In `config.toml`, ensure the `static-nodes` parameter has the following values:
234
215
@@ -246,6 +227,10 @@ To get the node ID of Bor on the validator machine:
246
227
247
228
Finally, save the changes in `config.toml`.
248
229
230
+
### Seeds and Bootnodes
231
+
232
+
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.
233
+
249
234
### Configure firewall
250
235
251
236
The sentry machine must have the following ports accessible from the public internet `0.0.0.0/0`:
0 commit comments