anselal / antminer-monitor

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

Antminer S9i #181

Closed old06 closed 3 years ago

old06 commented 3 years ago

Please add Antminer S9i.

anselal commented 3 years ago

@old06 thnx for using my software. are there any significant differences between S9 and s9i ?

old06 commented 3 years ago

i am edit model.json "Antminer S9": { "id": "Antminer S9", "model": "S9", "chips": "63,63,63", "tempkeys": "temp2", "unit": "GH/s", "description": "Bitmain Antminer S9 Bitcoin Miner 13.5 TH/s", "model_module": "antminermonitor.blueprints.asicminer.asic_antminer", "model_classname": "ASIC_ANTMINER" }, "Antminer S9i": { "id": "Antminer S9i", "model": "S9i", "chips": "63,63,63", "tempkeys": "temp2", "unit": "GH/s", "description": "Bitmain Antminer S9i Bitcoin Miner 13.5 TH/s", "model_module": "antminermonitor.blueprints.asicminer.asic_antminer", "model_classname": "ASIC_ANTMINER" }, Work. right ?

anselal commented 3 years ago

it should. since you changed only the name there is no actual need to add it, but ok.. if it works for you please close the issue

old06 commented 3 years ago

Thaks