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.
29 lines
1.2 KiB
29 lines
1.2 KiB
<div class="jumbotron-brand"> |
|
<div class="container"> |
|
<p class="lead">Pool always pays full block rewards including TX fees and uncle rewards.</p> |
|
<strong> |
|
Block maturity requires <u>up to</u> </strong> <span class="label label-success">120</span> <strong>blocks. |
|
Usually it's less indeed. |
|
</strong> |
|
</div> |
|
</div> |
|
|
|
<div class="container"> |
|
{{high-charts mode=stockChart chartOptions=chartOptions content=chartData}} |
|
{{#if model.luck}} |
|
{{partial "luck"}} |
|
{{/if}} |
|
|
|
<ul class="nav nav-tabs"> |
|
{{#active-li currentWhen='blocks.index' role='presentation'}} |
|
{{#link-to 'blocks.index'}}Blocks <span class="badge alert-success">{{format-number model.maturedTotal}}</span>{{/link-to}} |
|
{{/active-li}} |
|
{{#active-li currentWhen='blocks.immature' role='presentation'}} |
|
{{#link-to 'blocks.immature'}}Immature <span class="badge alert-success">{{format-number model.immatureTotal}}</span>{{/link-to}} |
|
{{/active-li}} |
|
{{#active-li currentWhen='blocks.pending' role='presentation'}} |
|
{{#link-to 'blocks.pending'}}New Blocks <span class="badge alert-info">{{format-number model.candidatesTotal}}</span>{{/link-to}} |
|
{{/active-li}} |
|
</ul> |
|
{{outlet}} |
|
</div>
|
|
|