{% if (found_blocks_is_miner is defined) and (found_blocks_is_miner) %}
Monero Height | P2Pool Height | Age [h:m:s] | {% if (found_blocks_is_miner is not defined) or (not found_blocks_is_miner) %}Effort | Found by | {% endif %}Transactions | Total Reward | Outputs | Coinbase Transaction | Coinbase Tx Private Key | ||
---|---|---|---|---|---|---|---|---|---|---|---|
{{ b.MainBlock.Height }} | {% if not is_zero_hash(b.UncleOf) %}{{ b.SideHeight }}* | {% else %}{{ b.SideHeight }} | {% endif %}{{ date_diff_short(b.MainBlock.Timestamp) }} | {% 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) %}{{ found_block_effort(b, previous)|round(2) }}% | {% elseif attribute(pool.SideChain.Effort.Last, b.MainBlock.Id) is defined %}{{ attribute(pool.SideChain.Effort.Last, b.MainBlock.Id)|round(2) }}% | {% else %}unknown | {% endif %} {% set minerAddress = b.MinerAddress %} {% set minerAlias = b.MinerAlias %} {% include('tpl_row_miner.html') %} {% endif %}{{ b.TransactionCount }} | {{ monero_to_xmr(b.MainBlock.Reward) }} XMR | {{ b.WindowOutputs }} | {{ b.MainBlock.CoinbaseId|shorten(10) }} | {{ b.MainBlock.CoinbasePrivateKey|hex }} |