Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.

Commit e85f06d

Browse files
committed
feature: add misidentified L9_i
1 parent a566801 commit e85f06d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

docs/miners/supported_types.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ details {
5353
<li><a href="../antminer/X9#s9j-stock">S9j (Stock)</a></li>
5454
<li><a href="../antminer/X9#t9-stock">T9 (Stock)</a></li>
5555
<li><a href="../antminer/X9#l9-stock">L9 (Stock)</a></li>
56+
<li><a href="../antminer/X9#l9-stock">L9 (Stock)</a></li>
5657
</ul>
5758
</details>
5859
<details>

pyasic/miners/factory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ class MinerTypes(enum.Enum):
9191
"ANTMINER S9J": BMMinerS9j,
9292
"ANTMINER T9": BMMinerT9,
9393
"ANTMINER L9": BMMinerL9,
94+
"ANTMINER L9_I": BMMinerL9,
9495
"ANTMINER Z15": CGMinerZ15,
9596
"ANTMINER Z15 PRO": BMMinerZ15Pro,
9697
"ANTMINER S17": BMMinerS17,

0 commit comments

Comments
 (0)