> For the complete documentation index, see [llms.txt](https://docs.konsortech.xyz/node/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.konsortech.xyz/node/mainnet/bitcanna/upgrade.md).

# Upgrade

### Use Auto Upgrade For Bitcanna

### Download script for auto upgrade

```
cd $HOME
wget https://raw.githubusercontent.com/konsortech/Node/main/Mainnet/Bitcanna/Upgrade/v3.0.0.sh
chmod +x v3.0.0.sh
```

### Use Screen

```
screen -S bitcanna-upgrade
./v3.0.0.sh
```

### You will see result

```
 YOUR NODE WILL BE UPDATED TO VERSION: v3.0.0 ON BLOCK NUMBER: 12288420
```

### Quit Screen and you can sleep as well :)

```
ctrl a+d
```
