Hey Nicehash,
I am starting to really enjoy using Excavator. Unless I am missing something, any thought on add the ability to device print speed? This would sum up all the workers for that device.
For doo that you need to edit json file like this:
{"time":3,"commands":[
{"id":1,"method":"worker.add","params":["0","0","0"]},
{"id":1,"method":"worker.add","params":["0","0","0"]},
{"id":1,"method":"worker.add","params":["0","1","0"]},
{"id":1,"method":"worker.add","params":["0","1","0"]}
]},
{"time":10,"loop":10,"commands":[
{"id":1,"method":"worker.print.speed","params":["0"]},
{"id":1,"method":"worker.print.speed","params":["1"]},
{"id":1,"method":"algorithm.print.speeds","params":["0"]}
]}
this it will add 2 worker / 1 device in M-0 Mode Be ware it depend by what algoritm it is use
["0","0","0"] = 0 = Device 0, 0 = worker 0, 0 = M0 mining mode (remove if you want default M1)
This section it will make miner to print speed at how many worker you was add first
{"id":1,"method":"worker.print.speed","params":["0"]},
{"id":1,"method":"worker.print.speed","params":["1"]},