Testnet2 small fixes (#899)
* add hint for gcc-5 for building CUDA plugin * add N_BLOCks comment for >=6GB GPU cards * minor logging cleanup * mark to be kept + reformat as "@ height [hash]" * show CuckooNN + better wording
This commit is contained in:
committed by
Ignotus Peverell
parent
ea9a978c87
commit
3e3fe6cae6
+5
-1
@@ -221,7 +221,11 @@ impl Miner {
|
||||
}
|
||||
}
|
||||
}
|
||||
info!(LOGGER, "Mining at {} graphs per second", sps_total);
|
||||
info!(
|
||||
LOGGER,
|
||||
"Mining: Cuckoo{} at {} gps (graphs per second)",
|
||||
cuckoo_size,
|
||||
sps_total);
|
||||
if sps_total.is_finite() {
|
||||
let mut mining_stats = mining_stats.write().unwrap();
|
||||
mining_stats.combined_gps = sps_total;
|
||||
|
||||
Reference in New Issue
Block a user