Skip to content

Commit

Permalink
update static build guide
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroWa3l committed Oct 28, 2023
1 parent f99878d commit ef1db77
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/stake-pool-guides/updating-a-cardano-node/static-build.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This guide follows the same setup as our [Pi-Node guide and image](../pi-pool-tu
:::

:::success
#### Current Official Cardano Node Version: 8.1.1
#### Current Official Cardano Node Version: [8.1.2](https://github.com/input-output-hk/cardano-node)
:::

### Overview 🗒
Expand All @@ -28,13 +28,13 @@ This guide follows the same setup as our [Pi-Node guide and image](../pi-pool-tu
### Static binaries and Cardano node configuration files are provided by [\[ZW3RK\]](https://armada-alliance.com/identities/zw3rk) pool🙏 and can be found at our [Github repository](https://github.com/armada-alliance/cardano-node-binaries/tree/main/static-binaries).

```bash title=">_ Terminal"
wget -O 8_1_1.zip https://github.com/armada-alliance/cardano-node-binaries/blob/main/static-binaries/8_1_1.zip?raw=true
wget -O 8_1_2.zip https://github.com/armada-alliance/cardano-node-binaries/blob/main/static-binaries/8_1_2.zip?raw=true
```

Extract the content from the zip file.

```bash title=">_ Terminal"
unzip 8_1_1.zip
unzip 8_1_2.zip
```

### Check if cardano-node is running already
Expand Down Expand Up @@ -73,7 +73,7 @@ cardano-node --version
#### Output:

```bash title=">_ Terminal"
cardano-node 8.1.1 - linux-aarch64 - ghc-8.10
cardano-node 8.1.2 - linux-aarch64 - ghc-8.10
git rev 0000000000000000000000000000000000000000
```

Expand All @@ -86,7 +86,7 @@ cardano-cli --version
#### Output:

```bash title=">_ Terminal"
cardano-cli 8.1.1 - linux-aarch64 - ghc-8.10
cardano-cli 8.1.2 - linux-aarch64 - ghc-8.10
git rev 0000000000000000000000000000000000000000
```

Expand Down

0 comments on commit ef1db77

Please sign in to comment.