How to set up Stratu.ms on Ethminer?

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 Ethminer.

Ethash

Ethminer allows you to mine the Ethash mining algorithm. The simple configuration that you can use is defined in the following examples.

Config example #1

Defining worker name in user parameter.

⁣⁣-P stratum1+tcp://WORKER_0001⁣@de.stratu.ms:12012⁣ --report-hashrate

Config example #2

Defining worker name as a part of user parameter.

⁣⁣-P stratum1+tcp://0xA9Fd2dfb28aaeD1bfda42A00fO1Bb5badA12FaE1⁣.WORKER_0001⁣@de.stratu.ms:12012⁣ --report-hashrate

Make sure to use the correct protocol and order of parameters protocol://worker@pool or protocol://user.worker@poolfor the config to work. You can freely use other Ethminer parameters as well.

Setup guides