Skip to content

Commit

Permalink
Merge pull request #186 from akash-network/mainnet11-update-binary
Browse files Browse the repository at this point in the history
Docs: update mainnet11 to 0.34.1
  • Loading branch information
chainzero committed May 1, 2024
2 parents 0d22dbb + 58f784d commit dbd9070
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/content/Docs/mainnet-11-upgrade/node-upgrade-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
categories: ["Mainnet 11 Upgrade"]
tags: []
weight: 2
title: "Akash v0.34.0 Node Upgrade Guide"
linkTitle: "Akash v0.34.0 Node Upgrade Guide"
title: "Akash v0.34.1 Node Upgrade Guide"
linkTitle: "Akash v0.34.1 Node Upgrade Guide"
---

## Upgrade Details

- **Upgrade name**: Mainnet11
- **Binary version**: `v0.34.0`
- **Binary version**: `v0.34.1`
- [Upgrade countdown/block height](https://www.mintscan.io/akash/block/16133283)
- [Binary Links](https://github.com/akash-network/node/releases/tag/v0.34.0)
- [Binary Links](https://github.com/akash-network/node/releases/tag/v0.34.1)

## Common Steps for All Upgrade Options

In the sections that follow both `Cosmovisor` and `non-Cosmovisor` upgrade paths are provided. Prior to detailing specifics steps for these upgrade paths, in this section we cover steps required regardless of upgrade path chosen.

> _**NOTE -**_ The following steps are not required if the auto-download option is enabled for Cosmovisor.
Either download the [Akash binary](https://github.com/akash-network/node/releases/tag/v0.34.0) or build it from source. We highly recommend using a pre-complied binary but provide instructions to build from source here in the rare event it would be necessary.
Either download the [Akash binary](https://github.com/akash-network/node/releases/tag/v0.34.1) or build it from source. We highly recommend using a pre-complied binary but provide instructions to build from source here in the rare event it would be necessary.

## Option 1: Upgrade Using Cosmovisor

Expand Down Expand Up @@ -132,7 +132,7 @@ mkdir -p $HOME/.akash/cosmovisor/upgrades/v0.34.0/bin
cp ./.cache/bin $HOME/.akash/cosmovisor/upgrades/v0.34.0/bin
```

At the proposed block height, `cosmovisor` will automatically stop the current binary (v0.32.X), set the upgrade binary as the new current binary (v0.34.0), and then restart the node.\\
At the proposed block height, `cosmovisor` will automatically stop the current binary (v0.32.X), set the upgrade binary as the new current binary (v0.34.1), and then restart the node.\\

## Option 2: Upgrade Without Cosmovisor

Expand All @@ -142,7 +142,7 @@ Node operators also have the option to manually update the `akash` binary at the

When the chain halts at the proposed upgrade height, stop the current process running `akash`.

Either download the [Akash binary](https://github.com/akash-network/node/releases/tag/v0.34.0) or build from source - completed in this [step](#common-steps-for-all-upgrade-options) - and ensure the `akash` binary has been updated:
Either download the [Akash binary](https://github.com/akash-network/node/releases/tag/v0.34.1) or build from source - completed in this [step](#common-steps-for-all-upgrade-options) - and ensure the `akash` binary has been updated:

```
akash version
Expand Down Expand Up @@ -177,7 +177,7 @@ if no such message, most like direnv is not hooked to the shell
#### Build

```shell
git clone --depth 1 --branch v0.34.0 https://github.com/akash-network/node
git clone --depth 1 --branch v0.34.1 https://github.com/akash-network/node
cd node
direnv allow
make release
Expand Down

0 comments on commit dbd9070

Please sign in to comment.