add support for basic S9is

This commit is contained in:
UpstreamData
2022-05-24 14:43:22 -06:00
parent 87a690eb00
commit 726e7ff0f0
6 changed files with 25 additions and 2 deletions

View File

@@ -30,6 +30,10 @@ MINER_CLASSES = {
"BMMiner": BMMinerS9,
"CGMiner": CGMinerS9,
},
"Antminer S9i": {
"Default": BMMinerS9i,
"BMMiner": BMMinerS9i,
},
"Antminer S17": {
"Default": BMMinerS17,
"BOSMiner+": BOSMinerS17,