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
Copy file name to clipboardExpand all lines: docs/pos/how-to/validator/validator-binaries.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This guide will walk you through running a Polygon validator node using binaries
21
21
sudo apt-get install build-essential
22
22
```
23
23
24
-
* Go 1.19 installed on both the sentry and the validator machines.
24
+
* Go 1.24+ installed on both the sentry and the validator machines.
25
25
26
26
To install:
27
27
@@ -31,7 +31,7 @@ This guide will walk you through running a Polygon validator node using binaries
31
31
sudo ln -nfs ~/.go/bin/go /usr/bin/go
32
32
```
33
33
34
-
* RabbitMQ installed on both the sentry and the validator machines.
34
+
* RabbitMQ installed on the validator machine.
35
35
36
36
Here are the commands to install RabbitMQ:
37
37
@@ -70,21 +70,21 @@ Both binaries must be installed and run in the correct order to function properl
70
70
71
71
Install the latest version of Heimdall and related services. Make sure you checkout to the correct [release version](https://github.com/maticnetwork/heimdall/releases).
You can run the above command with following options:
79
79
80
-
-`heimdall_version`: valid v1.0+ release tag from https://github.com/maticnetwork/heimdall/releases
80
+
-`heimdall_version`: valid v0.2+ release tag from https://github.com/0xPolygon/heimdall-v2/releases
81
81
-`network_type`: `mainnet` and `amoy`
82
82
-`node_type`: `sentry`
83
83
84
-
That will install the `heimdalld`and `heimdallcli` binaries. Verify the installation by checking the Heimdall version on your machine using the following command:
84
+
That will install the `heimdalld`binary. Verify the installation by checking the Heimdall version on your machine using the following command:
0 commit comments