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 UPGRADE_V4.1.0.md #969

Open
wants to merge 1 commit into
base: upgrade-4.1.0
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions Mainnet/kichain-2/UPGRADE_V4.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ $DAEMON_HOME/cosmovisor/upgrades/v4/bin/kid version
sudo systemctl start cosmovisor

# check you are running the new binary - should return Mainnet-4.1.0
curl http://127.0.0.1:26657/abci_info | jq .result.response.version
curl -s http://127.0.0.1:26657/abci_info | jq .result.response.version
```

### Without Cosmovisor
To upgrade your node without using Cosmovisor, you need to follow these steps:
1. Download the provided client or build it as shown earlier.
2. Check that `kid version` returns "Mainnet-4.1.0"
3. Restart your validator
4. Check you are running the new binary: `curl http://127.0.0.1:26657/abci_info | jq .result.response.version`
4. Check you are running the new binary: `curl -s http://127.0.0.1:26657/abci_info | jq .result.response.version`


## Security
Expand Down