> For the complete documentation index, see [llms.txt](https://ciferai.gitbook.io/nodevalidator/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ciferai.gitbook.io/nodevalidator/1.-preparation.md).

# 1. Preparation

## System Requirements

Before setting up your Node, ensure your system meets the following prerequisites:

### Hardware Requirements

* **CPU: Minimum of 4 cores** (Recommend 8 cores or more)
* **Memory (RAM): Minimum of 8 GB** (Recommend 16 GB or more)
* **Storage: Minimum of 500 GB SSD** (Recommend 1 TB SSD or more) Additional space may be needed depending on anticipated chain growth.
* **Internet Connectivity:** Stable internet connection with **a minimum speed of 100 Mbps** (Recommended: High-speed at 1 Gbps)

### Software Requirements

* [**Go version 1.21.1:**](https://go.dev/dl/) Ensure you have a properly configured Go environment to build and run applications.
* [**Ignite CLI version 28.2.0:**](https://docs.ignite.com/welcome/install) Necessary for managing blockchain applications.
* [**Node.js version 16.0.0:**](https://nodejs.org/en/download/package-manager) Required for running JavaScript-based applications and scripts.
* [**GoMock version 1.6.0:**](https://github.com/golang/mock) Useful for testing Go applications by generating mock objects.
* [**Protocol Buffers version 21.7:**](https://github.com/protocolbuffers/protobuf) Essential for serializing structured data.


---

# 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://ciferai.gitbook.io/nodevalidator/1.-preparation.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.
