# Web PoP Miner (deprecated)

{% hint style="warning" %}
**Support for the Web PoP Miner has since been deprecated.** \
\
To learn more about how we implemented the application, feel free to view our codebase here: <https://github.com/hemilabs/web-pop-miner>\
\
Follow our [CLI PoP Miner guide](/how-to-tutorials/using-hemi/pop-mining/setup-part-1.md) to run a PoP Miner.
{% endhint %}

***

## 🌐 Overview

* The web PoP miner was designed for ease of use, allowing users of any experience level to test and run their own PoP miner.&#x20;
* Due to its lightweight nature, it required no specific hardware, making it accessible from any standard computer.&#x20;
* While it was not intended for long-term mining operations, it served as an excellent entry point for users interested in transitioning to the more durable CLI version, providing an introduction to Hemi's architecture and its unique integration with the Bitcoin network.

***

## 🔐 Security Note

{% hint style="warning" %}

* The web miner uses the same secure code as the CLI miner. However, it also relies on your web browser, which introduces additional security risks.&#x20;
* When transitioning to the CLI PoP Miner, **it is recommended to generate a new public key.** Private key information obtained via the web PoP Miner, although encrypted, is not fully secure and is not meant for extended mining operations.&#x20;
  {% endhint %}


---

# 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.hemi.xyz/how-to-tutorials/using-hemi/pop-mining/web-based-pop-miner.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.
