UpstreamData / pyasic

A simplified and standardized interface for Bitcoin ASICs.
https://docs.pyasic.org
Apache License 2.0
100 stars 54 forks source link

feat: Add _get_pools method for Innosilicon miners (CGMiner). #175

Closed Ytemiloluwa closed 3 months ago

Ytemiloluwa commented 3 months ago

This PR adds _get_pools method for Innosilicon miners (CGMiner). @b-rowan

Attention: I will like you to take a look at line 119. MinerConfig.from_inno() was expecting a list but got a dict instead, so I converted it into a list.