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:
Yeastplume
2017-09-29 17:58:43 +01:00
committed by Ignotus Peverell
parent 8c051da960
commit 07bf22c881
3 changed files with 16 additions and 7 deletions
+3
View File
@@ -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!(