> For the complete documentation index, see [llms.txt](https://faq.rollercoin.com/rollercoin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.rollercoin.com/rollercoin/f.a.q./homepage/12.-my-block-reward-is-zero-0.00000-what-to-do.md).

# 12. My Block Reward is zero (0.00000), what to do?

When you first start playing Rollercoin, your earnings will be displayed in the default currency, typically BTC. However, if you prefer to view your earnings in a different currency, such as DOGE or ETH, you will need to manually update your wallet settings to reflect this preference.

The wallet section can be found in the upper-right corner of the screen, where you can manage your earnings, withdrawals, and other financial transactions within the game.

<figure><img src="/files/C4EBog5Pk5ZwXxFSgX2N" alt="" width="333"><figcaption></figcaption></figure>

Once you have updated your wallet settings, you will be able to see the Block Reward you have earned in the currency of your choice.

{% hint style="warning" %}
**Please note: if your mining power is too low, you won’t be able to see your Block Reward.**&#x20;

**In this case, we recommend reconsidering the coin you have chosen for mining or increasing your mining power by playing more games and acquiring more miners!**
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://faq.rollercoin.com/rollercoin/f.a.q./homepage/12.-my-block-reward-is-zero-0.00000-what-to-do.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
