{% extends "base_miner.html" %} {% block title %}Workers — {{ coin.display_name }} Pool{% endblock %} {% set page = 'workers' %} {% block head_extra %}{% endblock %} {% block content %}
| Worker | Hashrate | Shares · 1h | Shares · 24h | Last share | Status |
|---|---|---|---|---|---|
| {{ w.worker_name }} | {{ w.hashrate | hashrate }} | {{ w.shares_1h }} | {{ w.shares_24h }} | {{ w.last_share | ago }} | {% if w.is_active %}active{% else %}stale{% endif %} |