32 lines
2.5 KiB
Smarty
32 lines
2.5 KiB
Smarty
<div class="block" style="clear:none; margin-top:15px; margin-left:13px;">
|
|
<div class="block_head">
|
|
<div class="bheadl"></div>
|
|
<div class="bheadr"></div>
|
|
<h1>Dashboard</h1>
|
|
</div>
|
|
<div class="block_content" style="padding-top:10px;">
|
|
<p>
|
|
<b><u>Your Current Hashrate</u></b><br/>
|
|
<i><b>{$GLOBAL.userdata.hashrate} KH/s</b></i><br/><br/>
|
|
<u><b>
|
|
Paid Shares</b></u><span id='tt'><img src='{$PATH}/images/questionmark.png' height='15px' width='15px' title='All submitted shares from previous rounds which are already accounted and paid for.'></span><br/>
|
|
Your Valid: <i><b>{$GLOBAL.userdata.share_count - $GLOBAL.userdata.stale_share_count}</b></i><br/>
|
|
Invalid: <i><b>{$GLOBAL.userdata.stale_share_count}</b></i><br/><br/>
|
|
<u><b>Unpaid Shares</b></u><span id='tt'><img src='{$PATH}/images/questionmark.png' height='15px' width='15px' title='Submitted shares between the last 120 confirms block until now.'></span><br/>
|
|
Your Valid: <b><i>{$GLOBAL.userdata.shares_this_round}</i><font size='1px'></font></b><br/>
|
|
Pool Valid: <b><i>{$GLOBAL.currentroundshares}</i> <font size='1px'></font></b><br/><br>
|
|
<u><b>Round Shares </b></u><span id='tt'><img src='{$PATH}/images/questionmark.png' height='15px' width='15px' title='Submitted shares since last found block (ie. round shares)'></span><br/>
|
|
Pool Valid: <b><i>{$GLOBAL.currentroundshares}</i></b><br><br>
|
|
<u><b>Round Estimate</b></u><font size='1'></font></u><br>
|
|
<b><i>{math equation="round(( x / y ) * z, 8)" x=$GLOBAL.userdata.shares_this_round y=$GLOBAL.currentroundshares z=50}</i> <font size='1px'>LTC</font></b><br><br>
|
|
<u><b>Account Balance</b></u><br><b><i>{$GLOBAL.userdata.balance}</i><font size='1px'> LTC</font></b><br/><br>
|
|
</p>
|
|
<center><hr width="90%"></center>
|
|
<div style="margin-top:-13px; margin-bottom:-15px;">
|
|
<p><b><font size="1">Stats last updated:</b><br><i>{$GLOBAL.statstime|date_format:"%T"} GMT+1<br>(updated every 60 secs)</font></i><br/></p>
|
|
</div>
|
|
</div>
|
|
<div class="bendl"></div>
|
|
<div class="bendr"></div>
|
|
</div>
|