sum hashrate

This commit is contained in:
Ben Wilson
2023-08-06 18:16:58 -04:00
parent ad9f831b91
commit 4a980a9176

View File

@@ -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>