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

Historical miner payouts

Payout Address: {{ miner.address }}

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

{% for p in payouts %} {% endfor %}
Monero Height P2Pool Height Age [h:m:s] Reward Coinbase Transaction Coinbase Tx Private Key
{{ p.main.height }} {{ p.height }} {{ date_diff_short(p.timestamp) }} {{ monero_to_xmr(p.coinbase.reward) }} XMR {{ p.coinbase.id|shorten(10) }} {{ p.coinbase.private_key|shorten(10) }} [[prove]]
{% endblock %}