{% if (found_blocks_is_miner is defined) and (found_blocks_is_miner) %} {% else %}
{% endif %} {% if (found_blocks_is_miner is not defined) or (not found_blocks_is_miner) %} {% endif %} {% for i, b in found_blocks %} {% if not is_zero_hash(b.UncleOf) %} {% else %} {% endif %} {% if (found_blocks_is_miner is not defined) or (not found_blocks_is_miner) %} {% set previous = get_slice_index(found_blocks, add_uint(i, 1)) %} {% if not is_nil(previous) %} {% elseif attribute(pool.SideChain.Effort.Last, b.MainBlock.Id) is defined %} {% else %} {% endif %} {% set minerAddress = b.MinerAddress %} {% set minerAlias = b.MinerAlias %} {% include('tpl_row_miner.html') %} {% endif %} {% endfor %}
Monero Height P2Pool Height Age [h:m:s]Effort Found byTransactions Total Reward Outputs Coinbase Transaction Coinbase Tx Private Key
{{ b.MainBlock.Height }} {{ b.SideHeight }}* {{ b.SideHeight }} {{ date_diff_short(b.MainBlock.Timestamp) }} {{ found_block_effort(b, previous)|round(2) }}% {{ attribute(pool.SideChain.Effort.Last, b.MainBlock.Id)|round(2) }}% unknown{{ b.TransactionCount }} {{ monero_to_xmr(b.MainBlock.Reward) }} XMR {{ b.WindowOutputs }} {{ b.MainBlock.CoinbaseId|shorten(10) }} {{ b.MainBlock.CoinbasePrivateKey|hex }}