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
*`seeds` — the seed node addresses consisting of a node ID, an IP address, and a port. The seeds are provided in the next section.
110
103
*`pex` — set the value to `true` to enable the peer exchange. Example: `pex = true`.
111
104
*`private_peer_ids` — the node ID of Heimdall set up on the validator machine.
112
105
@@ -155,6 +148,10 @@ Example content of static node field in `/var/lib/bor/config.toml`:
155
148
156
149
Finally, save the changes in `/var/lib/bor/config.toml`.
157
150
151
+
### Seeds and Bootnodes
152
+
153
+
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.
154
+
158
155
### Configuring a firewall
159
156
160
157
The sentry machine must have the following ports open to the public internet `0.0.0.0/0`:
0 commit comments