mirror of
https://github.com/benjamin-wilson/public-pool-ui.git
synced 2025-07-12 16:02:19 +02:00
sum hashrate
This commit is contained in:
@ -79,6 +79,7 @@
|
||||
<tr>
|
||||
<th>Device</th>
|
||||
<th>Currently Working</th>
|
||||
<th>Total Hash Rate</th>
|
||||
<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>
|
||||
</th>
|
||||
@ -88,6 +89,7 @@
|
||||
<tr>
|
||||
<td>{{ userAgent.userAgent | userAgent }}</td>
|
||||
<td>{{ userAgent.count }}</td>
|
||||
<td>{{ userAgent.totalHashRate | hashSuffix }}</td>
|
||||
<td>{{ userAgent.bestDifficulty | numberSuffix}}</td>
|
||||
</tr>
|
||||
</ng-template>
|
||||
|
Reference in New Issue
Block a user