Skip to content

Commit

Permalink
node updates for 8.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ccgarant committed Jun 9, 2024
1 parent d19254d commit 3faa399
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ wget -O 8_1_2.zip https://github.com/armada-alliance/cardano-node-binaries/blob/
Unzip the contents of the zip file.

```bash title=">_ Terminal"
unzip 8_1_2.zip -d cardano-node-8.1.2
unzip 8_1_2.zip -d cardano-node-8.9.3
```

```bash title=">_ Terminal"
mv cardano-node-8.1.2/cardano-node/cardano-submit-api ~/.local/bin/
mv cardano-node-8.9.3/cardano-node/cardano-submit-api ~/.local/bin/
```

## Make a simple bash script to run the Cardano Submit API
Expand Down
10 changes: 5 additions & 5 deletions docs/stake-pool-guides/docker-pool-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Either way, the docker image includes:
Pull the image with:

```bash
docker pull armadaalliance/armada-cn:8.7.2
docker pull armadaalliance/armada-cn:8.9.3
```

You should see your Cardano node docker image in the list:
Expand All @@ -132,7 +132,7 @@ docker images

```bash
REPOSITORY TAG IMAGE ID CREATED SIZE
armadaalliance/armada-cn 8.7.2 da4414775ce6 37 seconds ago 700MB
armadaalliance/armada-cn 8.9.3 da4414775ce6 37 seconds ago 700MB
```

You can now proceed with chapter 4, in order to start the node.
Expand All @@ -155,7 +155,7 @@ You should see your Cardano node docker image in the list, e.g.

```bash title=">_ Terminal"
REPOSITORY TAG IMAGE ID CREATED SIZE
armadaalliance/armada-cn 8.7.2 da4414775ce6 37 seconds ago 700MB
armadaalliance/armada-cn 8.9.3 da4414775ce6 37 seconds ago 700MB
<none> <none> f3891eef21e4 3 minutes ago 1.09GB
```

Expand Down Expand Up @@ -191,7 +191,7 @@ Important: Change the directory paths CN_CONFIG_PATH and CN_DB_PATH to the corre
```bash title=">_ Terminal"
##Configuration for relay and block producing node
CNIMAGENAME="armada/armada-cn" ## Name of the Cardano docker image
CNVERSION="8.7.2" ## Version of the cardano-node. It must match with the version of the docker i>
CNVERSION="8.9.3" ## Version of the cardano-node. It must match with the version of the docker i>
CNNETWORK="preprod" ## Use "mainnet" if connecting node to the mainnet
CNMODE="relay" ## Use "bp" if you configure the node as block production node
CNPORT="3001" ## Define the port of the node
Expand Down Expand Up @@ -228,7 +228,7 @@ If the docker node started successfully, you might see something like this:

```bash title=">_ Terminal"
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
fed0cfbf7d86 armadaalliance/armada-cn:8.7.2 "bash title=">_ Terminal" -c /home/carda…" 12 seconds ago Up 10 seconds (healthy) 0.0.0.0:3001->3001/tcp, :::3001->3001/tcp, 0.0.0.0:12799->12798/tcp, :::12799->12798/tcp cardano-node-testnet-1.34.1
fed0cfbf7d86 armadaalliance/armada-cn:8.9.3 "bash title=">_ Terminal" -c /home/carda…" 12 seconds ago Up 10 seconds (healthy) 0.0.0.0:3001->3001/tcp, :::3001->3001/tcp, 0.0.0.0:12799->12798/tcp, :::12799->12798/tcp cardano-node-testnet-1.34.1
```

You can also check the logs of the running cardano-node:
Expand Down
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.2](https://github.com/input-output-hk/cardano-node)
#### Current Official Cardano Node Version: [8.9.3](https://github.com/input-output-hk/cardano-node)
:::

### Overview 🗒
Expand Down Expand Up @@ -73,7 +73,7 @@ cardano-node --version
#### Output:

```bash title=">_ Terminal"
cardano-node 8.1.2 - linux-aarch64 - ghc-8.10
cardano-node 8.9.3 - 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.2 - linux-aarch64 - ghc-8.10
cardano-cli 8.9.3 - linux-aarch64 - ghc-8.10
git rev 0000000000000000000000000000000000000000
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import TabItem from "@theme/TabItem";


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

### Overview 🗒
Expand Down Expand Up @@ -145,7 +145,7 @@ This ensures the system is aware of libsodium (not just at the user level).
Dynamic binaries and Cardano node configuration files provided by [SRN pool ](https://armada-alliance.com/stake-pools/cc1b1c03798884c636703443a23b8d9e827d6c0417921600394198a0):pray: at our [Github repository](https://github.com/armada-alliance/cardano-node-binaries).

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

Extract the content from the zip file.
Expand Down Expand Up @@ -190,7 +190,7 @@ cardano-node --version
#### Output:

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

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

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

Expand Down

0 comments on commit 3faa399

Please sign in to comment.