mirror of
https://github.com/GOSTSec/sgminer
synced 2025-08-26 13:52:02 +00:00
miner.php correct to new Diff1 Work field names
This commit is contained in:
parent
93555e271a
commit
bd151ef36d
@ -849,7 +849,7 @@ $singlerigsum = array(
|
|||||||
'Hardware Errors' => 1, 'Utility' => 1, 'Total MH' => 1),
|
'Hardware Errors' => 1, 'Utility' => 1, 'Total MH' => 1),
|
||||||
'pools' => array('Getworks' => 1, 'Accepted' => 1, 'Rejected' => 1, 'Discarded' => 1,
|
'pools' => array('Getworks' => 1, 'Accepted' => 1, 'Rejected' => 1, 'Discarded' => 1,
|
||||||
'Stale' => 1, 'Get Failures' => 1, 'Remote Failures' => 1,
|
'Stale' => 1, 'Get Failures' => 1, 'Remote Failures' => 1,
|
||||||
'Diff1 Shares' => 1),
|
'Diff1 Work' => 1),
|
||||||
'notify' => array('*' => 1));
|
'notify' => array('*' => 1));
|
||||||
#
|
#
|
||||||
function showtotal($total, $when, $oldvalues)
|
function showtotal($total, $when, $oldvalues)
|
||||||
@ -2056,7 +2056,7 @@ function display()
|
|||||||
|
|
||||||
newtable();
|
newtable();
|
||||||
doforeach('version', 'rig summary', array(), array(), true);
|
doforeach('version', 'rig summary', array(), array(), true);
|
||||||
$sum = array('MHS av', 'Getworks', 'Found Blocks', 'Accepted', 'Rejected', 'Discarded', 'Stale', 'Utility', 'Local Work', 'Total MH', 'Work Utility', 'Diff1 Shares');
|
$sum = array('MHS av', 'Getworks', 'Found Blocks', 'Accepted', 'Rejected', 'Discarded', 'Stale', 'Utility', 'Local Work', 'Total MH', 'Work Utility', 'Diff1 Work');
|
||||||
doforeach('summary', 'summary information', $sum, array(), false);
|
doforeach('summary', 'summary information', $sum, array(), false);
|
||||||
endtable();
|
endtable();
|
||||||
otherrow('<td><br><br></td>');
|
otherrow('<td><br><br></td>');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user