# Machine requirement

To ensure compatibility and optimal performance, machines joining the NetMind Power network must meet the following requirements:

## Operating System

1. ubuntu 16.04
2. ubuntu 20.04
3. ubuntu 22.04

***

## GPU Driver

Nvidia Driver version r525 and above.

You can find your Nvidia driver version by following this [link.](https://www.cyberciti.biz/faq/check-print-find-nvidia-driver-version-on-linux-command/)

***

## GPU model type

We only support Nvidia GPU now.

| Tesla                                                                                 | Titan                                                                                      | RTX                                                                                                                                                                                                                                                                                            | GTX                                                                                                                                |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| <p>A100(80GB) </p><p>A100(40GB) </p><p>V100(32GB)</p><p>V100(16GB)</p><p>M60(16G)</p> | <p>Titan RTX(24GB)</p><p>Titan V(12GB)</p><p>Titan Xp(12GB)</p><p>Titan X Pascal(12GB)</p> | <p>RTX 4090(24GB)</p><p>RTX 3090 Ti(24GB)</p><p>RTX 3090(24GB)</p><p>RTX 3080(10GB)</p><p>RTX 8000(48GB)</p><p>RTX 6000(24GB)</p><p>RTX 2080 Ti(11GB)</p><p>RTX 3070(8GB)</p><p>RTX 2080 Super(8GB)</p><p>RTX 3060(12GB)</p><p>RTX 2080(8GB)</p><p>RTX 2070(8GB)</p><p>RTX 2060 Super(8GB)</p> | <p>GTX 1080 Ti(11GB)</p><p>GTX 1080(8GB)</p><p>GTX 1070 Ti(8GB)</p><p>GTX 1070(8GB)</p><p>GTX 1660 Ti(6GB)</p><p>GTX 1060(6GB)</p> |

***

## Total CPU memory

Larger than the total GPU memory

***

## CPU MHz

2Ghz and above

***

## Available Disk storage

Over 500GB per GPU or 2TB per machine, XFS format with pquota option enabled, mounted on the root or '/data'

***

## Internet bandwidth requirement

More than 100Mbp

{% hint style="info" %}
We will actively check your bandwidth after you join the network. Bandwidth speed lower than 100Mbp will lead to a lower NMT reward.&#x20;
{% endhint %}

***

## Future Plans

Please note that as our platform continues to evolve, we will release more supported hardware standards in the future. We appreciate your interest in contributing to the NetMind Power Distributed AI Model Training Platform.

By joining our network and meeting the specified hardware requirements, you will not only help us expand our computing resources but also gain rewards in the form of our token, which can be utilized for model training on our platform.


---

# 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://netmind-power.gitbook.io/netmind-power-documentation/add-machines/machine-requirement.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.
