C# Класс BitMaker.Miner.Managed.ManagedMiner

Completely managed C# implementation of a miner.
Наследование: BitMaker.Miner.Cpu.CpuMiner
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ManagedMiner ( IMinerContext context, CpuDevice cpu ) : System.Threading

Initializes a new instance.

Search ( Work work, uint round1State, byte round1Block2, uint round2State, byte round2Block1 ) : uint?

Implements the search function in managed code.

Приватные методы

Метод Описание
Progress ( Work work, long hashes ) : bool

Reports progress and determines if work is still valid.

Описание методов

ManagedMiner() публичный Метод

Initializes a new instance.
public ManagedMiner ( IMinerContext context, CpuDevice cpu ) : System.Threading
context IMinerContext
cpu CpuDevice
Результат System.Threading

Search() публичный Метод

Implements the search function in managed code.
public Search ( Work work, uint round1State, byte round1Block2, uint round2State, byte round2Block1 ) : uint?
work Work
round1State uint
round1Block2 byte
round2State uint
round2Block1 byte
Результат uint?