> For the complete documentation index, see [llms.txt](https://learn.mvs.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.mvs.org/miner-guides/mining/miners-list-and-fees.md).

# Miners List and Fees

These are available **miners for Metaverse Hyperspace**. Mining software developer fees are also presented in the table below. Usually, each mining software sends mining rewards to the developer's wallet every hour for a short period of time.

|    Miner Name    |  Fees  |                       Github                      |
| :--------------: | :----: | :-----------------------------------------------: |
|   Pheonix miner  |  0.65% |  <https://github.com/Ethermine-pool/PhoenixMiner> |
|     Lolminer     |  0.7%  | <https://github.com/Lolliedieb/lolMiner-releases> |
|      Gminer      |  0.65% |  <https://github.com/develsoftware/GMinerRelease> |
|       T-rex      |   1%   |        <https://github.com/trexminer/T-Rex>       |
|   TeamRedMiner   |   1%   |      <https://github.com/todxx/teamredminer>      |
|     Ethminer     |   0%   |   <https://github.com/ethereum-mining/ethminer>   |
|     Nanominer    |   1%   |      <https://github.com/nanopool/nanominer>      |
|      Nbminer     |   1%   |       <https://github.com/NebuTech/NBMiner>       |
|      Bminer      |  0.65% |        <https://github.com/nanopool/bminer>       |
| Hyperspace miner | -0.05% |                        TBA                        |


---

# 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:

```
GET https://learn.mvs.org/miner-guides/mining/miners-list-and-fees.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.
