Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e9f54eec0a | ||
|
|
fbbbc9f215 | ||
|
|
69e4f575c0 |
@@ -548,6 +548,8 @@ class BOSMiner(BaseMiner):
|
|||||||
if not query_data:
|
if not query_data:
|
||||||
return None
|
return None
|
||||||
query_data = query_data["data"]
|
query_data = query_data["data"]
|
||||||
|
if not query_data:
|
||||||
|
return None
|
||||||
|
|
||||||
data.mac = await self.get_mac()
|
data.mac = await self.get_mac()
|
||||||
data.model = await self.get_model()
|
data.model = await self.get_model()
|
||||||
|
|||||||
@@ -190,6 +190,7 @@ MINER_CLASSES = {
|
|||||||
"BTMiner": BTMinerM30SPlusPlus,
|
"BTMiner": BTMinerM30SPlusPlus,
|
||||||
"G40": BTMinerM30SPlusPlusVG40,
|
"G40": BTMinerM30SPlusPlusVG40,
|
||||||
"G30": BTMinerM30SPlusPlusVG30,
|
"G30": BTMinerM30SPlusPlusVG30,
|
||||||
|
"H60": BTMinerM30SPlusPlusVH60,
|
||||||
},
|
},
|
||||||
"M31S": {
|
"M31S": {
|
||||||
"Default": BTMinerM31S,
|
"Default": BTMinerM31S,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pyasic"
|
name = "pyasic"
|
||||||
version = "0.22.1"
|
version = "0.22.2"
|
||||||
description = "A set of modules for interfacing with many common types of ASIC bitcoin miners, using both their API and SSH."
|
description = "A set of modules for interfacing with many common types of ASIC bitcoin miners, using both their API and SSH."
|
||||||
authors = ["UpstreamData <brett@upstreamdata.ca>"]
|
authors = ["UpstreamData <brett@upstreamdata.ca>"]
|
||||||
repository = "https://github.com/UpstreamData/pyasic"
|
repository = "https://github.com/UpstreamData/pyasic"
|
||||||
|
|||||||
Reference in New Issue
Block a user