# Overview

**Bitcoin Deminer** is a game used to find a private key for a golden Bitcoin address with a non-zero balance.

It offers a unique experience of timeless mathematical approaches and interpretations. It is a bridge between the past and the future. We are just starting our journey towards a new level of development. We are ready... all that remains is to add value to creation!

{% hint style="info" %}
Remember... 1 Bitcoin is always equal to 1 Bitcoin.
{% endhint %}

## Tips

***

1. This is a partial graphical representation of a SHA-256 private key.
2. For each epoch, 21,000,000 satoshis will be sent to the designated Bitcoin legacy address.
3. The epoch will occur approximately every 21 weeks to avoid a brute-force attack.
4. The probability of finding a golden address private key increases with each win.
5. There are also smaller rewards – keep an eye on the balance after each win message.


---

# 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.deminer.net/overview.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.
