Module miners

Module miners 

Source
Expand description

Miner types and selection

For miner type selection and scanning, see MinerFactory.

For traits implemented by each miner, see GetMinerData for data gathering, and HasMinerControl. These traits are unified by the Miner trait.

Per-miner implementations are under backends in their own modules.

Modulesยง

api
backends
Miner specific implementations of control functionality and data gathering.
commands
data
factory
listener