Post
Topic
Board Mining software (miners)
Re: Linux mining distro for the Raspberry PI - MinePeon
by
Mavy
on 14/08/2013, 06:48:19 UTC
...
Yeah unfortunately it depends on the device ... I'll have to check them all ...
I think the Avalon devices are the different ones (AVA and BTB) but I'm not 100% sure ... I didn't write much of that driver Smiley
Will reply again later ...
OK had a think (and a short discussion) about it ...
I'll most likely add R% and HW% type fields to devs, summary, pool ... as required.
Better than having to know how to calculate them, and if it ever changes, I simply change it in the API.
OK done, https://github.com/ckolivas/cgminer/commit/6b62c402fa2939d7372764ce352e64aea78c71d0
It will be in 3.3.4 which is likely to be out today.
If you are curious, api.c has the calculations, search for "percent"
(and no, the devices do all use the same function, the 'Avalon' version which is correct for all the others also)

Nice, that should get rid of some of the confusion about hardware errors  Wink