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:

For Windows User

Download XMRig

Select and download the win64 version of the XMRig program.

Modify script

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

Contents of start.cmd file:

@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:

Double-click to run

Last updated