{% if getenv('SITE_TITLE') == "" %}

Monero P2Pool.Observer

What is P2Pool? :: How to join P2Pool :: API Documentation

Guide on how to run a Monero and P2Pool node by Seth :: Simple Windows P2Pool Installer by DataHoarder

P2Pool FAQ :: P2Pool Bonus Hash Rate Raffle by XMRvsBEAST

Chat and get notifications via lucky-bot on #p2pool-log @ irc.libera.chat :: NOTE: This site is in development. You might find errors or invalid data.

{% else %}

Monero {{ getenv('SITE_TITLE') }}

What is P2Pool? :: How to join P2Pool :: API Documentation

Guide on how to run a Monero and P2Pool node by Seth :: Simple Windows P2Pool Installer by DataHoarder

P2Pool FAQ :: P2Pool Bonus Hash Rate Raffle by XMRvsBEAST

{% endif %} {% if pool.versions is defined %} {% if (pool.versions.p2pool.timestamp+3600*24*30) > pool.sidechain.timestamp or (pool.versions.monero.timestamp+3600*24*7) > pool.sidechain.timestamp %}

Latest releases: P2Pool {{ pool.versions.p2pool.version }} {{ ((pool.sidechain.timestamp - pool.versions.p2pool.timestamp) / (3600*24))|round(1) }} day(s) ago :: Monero {{ pool.versions.monero.version }} {{ ((pool.sidechain.timestamp - pool.versions.monero.timestamp) / (3600*24))|round(1) }} day(s) ago

{% else %}

Latest releases: P2Pool {{ pool.versions.p2pool.version }} {{ ((pool.sidechain.timestamp - pool.versions.p2pool.timestamp) / (3600*24))|round(1) }} day(s) ago :: Monero {{ pool.versions.monero.version }} {{ ((pool.sidechain.timestamp - pool.versions.monero.timestamp) / (3600*24))|round(1) }} day(s) ago

{% endif %} {% endif %}