# Mining on Android

![](https://camo.githubusercontent.com/8321934519b782aa59679b76750d86b753fb7754d80c9a99302b2845a4902d58/68747470733a2f2f7062732e7477696d672e636f6d2f6d656469612f4535627533784e58774155764534443f666f726d61743d6a7067266e616d653d6d656469756d)

Mining on Android smartphones is surprisingly effective, with flagship models netting several KH/s. The power / hash/s ratio is also quite astonishing, and best of all, it's super easy to do!

Simply follow these two steps to start mining:

Download Termux

<https://play.google.com/store/apps/details?id=com.termux&hl=en&gl=US>

Then run

```
bash <(curl -s https://raw.githubusercontent.com/kryptokrona/xmrig-android/main/install.sh)
```


---

# 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.kryptokrona.org/mining/mining-on-android.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.
