# Centre Node Updater

Our aim is to lower the difficulty of connecting/using the Credits Blockchain and therefore we created a small tool that greatly improves downloading a new node or updating a existing node.

{% hint style="warning" %}
Please use this script on your own responsibility.

The Code can be verified or audited on Github
{% endhint %}

> <https://github.com/akaitrade/Centre-Node-Updater>

## Usage&#x20;

The way to use this script is very easy

* Download the script  [nodeupdate.sh](https://github.com/akaitrade/Centre-Node-Updater/blob/main/nodeupdate.sh)
* Place the  nodeupdate.sh besides the csnode folder for updating or on the place where you want to have the node software installed.
* Run this command: `sudo sh ./nodeupdate.sh`
* The Program will guide you thru the next steps.

{% hint style="danger" %}
Always double check the given package number from the updater if this is the correct one !
{% endhint %}

## Screenshots

<div align="center"><img src="/files/-Mh_ajYR1hg13q6adTZ9" alt="When the Updater did not detect a csnode folder "></div>

![When the updater is going to update the software](/files/-Mh_amgJfbUcKOgFOKki)


---

# Agent Instructions: 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:

```
GET https://centr.gitbook.io/netcs/products/centre-node-updater.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
