C# Class BitMaker.Miner.Cpu.CpuMinerFactory

CPU miner factory base class which advertises a CpuMiner as capable of consuming the system's processors. Implement this class and extend StartMiner to provide a customer miner implementation.
Inheritance: IMinerFactory
Show file Open project: wasabii/BitMaker