* Migrated configuration options to admin panel * Removed configuration options from config file * Added help text for each configuration option into panel Addresses #622 and needs extensive testing by pools. A lot has changed so pool owners might have to adjust their own templates to match this new system.
15 lines
1.0 KiB
Smarty
15 lines
1.0 KiB
Smarty
<div id="siteinfo">{$GLOBAL.website.name|default:"The Pool"}<br/>
|
|
<span class="slogan">{$GLOBAL.website.slogan|default:"Resistance is Futile"}</span>
|
|
</div>
|
|
<div id="ministats">
|
|
<table border="0">
|
|
<tr>
|
|
{if $GLOBAL.config.price.currency}<td><li>{$GLOBAL.config.currency}/{$GLOBAL.config.price.currency}: {$GLOBAL.price|default:"0"|number_format:"4"} </li></td>{/if}
|
|
<td><li>Network Hashrate: {($GLOBAL.nethashrate / 1000 / 1000 )|default:"0"|number_format:"3"} MH/s </li></td>
|
|
<td><li>Pool Hashrate: {($GLOBAL.hashrate / 1000)|number_format:"3"} MH/s </li></td>
|
|
<td><li>Pool Sharerate: {$GLOBAL.sharerate|number_format:"2"} Shares/s </li></td>
|
|
<td><li>Pool Workers: {$GLOBAL.workers|default:"0"} </li></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|