Skip to content

Commit

Permalink
Updating clients for Holesky guide
Browse files Browse the repository at this point in the history
  • Loading branch information
remyroy committed Feb 23, 2024
1 parent 0fd492e commit 7f3f5c4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions holesky-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ Download [the latest release version for Nethermind](https://github.com/Nethermi

```console
$ cd ~
$ wget https://github.com/NethermindEth/nethermind/releases/download/1.24.0/nethermind-1.24.0-9c1d76b5-linux-x64.zip
$ wget https://github.com/NethermindEth/nethermind/releases/download/1.25.4/nethermind-1.25.4-20b10b35-linux-x64.zip
$ sudo mkdir -p /usr/share/nethermind
$ sudo unzip nethermind-1.24.0-9c1d76b5-linux-x64.zip -d /usr/share/nethermind
$ rm nethermind-1.24.0-9c1d76b5-linux-x64.zip
$ sudo unzip nethermind-1.25.4-20b10b35-linux-x64.zip -d /usr/share/nethermind
$ rm nethermind-1.25.4-20b10b35-linux-x64.zip
```

## Installing Lighthouse
Expand All @@ -47,9 +47,9 @@ Download [the latest release version for Lighthouse](https://github.com/sigp/lig

```console
$ cd ~
$ wget https://github.com/sigp/lighthouse/releases/download/v4.5.0/lighthouse-v4.5.0-x86_64-unknown-linux-gnu.tar.gz
$ tar xvf lighthouse-v4.5.0-x86_64-unknown-linux-gnu.tar.gz
$ rm lighthouse-v4.5.0-x86_64-unknown-linux-gnu.tar.gz
$ wget https://github.com/sigp/lighthouse/releases/download/v5.0.0/lighthouse-v5.0.0-x86_64-unknown-linux-gnu.tar.gz
$ tar xvf lighthouse-v5.0.0-x86_64-unknown-linux-gnu.tar.gz
$ rm lighthouse-v5.0.0-x86_64-unknown-linux-gnu.tar.gz
```

Install this Lighthouse version globally.
Expand Down

0 comments on commit 7f3f5c4

Please sign in to comment.