# Install and Configure Validator

System requirements UBUNTU 16,18,20(,22)

To install the validator it is necessary to download the `installer_qrandom.sh` script&#x20;

`wget https://raw.githubusercontent.com/quantum-sp8de/quantra-installer/master/install_qrandom.sh`

Run it as administrator&#x20;

<figure><img src="/files/qHM7lnifAPkdWjoxIudZ" alt=""><figcaption></figcaption></figure>

The validator parameter is used to run it&#x20;

<figure><img src="/files/mrWhYleH7Y5mUkoAr3nW" alt=""><figcaption></figcaption></figure>

Then the installation begins.

<figure><img src="/files/ZL0d8QiiZ2sp3dApoZcM" alt=""><figcaption></figcaption></figure>

The script will also download the dealt config and genesis.json file to the same directory as the script itself.

It is necessary to edit the config to add validator parameters (name and key) as well as other necessary network parameters.

```
signature-provider=<EOS  … >=KEY:5j****
producer-name=<account name>
```

After changing the config, you can start node. The validator must also be registered via cleos.

```
cleos -u <NODE_ADDRESS> system regproducer <producer-name> <EOS...>
```


---

# 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://sp8de-docs.gitbook.io/s-p-8-d-e-or-white-paper/install-and-configure-validator.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.
