{% extends "base_miner.html" %} {% block title %}Workers — {{ coin.display_name }} Pool{% endblock %} {% set page = 'workers' %} {% block head_extra %}{% endblock %} {% block content %}

Workers

{{ workers|length }} configured
refreshes 30s
{% if workers %} {% for w in workers %} {% endfor %}
WorkerHashrateShares · 1hShares · 24hLast shareStatus
{{ w.worker_name }} {{ w.hashrate | hashrate }} {{ w.shares_1h }} {{ w.shares_24h }} {{ w.last_share | ago }} {% if w.is_active %}active{% else %}stale{% endif %}
{% else %}
No workers yet
Point a miner at the pool and your workers will appear here.
How to mine →
{% endif %}
{% endblock %}