Description
I encountered a partially supported miner warning while using pyasic:
UserWarning: Partially supported miner found: ANTMINER BHB42XXX, type: MinerTypes.ANTMINER
The miner is detected but appears to have incomplete support (likely related to RPC or stats parsing).
Environment
pyasic version: (fill this, e.g. 0.x.x)
Python version: 3.13
OS: Windows
Miner Information
Model: ANTMINER BHB42XXX
Firmware: (stock / VNish / Braiins — isi sesuai punyamu)
IP Type: Local network (192.168.x.x)
Behavior
get_data() works (mostly stable)
rpc.stats() may timeout or fail (especially on stock firmware)
Occasional errors like:
Failed to call config on S19j Pro (Stock)
Expected Behavior
Full support for this miner model, especially:
Stable stats retrieval
Proper parsing of chain, temperature, and hashrate
Additional Context
This miner seems to be detected as an Antminer but may have differences in API response compared to fully supported models.
Let me know if additional debug logs or raw API responses are needed.
Thanks!
Description
I encountered a partially supported miner warning while using pyasic:
UserWarning: Partially supported miner found: ANTMINER BHB42XXX, type: MinerTypes.ANTMINER
The miner is detected but appears to have incomplete support (likely related to RPC or stats parsing).
Environment
pyasic version: (fill this, e.g. 0.x.x)
Python version: 3.13
OS: Windows
Miner Information
Model: ANTMINER BHB42XXX
Firmware: (stock / VNish / Braiins — isi sesuai punyamu)
IP Type: Local network (192.168.x.x)
Behavior
get_data() works (mostly stable)
rpc.stats() may timeout or fail (especially on stock firmware)
Occasional errors like:
Failed to call config on S19j Pro (Stock)
Expected Behavior
Full support for this miner model, especially:
Stable stats retrieval
Proper parsing of chain, temperature, and hashrate
Additional Context
This miner seems to be detected as an Antminer but may have differences in API response compared to fully supported models.
Let me know if additional debug logs or raw API responses are needed.
Thanks!