Post
Topic
Board Mining (Altcoins)
Re: excavator by NiceHash - multi-algorithm NVIDIA & AMD GPU miner [1.3.7a]
by
Yenbus
on 27/12/2017, 16:18:17 UTC
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:

Code:
{"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
Code:
{"id":1,"method":"worker.print.speed","params":["0"]},
{"id":1,"method":"worker.print.speed","params":["1"]},

This is same as what I am doing.  It prints speed for each worker, not total for the device.