Skip to content

Commit 07fe065

Browse files
authored
Merge pull request 0xPolygon#2621 from 0xsajal/patch-15
Update validator-packages.md
2 parents d46e8a9 + fb23473 commit 07fe065

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

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

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ or install a specific version, node type (`sentry` or `validator`), and network
4545

4646
```shell
4747
# Example:
48-
curl -L https://raw.githubusercontent.com/maticnetwork/install/main/heimdall.sh | bash -s -- v1.0.7 mainnet sentry
48+
curl -L https://raw.githubusercontent.com/maticnetwork/install/main/heimdall.sh | bash -s -- v1.2.0 mainnet sentry
4949
```
5050

5151
### Bor
@@ -63,7 +63,7 @@ or install a specific version, node type (`sentry` or `validator`), and network
6363
curl -L https://raw.githubusercontent.com/maticnetwork/install/main/bor.sh | bash -s -- <version> <network> <node_type>
6464

6565
# Example:
66-
curl -L https://raw.githubusercontent.com/maticnetwork/install/main/bor.sh | bash -s -- v1.1.0 mainnet sentry
66+
curl -L https://raw.githubusercontent.com/maticnetwork/install/main/bor.sh | bash -s -- v2.0.0 mainnet sentry
6767
```
6868

6969
### Check installation
@@ -99,14 +99,7 @@ vi /var/lib/heimdall/config/config.toml
9999
In the config file, update the following parameters:
100100

101101
* `moniker` — any name. Example: `moniker = "my-sentry-node"`.
102-
* `seeds` — the seed node addresses consisting of a node ID, an IP address, and a port.
103-
104-
Use the following values:
105-
106-
```toml
107-
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"
108-
```
109-
102+
* `seeds` — the seed node addresses consisting of a node ID, an IP address, and a port. The seeds are provided in the next section.
110103
* `pex` — set the value to `true` to enable the peer exchange. Example: `pex = true`.
111104
* `private_peer_ids` — the node ID of Heimdall set up on the validator machine.
112105

@@ -155,6 +148,10 @@ Example content of static node field in `/var/lib/bor/config.toml`:
155148

156149
Finally, save the changes in `/var/lib/bor/config.toml`.
157150

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+
158155
### Configuring a firewall
159156

160157
The sentry machine must have the following ports open to the public internet `0.0.0.0/0`:

0 commit comments

Comments
 (0)