How to set up Ezil mining
Minimum payout is at 0.01 and the fee for mining on Ezil is 1%.
Mining on Ezil with minerstat also earns you msc which you can use to pay for your minerstat subscription, you can read about MSC in more details here.
First, open address editor and add new tag (POOL:EZIL-ETC) with one of the following stratum addresses:
- eu.ezil.me:3443
- asia.ezil.me:3443
- us-east.ezil.me:3443
- us-west.ezil.me:3443
- tw.ezil.me:3443
Next, save the tag (WALLET:ETC under wallets with your ETC address that you will use with mining on Ezil.
In the next step, navigate to your worker's config. Select the default mining client for mining and then use the simple or advanced configuration.
- Coin: ETC
- Pool: (POOL:EZIL-ETC)
- Wallet: (WALLET:ETC)
- Password: x
To set up Ezil ETC mining with Phoenix miner, you can use the following configuration:
-pool (POOL:EZIL-ETC) -proto 2 -wal (WALLET:ETC) -worker (WORKER) -coin etc
To set up Ezil ETC mining with TeamRedMiner, you can use the following configuration:
--algo etchash -o (POOL:EZIL-ETC) -u (WALLET:ETC) -p x --eth_worker=(WORKER)
To set up Ezil ETC mining with T-Rex Miner, you can use the following configuration:
{ "pools": [ { "user": "(WALLET:ETC)", "worker": "(WORKER)", "url": "(POOL:EZIL-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 Ezil ETC mining with lolMiner, you can use the following configuration:
{ "MINERSTAT" : { "DEVICES" : "AUTO", "APIPORT" : 3333, "ALGO" : "ETCHASH", "POOLS" : [ {"POOL" : "(POOL:EZIL-ETC)", "PORT" : "(AUTO)", "USER" : "(WALLET:ETC)", "PASS" : "x"} ] } }
To set up Ezil ETC mining with NBMiner, you can use the following configuration:
-a etchash -o (POOL:EZIL-ETC) -u (WALLET:ETC).(WORKER) -long-format
You can repeat the process for ETC mining, just make sure that:
- You are using correct stratum addresses;
- You are using correct ports;
- You have chosen correct coin or algorithm, if using the advanced configuration
- You have chosen correct mining client for your set up (Windows/Linux and AMD/Nvidia);