Skip to content

Commit

Permalink
Upgrade binary
Browse files Browse the repository at this point in the history
  • Loading branch information
jkilpatr committed Apr 25, 2024
1 parent 896ac05 commit d8e2022
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/create-gentx.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Welcome! This will be the launch of Althea-L1.
If you have a system architecture other than x86_64 Linux you will need to [grab the source code](https://github.com/althea-net/althea-l1) and build your own binary. But the vast majority of users should be able to download the release below.

```bash
wget https://github.com/althea-net/althea-L1/releases/download/v1.3.0/althea-linux-amd64
wget https://github.com/althea-net/althea-L1/releases/download/v1.4.0/althea-linux-amd64
chmod +x althea-linux-amd64
sudo mv althea-linux-amd64 /usr/sbin/althea
```

The git commit hash for this binary is `9be5fb46c1dc4c20757883ff061d64c859c81854`
The git commit hash for this binary is `8bf067c7cfb6105f7a14e0c4e0361cff27e6b495`

The binary hash is

```bash
45e592fe59eeedc2605ec74178968682d465ed2c althea-linux-amd64
11642bf23374c0062807876affb796e3b09a54ca althea-linux-amd64
```

## Init your environment and copy in the genesis
Expand Down

0 comments on commit d8e2022

Please sign in to comment.