I'm going to take a run up this hill one more time.
I would be so awesome if AM could just display all the Canaan avalon miners like it does GPU's on a single rig.
There are 2 currently can be up to 20 on that ASIC rig, all of the data is in the cgminer log/api as well as AM api (in the stats section), the MMCount is the number of miners in the rig, and the MM IDX is the specifics for each miner, the TEMP[], TMax[], Fan[], GHSmm[] WU[] numbers are for a specific miner.
I'd even be up for trying this via an alternative way if that exists? C# script maybe?
fingers crossed you'll consider the request.
Thanks in advance, and happy to help with data/testing etc.
Can I offer an interpretation of the above, you probably implemented the AntMain miners first which caused a specific approach to reporting ASIC miners. The Avalons are different in that one controller can support up to 20 miners. Both AntMain and Canaan use the same version of cgminer and both support the same cgminer api. You just use a different set of variables to pull the antmain data and that would have to change which may be more work that you have available time for currently...
how did I do? ... thanks for at least responding... in my mind, you report one, and you have the mechanism to display GPU's so I thought A+B might be relatively easy to implement C.
But thanks again for the great product and I did buy the premium version because I like it so much, I'm just looking for one *console* for both GPU and ASIC mining is all, and it's *SOOOOO* close there
Patrike,
How about this, is there an extension to the API such that I could externally parse the cgiminer log and push data to AM that could be displayed in the GPU/ASCI/etc area as individual miners? I'd be up for that if that's an easier approach - perhaps there are other benefits as well, dunno. I'd forgo the ability to set triggers, etc as long as I could see the data in one place.
It's not at all impossible to modify for the API from this specific miner, but it's a different implementation and an effort that is required.
There are unfortunately no API or extensions for this.