| Block Statistics | PPLNS Round Statistics | |||||||
|---|---|---|---|---|---|---|---|---|
| ID | {$BLOCKDETAILS.id|number_format:"0"|default:"0"} | Height | {if ! $GLOBAL.website.blockexplorer.disabled}{$BLOCKDETAILS.height|number_format:"0"|default:"0"} | {else}{$BLOCKDETAILS.height|number_format:"0"|default:"0"} | {/if}PPLNS Shares | {$PPLNSSHARES|number_format:"0"|default:"0"} | Estimated Shares | {$BLOCKDETAILS.estshares|number_format|default:"0"} |
| Amount | {$BLOCKDETAILS.amount|default:"0"} | Confirmations | {if $BLOCKDETAILS.confirmations >= $GLOBAL.confirmations} Confirmed {else if $BLOCKDETAILS.confirmations == -1} Orphan {else if $BLOCKDETAILS.confirmations == 0}0 {else}{($GLOBAL.confirmations - $BLOCKDETAILS.confirmations)|default:"0"} left{/if} | Block Average | {$BLOCKAVERAGE|number_format:"0"|default:"0"} | Average Efficiency | {math assign="percentage2" equation=(($BLOCKDETAILS.estshares / $BLOCKAVERAGE) * 100)}{$percentage2|number_format:"2"} % | |
| Difficulty | {$BLOCKDETAILS.difficulty|default:"0"} | Time | {$BLOCKDETAILS.time|default:"0"} | Target Rounds | {$BLOCKAVGCOUNT|number_format:"0"|default:"0"} | Target Variance | {math assign="percentage" equation=(($BLOCKDETAILS.estshares / $PPLNSSHARES) * 100)}{$percentage|number_format:"2"} % | |
| Shares | {$BLOCKDETAILS.shares|number_format:"0"|default:"0"} | Finder | {$BLOCKDETAILS.finder|default:"unknown"} | Seconds This Round | {$BLOCKDETAILS.round_time|number_format:"0"|default:"0"} | Round Variance | {math assign="percentage1" equation=(($BLOCKDETAILS.shares / $PPLNSSHARES) * 100)}{$percentage1|number_format:"2"} % | |