mirror of
https://github.com/GOSTSec/sgminer
synced 2025-08-26 05:41:55 +00:00
Only show cpu algo in summary if cpu mining.
This commit is contained in:
parent
cdece1f248
commit
939a0e02b7
1
main.c
1
main.c
@ -4099,6 +4099,7 @@ static void print_summary(void)
|
||||
|
||||
printf("\nSummary of runtime statistics:\n\n");
|
||||
printf("Started at %s\n", datestamp);
|
||||
if (opt_n_threads)
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user