1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-23 21:14:18 +00:00

Display best share difficulty on exit.

This commit is contained in:
Con Kolivas 2012-10-29 12:23:58 +11:00
parent 6f4c47ebd2
commit c086ef8049

View File

@ -5691,6 +5691,7 @@ static void print_summary(void)
applog(LOG_WARNING, "Average hashrate: %.1f %shash/s", displayed_hashes, mhash_base? "Mega" : "Kilo");
applog(LOG_WARNING, "Solved blocks: %d", found_blocks);
applog(LOG_WARNING, "Best share difficulty: %s", best_share);
applog(LOG_WARNING, "Queued work requests: %d", total_getworks);
applog(LOG_WARNING, "Share submissions: %d", total_accepted + total_rejected);
applog(LOG_WARNING, "Accepted shares: %d", total_accepted);