Skip to content

Commit

Permalink
Update clients for Holesky relaunch
Browse files Browse the repository at this point in the history
  • Loading branch information
remyroy committed Sep 25, 2023
1 parent ba9b838 commit 4ee20f9
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.20.3/nethermind-1.20.3-e8c161a5-linux-x64.zip
$ wget https://github.com/NethermindEth/nethermind/releases/download/1.20.4/nethermind-1.20.4-d06ec791-linux-x64.zip
$ sudo mkdir -p /usr/share/nethermind
$ sudo unzip nethermind-1.20.3-e8c161a5-linux-x64.zip -d /usr/share/nethermind
$ rm nethermind-1.20.3-e8c161a5-linux-x64.zip
$ sudo unzip nethermind-1.20.4-d06ec791-linux-x64.zip -d /usr/share/nethermind
$ rm nethermind-1.20.4-d06ec791-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.4.1/lighthouse-v4.4.1-x86_64-unknown-linux-gnu.tar.gz
$ tar xvf lighthouse-v4.4.1-x86_64-unknown-linux-gnu.tar.gz
$ rm lighthouse-v4.4.1-x86_64-unknown-linux-gnu.tar.gz
$ 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
```

Install this Lighthouse version globally.
Expand Down

0 comments on commit 4ee20f9

Please sign in to comment.