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 AntminerOld(CGMiner) #200

Closed Ytemiloluwa closed 2 months ago

Ytemiloluwa commented 2 months ago

This PR adds _get_pools method for AntminerOld(CGMiner) @b-rowan

b-rowan commented 2 months ago

Not required, as this class already inherits from CGMiner, so this is basically just code duplication.