> For the complete documentation index, see [llms.txt](https://docs.bbscoin.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bbscoin.org/mining.md).

# Mining

**Official Mining Pool:** <https://pool.bbscoin.click/>

**Mining Pool Host Address:** mine.bbscoin.click (*Host to use/connect in mining software.*)

**Mining Ports**

| Connection Port | Starting Difficulty | Description                |
| --------------- | ------------------- | -------------------------- |
| 3334            | 10000               | Low end hardware           |
| 3335            | 20000               | Low end hardware           |
| 3336            | 50000               | Low end hardware           |
| 5556            | 100000              | Mid range hardware         |
| 7778            | 500000              | High end hardware          |
| 8889            | 2500000             | Professionals and NiceHash |

#### Configuration tip

For optimal mining efficency use static difficutly. You can activate static difficutly by adding ".desiredDifficutly" to your walletid. You can use any of the above ports for static difficutly.<br>

A good static difficutly would be 40 \* hashrate. Example for 1250H/s:

**Ex.:**`fyTpS7UgsfTJaGWxKoBcYNAie7ZXkia8UKarA8mAEnusGpM1JQPAzvFd6S8fpDR7WgEN9wTVL6vdBe3PjPmqafpm2PogvpQna.50000`

#### Mining Apps(there may be more around)

| XMR-Stak | CPU / GPU (choose bbscoin as currency) | [Github](https://github.com/fireice-uk/xmr-stak/releases) | [Reddit](https://www.reddit.com/r/Monero/comments/5lsfgt/xmrstakcpu_high_performance_open_source_miner/) | [Github](https://github.com/fireice-uk/xmr-stak) |
| -------- | -------------------------------------- | --------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | ------------------------------------------------ |
| XMRig    | CPU / GPU (set --variant=1)            | [Github](https://github.com/xmrig/xmrig/releases)         |                                                                                                          |                                                  |


---

# 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://docs.bbscoin.org/mining.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.
