{% if (shares_efforts is defined) %} {% endif %} {% if (shares_is_miner is not defined) or (not shares_is_miner) %} {% endif %} {% for i, s in shares %} {% if s.MinedMainAtHeight %} {% else %} {% endif %} {% if (shares_efforts is defined) %} {% set effort = get_slice_index(shares_efforts, i) %} {% if effort >= 0 %} {% else %} {% endif %} {% endif %} {% if (shares_is_miner is not defined) or (not shares_is_miner) %} {% set minerAddress = s.MinerAddress %} {% set minerAlias = s.MinerAlias %} {% include('tpl_row_miner.html') %} {% endif %} {% endfor %}
P2Pool Height P2Pool Id Monero Height Age [h:m:s]Estimated EffortFound bySoftware Weight Valuation
{{ s.SideHeight }} {{ s.TemplateId|shorten(10) }}{{ s.MainHeight }}{{ s.MainHeight }}{{ date_diff_short(s.Timestamp) }} {{ effort|round(2) }}% unknown{{ software_info(s.SoftwareId, s.SoftwareVersion) }} {{ side_block_weight(s, s.SideHeight, consensus.ChainWindowSize)|si_units(2) }} {{ side_block_valuation(s) }}