mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2026-02-22 16:33:08 +00:00
v3.12.2
This commit is contained in:
@@ -974,9 +974,6 @@ void report_summary_log( bool force )
|
||||
: diff_to_hash * last_targetdiff
|
||||
* (double)(submitted_share_count - accepted_share_count )
|
||||
/ (double)uptime.tv_sec;
|
||||
|
||||
double shrate = share_time == 0. ? 0. : diff_to_hash * last_targetdiff
|
||||
* (double)(accepts) / share_time;
|
||||
double lost_shrate = share_time == 0. ? 0.
|
||||
: diff_to_hash * last_targetdiff * (double)(submits - accepts )
|
||||
/ share_time;
|
||||
|
||||
Reference in New Issue
Block a user