Skip to content

Commit 51e7f4f

Browse files
authored
Update validator-binaries.md
Revised a couple links
1 parent 0ffb10d commit 51e7f4f

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

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

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,8 @@ This guide will walk you through running a Polygon validator node using binaries
2020
```bash
2121
sudo apt-get install build-essential
2222
```
23-
2423
* Go 1.24+ installed on both the sentry and the validator machines.
2524

26-
To install:
27-
28-
```bash
29-
wget https://raw.githubusercontent.com/maticnetwork/node-ansible/master/go-install.sh
30-
bash go-install.sh
31-
sudo ln -nfs ~/.go/bin/go /usr/bin/go
32-
```
33-
3425
* RabbitMQ installed on the validator machine.
3526

3627
Here are the commands to install RabbitMQ:
@@ -68,12 +59,12 @@ Both binaries must be installed and run in the correct order to function properl
6859

6960
### Install Heimdall
7061

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).
62+
Install the latest version of Heimdall and related services. Make sure you checkout to the correct [release version](https://github.com/0xPolygon/heimdall-v2/releases).
7263

7364
To install Heimdall, run the following command:
7465

7566
```bash
76-
curl -L https://raw.githubusercontent.com/maticnetwork/install/heimdall-v2/heimdall-v2.sh | bash -s -- v0.2.12 <network> <node_type>
67+
curl -L https://raw.githubusercontent.com/maticnetwork/install/heimdall-v2/heimdall-v2.sh | bash -s -- <version> <network> <node_type>
7768
```
7869
You can run the above command with following options:
7970

0 commit comments

Comments
 (0)