mirror of
https://github.com/benjamin-wilson/public-pool-ui.git
synced 2025-07-28 15:42:11 +02:00
sum hashrate
This commit is contained in:
@@ -79,6 +79,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th>Device</th>
|
<th>Device</th>
|
||||||
<th>Currently Working</th>
|
<th>Currently Working</th>
|
||||||
|
<th>Total Hash Rate</th>
|
||||||
<th>Best Difficulty <i class="pi pi-question-circle ml-2"
|
<th>Best Difficulty <i class="pi pi-question-circle ml-2"
|
||||||
pTooltip="If you find a solution with a difficulty higher than the network difficulty, you've found a block."></i>
|
pTooltip="If you find a solution with a difficulty higher than the network difficulty, you've found a block."></i>
|
||||||
</th>
|
</th>
|
||||||
@@ -88,6 +89,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>{{ userAgent.userAgent | userAgent }}</td>
|
<td>{{ userAgent.userAgent | userAgent }}</td>
|
||||||
<td>{{ userAgent.count }}</td>
|
<td>{{ userAgent.count }}</td>
|
||||||
|
<td>{{ userAgent.totalHashRate | hashSuffix }}</td>
|
||||||
<td>{{ userAgent.bestDifficulty | numberSuffix}}</td>
|
<td>{{ userAgent.bestDifficulty | numberSuffix}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
Reference in New Issue
Block a user