Function ethash::mine_target [] [src]

pub fn mine_target(
    header: &[u8],
    nonce_start: u64,
    full_size: usize,
    dataset: &[u8],
    target: &[u8; 32]
) -> u64

Mine a nonce given the header, dataset, and the target. Target is derived from the difficulty.