mine_block

Function mine_block 

Source
pub fn mine_block(
    vms: &[Arc<RandomXVM>],
    target: &BigUint,
    header: &mut Header,
    stop_signal: &Receiver<()>,
) -> Result<()>
Expand description

Mine provided header, based on provided PoW module next mine target, using provided RandomX VMs setup.