C# Class BitMaker.Miner.Avx.AvxMiner

Inheritance: BitMaker.Miner.Cpu.CpuMiner
Show file Open project: wasabii/BitMaker Class Usage Examples

Public Methods

Method Description
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.

Method Details

AvxMiner() public method

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

Search() public method

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
return uint?