# Miners' table

At the top of the table, you'll see two types of miners:

* **Imported:** These are miners you have manually added with complete information, allowing full management and control.
* **Unimported:** These are newly detected miners that the system has found but haven't been fully configured. To manage them, navigate to the "Unimported" section and complete the required details for import. [More details](https://help.moonone.io/getting-started/mass_import_miners)

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

## Statuses

Also at the top of the table, you'll see several statuses of miners. Each status gives insight into the miner's condition, aiding timely actions for stability and efficiency. Here are the key status definitions:

:green\_circle: **Active:** The miner is fully operational and performing as expected.

:yellow\_circle: **Lowhash:** The miner's hashrate is below expected levels.\
Triggered when:

* Overall hashrate is **≥5% below** the manufacturer's specs.
* Any board performs **≥15% below** spec (if not marked under repair).

:orange\_circle: **Hanged:** The miner has become unresponsive due to a software crash or hardware failure.

:red\_circle: **Offline:** The miner is disconnected from the network or powered off, making it inaccessible for remote management.

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

## Miners' details

The table provides detailed information about your mining devices, including:

* **Index:** A unique location for each miner.
* **SN:** Serial number for tracking the miner.
* **Model:** The model type of the miner.
* **Submodel:** A specific variant of the miner model, indicating differences in hardware.
* **Mode:** Operational mode currently set for the miner.
* **24h Graph:** A visual representation of mining performance over the last 24 hours.
* **Avg:** Average hashrate over a set measurement period.
* **5s:** Hashrate performance averaged over the last 5 seconds.
* **PCBs Hashrate:** The individual hashrate generated by each mining board.
* **Fans speed:** Current speed of the cooling fans, important for temperature regulation.
* **T:** Current max temperature of the miner.
* **Eff:** Efficiency of the mining process.
* **Active Pool:** The current mining pool the device is connected to.
* **Worker:** The individual worker designation within the mining pool.
* **Uptime:** Duration the miner has been running continuously.
* **FW:** current firmware version.
* **Options:** Management actions for each miner, including Power Control, viewing tasks, and client information (email and status).

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

***

#### We're always available! <a href="#were-always-available" id="were-always-available"></a>

Chat with us on [Telegram](https://t.me/moondmc_bot).


---

# 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://help.moonone.online/dashboard/miners-table.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.
