Skip to content

Commit 810bd4d

Browse files
authored
Merge pull request #2629 from sunk818/patch-2
Update default.tpl
2 parents 8d8ba4f + 3f52e01 commit 810bd4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/bootstrap/about/pool/default.tpl

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="col-lg-12">
33
<div class="panel panel-info">
44
<div class="panel-heading">
5-
<i class="fa fa-info fa-fw"></i> Frequently Asked Questions
5+
<i class="fa fa-info fa-fw"></i>Frequently Asked Questions
66
</div>
77
<div class="panel-body">
88
<ul>
@@ -14,11 +14,11 @@
1414
{/if}
1515
{if $GLOBAL.config.payout_system == 'pplns'}
1616
<br>
17-
<b>Pay Per Last N Shares (PPLNS)</b> - Block rewards are distributed among the last shares, disregarding round boundaries. In the accurate implementation, the number of shares is deter- mined so that their total will be a specified quantity of score (where the score of a share is the inverse of the difficulty). Most pools use a naive implementation based on a fixed number of shares or a fixed multiple of the difficulty. The share-variance can be reduced at the cost of increased maturity time, but there is no way to decrease the long-term pool-variance.
17+
<b>Pay Per Last N Shares (PPLNS)</b> - Block rewards are distributed among the last shares, disregarding round boundaries. In the accurate implementation, the number of shares is determined so that their total will be a specified quantity of score (where the score of a share is the inverse of the difficulty). Most pools use a naive implementation based on a fixed number of shares or a fixed multiple of the difficulty. The share-variance can be reduced at the cost of increased maturity time, but there is no way to decrease the long-term pool-variance.
1818
{/if}
1919
{if $GLOBAL.config.payout_system == 'pps'}
2020
<br>
21-
<b>Pay Per Share (PPS)</b> - Each share receives a fixed reward known in advance. This is the ultimate low- variance, low-maturity simple method, but has the highest risk for the operator, and hence lower expected returns than other methods and risk of collapse if not managed properly.
21+
<b>Pay Per Share (PPS)</b> - Each share receives a fixed reward known in advance. This is the ultimate low-variance, low-maturity simple method, but has the highest risk for the operator, and hence lower expected returns than other methods and risk of collapse if not managed properly.
2222
{/if}
2323
<br><br>
2424
<li><b><i>Q: What is a orphan block?</b></i></li>
@@ -48,7 +48,7 @@
4848
</ul>
4949
</div>
5050
<div class="panel-footer">
51-
<h6>This Pool is running <a href="https://github.com/TheSerapher/php-mpos">MPOS</a> project code. This frontend was created by TheSerapher aka Sebastian Grewe. The operation of the pool is soley at the hand of your trusted pool operator.</h6>
51+
<h6>This Pool is running <a href="https://github.com/TheSerapher/php-mpos">MPOS</a> project code. This frontend was created by <a href="https://github.com/MPOS/php-mpos"TheSerapher aka Sebastian Grewe</a>. The operation of the pool is soley at the hand of your trusted pool operator.</h6>
5252
</div>
5353
</div>
5454
</div>

0 commit comments

Comments
 (0)