How To Start Mining
Step 1: Download Mining Software
We recommend using Bminer, PhoenixMiner, Claymore, or Ethminer.
Step 2: Edit Configuration File
#!/bin/sh
# Change the USERNAME to YOUR registered username or wallet address.
ADDRESS=USERNAME
USERNAME=$ADDRESS.RIG_NAME
POOL=etc.ethashpool.com:3838
SCHEME=ethproxy
PWD=x
./bminer -uri $SCHEME://$USERNAME:$PWD@$POOL -api 127.0.0.1:1880
./ethdcrminer64 -epool stratum+tcp://etc.ethashpool.com:3838 -ewal USERNAME -eworker RIG_ID -epsw x -esm 0 -allcoins 1 -allpools 1 -mode 1
./PhoenixMiner -pool stratum+tcp://etc.ethashpool.com:3838 -wal USERNAME -worker RIG_ID -pass x -proto 2 -coin etc
./ethminer -U -P stratum1+tcp://USERNAME.RIG_ID@etc.ethashpool.com:3838
AMD
./ethminer -G -P stratum1+tcp://USERNAME.RIG_ID@etc.ethashpool.com:3838
Step 3: Auto-Conversions to BTC & ETH (optional: Settings are changed on your dashboard page)
To receive payouts in BTC or ETH while mining ETC, follow our step-by-step guide:
1) Go to your dashboard and click on the ETC tab. Scroll down to the "Payout Coin and Wallet Address" section
2) Select Bitcoin (BTC) or Ethereum (ETH), enter your desired payout address and click update.
That’s all! Your balance will automatically be converted into the payout coin selected. Once your balance reached the minimum, you will be paid out.