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 NBMiner.
NBMiner allows you to mine the Ethash mining algorithm. The simple configuration that you can use is defined as follows.
-p
In the pool parameter enter your Stratu.ms address.-u
The user parameter is defined in worker:password
or user.worker:password
format. The user parameter on the pool will be used as defined on the Stratu.ms dashboard under the user parameter.Defining worker name in user parameter.
-a ethash -o de.stratu.ms:12012 -u WORKER_0001:x -long-format
Defining worker name as a part of user parameter.
-a ethash -o de.stratu.ms:12012 -u 0xA9Fd2dfb28aaeD1bfda42A00fO1Bb5badA12FaE1.WORKER_0001:x -long-format
You can freely use other NBMiner parameters as well.