adding new shares/minute to mini stats

This commit is contained in:
Sebastian Grewe 2013-05-14 16:31:41 +02:00
parent ef2c9b2c97
commit 7ebba88f04
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ $aGlobal = array(
'websitename' => $settings->getValue('websitename'),
'ltc_usd' => $settings->getValue('btcesell'),
'hashrate' => $iCurrentPoolHashrate,
'sharerate' => $statistics->getCurrentShareRate(),
'workers' => $iCurrentActiveWorkers,
'roundshares' => $aRoundShares,
'statstime' => $settings->getValue('statstime'),

View File

@ -6,6 +6,7 @@
<tr>
<td><li>Ł/usd: {$GLOBAL.ltc_usd}&nbsp;&nbsp;&nbsp;&nbsp;</li></td>
<td><li>Pool Hashrate: {$GLOBAL.hashrate / 1000} MH/s&nbsp;&nbsp;&nbsp;&nbsp;</li></td>
<td><li>Pool Sharerate: {$GLOBAL.sharerate} Shares/m&nbsp;&nbsp;&nbsp;&nbsp;</li></td>
<td><li>Pool Workers: {$GLOBAL.workers}&nbsp;&nbsp;&nbsp;&nbsp;</li></td>
</tr>
</table>