{% extends "base.html" %} {% block content %}
P2Pool Height | P2Pool Hashrate | Monero Height | Monero Hashrate |
---|---|---|---|
{{ pool.sidechain.height }} | {{ diff_hashrate(pool.sidechain.difficulty, pool.sidechain.block_time)|si_units(2) }}H/s | {{ pool.mainchain.height }} | {{ diff_hashrate(pool.mainchain.difficulty, pool.mainchain.block_time)|si_units(2) }}H/s |
P2Pool Difficulty | P2Pool Monero % | Monero Difficulty | Blocks Found |
{{ diff_uint(pool.sidechain.difficulty)|si_units(2) }} | {{ ((diff_hashrate(pool.sidechain.difficulty, pool.sidechain.block_time) / diff_hashrate(pool.mainchain.difficulty, pool.mainchain.block_time))*100)|round(2) }}% | {{ diff_uint(pool.mainchain.difficulty)|si_units(2) }} | {{ pool.sidechain.found }} |
Miners Known | Average Effort | Block Found Frequency | Last Found Block |
{{ pool.sidechain.miners }} | {{ pool.sidechain.effort.average|round(2) }}% | {{ time_duration_long(diff_uint(pool.mainchain.difficulty) / diff_hashrate(pool.sidechain.difficulty, pool.sidechain.block_time)) }} | {{ time_elapsed_short(blocks_found[0].timestamp) }} |
Window Miners | Current Effort | Window Blocks | Last Share |
{{ pool.sidechain.window.miners }} | {{ pool.sidechain.effort.current|round(2) }}% | {{ pool.sidechain.window.blocks }} blocks (+{{ pool.sidechain.window.uncles }} uncles) | {{ time_elapsed_short(pool.sidechain.timestamp) }} |
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 }} |
[show more found blocks] |
{{ blocks_found_position }}
P2Pool Height | P2Pool Id | Monero Height | Age [h:m:s] | Found by | Valuation | |
---|---|---|---|---|---|---|
{{ s.height }} | {{ s.id|shorten(10) }} | {{ s.main.height }} | {{ date_diff_short(s.timestamp) }} | {% if s.miner_alias != "" %}{{ s.miner_alias|shorten(10) }} | {% else %}{{ s.miner|shorten(10) }} | {% endif %}{% if s.parent is defined %} {{ 100 - pool.sidechain.uncle_penalty }}% (uncle) {% else %} 100% {% if (s.uncles is defined) and s.uncles|length > 0 %} + {{ pool.sidechain.uncle_penalty }}% of {{ s.uncles|length }} uncle(s) {% endif %} {% endif %} |