Skip to content

Commit

Permalink
Update setting-up-a-validator.md
Browse files Browse the repository at this point in the history
Updated link to current versions of GBT and gravity (1.12.0)
  • Loading branch information
AlfDidNothingWrong authored Oct 12, 2024
1 parent ea2b3b9 commit 46705b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/setting-up-a-validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ cd gravity-bin

# the gravity chain binary itself

wget https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.8.1/gravity-linux-amd64
wget https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.12.0/gravity-linux-amd64
mv gravity-linux-amd64 gravity

# Tools for the gravity bridge from the gravity repo

wget https://github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.8.1/gbt
wget github.com/Gravity-Bridge/Gravity-Bridge/releases/download/v1.12.0/gbt
chmod +x *
sudo mv * /usr/bin/

```

At specific points you may be told to 'update your orchestrator' or 'update your gravity binary'. In order to do that you can simply repeat the above instructions and then restart the affected software.

to check what version of the tools you have run `gbt --version` the current latest version is `gbt 1.8.1`
to check what version of the tools you have run `gbt --version` the current latest version is `gbt 1.12.0`

## Download and install geth

Expand Down

0 comments on commit 46705b0

Please sign in to comment.