docs: update supported miners list and generation tool to use unique

This commit is contained in:
Upstream Data
2025-01-15 10:56:25 -07:00
parent b6edc85679
commit 0854f7833c
10 changed files with 365 additions and 399 deletions

View File

@@ -121,17 +121,18 @@ BACKEND_TYPE_CLOSER = """
</details>""" </details>"""
m_data = {} m_data = {}
done = []
for m in MINER_CLASSES: for m in MINER_CLASSES:
for t in MINER_CLASSES[m]: for t in sorted(MINER_CLASSES[m], key=lambda x: x or ""):
if t is not None: if t is not None and MINER_CLASSES[m][t] not in done:
miner = MINER_CLASSES[m][t] miner = MINER_CLASSES[m][t]
if make(miner) not in m_data: if make(miner) not in m_data:
m_data[make(miner)] = {} m_data[make(miner)] = {}
if model_type(miner) not in m_data[make(miner)]: if model_type(miner) not in m_data[make(miner)]:
m_data[make(miner)][model_type(miner)] = [] m_data[make(miner)][model_type(miner)] = []
m_data[make(miner)][model_type(miner)].append(miner) m_data[make(miner)][model_type(miner)].append(miner)
done.append(miner)
async def create_directory_structure(directory, data): async def create_directory_structure(directory, data):

View File

@@ -14,19 +14,6 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## S17+ (Stock)
- [ ] Shutdowns
- [ ] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bmminer.X17.S17.BMMinerS17Plus
handler: python
options:
show_root_heading: false
heading_level: 0
## S17 Pro (Stock) ## S17 Pro (Stock)
- [ ] Shutdowns - [ ] Shutdowns
@@ -40,6 +27,19 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## S17+ (Stock)
- [ ] Shutdowns
- [ ] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bmminer.X17.S17.BMMinerS17Plus
handler: python
options:
show_root_heading: false
heading_level: 0
## S17e (Stock) ## S17e (Stock)
- [ ] Shutdowns - [ ] Shutdowns
@@ -105,19 +105,6 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## S17+ (BOS+)
- [x] Shutdowns
- [ ] Power Modes
- [x] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bosminer.X17.S17.BOSMinerS17Plus
handler: python
options:
show_root_heading: false
heading_level: 0
## S17 Pro (BOS+) ## S17 Pro (BOS+)
- [x] Shutdowns - [x] Shutdowns
@@ -131,6 +118,19 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## S17+ (BOS+)
- [x] Shutdowns
- [ ] Power Modes
- [x] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bosminer.X17.S17.BOSMinerS17Plus
handler: python
options:
show_root_heading: false
heading_level: 0
## S17e (BOS+) ## S17e (BOS+)
- [x] Shutdowns - [x] Shutdowns
@@ -183,19 +183,6 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## S17+ (VNish)
- [x] Shutdowns
- [ ] Power Modes
- [x] Setpoints
- [x] Presets
::: pyasic.miners.antminer.vnish.X17.S17.VNishS17Plus
handler: python
options:
show_root_heading: false
heading_level: 0
## S17 Pro (VNish) ## S17 Pro (VNish)
- [x] Shutdowns - [x] Shutdowns
@@ -209,3 +196,16 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## S17+ (VNish)
- [x] Shutdowns
- [ ] Power Modes
- [x] Setpoints
- [x] Presets
::: pyasic.miners.antminer.vnish.X17.S17.VNishS17Plus
handler: python
options:
show_root_heading: false
heading_level: 0

View File

@@ -14,14 +14,14 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## S19L (Stock) ## S19 Hydro (Stock)
- [x] Shutdowns - [x] Shutdowns
- [x] Power Modes - [x] Power Modes
- [ ] Setpoints - [ ] Setpoints
- [ ] Presets - [ ] Presets
::: pyasic.miners.antminer.bmminer.X19.S19.BMMinerS19L ::: pyasic.miners.antminer.bmminer.X19.S19.BMMinerS19Hydro
handler: python handler: python
options: options:
show_root_heading: false show_root_heading: false
@@ -40,136 +40,6 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## S19j (Stock)
- [x] Shutdowns
- [x] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bmminer.X19.S19.BMMinerS19j
handler: python
options:
show_root_heading: false
heading_level: 0
## S19i (Stock)
- [x] Shutdowns
- [x] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bmminer.X19.S19.BMMinerS19i
handler: python
options:
show_root_heading: false
heading_level: 0
## S19+ (Stock)
- [x] Shutdowns
- [x] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bmminer.X19.S19.BMMinerS19Plus
handler: python
options:
show_root_heading: false
heading_level: 0
## S19j No PIC (Stock)
- [x] Shutdowns
- [x] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bmminer.X19.S19.BMMinerS19jNoPIC
handler: python
options:
show_root_heading: false
heading_level: 0
## S19 Pro+ (Stock)
- [x] Shutdowns
- [x] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bmminer.X19.S19.BMMinerS19ProPlus
handler: python
options:
show_root_heading: false
heading_level: 0
## S19j Pro (Stock)
- [x] Shutdowns
- [x] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bmminer.X19.S19.BMMinerS19jPro
handler: python
options:
show_root_heading: false
heading_level: 0
## S19 XP (Stock)
- [x] Shutdowns
- [x] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bmminer.X19.S19.BMMinerS19XP
handler: python
options:
show_root_heading: false
heading_level: 0
## S19a (Stock)
- [x] Shutdowns
- [x] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bmminer.X19.S19.BMMinerS19a
handler: python
options:
show_root_heading: false
heading_level: 0
## S19a Pro (Stock)
- [x] Shutdowns
- [x] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bmminer.X19.S19.BMMinerS19aPro
handler: python
options:
show_root_heading: false
heading_level: 0
## S19 Hydro (Stock)
- [x] Shutdowns
- [x] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bmminer.X19.S19.BMMinerS19Hydro
handler: python
options:
show_root_heading: false
heading_level: 0
## S19 Pro Hydro (Stock) ## S19 Pro Hydro (Stock)
- [x] Shutdowns - [x] Shutdowns
@@ -196,14 +66,92 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## S19K Pro (Stock) ## S19 XP (Stock)
- [x] Shutdowns - [x] Shutdowns
- [x] Power Modes - [x] Power Modes
- [ ] Setpoints - [ ] Setpoints
- [ ] Presets - [ ] Presets
::: pyasic.miners.antminer.bmminer.X19.S19.BMMinerS19KPro ::: pyasic.miners.antminer.bmminer.X19.S19.BMMinerS19XP
handler: python
options:
show_root_heading: false
heading_level: 0
## S19+ (Stock)
- [x] Shutdowns
- [x] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bmminer.X19.S19.BMMinerS19Plus
handler: python
options:
show_root_heading: false
heading_level: 0
## S19a (Stock)
- [x] Shutdowns
- [x] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bmminer.X19.S19.BMMinerS19a
handler: python
options:
show_root_heading: false
heading_level: 0
## S19a Pro (Stock)
- [x] Shutdowns
- [x] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bmminer.X19.S19.BMMinerS19aPro
handler: python
options:
show_root_heading: false
heading_level: 0
## S19i (Stock)
- [x] Shutdowns
- [x] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bmminer.X19.S19.BMMinerS19i
handler: python
options:
show_root_heading: false
heading_level: 0
## S19j (Stock)
- [x] Shutdowns
- [x] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bmminer.X19.S19.BMMinerS19j
handler: python
options:
show_root_heading: false
heading_level: 0
## S19j Pro (Stock)
- [x] Shutdowns
- [x] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bmminer.X19.S19.BMMinerS19jPro
handler: python handler: python
options: options:
show_root_heading: false show_root_heading: false
@@ -222,6 +170,58 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## S19j No PIC (Stock)
- [x] Shutdowns
- [x] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bmminer.X19.S19.BMMinerS19jNoPIC
handler: python
options:
show_root_heading: false
heading_level: 0
## S19K Pro (Stock)
- [x] Shutdowns
- [x] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bmminer.X19.S19.BMMinerS19KPro
handler: python
options:
show_root_heading: false
heading_level: 0
## S19L (Stock)
- [x] Shutdowns
- [x] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bmminer.X19.S19.BMMinerS19L
handler: python
options:
show_root_heading: false
heading_level: 0
## S19 Pro+ (Stock)
- [x] Shutdowns
- [x] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bmminer.X19.S19.BMMinerS19ProPlus
handler: python
options:
show_root_heading: false
heading_level: 0
## T19 (Stock) ## T19 (Stock)
- [x] Shutdowns - [x] Shutdowns
@@ -248,19 +248,6 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## S19+ (BOS+)
- [x] Shutdowns
- [ ] Power Modes
- [x] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bosminer.X19.S19.BOSMinerS19Plus
handler: python
options:
show_root_heading: false
heading_level: 0
## S19 Pro (BOS+) ## S19 Pro (BOS+)
- [x] Shutdowns - [x] Shutdowns
@@ -274,6 +261,45 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## S19 Pro+ Hydro (BOS+)
- [x] Shutdowns
- [ ] Power Modes
- [x] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bosminer.X19.S19.BOSMinerS19ProPlusHydro
handler: python
options:
show_root_heading: false
heading_level: 0
## S19 XP (BOS+)
- [x] Shutdowns
- [ ] Power Modes
- [x] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bosminer.X19.S19.BOSMinerS19XP
handler: python
options:
show_root_heading: false
heading_level: 0
## S19+ (BOS+)
- [x] Shutdowns
- [ ] Power Modes
- [x] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bosminer.X19.S19.BOSMinerS19Plus
handler: python
options:
show_root_heading: false
heading_level: 0
## S19a (BOS+) ## S19a (BOS+)
- [x] Shutdowns - [x] Shutdowns
@@ -313,19 +339,6 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## S19j No PIC (BOS+)
- [x] Shutdowns
- [ ] Power Modes
- [x] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bosminer.X19.S19.BOSMinerS19jNoPIC
handler: python
options:
show_root_heading: false
heading_level: 0
## S19j Pro (BOS+) ## S19j Pro (BOS+)
- [x] Shutdowns - [x] Shutdowns
@@ -359,19 +372,6 @@
- [x] Setpoints - [x] Setpoints
- [ ] Presets - [ ] Presets
::: pyasic.miners.antminer.bosminer.X19.S19.BOSMinerS19jProPlus
handler: python
options:
show_root_heading: false
heading_level: 0
## S19j Pro+ (BOS+)
- [x] Shutdowns
- [ ] Power Modes
- [x] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bosminer.X19.S19.BOSMinerS19jProPlus ::: pyasic.miners.antminer.bosminer.X19.S19.BOSMinerS19jProPlus
handler: python handler: python
options: options:
@@ -391,14 +391,14 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## S19k Pro No PIC (BOS+) ## S19j No PIC (BOS+)
- [x] Shutdowns - [x] Shutdowns
- [ ] Power Modes - [ ] Power Modes
- [x] Setpoints - [x] Setpoints
- [ ] Presets - [ ] Presets
::: pyasic.miners.antminer.bosminer.X19.S19.BOSMinerS19kProNoPIC ::: pyasic.miners.antminer.bosminer.X19.S19.BOSMinerS19jNoPIC
handler: python handler: python
options: options:
show_root_heading: false show_root_heading: false
@@ -417,32 +417,6 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## S19 XP (BOS+)
- [x] Shutdowns
- [ ] Power Modes
- [x] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bosminer.X19.S19.BOSMinerS19XP
handler: python
options:
show_root_heading: false
heading_level: 0
## S19 Pro+ Hydro (BOS+)
- [x] Shutdowns
- [ ] Power Modes
- [x] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bosminer.X19.S19.BOSMinerS19ProPlusHydro
handler: python
options:
show_root_heading: false
heading_level: 0
## T19 (BOS+) ## T19 (BOS+)
- [x] Shutdowns - [x] Shutdowns
@@ -469,19 +443,6 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## S19 No PIC (VNish)
- [x] Shutdowns
- [ ] Power Modes
- [x] Setpoints
- [x] Presets
::: pyasic.miners.antminer.vnish.X19.S19.VNishS19NoPIC
handler: python
options:
show_root_heading: false
heading_level: 0
## S19 Pro (VNish) ## S19 Pro (VNish)
- [x] Shutdowns - [x] Shutdowns
@@ -495,40 +456,14 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## S19j (VNish) ## S19 Pro Hydro (VNish)
- [x] Shutdowns - [x] Shutdowns
- [ ] Power Modes - [ ] Power Modes
- [x] Setpoints - [x] Setpoints
- [x] Presets - [x] Presets
::: pyasic.miners.antminer.vnish.X19.S19.VNishS19j ::: pyasic.miners.antminer.vnish.X19.S19.VNishS19ProHydro
handler: python
options:
show_root_heading: false
heading_level: 0
## S19j Pro (VNish)
- [x] Shutdowns
- [ ] Power Modes
- [x] Setpoints
- [x] Presets
::: pyasic.miners.antminer.vnish.X19.S19.VNishS19jPro
handler: python
options:
show_root_heading: false
heading_level: 0
## S19j Pro (VNish)
- [x] Shutdowns
- [ ] Power Modes
- [x] Setpoints
- [x] Presets
::: pyasic.miners.antminer.vnish.X19.S19.VNishS19jPro
handler: python handler: python
options: options:
show_root_heading: false show_root_heading: false
@@ -560,14 +495,27 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## S19 Pro Hydro (VNish) ## S19j (VNish)
- [x] Shutdowns - [x] Shutdowns
- [ ] Power Modes - [ ] Power Modes
- [x] Setpoints - [x] Setpoints
- [x] Presets - [x] Presets
::: pyasic.miners.antminer.vnish.X19.S19.VNishS19ProHydro ::: pyasic.miners.antminer.vnish.X19.S19.VNishS19j
handler: python
options:
show_root_heading: false
heading_level: 0
## S19j Pro (VNish)
- [x] Shutdowns
- [ ] Power Modes
- [x] Setpoints
- [x] Presets
::: pyasic.miners.antminer.vnish.X19.S19.VNishS19jPro
handler: python handler: python
options: options:
show_root_heading: false show_root_heading: false
@@ -586,6 +534,19 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## S19 No PIC (VNish)
- [x] Shutdowns
- [ ] Power Modes
- [x] Setpoints
- [x] Presets
::: pyasic.miners.antminer.vnish.X19.S19.VNishS19NoPIC
handler: python
options:
show_root_heading: false
heading_level: 0
## T19 (VNish) ## T19 (VNish)
- [x] Shutdowns - [x] Shutdowns
@@ -625,6 +586,19 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## S19 XP (ePIC)
- [x] Shutdowns
- [ ] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.epic.X19.S19.ePICS19XP
handler: python
options:
show_root_heading: false
heading_level: 0
## S19j (ePIC) ## S19j (ePIC)
- [x] Shutdowns - [x] Shutdowns
@@ -651,6 +625,19 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## S19j Pro Dual (ePIC)
- [x] Shutdowns
- [ ] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.epic.X19.S19.ePICS19jProDual
handler: python
options:
show_root_heading: false
heading_level: 0
## S19j Pro+ (ePIC) ## S19j Pro+ (ePIC)
- [x] Shutdowns - [x] Shutdowns
@@ -677,27 +664,14 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## S19 XP (ePIC) ## S19 (Hive)
- [x] Shutdowns - [ ] Shutdowns
- [ ] Power Modes - [ ] Power Modes
- [ ] Setpoints - [ ] Setpoints
- [ ] Presets - [ ] Presets
::: pyasic.miners.antminer.epic.X19.S19.ePICS19XP ::: pyasic.miners.antminer.hiveon.X19.S19.HiveonS19
handler: python
options:
show_root_heading: false
heading_level: 0
## S19j Pro Dual (ePIC)
- [x] Shutdowns
- [ ] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.epic.X19.S19.ePICS19jProDual
handler: python handler: python
options: options:
show_root_heading: false show_root_heading: false
@@ -716,19 +690,6 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## S19 (Hive)
- [ ] Shutdowns
- [ ] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.hiveon.X19.S19.HiveonS19
handler: python
options:
show_root_heading: false
heading_level: 0
## S19 (LuxOS) ## S19 (LuxOS)
- [x] Shutdowns - [x] Shutdowns
@@ -755,6 +716,19 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## S19 XP (LuxOS)
- [x] Shutdowns
- [ ] Power Modes
- [ ] Setpoints
- [x] Presets
::: pyasic.miners.antminer.luxos.X19.S19.LUXMinerS19XP
handler: python
options:
show_root_heading: false
heading_level: 0
## S19j Pro (LuxOS) ## S19j Pro (LuxOS)
- [x] Shutdowns - [x] Shutdowns
@@ -794,19 +768,6 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## S19 XP (LuxOS)
- [x] Shutdowns
- [ ] Power Modes
- [ ] Setpoints
- [x] Presets
::: pyasic.miners.antminer.luxos.X19.S19.LUXMinerS19XP
handler: python
options:
show_root_heading: false
heading_level: 0
## T19 (LuxOS) ## T19 (LuxOS)
- [x] Shutdowns - [x] Shutdowns
@@ -846,6 +807,19 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## S19 XP (MaraFW)
- [ ] Shutdowns
- [ ] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.marathon.X19.S19.MaraS19XP
handler: python
options:
show_root_heading: false
heading_level: 0
## S19j (MaraFW) ## S19j (MaraFW)
- [ ] Shutdowns - [ ] Shutdowns
@@ -859,19 +833,6 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## S19j No PIC (MaraFW)
- [ ] Shutdowns
- [ ] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.marathon.X19.S19.MaraS19jNoPIC
handler: python
options:
show_root_heading: false
heading_level: 0
## S19j Pro (MaraFW) ## S19j Pro (MaraFW)
- [ ] Shutdowns - [ ] Shutdowns
@@ -885,14 +846,14 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## S19 XP (MaraFW) ## S19j No PIC (MaraFW)
- [ ] Shutdowns - [ ] Shutdowns
- [ ] Power Modes - [ ] Power Modes
- [ ] Setpoints - [ ] Setpoints
- [ ] Presets - [ ] Presets
::: pyasic.miners.antminer.marathon.X19.S19.MaraS19XP ::: pyasic.miners.antminer.marathon.X19.S19.MaraS19jNoPIC
handler: python handler: python
options: options:
show_root_heading: false show_root_heading: false

View File

@@ -84,7 +84,7 @@
- [x] Shutdowns - [x] Shutdowns
- [ ] Power Modes - [ ] Power Modes
- [x] Setpoints - [x] Setpoints
- [ ] Presets - [x] Presets
::: pyasic.miners.antminer.vnish.X21.T21.VNishT21 ::: pyasic.miners.antminer.vnish.X21.T21.VNishT21
handler: python handler: python

View File

@@ -27,19 +27,6 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## L3+ (Stock)
- [ ] Shutdowns
- [ ] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bmminer.X3.L3.BMMinerL3Plus
handler: python
options:
show_root_heading: false
heading_level: 0
## KA3 (Stock) ## KA3 (Stock)
- [x] Shutdowns - [x] Shutdowns
@@ -66,14 +53,14 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## L3+ (VNish) ## L3+ (Stock)
- [x] Shutdowns - [ ] Shutdowns
- [ ] Power Modes - [ ] Power Modes
- [x] Setpoints - [ ] Setpoints
- [x] Presets - [ ] Presets
::: pyasic.miners.antminer.vnish.X3.L3.VnishL3Plus ::: pyasic.miners.antminer.bmminer.X3.L3.BMMinerL3Plus
handler: python handler: python
options: options:
show_root_heading: false show_root_heading: false

View File

@@ -27,3 +27,16 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## KS5 (Stock)
- [ ] Shutdowns
- [x] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bmminer.X5.KS5.BMMinerKS5Pro
handler: python
options:
show_root_heading: false
heading_level: 0

View File

@@ -1,14 +1,14 @@
# pyasic # pyasic
## X7 Models ## X7 Models
## L7 (Stock) ## D7 (Stock)
- [ ] Shutdowns - [x] Shutdowns
- [x] Power Modes - [x] Power Modes
- [ ] Setpoints - [ ] Setpoints
- [ ] Presets - [ ] Presets
::: pyasic.miners.antminer.bmminer.X7.L7.BMMinerL7 ::: pyasic.miners.antminer.bmminer.X7.D7.BMMinerD7
handler: python handler: python
options: options:
show_root_heading: false show_root_heading: false
@@ -27,14 +27,14 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## D7 (Stock) ## L7 (Stock)
- [x] Shutdowns - [ ] Shutdowns
- [x] Power Modes - [x] Power Modes
- [ ] Setpoints - [ ] Setpoints
- [ ] Presets - [ ] Presets
::: pyasic.miners.antminer.bmminer.X7.D7.BMMinerD7 ::: pyasic.miners.antminer.bmminer.X7.L7.BMMinerL7
handler: python handler: python
options: options:
show_root_heading: false show_root_heading: false

View File

@@ -1,6 +1,19 @@
# pyasic # pyasic
## X9 Models ## X9 Models
## D9 (Stock)
- [x] Shutdowns
- [x] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bmminer.X9.D9.BMMinerD9
handler: python
options:
show_root_heading: false
heading_level: 0
## E9Pro (Stock) ## E9Pro (Stock)
- [ ] Shutdowns - [ ] Shutdowns
@@ -14,14 +27,14 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## D9 (Stock) ## L9 (Stock)
- [x] Shutdowns - [x] Shutdowns
- [x] Power Modes - [x] Power Modes
- [ ] Setpoints - [ ] Setpoints
- [ ] Presets - [ ] Presets
::: pyasic.miners.antminer.bmminer.X9.D9.BMMinerD9 ::: pyasic.miners.antminer.bmminer.X9.L9.BMMinerL9
handler: python handler: python
options: options:
show_root_heading: false show_root_heading: false
@@ -79,19 +92,6 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## L9 (Stock)
- [x] Shutdowns
- [x] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.antminer.bmminer.X9.L9.BMMinerL9
handler: python
options:
show_root_heading: false
heading_level: 0
## S9 (BOS+) ## S9 (BOS+)
- [x] Shutdowns - [x] Shutdowns

View File

@@ -1,19 +1,6 @@
# pyasic # pyasic
## BM Models ## BM Models
## Supra (Stock)
- [ ] Shutdowns
- [ ] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.bitaxe.espminer.BM.BM1368.BitAxeSupra
handler: python
options:
show_root_heading: false
heading_level: 0
## Ultra (Stock) ## Ultra (Stock)
- [ ] Shutdowns - [ ] Shutdowns
@@ -27,14 +14,14 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## Max (Stock) ## Supra (Stock)
- [ ] Shutdowns - [ ] Shutdowns
- [ ] Power Modes - [ ] Power Modes
- [ ] Setpoints - [ ] Setpoints
- [ ] Presets - [ ] Presets
::: pyasic.miners.bitaxe.espminer.BM.BM1397.BitAxeMax ::: pyasic.miners.bitaxe.espminer.BM.BM1368.BitAxeSupra
handler: python handler: python
options: options:
show_root_heading: false show_root_heading: false
@@ -53,3 +40,16 @@
show_root_heading: false show_root_heading: false
heading_level: 0 heading_level: 0
## Max (Stock)
- [ ] Shutdowns
- [ ] Power Modes
- [ ] Setpoints
- [ ] Presets
::: pyasic.miners.bitaxe.espminer.BM.BM1397.BitAxeMax
handler: python
options:
show_root_heading: false
heading_level: 0

View File

@@ -32,6 +32,7 @@ details {
<ul> <ul>
<li><a href="../antminer/X5#dr5-stock">DR5 (Stock)</a></li> <li><a href="../antminer/X5#dr5-stock">DR5 (Stock)</a></li>
<li><a href="../antminer/X5#ks5-stock">KS5 (Stock)</a></li> <li><a href="../antminer/X5#ks5-stock">KS5 (Stock)</a></li>
<li><a href="../antminer/X5#ks5-stock">KS5 (Stock)</a></li>
</ul> </ul>
</details> </details>
<details> <details>
@@ -99,6 +100,8 @@ details {
<details> <details>
<summary>X21 Series:</summary> <summary>X21 Series:</summary>
<ul> <ul>
<li><a href="../antminer/X21#s21-stock">S21 (Stock)</a></li>
<li><a href="../antminer/X21#s21-stock">S21 (Stock)</a></li>
<li><a href="../antminer/X21#s21-stock">S21 (Stock)</a></li> <li><a href="../antminer/X21#s21-stock">S21 (Stock)</a></li>
<li><a href="../antminer/X21#s21-pro-stock">S21 Pro (Stock)</a></li> <li><a href="../antminer/X21#s21-pro-stock">S21 Pro (Stock)</a></li>
<li><a href="../antminer/X21#t21-stock">T21 (Stock)</a></li> <li><a href="../antminer/X21#t21-stock">T21 (Stock)</a></li>
@@ -693,6 +696,7 @@ details {
<li><a href="../antminer/X19#s19j-vnish">S19j (VNish)</a></li> <li><a href="../antminer/X19#s19j-vnish">S19j (VNish)</a></li>
<li><a href="../antminer/X19#s19j-pro-vnish">S19j Pro (VNish)</a></li> <li><a href="../antminer/X19#s19j-pro-vnish">S19j Pro (VNish)</a></li>
<li><a href="../antminer/X19#s19j-pro-vnish">S19j Pro (VNish)</a></li> <li><a href="../antminer/X19#s19j-pro-vnish">S19j Pro (VNish)</a></li>
<li><a href="../antminer/X19#s19j-pro-vnish">S19j Pro (VNish)</a></li>
<li><a href="../antminer/X19#s19a-vnish">S19a (VNish)</a></li> <li><a href="../antminer/X19#s19a-vnish">S19a (VNish)</a></li>
<li><a href="../antminer/X19#s19a-pro-vnish">S19a Pro (VNish)</a></li> <li><a href="../antminer/X19#s19a-pro-vnish">S19a Pro (VNish)</a></li>
<li><a href="../antminer/X19#s19-pro-hydro-vnish">S19 Pro Hydro (VNish)</a></li> <li><a href="../antminer/X19#s19-pro-hydro-vnish">S19 Pro Hydro (VNish)</a></li>
@@ -703,8 +707,8 @@ details {
<details> <details>
<summary>X21 Series:</summary> <summary>X21 Series:</summary>
<ul> <ul>
<li><a href="../antminer/X21#s21-vnish">S21 (VNish)</a></li>
<li><a href="../antminer/X21#t21-vnish">T21 (VNish)</a></li> <li><a href="../antminer/X21#t21-vnish">T21 (VNish)</a></li>
<li><a href="../antminer/X21#s21-vnish">S21 (VNish)</a></li>
</ul> </ul>
</details> </details>
</ul> </ul>