C# 클래스 BitMaker.Miner.Avx.AvxMiner

상속: BitMaker.Miner.Cpu.CpuMiner
파일 보기 프로젝트 열기: wasabii/BitMaker 1 사용 예제들

공개 메소드들

메소드 설명
AvxMiner ( IMinerContext context, CpuResource cpu ) : System.Threading

Initializes a new instance.

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

Implements the search function by passing it to native code.

메소드 상세

AvxMiner() 공개 메소드

Initializes a new instance.
public AvxMiner ( IMinerContext context, CpuResource cpu ) : System.Threading
context IMinerContext
cpu CpuResource
리턴 System.Threading

Search() 공개 메소드

Implements the search function by passing it to native 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?