Skip to content

Commit

Permalink
Update 2.3.cosmovisor.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulBernal authored May 2, 2023
1 parent 9201ea8 commit b42ab8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 2.3.cosmovisor.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ It should show something like:
2) Create directories for next upgrades
```
mkdir -p ${HOME}/.bcna/cosmovisor/upgrades/ruderalis/bin
mkdir -p ${HOME}/.bcna/cosmovisor/upgrades/strangebuddheads/bin/
mkdir -p ${HOME}/.bcna/cosmovisor/upgrades/strangeBuddheads/bin/
mkdir -p ${HOME}/.bcna/cosmovisor/upgrades/trichomemonster-ica/bin/
```

Expand Down Expand Up @@ -103,7 +103,7 @@ chmod +x bcnad
```
Move the newly built binary to the upgrades directory.
```
mv ./bcnad ${HOME}/.bcna/cosmovisor/upgrades/strangebuddheads/bin/
mv ./bcnad ${HOME}/.bcna/cosmovisor/upgrades/strangeBuddheads/bin/
```

3c) **Download & copy the last version `v.1.5.3` to the upgrades folder**.
Expand Down Expand Up @@ -144,7 +144,7 @@ mv ./bcnad ${HOME}/.bcna/cosmovisor/upgrades/trichomemonster-ica/bin/
```
* If you are going to sync using **(advanced users)** a snapshot file, StateSync or other you should point to the last version (v1.4.5)
```
ln -sfn ${HOME}/.bcna/cosmovisor/upgrades/strangebuddheads ${HOME}/.bcna/cosmovisor/current
ln -sfn ${HOME}/.bcna/cosmovisor/upgrades/strangeBuddheads ${HOME}/.bcna/cosmovisor/current
```
5) To check if everything is OK, run:
```
Expand All @@ -153,7 +153,7 @@ ls .bcna/cosmovisor/ -lh
The output should look like this:
```
total 8.0K
lrwxrwxrwx 1 user user 35 Jan 14 20:16 current -> /home/user/.bcna/cosmovisor/upgrades/strangebuddheads
lrwxrwxrwx 1 user user 35 Jan 14 20:16 current -> /home/user/.bcna/cosmovisor/upgrades/strangeBuddheads
drwxrwxr-x 3 user user 4.0K Jan 14 20:09 genesis
drwxrwxr-x 4 user user 4.0K Jan 14 20:15 upgrades
```
Expand Down

0 comments on commit b42ab8a

Please sign in to comment.