# Install A Local Node

{% hint style="info" %}
Installing a node takes only a few minutes. *The easiest way to deploy a persistent node that will be "always-on" is using a VPS service in the cloud.*
{% endhint %}

## Run a Mainnet or Testnet Node

### Mainnet

Running a mainnet node allows for participation in Taraxa's growing ecosystem either as a [validator](https://taraxa.gitbook.io/taraxa-network/become-a-validator) or as a node for relay, end users and applications.

### Testnet

Running a testnet node helps to ensure the continued improvement of the Taraxa protocol.   By [registering your node on the community site](https://taraxa.gitbook.io/taraxa-network/node-setup/proof_owership) you guarantee your node participates in testnet consensus as a validator and has the chance to earn rewards for helping improve Taraxa.

## Minimal Requirements

* CPU: 4vCPU
* RAM: 8 GB
* DISK SPACE: 250 GB

## Local Machine Installation

{% content-ref url="testnet\_node\_setup-1/windows" %}
[windows](https://taraxa.gitbook.io/taraxa-network/node-setup/testnet_node_setup-1/windows)
{% endcontent-ref %}

{% content-ref url="testnet\_node\_setup-1/linux" %}
[linux](https://taraxa.gitbook.io/taraxa-network/node-setup/testnet_node_setup-1/linux)
{% endcontent-ref %}

{% content-ref url="testnet\_node\_setup-1/mac" %}
[mac](https://taraxa.gitbook.io/taraxa-network/node-setup/testnet_node_setup-1/mac)
{% endcontent-ref %}


---

# 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://taraxa.gitbook.io/taraxa-network/node-setup/testnet_node_setup-1.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.
