# Ethereum Classic挖礦教程

**一、幣種介紹**

ETC Ethereum Classic

[官網](https://ethereumclassic.org/)   [區塊瀏覽器](https://www.oklink.com/all-chain)

以太经典（Ethereum Classic，简称ETC）是在2016年7月20日，区块高度1920000执行硬分叉后的原链。以太经典 (ETC) 是原版以太坊的延续，保留了原有以太坊的代码规则和特色。它是一个基于区块链实现智能合约的去中心化平台，可以用来编程、分散、担保和交易任何事物，包括投票、金融、众筹、公司管理、合同和大部分的协议、知识产权、智能资产等，无需依赖第三方执行，不受各种人为干预，使交易变得直接快速。

&#x20;**二、支持的礦機簡介**

支持使用A卡/N卡（AMD显卡/NVIDIA英伟达显卡）挖矿；\
ASIC矿机：如茉莉X4，芯动A11系列矿机，蚂蚁E9Pro、E9等

**三、在SpiderPool礦池設置對應的子賬號和綁定錢包地址**

在SpiderPool（[www.spiderpool.com](https://www.spiderpool.com/)）註冊賬號，登錄後，在【我的面板】中，選擇挖礦幣種ETC，然後新建對應的子賬號，並且綁定錢包地址。 （如果沒有綁定的話，ETC會保留在你的賬戶余額中，直至綁定後的下次結算支付收益）

**四、設置挖礦參數，開始挖礦**

**ASIC矿机挖矿**\
ASIC礦機挖礦 在瀏覽器地址欄輸入礦機IP地址，進入礦機後臺，在礦機後臺設置以下信息：\
Pool 裏填：

1、URL下面任選一個都可以\
TCP備用端口：4443,8118\
stratum+tcp\://etc-us-ss.spiderpool.com:8008\
TLS備用端口：3011\
stratum+ssl://etc-us-ss.spiderpool.com:3010

2、「username」處輸入您在SpiderPool的挖礦子賬號（註意！不是錢包地址或者郵箱地址，是「第三「中設置的子賬戶），「worker」為礦工名，礦工名為自定義，可以是數字或字母組合，用戶名和礦工號使用英文句號「.」隔開，填寫完成後點擊「保存」。

**显卡挖矿**\
1、需要准备的设备\
一台PC电脑、挖矿程序、显卡矿机

2、下载挖矿软件\
T-Rex： <https://github.com/trexminer/T-Rex/releases/>\
Gminer：<https://github.com/develsoftware/GMinerRelease/releases/>\
lolMiner：<https://bitcointalk.org/index.php?topic=4724735.0>\
提示：以上链接中，包含“LINUX”字样为Linux软件，另一个包含“win”字样的为Windows软件，\
请根据自己的操作系统进行选择，下载对应版本。

3、配置挖矿软件\
（1）T-Rex：下载完成后，在解压文件夹中找到start.bat，使用记事本或者其他编辑器打开，修改如下：\
t-rex.exe -a ethash --coin etc -o stratum+tcp\://etc-us-ss.spiderpool.com:8008 -u username.worker -p x --fork-at etchash=epoch:390 pause

（2）Gminer：下载完成后，在解压文件夹中找到start.bat，使用记事本或者其他编辑器打开，修改如下：miner.exe --algo etchash --server etc-us-ss.spiderpool.com:8008 --user username.worker

（3）lolMiner：下载完成后，在解压文件夹中找到start.bat，使用记事本或者其他编辑器打开，修改如下：lolMiner.exe --algo ETCHASH --etc-us-ss.spiderpool.com:8008 --user username.worker pause

4、运行\
完成软件配置后双击start.bat，开始运行软件。

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcg7t115o9UM7pVmFDeNaE4NuF9OSu5bbR2LQ4wS60mtQn_jNhUdutJiSCvaXlZKU35PPDu3eyig4O0yvmaSDbcUSeGu-Sa5pwK2e54dKwccuv-YsyAcAeuO7-6tp4ZgU0wiNOZULeHaRe3tfC23vMde-iK?key=lL6imOytBrCkndsnt0RZmw" alt=""><figcaption></figcaption></figure>

**五、算力監控及收益查看**

礦機大約運行10-15分鐘且穩定連接至礦池後，可以登陸SpiderPool（[www.spiderpool.com](https://www.spiderpool.com/)）官網，在【我的面板】點擊子賬戶，然後在【賬戶總覽】頁面，查看礦機狀態和收益情況。

**六、其他問題**

* 1.SpiderPool的ETC費率是多少？

  答：PPS：1%
* 2.ETC礦池收益結算的起付標準是多少？

  答：默認打款額是0.1ETC，每日打款一次。


---

# 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://support.spiderpool.com/zh/ethereum-classic-wa-kuang-jiao-cheng.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.
