mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-06 03:54:25 +00:00
commit
d3f46e7e6f
@ -1206,6 +1206,8 @@ static void get_statline(char *buf, struct cgpu_info *cgpu)
|
|||||||
sprintf(buf, "%s%d ", cgpu->api->name, cgpu->device_id);
|
sprintf(buf, "%s%d ", cgpu->api->name, cgpu->device_id);
|
||||||
if (cgpu->api->get_statline_before)
|
if (cgpu->api->get_statline_before)
|
||||||
cgpu->api->get_statline_before(buf, cgpu);
|
cgpu->api->get_statline_before(buf, cgpu);
|
||||||
|
else
|
||||||
|
tailsprintf(buf, " | ");
|
||||||
tailsprintf(buf, "(%ds):%.1f (avg):%.1f Mh/s | A:%d R:%d HW:%d U:%.2f/m",
|
tailsprintf(buf, "(%ds):%.1f (avg):%.1f Mh/s | A:%d R:%d HW:%d U:%.2f/m",
|
||||||
opt_log_interval,
|
opt_log_interval,
|
||||||
cgpu->rolling,
|
cgpu->rolling,
|
||||||
@ -1286,6 +1288,8 @@ static void curses_print_devstatus(int thr_id)
|
|||||||
cgpu->api->get_statline_before(logline, cgpu);
|
cgpu->api->get_statline_before(logline, cgpu);
|
||||||
wprintw(statuswin, "%s", logline);
|
wprintw(statuswin, "%s", logline);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
wprintw(statuswin, " | ");
|
||||||
|
|
||||||
if (cgpu->status == LIFE_DEAD)
|
if (cgpu->status == LIFE_DEAD)
|
||||||
wprintw(statuswin, "DEAD ");
|
wprintw(statuswin, "DEAD ");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user