cuckoo miner update (#145)
* update cuckoo-miner tag * not mining by default * update to mean parameter * update to mining param * final update to compatible mean miner
This commit is contained in:
committed by
Ignotus Peverell
parent
8c051da960
commit
07bf22c881
@@ -231,6 +231,9 @@ impl Miner {
|
||||
next_stat_output = time::get_time().sec + stat_output_interval;
|
||||
}
|
||||
}
|
||||
//avoid busy wait
|
||||
let sleep_dur = std::time::Duration::from_millis(100);
|
||||
thread::sleep(sleep_dur);
|
||||
}
|
||||
if sol == None {
|
||||
debug!(
|
||||
|
||||
Reference in New Issue
Block a user