What is the address and port for dual mining with decred or pascal to try those..
Here is the algorithm.add method for dual mining with decred:
{"id":1,"method":"algorithm.add","params":["daggerhashimoto_decred","daggerhashimoto.eu.nicehash.com:3353","btc", "decred.eu.nicehash.com:3354","btc"]}
Please take a look at our documentation:
https://github.com/nicehash/excavator/tree/master/api#-algorithmadd (example 2)
Here are the ports for different algorithms:
https://www.nicehash.com/algorithmRemark on your config file:
You added OC settings on "on_quit" event, this will take affect when you quit application. In order to change OC settings before, you should change the {"event":"on_quit","commands": to {"time":5,"commands": for example.
For temp settings take a look at device.set.tdp (thermal design power):
https://github.com/nicehash/excavator/tree/master/api#-devicesettdpNote: You could always set your OC settings with a third party software (MSI Afterburner) and just run excavator without device.set* methods.