How to mine Ethereum Classic (ETC)?
In this guide we will show you how to set up ETC mining with minerstat.
Note It is also possible to mine ETC+ZIL on
Ezil.me, please refer to this
guide for that.
First, open the address editor and add a new tag (POOL:ETC) which will hold the pool's stratum address. We'll be using 2Miners pool in our example. There are several locations available, so choose one of the following stratum addresses:
- etc.2miners.com:1010
- us-etc.2miners.com:1010
- asia-etc.2miners.com:1010

In the next step you need to save your wallet address to your address editor. Create new tag (WALLET:ETC) under wallets with your ETC wallet address (starting with 0x). For example: 0x76C3cD60a941B8fcBd48c90EB6dc538d1B4A0a32

In the next step, navigate to your worker's config. Select a default mining client that you want to use for mining XCOIN and then use the simple or advanced configuration.
Click on the default mining client's name, search for ETC, and select preferred mining client. Mining clients that are grayed out are not available for your system and type of worker.

- Coin: ETC
- Pool: (POOL:ETC)
- Wallet: (WALLET:ETC)
- Password: x

To set up ETC mining with Phoenix, you can use the following configuration:
-worker (WORKER) -pool (POOL:ETC) -wal (WALLET:ETC).(WORKER) -pass x -eres 0 -log 0 -gbase 0 -proto (AUTO) -coin etc
To set up ETC mining with T-Rex, you can use the following configuration:
{ "pools": [ { "user": "(WALLET:ETC)", "worker": "(WORKER)", "url": "(POOL:ETC)", "pass": "x" } ], "no-nvml": true, "api-bind-http": "127.0.0.1:4068", "json-response": true, "pci-indexing":true, "retries": 3, "retry-pause": 5, "timeout": 500, "no-watchdog":true, "algo": "etchash", "exit-on-cuda-error": true, "exit-on-connection-lost": false }
To set up ETC mining with TeamRedMiner, you can use the following configuration:
--algo etchash -o ((POOL:ETC) -u (WALLET:ETC).(WORKER) -p x --eth_dag_slowdown=9 --watchdog_script=/home/minerstat/minerstat-os/bin/reboot.sh --eth_no_ramp_up
To set up ETC mining with lolMiner, you can use the following configuration:
{ "MINERSTAT" : { "DEVICES" : "AUTO", "APIPORT" : 3333, "ALGO" : "ETCHASH", "POOLS" : [ {"POOL" : "(POOL:ETC)", "PORT" : "(AUTO)", "USER" : "(WALLET:ETC).(WORKER)", "PASS" : "x"} ] } }
To set up ETC mining with NBMiner, you can use the following configuration:
-a etchash -o (POOL:ETC) -u (WALLET:ETC).(WORKER) -p x -long-format
{ "pools": [ { "user": "(WALLET:ETC)", "worker": "(WORKER)", "url": "(POOL:ETC)", "pass": "x" } ], "no-nvml": true, "api-bind-http": "127.0.0.1:4068", "json-response": true, "pci-indexing":true, "retries": 3, "retry-pause": 5, "timeout": 500, "no-watchdog":true, "algo": "etchash", "exit-on-cuda-error": true, "exit-on-connection-lost": false }
Improve your mining operation with minerstat
It's easy and free to get started
Sign up now