Skip to content

Commit

Permalink
Update 5.cosmovisor.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulBernal authored Dec 13, 2024
1 parent 2e86c57 commit e387790
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 5.cosmovisor.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

In this guide, you will find step-by-step instructions for downloading, compiling, and installing Cosmovisor on your BitCanna node on the MAINNET. We have provided the simplest methods for installation, so you can quickly and easily get Cosmovisor running on your node.

When a new version of the `bcnad` binary is released and governance has approved for it to take place, instructions on how to implement the upgrade with Cosmovisor are [included on the releasepage on GitHub](https://github.com/BitCannaGlobal/bcna/releases/tag/v4.0.1).
When a new version of the `bcnad` binary is released and governance has approved for it to take place, instructions on how to implement the upgrade with Cosmovisor are [included on the releasepage on GitHub](https://github.com/BitCannaGlobal/bcna/releases/tag/v4.0.2).

If you have any questions or find anything unclear when reading through this guide, don’t hesitate to reach out to us on Discord. Also, if you have any suggestions for improvement, we welcome you to make a pull request!

Expand Down Expand Up @@ -154,19 +154,19 @@ Show Cosmovisor's version.
```bash
cosmovisor run version
```
It must return `v4.0.1`
It must return `v4.0.2`

The output should look like this:
```go
20:27PM INF running app args=["version"] module=cosmovisor path=/home/user/.bcna/cosmovisor/upgrades/stickyfingers
4.0.1
4.0.2
```
* Show BitCanna version: `bcnad version` Must show the same version as above
* Show Cosmovisor sync info and status: `cosmovisor run status`

### 5.) Done.
Congratulations, you have installed Cosmovisor on your BitCanna node. Future upgrades of the binary's will be handled by Cosmovisor. Instructions to prepare Cosmovisor for an upcoming chain-upgrade will be provided on the release page.
An example can be found [here](https://github.com/BitCannaGlobal/bcna/releases/tag/v4.0.1)
An example can be found [here](https://github.com/BitCannaGlobal/bcna/releases/tag/v4.0.2)

## Reminder
In the future, you must use the `cosmovisor` command instead of the `bcnad` command if you want to perform **service related** commands.
Expand Down

0 comments on commit e387790

Please sign in to comment.