Post
Topic
Board Mining (Altcoins)
Re: excavator by NiceHash - multi-algorithm NVIDIA & AMD GPU miner [1.2.11a]
by
thhjs
on 08/09/2017, 05:46:12 UTC
@djeZo:

Any chance of getting the commands for dual mining with 1.3.0a when using it stand-alone? I can't find any updated documentation and the command line help doesn't display the new dual algos, and I don't know how to set two coin addresses etc in the config file.
Thanks.

--ypsi

Hello I have used this config file to mine dual coins :

[
   {"time":0,"commands":[
      {"id":1,"method":"algorithm.add","params":["daggerhashimoto","daggerhashimoto.eu.nicehash.com:3353","adres.minername"]},
      {"id":1,"method":"algorithm.add","params":["decred","decred.eu.nicehash.com:3354","adres.minername"]}
   ]},
   {"time":3,"commands":[
      {"id":1,"method":"worker.add","params":["0","0"]},
      {"id":1,"method":"worker.add","params":["0","1"]},
      {"id":1,"method":"worker.add","params":["1","0"]},
      {"id":1,"method":"worker.add","params":["1","1"]},
      {"id":1,"method":"device.set.power_limit","params":["0","95"]},
      {"id":1,"method":"device.set.core_delta","params":["0","0"]},
      {"id":1,"method":"device.set.memory_delta","params":["0","400"]},
      {"id":1,"method":"device.set.power_limit","params":["1","75"]},
      {"id":1,"method":"device.set.core_delta","params":["1","0"]},
      {"id":1,"method":"device.set.memory_delta","params":["1","400"]}
      
   ]},
   {"time":10,"loop":10,"commands":[
      {"id":1,"method":"worker.print.speed","params":["0"]},
      {"id":1,"method":"algorithm.print.speeds","params":["0"]}
   ]},
   {"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"]}
]}
   
]