> For the complete documentation index, see [llms.txt](https://stavr-team.gitbook.io/nodes-guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stavr-team.gitbook.io/nodes-guides/testnets/quicksilver/upgrade.md).

# Upgrade

***🟢UPDATE🟢*****&#x20;14.08.25**

*<mark style="color:yellow;">at Height -></mark>* 4728000

```python
cd $HOME
wget -O quicksilverd https://github.com/quicksilver-zone/quicksilver/releases/download/v1.9.3/quicksilverd-v1.9.3-amd64
chmod +x quicksilverd
mv $HOME/quicksilverd $(which quicksilverd)
quicksilverd version --long | grep -e commit -e version
#version: v1.9.3
#commit: 4c17c35aede79f9838b89a284515be908f07386d
sudo systemctl restart quicksilverd && sudo journalctl -fu quicksilverd -n1000 -ocat
#consensus
curl -s http://localhost:26657/consensus_state  | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'
```

&#x20;                              **GitHub**

<https://github.com/ingenuity-build/quicksilver/tags>
