{{#if model.candidates}}

Recently Found Blocks

{{#each model.candidates as |block|}} {{/each}}
Height Login Time Found Variance Shares/Diff
{{format-number block.height}} {{#link-to 'account' block.finder class='hash'}}{{block.finder}}{{/link-to}} {{format-date-locale block.timestamp}} {{#if block.isLucky}} {{format-number block.variance style='percent'}} {{else}} {{format-number block.variance style='percent'}} {{/if}} {{format-hashrate block.shareDiff}}
{{else}}

No new blocks yet

{{/if}}