migration of open-etc-friends-pool for use with Etica/EGAZ
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

52 lines
1.6 KiB

<tr>
<td>
{{#if block.uncle}}
<a href="https://eticascan.org/uncle/{{block.uncleHeight}}" rel="nofollow" target="_blank">{{format-number
block.uncleHeight}}</a>
{{else}}
<a href="https://eticascan.org/block/{{block.height}}" rel="nofollow" target="_blank">{{format-number
block.height}}</a>
{{/if}}
</td>
<td>
{{#if block.uncle}}
<td>{{#link-to 'account' block.finder class='hash'}}{{block.finder}}{{/link-to}}</td>
{{else if block.orphan}}
<span class="label label-danger">Orphan</span>
{{else}}
<td>{{#link-to 'account' block.finder class='hash'}}{{identicon block.finder 25}}{{block.finder}}{{/link-to}}</td>
{{/if}}
</td>
<td>{{format-date-locale block.timestamp}}</td>
<td>
{{#if block.isSolo}}
<span class="label label-danger">{{block.miningType}}</span>
{{else}}
<span class="label label-warning">{{block.miningType}}</span>
{{/if}}
</td>
<td>
{{#if block.isLucky}}
<span class="label label-success">{{format-number block.variance style='percent'}}</span>
{{else}}
<span class="label label-info">{{format-number block.variance style='percent'}}</span>
{{/if}}
</td>
<td>
{{#if block.uncle}}
<span class="label label-default">{{block.formatReward}}</span>
{{else if block.isOk}}
<span class="label label-primary">{{block.formatReward}}</span>
{{/if}}
</td>
<td>
{{#if block.uncle}}
<span class="label label-default">Uncle</span>
{{else if block.isOk}}
<span class="label label-primary">Block</span>
{{/if}}
</td>
<td>{{format-hashrate block.shareDiff}}</td>
<td>{{block.worker}}</td>
</tr>