> For the complete documentation index, see [llms.txt](https://aiomine.gitbook.io/aio-mine/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aiomine.gitbook.io/aio-mine/gpu-mining-example.md).

# GPU Mining Example

Try these commands to get the hang of it!

{% hint style="danger" %}
Here we use **nvidia-docker** to start Docker containers this will enable access to the GPU

You cannot mine with using **nvidia-docker** to start the container.
{% endhint %}

```bash
nvidia-docker run -it cryptoandcoffee/nvidia-docker-ccminer-tpruvot-c10 -a x17 --benchmark
```

{% hint style="info" %}
Press **CTRL-C** to stop mining at any time
{% endhint %}
