> 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/mainnets/quicksilver/upgrade.md).

# Upgrade

***🟢UPDATE🟢*****&#x20;09.05.25**

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

```python
cd $HOME
wget -O quicksilverd https://github.com/quicksilver-zone/quicksilver/releases/download/v1.8.1/quicksilverd-v1.8.1-amd64
chmod +x quicksilverd
mv $HOME/quicksilverd $(which quicksilverd)
quicksilverd version --long | grep -e commit -e version
#version v1.8.1
#commit d998af810147d0d45e29e4ae19aff41569d834ca
sudo systemctl restart quicksilverd && sudo journalctl -fu quicksilverd -n100 -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>
