User

{address}

Hashrate
{formatHashrate(totals.hs1m)}
{#if totals.hs5m > 0}5m {formatHashrate(totals.hs5m)} · {/if} 1h {formatHashrate(totals.hs1h)} {#if totals.hs24h > 0} · 24h {formatHashrate(totals.hs24h)}{/if}
Best share (ever)
{formatDifficulty(totals.bestEver || totals.bestDiff)}
round best {formatDifficulty(totals.bestDiff)}
Workers
{totals.workers}
{workerRows.filter(r => r.online).length} online
Last share
{formatAgo(totals.lastShare)}
across all this user's workers

Workers

{#if workerRows.length === 0}
No worker data yet for this address.
{:else}
{#each workerRows as r (r.worker)} {/each}
Worker Hardware Hashrate (1m) Hashrate (1h) Diff Best (round) Best (ever) Last share
{r.worker} {r.hardware} {formatHashrate(r.hashrate1m)} {formatHashrate(r.hashrate1h)} {formatDifficulty(r.diff)} {formatDifficulty(r.bestRound)} {formatDifficulty(r.bestEver)} {formatAgo(r.lastShare)}
{/if}