{% extends "base.html" %} {% block title %} - Historical miner payouts {{ miner.Address.ToBase58() }} {% endblock %} {% block content %}
{% if refresh %} Autorefresh is ON ({{ refresh }} s) {% else %} Autorefresh is OFF {% endif %}

Historical miner payouts

Payout Address: {{ miner.Address.ToBase58() }}

Estimated total: {{ monero_to_xmr(total) }} XMR

{% include('tpl_payouts.html') %}
{% endblock %}