# Miner's portal

Please note this TApp has no mobile UI, you will need to use computer web browser to launch.

Miners can oversee their machines and CMLs through this TApp.

To commence mining, you'll require both a Machine ID and a CML.

## Machines

The Machine ID serves as a unique identifier for the hardware engaged in mining. As of December 2023, TEA Project exclusively supports AWS Nitro hardware. As there is no means to extract the secured hardware ID from AWS Nitro, feel free to generate a random ID (a Hex string) for your machine, ensuring its uniqueness.

### Register machine id

![Pasted image 20231219114913.png](/files/IiNNQgM9zUepCyyvbIS4)

Ensure that the Machine ID consists of 64 hex characters preceded by the "0x" prefix. The total length should be 66 characters.

![Pasted image 20231219115012.png](/files/KsvBttyYriXUjp2C3qk6)

Once the new machine id is accepted, you can see your machine id in the list.

### Transfer machine

You can be transferred to others.

![Pasted image 20231219115035.png](/files/MjPkN6Mvbd8pOnrLtnSe)

## Mining

### CMLs list

Under "Mining" tab, you can find all your CMLs.

![Pasted image 20231219125553.png](/files/44X7kFp4AXpCcXE1b94P)

Click for more detail on your CML

![Pasted image 20231219125612.png](/files/n2oV4osqqPUpaCfaTzf8)

For more about CML NFT, please go to [CML mining token](/_3_token/cml-tokens.md)

### Actions

There are three action buttons:

* \*\* Plant\*\*: Plant this CML seed to an empty machine to start mining
* **Unplant**: Stop mining, and remove the CML from the machine
* **View miner's logs**: Review logs


---

# 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://docs.teaproject.org/_2_user_manual/_5_miners-portal.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.
