메소드 | 설명 | |
---|---|---|
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.
|
public ManagedMiner ( IMinerContext context, CpuDevice cpu ) : System.Threading | ||
context | IMinerContext | |
cpu | CpuDevice | |
리턴 | System.Threading |
public Search ( Work work, uint round1State, byte round1Block2, uint round2State, byte round2Block1 ) : uint? | ||
work | Work | |
round1State | uint | |
round1Block2 | byte | |
round2State | uint | |
round2Block1 | byte | |
리턴 | uint? |