Skip to content

Commit

Permalink
Move the addrbook and genesis get after unsafe-reset (#369)
Browse files Browse the repository at this point in the history
Thanks to the community of pigeons for letting us know!
  • Loading branch information
taariq authored Jul 29, 2022
1 parent c4f8aef commit 5e893a8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,17 @@ If you're upgrading to the most recent version, you will need to stop `palomad`

**If you're upgrading from v0.3.0 to v0.4.0 do the following:**

1. Stop paloma 0.3.0 and get 0.4.0
```
service palomad stop
wget -O - https://github.com/palomachain/paloma/releases/download/v0.4.0-alpha/paloma_0.4.0-alpha_Linux_x86_64.tar.gz | tar -C /usr/local/bin -xvzf - palomad
wget -O ~/.paloma/config/genesis.json https://raw.githubusercontent.com/palomachain/testnet/master/paloma-testnet-6/genesis.json
wget -O ~/.paloma/config/addrbook.json https://raw.githubusercontent.com/palomachain/testnet/master/paloma-testnet-6/addrbook.json
```

#delete the old database
2. Delete the old database and get the snapshot genesis and the updated addrbook. Start paloma 0.4.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
wget -O ~/.paloma/config/genesis.json https://raw.githubusercontent.com/palomachain/testnet/master/paloma-testnet-6/genesis.json
service palomad start
```

Expand Down

0 comments on commit 5e893a8

Please sign in to comment.