How to set up Stratu.ms on Claymore miner?

You can use Stratu.ms with various AMD and Nvidia GPUs. First, you will need to create a new stratum on your Stratu.ms dashboard. You can find the instructions for each stratum type on the following links:

Once your stratum is deployed, you will receive a unique stratum address with port, which you can use with Claymore's mining client.

Ethash

Claymore's mining client allows you to mine the Ethash mining algorithm. The simple configuration that you can use is defined as follows.

  • -epool In the pool parameter enter your Stratu.ms address.
  • -ewal The user parameter can be defined in worker or user.worker format. The user value on the pool will be used as defined on the Stratu.ms dashboard under the user parameter.
  • -eworker In the worker parameter enter the worker's name you want to use on the pool.
  • -epsw The password parameter can hold anything as you define the password parameter on the Stratu.ms dashboard.

Config example #1

Defining worker name in user parameter.

-epool de.stratu.ms:12012 -ewal WORKER_0001 -eworker WORKER_0001 -epsw x -mode 1 -retrydelay 1

Config example #2

Defining worker name in worker parameter.

-epool de.stratu.ms:12012 -ewal 0xA9Fd2dfb28aaeD1bfda42A00fO1Bb5badA12FaE1 -eworker WORKER_0001 -epsw x -mode 1 -retrydelay 1

Config example #3

Defining worker name as a part of user parameter.

-epool de.stratu.ms:12012 -ewal 0xA9Fd2dfb28aaeD1bfda42A00fO1Bb5badA12FaE1.WORKER_0001 -eworker WORKER_0001 -epsw x -mode 1 -retrydelay 1

You can freely use other Claymore's parameters as well.

Setup guides