"If no parameters are provided, device specific defaults are used (M=1). We suggest using two workers per device when running equihash with mode 0*, otherwise use one worker per device.
* To manage intensity of this algorithm, we suggest you to run only one worker to reach low intensity and multiple (suggest 2) workers per device to reach optimal speed."
1 GTX 1080 GPU is the setup
from what i know p-0 is enabled by default , do i edit the "default_command_file.json" and put 2 exactly like this
{"id":1,"method":"worker.add","params":["0","0"]},
{"id":1,"method":"worker.add","params":["0","0"]}
Does this command give the low intensity and the optimal speed?
Thank-you