anselal / antminer-monitor

Cryptocurrency ASIC mining hardware monitor using a simple web interface
GNU General Public License v3.0
229 stars 146 forks source link

Support for DragonMint B52 and/or B59 ? #85

Open CirrusThink opened 6 years ago

CirrusThink commented 6 years ago

Any thoughts on adding models from Dragonmint ?

anselal commented 6 years ago

Sure !!! I was hoping someone with a Dragonmint would open an issue. I need some info to get started. Please read #51 and #84

ghost commented 6 years ago

Here is the output of the Dragonmint B29 / Innosilicon D9.

The important info is on lines: 573-583 for board 1 1164-1174 for board 2 1755-1765 for board 3

Fan duty will be the same and is the percentage the fan is running at. RPM speeds aren't listed on the webpage for the miner either. The "temp" is the temperature shown on the web page and of course then you have the "num chips" and "num active chips" which should be 51 per board.

The stats, nor the webpage on the miner itself is quite as detailed as the antminer. The exception would be how you can actually view each chip individually which is nice through the API. I may have a B52 showing up soon, but not sure. If I do I'll capture it as well.

anselal commented 6 years ago

The info in the gist is not in JSON format. Did you follow the instruction from issues #51 and #84 ?