pub fn mine_block( target: &BigUint, miner_block: &mut BlockInfo, threads: usize, stop_signal: &Receiver<()>, ) -> Result<()>
Mine provided block, based on provided PoW module next mine target.