{% extends "base.html" %} {% block title %} - Historical miner payouts {{ miner.address }} {% endblock %} {% block content %}
Payout Address: {{ miner.address }}
Estimated total: {{ monero_to_xmr(total) }} XMR
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]] |