1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-13 06:01:03 +00:00

Add CPU algo used to summary

This commit is contained in:
Znort 987 2011-08-15 11:53:19 +02:00
parent 4e3f38d047
commit e923ac78d5

1
main.c
View File

@ -4136,6 +4136,7 @@ static void print_summary(void)
printf("\nSummary of runtime statistics:\n\n");
printf("Started at %s\n", datestamp);
printf("CPU hasher algorithm used: %s\n", algo_names[opt_algo]);
printf("Runtime: %d hrs : %d mins : %d secs\n", hours, mins, secs);
if (total_secs)
printf("Average hashrate: %.1f Megahash/s\n", total_mhashes_done / total_secs);