Skip to content
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