# Mining on GPU

This tutorial is currently only available for Windows, which is separate from the previous CPU and can be run together.

The mining pools currently supporting STC are as follows:

<table><thead><tr><th width="180" align="center"></th><th width="166" align="center">Kelepool</th><th width="167" align="center">Dxpool</th><th width="173" align="center">Poolin</th><th align="center">ViaBTC</th></tr></thead><tbody><tr><td align="center"></td><td align="center"><a href="https://www.bixin.im/">Click</a></td><td align="center"><a href="https://www.dxpool.com/register/phone">Click</a></td><td align="center"><a href="https://www.poolin.com/">Click</a></td><td align="center"><a href="https://www.viabtc.com/signup">Click</a></td></tr><tr><td align="center">Pool Address</td><td align="center"><p>ccc.zxxx123.com</p><p>port: 22</p></td><td align="center"><p>stc.ss.dxpool.net</p><p>port: 9977 </p></td><td align="center"><p>stc.ss.poolin.com</p><p>port: 443</p></td><td align="center"><p>stc.viabtc.com</p><p>port: 3005</p></td></tr><tr><td align="center">Initial Difficulty</td><td align="center">7000</td><td align="center">10000</td><td align="center"><p>8192</p><p>Adjustable, for example, fill in the password: fixed=3000</p></td><td align="center">Adjustable, for example, fill in the password: d=3000</td></tr></tbody></table>

## For Windows User

### Download XMRig <a href="#bwkcd" id="bwkcd"></a>

* Nvidia: <https://github.com/xmrig/xmrig-nvidia/releases/latest>​
* Amd: <https://github.com/xmrig/xmrig-amd/releases/latest>​

Select and download the win64 version of the XMRig program.

![](/files/Ur3U1t3WwpLsEMCN3yP0)

### Modify script <a href="#otcrt" id="otcrt"></a>

After downloading the XMRig program, unzip and right-click to "edit" the `start.cmd` file.

![](/files/Uf0oRDzMP2DtzHzjpKsy)

Contents of `start.cmd` file:

```powershell
@echo off
xmrig-nvidia.exe --donate-level 1 -a cn/r -o ccc.zxxx123.com:22 -u an.1 -p x -k --user-agent Ibctminer/1.0.0
pause
```

The modified result is shown in the following figure:

![](/files/VVUB3RSnAQfU0ASIy0Ai)

### Double-click to run <a href="#occsi" id="occsi"></a>

![](/files/BRVx80EpKSa0bEegylwx)

​

​


---

# 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://wiki.starcoin.movemove.org/english/mining/mining-on-gpu.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.
