Does the "Avg: 0.00 H/s" stand for Avg Hashes per second? Or high share or best share?
It shows all zeros on my miners. (On the S9 itself, I do get a "Best Share" readout for each miner.) Perhaps "Best Share" is something you could incorporate in future releases. Anyway, that piece of data is mainly for entertainment purposes only to get an idea of how close you're getting to solving a block.
And Utility: 0.00 /s, is showing all zeros on my S9's.
Any thoughts on those fields?
Thanks for such a quick turn around on the latest release with two great new features!
Avg 0.00H/s is supposed to be the average hashrate. That is reported by most miners, including all Antminers except Antminer S9. The same goes for the Utility setting. That one is also reported by S7 but not S9.
It could be that we just need to figure out how to force Antminer S9 to respond to the "devs" API command by modifying the /config/bmminer.conf file a bit. I do know that API privileges are handled a bit different on the S9. Could you send me a PM with the content of your bmminer.conf file and we can try to work this out?
To display best share, you can also use the Customize Progress field feature. This is the statement to use:
"Best Share: " + status.BestShare
You may have to combine some of these statements on the same line to get room for everything. Maybe if you put Accepted / Rejected and HW on the same line?
"A: " + status.Accepted + ", R: "+ status.Rejected + ", HW: " + status.HwErrors