{include file="global/block_header.tpl" BLOCK_HEADER="Block Shares" BLOCK_STYLE="clear:none;"}
| {$BLOCKSFOUND[block].height} | {/section}|
|---|---|
| Expected | {section block $BLOCKSFOUND step=-1}{$BLOCKSFOUND[block].estshares} | {/section}
| Actual | {section block $BLOCKSFOUND step=-1}{$BLOCKSFOUND[block].shares} | {/section}
| PPLNS | {section block $BLOCKSFOUND step=-1}{$BLOCKSFOUND[block].pplns_shares} | {/section}
| Average | {section block $BLOCKSFOUND step=-1}{$BLOCKSFOUND[block].block_avg} | {/section}
The graph above illustrates N shares to find a block vs. E Shares expected to find a block based on target and network difficulty and assuming a zero variance scenario.
| Last 24 hour totals | |||||
|---|---|---|---|---|---|
| Blocks Found | Rewards | Avg Difficulty | Expected Shares | Actual Shares | Percentage |
| {$POOLSTATS.count|number_format:"0"} | {$POOLSTATS.rewards|number_format:"4"} | {$POOLSTATS.average|number_format:"4"} | {$POOLSTATS.expected|number_format:"0"} | {$POOLSTATS.shares|number_format:"0"} | {if $POOLSTATS.shares > 0}{math assign="percentage1" equation="shares1 / estshares1 * 100" shares1=$POOLSTATS.shares estshares1=$POOLSTATS.expected}{/if} {$percentage1|number_format:"2"} |
|
|
| Block | Validity | Finder | Time | Difficulty | Amount | Expected Shares | {if $GLOBAL.config.payout_system == 'pplns'}PPLNS Shares | {/if}Actual Shares | Percentage |
|---|---|---|---|---|---|---|---|---|---|
| {$BLOCKSFOUND[block].height} | {if $BLOCKSFOUND[block].confirmations >= $GLOBAL.confirmations} Confirmed {else if $BLOCKSFOUND[block].confirmations == -1} Orphan {else}{$GLOBAL.confirmations - $BLOCKSFOUND[block].confirmations} left{/if} | {if $BLOCKSFOUND[block].is_anonymous|default:"0" == 1 && $GLOBAL.userdata.is_admin|default:"0" == 0}anonymous{else}{$BLOCKSFOUND[block].finder|default:"unknown"|escape}{/if} | {$BLOCKSFOUND[block].time|date_format:"%d/%m %H:%M:%S"} | {$BLOCKSFOUND[block].difficulty|number_format:"8"} | {$BLOCKSFOUND[block].amount|number_format:"2"} | {$BLOCKSFOUND[block].estshares|number_format} {assign var="totalexpectedshares" value=$totalexpectedshares+$BLOCKSFOUND[block].estshares} | {if $GLOBAL.config.payout_system == 'pplns'}{$BLOCKSFOUND[block].pplns_shares|number_format} | {/if}{$BLOCKSFOUND[block].shares|number_format} | {math assign="percentage" equation="shares / estshares * 100" shares=$BLOCKSFOUND[block].shares estshares=$BLOCKSFOUND[block].estshares} {assign var="totalpercentage" value=$totalpercentage+$percentage} {$percentage|number_format:"2"} |
| Totals | {$totalexpectedshares|number_format} | {if $GLOBAL.config.payout_system == 'pplns'}{$pplnsshares|number_format} | {/if}{$totalshares|number_format} | {($totalpercentage / $count)|number_format:"2"} | |||||