-
-
-
- {{ workers_total }}
-
-
-
Workers
-
- {{ workers_online }} /
- {{ workers_offline }}
-
-
-
-
-
- {% if total_hashrate is defined %}
- {{ "%.1f"|format(total_hashrate) }} {{ hashrate_unit }}
- {% else %}
- N/A
- {% endif %}
-
-
Total Hashrate
-
-
-
-
-
-
-
- {% if total_earnings is defined %}
- {{ "%.8f"|format(total_earnings) }} BTC
- {% else %}
- N/A
- {% endif %}
-
-
Lifetime Earnings
-
-
-
-
- {% if daily_sats is defined %}
- {{ daily_sats|commafy }} sats
- {% else %}
- N/A
- {% endif %}
-
-
Daily Sats
-
-
-
-
- {% if avg_acceptance_rate is defined %}
- {{ "%.2f"|format(avg_acceptance_rate) }}%
- {% else %}
- N/A
- {% endif %}
-
-
Acceptance Rate
-
-