# DECENOMY Multinode Script

This script was created to manage all coins related to DECENOMY, making it easy to handle masternode multinode installations and maintenance. With this tool, it's possible to:

* Easily manage the masternodes multinode of different coins in each system
* Track the status of your wallet
* &#x20;Check masternode status with Explorer
* &#x20;Perform maintenance tasks such as wallet updates, bootstraps, and connection management<br>

The script will always have the latest wallet coin versions available as soon as they are released on each Github repo, which is handy and avoids the need to re-release the script each time.

### Install and launch

The script was designed to be installed on pre-purchased Virtual Private Servers (VPS) running a Linux distribution.\
\
To install and run the script for the first time, copy and paste the full command below into a terminal prompt with root privileges:

**`wget -q https://raw.githubusercontent.com/decenomy/mnscript/main/decenomy.sh && bash decenomy.sh`**

After the first run, the script will convert the file " *decenomy.sh "* into an executable file named decenomy. Therefore, the user can simply type the following command at the terminal prompt to run the script the next time:\
\
\&#xNAN;**`./decenomy`**\
\
This aligns with our commitment to providing a simple and user-friendly experience with this tool.\
\
\
A tutorial on how to easily install and deploy a Masternode using this DECENOMY Multinode Script can also be found on this website, please follow the link - [<mark style="color:blue;">**Masternode Multinode easy deploy**</mark>](/~/changes/cMMox3E7bzO8B85zKCiu/tutorials/decenomy-masternodes/masternode-multinode-easy-to-deploy.md)\
\
The code of this script is available on our GitHub in a specific repository\
[*<mark style="color:blue;">**https://github.com/decenomy/mnscript**</mark>*](https://github.com/decenomy/mnscript)<br>


---

# 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://docs.decenomy.net/~/changes/cMMox3E7bzO8B85zKCiu/tutorials/decenomy-multinode-script.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.
