From ef1db7797124b02279d4565c4e4e6769c13c732d Mon Sep 17 00:00:00 2001 From: Wael Date: Sat, 28 Oct 2023 15:33:49 -0700 Subject: [PATCH] update static build guide --- .../updating-a-cardano-node/static-build.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/stake-pool-guides/updating-a-cardano-node/static-build.mdx b/docs/stake-pool-guides/updating-a-cardano-node/static-build.mdx index 2a67f184..d5116264 100644 --- a/docs/stake-pool-guides/updating-a-cardano-node/static-build.mdx +++ b/docs/stake-pool-guides/updating-a-cardano-node/static-build.mdx @@ -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 🗒 @@ -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 @@ -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 ``` @@ -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 ```