C# 클래스 BitMaker.Miner.Managed.ManagedMiner

Completely managed C# implementation of a miner.
상속: BitMaker.Miner.Cpu.CpuMiner
파일 보기 프로젝트 열기: wasabii/BitMaker 1 사용 예제들

공개 메소드들

메소드 설명
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?