> 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/testnet/bitcanna/upgrade.md).

# upgrade

### Use Auto Upgrade For Bitcanna-Devnet

### Download script for auto upgrade

```
cd $HOME
wget https://raw.githubusercontent.com/konsortech/Node/main/Testnet/Bitcanna/upgrade/v2.0.1-rc8.sh
chmod +x v2.0.1-rc8.sh
```

### Use Screen

```
screen -S bitcanna-upgrade
./v2.0.1-rc8.sh
```

### You will see result

```
 YOUR NODE WILL BE UPDATED TO VERSION: v2.0.1-rc8 ON BLOCK NUMBER: 2050420

2045401 (5019 blocks left)
2045402 (5018 blocks left)
2045403 (5017 blocks left)
2045404 (5016 blocks left)
2045405 (5015 blocks left)
2045406 (5014 blocks left)
2045407 (5013 blocks left)
2045408 (5012 blocks left)
2045409 (5011 blocks left)
2045409 (5011 blocks left)
2045410 (5010 blocks left)
2045411 (5009 blocks left)
2045412 (5008 blocks left)
2045413 (5007 blocks left)
2045414 (5006 blocks left)
2045415 (5005 blocks left)
2045416 (5004 blocks left)
2045417 (5003 blocks left)

```

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

```
ctrl a+d
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.konsortech.xyz/node/testnet/bitcanna/upgrade.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
