{include file="global/block_header.tpl" BLOCK_HEADER="Block Shares" BLOCK_STYLE="clear:none;"}
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"} |