How to set up Pool.ms mining

Pool.ms is pool provided to your by minerstat team. The payout scheme on Pool.ms is PPLNS with 0.1 ETC payout threshold. The fee is 2%.

To set up mining at Pool.ms on your minerstat dashboard follow the next steps.

Pools

First, open address editor and add new tag (POOL:ETC) with one of the following stratum addresses:

  • etc.pool.ms:3404
  • etc-eu1.pool.ms:3404

Wallets

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: 0x03E49A6f9e87Edd5933cEF2640B9ceC1827B36A1

Worker's config

In the next step, navigate to your worker's config. Select a default mining client that you want to use for mining ETC and then use the simple or advanced configuration.

Select mining client

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.

Simple config example

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

Phoenix

To set up Pool.ms ETC mining with Phoenix miner, you can use the following configuration:

-pool (POOL:ETC) -wal (WALLET:ETC).(WORKER) -worker (WORKER) -coin etc -gbase 0 -proto 4

TeamRedMiner

To set up Pool.ms ETC mining with TeamRedMiner, you can use the following configuration:

--algo etchash -o (POOL:ETC) -u (WALLET:ETC).(WORKER) ⁣ -p x --eth_worker=(WORKER) --eth_stratum_mode=nicehash

T-Rex

To set up Pool.ms ETC mining with T-Rex Miner, you can use the following configuration:

{ "pools": [ { "user": "(WALLET:ETC).(WORKER)", "worker": "(WORKER)", "url": "stratum2+tcp://(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 }

lolMiner

To set up Pool.ms ETC mining with lolMiner, you can use the following configuration:

{ "MINERSTAT" : { "DEVICES" : "AUTO", "ETHSTRATUM": "ETHV1", "APIPORT" : 3333, "ALGO" : "ETCHASH", "POOLS" : [ {"POOL" : "(POOL:ETC)⁣", "PORT" : "(AUTO)⁣", "USER" : "(WALLET:ETC)⁣.(WORKER)", "PASS" : "x"} ] } }

NBMiner

To set up Pool.ms ETC mining with NBMiner, you can use the following configuration:

-a etchash -o nicehash+tcp://(POOL:ETC) -u (WALLET:ETC)⁣.(WORKER) -long-format

GMiner

To set up Pool.ms ETC mining with GMiner, you can use the following configuration:

--algo etchash --server (POOL:ETC) --port (AUTO) --ssl 0 --user (WALLET:ETC)⁣.(WORKER)⁣ --pass x --proto stratum

You can repeat the process for any other mining client options, just make sure that:

  • You are using correct stratum addresses;
  • You are using correct ports;
  • You have chosen correct mining client for your set up (Windows/Linux and AMD/Nvidia);
  • You have checked if mining client requires algorithm parameter and you have correctly updated it.
Revolutionize your mining operation with minerstat

It's easy and free to get started. Monitor, manage, and optimize your mining rigs with our powerful platform.

Sign up for free now

Pools