# Hardware Specs

{% hint style="info" %}
Adhering to minimum technical standards is crucial. Failing to meet these can affect the entire network performance and lead your Delegate node being probed for six blockchain epochs without reward, if it's unable to generate blocks on time.
{% endhint %}

### **Recommended Hardware Specifications**

For optimal performance, especially during high blockchain traffic, consider the following recommended setup. This ensures reliability and efficiency for your delegate infrastructure, particularly if you aim to be a consistent block producer.

<table><thead><tr><th width="96">RAM</th><th width="178">STORAGE SPACE</th><th>DISK</th><th width="204">CPU</th><th>NETWORK</th></tr></thead><tbody><tr><td>64 GB</td><td>500 GB</td><td>SSD or Nvme</td><td>8 Cores, 2.4 Ghz, 64 bit</td><td>1 Gbit</td></tr></tbody></table>

{% hint style="info" %}
**Backup Node:** Implement at least one backup node for software updates and maintenance.
{% endhint %}

### **Software and Operational Guidelines**

<table><thead><tr><th width="219">OS</th><th width="200">Compilers</th><th>Tools</th><th>Software</th></tr></thead><tbody><tr><td>Debian Stretch Linux</td><td>Go-Lang > 1.18.5</td><td>Monitoring &#x26; Alerting</td><td>Docker</td></tr></tbody></table>

* Maintain 99.99% server uptime.
* Implement failover and data backup across different geolocations.
* Prioritize security with preventive measures.
* Regularly support and update node software.

### Redundancy and Security

A primary server with one or more backup servers, all secured behind a firewall, is advised. This configuration aids in uninterrupted operation during software upgrades.


---

# 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://delegates.iotex.io/introduction/hardware-specs.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.
