Block Share Overview

{section block $BLOCKSFOUND step=-1} {/section} {section block $BLOCKSFOUND step=-1} {/section} {section block $BLOCKSFOUND step=-1} {/section} {if $GLOBAL.config.payout_system == 'pplns'} {section block $BLOCKSFOUND step=-1} {/section} {/if} {if $USEBLOCKAVERAGE} {section block $BLOCKSFOUND step=-1} {/section} {/if}
Block Shares
{$BLOCKSFOUND[block].height}
Expected{round(pow(2,32 - $GLOBAL.config.targetdiff) * $BLOCKSFOUND[block].difficulty)}
Actual{$BLOCKSFOUND[block].shares}
PPLNS{$BLOCKSFOUND[block].pplns_shares}
Average{$BLOCKSFOUND[block].block_avg}

Last 24 hour totals

{assign var=percentage1 value=0}
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"}

Last {$BLOCKLIMIT} Blocks Found

{if $GLOBAL.config.payout_system == 'pplns'}{/if} {assign var=count value=0} {assign var=totalexpectedshares value=0} {assign var=totalshares value=0} {assign var=pplnsshares value=0} {section block $BLOCKSFOUND} {assign var="totalshares" value=$totalshares+$BLOCKSFOUND[block].shares} {assign var="count" value=$count+1} {if $GLOBAL.config.payout_system == 'pplns'}{assign var="pplnsshares" value=$pplnsshares+$BLOCKSFOUND[block].pplns_shares}{/if} {if ! $GLOBAL.website.blockexplorer.disabled} {else} {/if} {if $GLOBAL.config.payout_system == 'pplns'}{/if} {/section} {if $GLOBAL.config.payout_system == 'pplns'}{/if}
Block Validity Finder Time Difficulty Amount Expected SharesPPLNS SharesActual Shares Percentage
{$BLOCKSFOUND[block].height}{$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:"2"} {$BLOCKSFOUND[block].amount|number_format:"2"} {assign var="totalexpectedshares" value=$totalexpectedshares+$BLOCKSFOUND[block].estshares} {$BLOCKSFOUND[block].estshares|number_format} {$BLOCKSFOUND[block].pplns_shares|number_format}{$BLOCKSFOUND[block].shares|number_format} {math assign="percentage" equation="shares / estshares * 100" shares=$BLOCKSFOUND[block].shares estshares=$BLOCKSFOUND[block].estshares} {$percentage|number_format:"2"}
Totals {$totalexpectedshares|number_format}{$pplnsshares|number_format}{$totalshares|number_format} {if $count > 0}{($totalshares / $totalexpectedshares * 100)|number_format:"2"}{else}0{/if}