> For the complete documentation index, see [llms.txt](https://wiki.starcoin.movemove.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.starcoin.movemove.org/wa-jue/shi-yong-gpu-wa-jue.md).

# 使用 GPU 挖掘

本教程目前只有 Windows 版，和上一篇 CPU 分开的，可以一起跑；

目前支持 STC 的矿池如下：

<table><thead><tr><th width="150" align="center"></th><th width="191" align="center">可乐</th><th width="177" align="center">大象</th><th width="150" align="center">币印</th><th align="center">ViaBTC</th></tr></thead><tbody><tr><td align="center"></td><td align="center"><a href="https://www.bixin.im">点击前往</a></td><td align="center"><a href="https://www.dxpool.com/register/phone?refer=542717">点击前往</a></td><td align="center"><a href="https://www.poolin.com">点击前往</a></td><td align="center"><a href="https://www.viabtc.com/signup?refer=693440">点击前往</a></td></tr><tr><td align="center">矿池地址</td><td align="center"><p>ccc.zxxx123.com</p><p>端口：22</p></td><td align="center"><p>stc.ss.dxpool.net</p><p>端口：9977</p></td><td align="center"><p>stc.ss.poolin.com</p><p>端口：443</p></td><td align="center"><p>stc.viabtc.com</p><p>端口：3005</p></td></tr><tr><td align="center">初始难度</td><td align="center">7000</td><td align="center">10000</td><td align="center"><p>8192</p><p>可调节，例如密码处填：fixed=3000</p></td><td align="center">可调节，例如密码处填：d=3000</td></tr></tbody></table>

## 一、Windows用户 <a href="#zalot" id="zalot"></a>

### 1.1 下载软件 <a href="#bwkcd" id="bwkcd"></a>

N卡用户下载地址：<https://github.com/xmrig/xmrig-nvidia/releases/latest>

A卡用户下载地址：<https://github.com/xmrig/xmrig-amd/releases/latest>

选择和下载 win64 版本的 XMRig 程序。

![](/files/P16SljVjtpbV5Jwikzpr)

### 1.2 修改脚本 <a href="#otcrt" id="otcrt"></a>

下载 XMRig 程序后，解压并右键“编辑” `start.cmd` 文件。

![](/files/ltRdwY1G63AKYHdBwhis)

修改 start.cmd 文件的内容：

```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
```

修改后的结果如下图所示：

![](/files/b3bCZuqJ1VV7gkQrmTkv)

### 1.3 双击运行 <a href="#occsi" id="occsi"></a>

![](/files/IydIBzolapu1W8xISUQk)


---

# 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://wiki.starcoin.movemove.org/wa-jue/shi-yong-gpu-wa-jue.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.
