Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #480

Merged
merged 4 commits into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions 1.install-compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ If we don't raise this value, nodes will crash once the network grows large enou
```
## Option 1. Download and install the last binary
By downloading the binary we avoid compiling the source code.
1. Download the latest version (v4.0.1) from Github:
1. Download the latest version (v4.0.2) from Github:
```
cd $HOME
wget -nc https://github.com/BitCannaGlobal/bcna/releases/download/v4.0.1/bcnad_linux_amd64.tar.gz
wget -nc https://github.com/BitCannaGlobal/bcna/releases/download/v4.0.2/bcnad_linux_amd64.tar.gz
```
2. Check the sha256sum for the downloaded file.
```
sha256sum bcnad_linux_amd64.tar.gz
```
It must return: `c2dcb6842e2e83ba5fe9b526899650d5e69aff3b3d7721e050e09dc84c74a92b`

3. Verify that the version is `4.0.1`
3. Verify that the version is `4.0.2`
```
rm -f ./bcnad #delete old file if exist
tar zxvf bcnad_linux_amd64.tar.gz
Expand Down Expand Up @@ -82,14 +82,14 @@ The official instructions can be found here: https://golang.org/doc/install
```
git clone https://github.com/BitCannaGlobal/bcna.git
cd bcna
git checkout v4.0.1
git checkout v4.0.2
make build #it build the binary in build/ folder
```
6. Verify the version:
```
build/bcnad version
```
The output must be `4.0.1`
The output must be `v4.0.2`

7. You now have two options:
* Move the binary to the /usr/local/bin path with:
Expand Down
4 changes: 2 additions & 2 deletions 2.2.snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For this step, its necessary that you have followed [this manual](https://github
```
bcnad version
```
The output must be: `v4.0.1`
The output must be: `v4.0.2`

If you are using Cosmovisor,
```
Expand All @@ -38,7 +38,7 @@ The output must be:
```
cosmovisor run version
11:11AM INF running app args=["version"] module=cosmovisor path=/home/user/.bcna/cosmovisor/upgrades/ganjarevolutionburn/bin/bcnad
4.0.1
4.0.2
```
### 2. Initialize the folders
If you are a new user, you must initialize the folders:
Expand Down
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

BitCanna provides a decentralized payment network, supply chain and trust network for the legal cannabis industry by utilizing the BCNA coin.

> [Current version (v4.0.1)](https://github.com/BitCannaGlobal/bcna/releases/tag/v4.0.1) of our development uses Cosmos SDK v0.50.10 & CometBFT v0.38.15 & IBC-go v8.5.2
> [Current version (v4.0.1)](https://github.com/BitCannaGlobal/bcna/releases/tag/v4.0.2) of our development uses Cosmos SDK v0.50.10 & CometBFT v0.38.15 & IBC-go v8.5.2

These docs at Github are chain related. For more information about our coin, partners and roadmap visit:
* Our website: https://www.bitcanna.io
Expand Down Expand Up @@ -41,7 +41,7 @@ Here are the minimal hardware configs required for running a validator/sentry no
| 10th May 2024 16.55h CET | 13.846.420 | [v3.1.0](https://github.com/BitCannaGlobal/bcna/releases/download/v3.1.0/bcna_linux_amd64.tar.gz) | [Link](https://github.com/BitCannaGlobal/bcna/releases/tag/v3.1.0) | [Doc](https://github.com/BitCannaGlobal/bcna/blob/main/last_upgrade.md) |
| 25th Nov 2024 17.20h CET | 16.782.000 | [v4.0.1](https://github.com/BitCannaGlobal/bcna/releases/download/v4.0.1/bcnad_linux_amd64.tar.gz) | [Link](https://github.com/BitCannaGlobal/bcna/releases/tag/v4.0.1) | [Doc](https://github.com/BitCannaGlobal/bcna/blob/main/last_upgrade.md) |

> Current version: https://github.com/BitCannaGlobal/bcna/releases/tag/v4.0.1
> Current version: https://github.com/BitCannaGlobal/bcna/releases/tag/v4.0.2

# How to join `bitcanna-1` chain
> Tip: At the end of this doc, you will find links with important info
Expand Down
Loading