Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vizualni authored Aug 1, 2022
1 parent 90f7c80 commit b8f0455
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ N/A
To get the latest `palomad` binary:

```shell
wget -O - https://github.com/palomachain/paloma/releases/download/v0.4.1-alpha/paloma_0.4.1-alpha_Linux_x86_64.tar.gz | \
wget -O - https://github.com/palomachain/paloma/releases/download/v0.5.0/paloma_0.5.0_Linux_x86_64.tar.gz | \
sudo tar -C /usr/local/bin -xvzf - palomad
sudo chmod +x /usr/local/bin/palomad
# Required until we figure out cgo
Expand All @@ -53,15 +53,15 @@ sudo wget -P /usr/lib https://github.com/CosmWasm/wasmvm/raw/main/api/libwasmvm.

If you're upgrading to the most recent version, you will need to stop `palomad` before copying the new binary into place.

**If you're upgrading from an older version to v0.4.1 do the following:**
**If you're upgrading from an older version to v0.5.0 do the following:**

1. Stop your paloma version and get 0.4.1
1. Stop your paloma version and get 0.5.0
```
service palomad stop
wget -O - https://github.com/palomachain/paloma/releases/download/v0.4.1-alpha/paloma_0.4.1-alpha_Linux_x86_64.tar.gz | tar -C /usr/local/bin -xvzf - palomad
wget -O - https://github.com/palomachain/paloma/releases/download/v0.5.0/paloma_0.5.0_Linux_x86_64.tar.gz | tar -C /usr/local/bin -xvzf - palomad
```

2. Delete the old database and get the snapshot genesis and the updated addrbook. Start paloma 0.4.1
2. Delete the old database and get the snapshot genesis and the updated addrbook. Start paloma 0.5.0
```
palomad tendermint unsafe-reset-all --home $HOME/.paloma
wget -O ~/.paloma/config/addrbook.json https://raw.githubusercontent.com/palomachain/testnet/master/paloma-testnet-6/addrbook.json
Expand Down

0 comments on commit b8f0455

Please sign in to comment.