I have got excavator running externally with the daggerhashimoto algo with my 8 x GTX 1060 3gb cards np.
It did the dag file ok at the start of mining..
I was mining to:
{"id":1,"method":"algorithm.add","params":["daggerhashimoto","daggerhashimoto.usa.nicehash.com:3353",
What is the address and port for dual mining with decred or pascal to try those..
I just have to put my oc settings into the default_config file now as it started up with no oc settings and everything heated up pretty fast
![Smiley](https://bitcointalk.org/Smileys/default/smiley.gif)
It didn't take any notice of my MSI afterburner settings and went default. Below was my config file..
[
{"time":1,"commands":[
{"id":1,"method":"algorithm.add","params":["daggerhashimoto","daggerhashimoto.usa.nicehash.com:3353","BTC ADDRESS REMOVED.worker4"]}
]},
{"time":2,"commands":[
{"id":1,"method":"worker.add","params":["0","0"]},
{"id":1,"method":"worker.add","params":["0","1"]},
{"id":1,"method":"worker.add","params":["0","2"]},
{"id":1,"method":"worker.add","params":["0","3"]},
{"id":1,"method":"worker.add","params":["0","4"]},
{"id":1,"method":"worker.add","params":["0","5"]},
{"id":1,"method":"worker.add","params":["0","6"]},
{"id":1,"method":"worker.add","params":["0","7"]}
]},
{"time":10,"commands":[
{"id":1,"method":"worker.reset","params":["0"]},
{"id":1,"method":"worker.reset","params":["1"]},
{"id":1,"method":"worker.reset","params":["2"]},
{"id":1,"method":"worker.reset","params":["3"]},
{"id":1,"method":"worker.reset","params":["4"]},
{"id":1,"method":"worker.reset","params":["5"]},
{"id":1,"method":"worker.reset","params":["6"]},
{"id":1,"method":"worker.reset","params":["7"]}
]},
{"event":"on_quit","commands":[
{"id":1,"method":"device.set.tdp","params": ["0","100"]},
{"id":1,"method":"device.set.core_delta","params": ["0","0"]},
{"id":1,"method":"device.set.memory_delta","params":["0","0"]},
{"id":1,"method":"device.set.tdp","params": ["1","100"]},
{"id":1,"method":"device.set.core_delta","params": ["1","0"]},
{"id":1,"method":"device.set.memory_delta","params":["1","0"]},
{"id":1,"method":"device.set.tdp","params": ["2","100"]},
{"id":1,"method":"device.set.core_delta","params": ["2","0"]},
{"id":1,"method":"device.set.memory_delta","params":["2","0"]},
{"id":1,"method":"device.set.tdp","params": ["3","100"]},
{"id":1,"method":"device.set.core_delta","params": ["3","0"]},
{"id":1,"method":"device.set.memory_delta","params":["3","0"]},
{"id":1,"method":"device.set.tdp","params": ["4","100"]},
{"id":1,"method":"device.set.core_delta","params": ["4","0"]},
{"id":1,"method":"device.set.memory_delta","params":["4","0"]},
{"id":1,"method":"device.set.tdp","params": ["5","100"]},
{"id":1,"method":"device.set.core_delta","params": ["5","0"]},
{"id":1,"method":"device.set.memory_delta","params":["5","0"]},
{"id":1,"method":"device.set.tdp","params": ["6","100"]},
{"id":1,"method":"device.set.core_delta","params": ["6","0"]},
{"id":1,"method":"device.set.memory_delta","params":["6","0"]},
{"id":1,"method":"device.set.tdp","params": ["7","100"]},
{"id":1,"method":"device.set.core_delta","params": ["7","0"]},
{"id":1,"method":"device.set.memory_delta","params":["7","0"]}
]}
]