{% extends "base.html" %} {% block title %} - Found Monero blocks{% endblock %} {% block content %}
Monero Height | P2Pool Height | Age [h:m:s] | Effort | 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 attribute(pool.sidechain.effort.last, b.main.id) is defined %}{{ attribute(pool.sidechain.effort.last, b.main.id)|round(2) }}% | {% else %}unknown | {% endif %} {% 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 }} |