{% extends "base.html" %} {% block title %} - Found Monero blocks by {{ miner.address }}{% endblock %} {% block content %}
Monero Height | P2Pool Height | Age [h:m:s] | Found by | Total Reward | Outputs | Coinbase Transaction | Coinbase Tx Private Key | ||
---|---|---|---|---|---|---|---|---|---|
{{ b.main.height }} | {% if b.parent.height is defined %}{{ b.height }}* | {% else %}{{ b.height }} | {% endif %}{{ date_diff_short(b.timestamp) }} | {% if b.miner_alias != "" %}{{ b.miner_alias|shorten(10) }} | {% else %}{{ b.miner|shorten(10) }} | {% endif %}{{ monero_to_xmr(b.coinbase.reward) }} XMR | {{ b.coinbase.payouts|length }} | {{ b.coinbase.id|shorten(10) }} | {{ b.coinbase.private_key }} |