{% extends "base.html" %} {% block title %} - Connectivity Check{% endblock %} {% block content %}
Could not connect to host.
{% elseif check.Error != "" and check.Address == "" %}Error connecting to host: {{ check.Error }}
.
This peer is likely running on a different SideChain or is running an incompatible P2Pool software version. Try a different Observer or verify your software.
{% elseif check.Error == "not_valid_ip" %}The IP Address you are trying to connect to is not valid or accepted on this tool.
{% elseif check.Error == "not_valid_port" %}The Port you are trying to connect to is not valid or accepted on this tool.
{% endif %} {% else %}Peer Address {{ check.Address }} |
Peer Port {{ check.Port }} |
Listen Port {% if check.ListenPort > 0 %}{{ check.Port }}{% else %}-{% endif %} |
Peer Id {% if check.PeerId > 0 %}{{ check.PeerId }}{% else %}-{% endif %} |
Connection Direction {% if check.Incoming %}Incoming{% else %}Outgoing{% endif %} |
Connection Status {% if check.Closed %}Closed{% else %}Active{% endif %}{% if not check.AlreadyConnected %}, new connection{% endif %}{% if check.Banned %} (banned){% endif %} |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Peer Software {{ check.SoftwareId }} {{ check.SoftwareVersion }} |
Peer Protocol {{ check.ProtocolVersion }} |
Handshake Complete {% if check.HandshakeComplete %}Yes{% else %}No{% endif %} |
Last Broadcast {{ time_elapsed_short(check.BroadcastTime) }} |
Connection Duration {{ time_elapsed_short(check.ConnectionTime) }} |
Connection Latency {% if check.Latency > 0 %}{{ check.Latency }}ms{% else %}-{% endif %} |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Previous Ban Error: {{ check.BanError }} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Error: {{ check.Error }} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This peer is likely running on a different SideChain or is running an incompatible P2Pool software version. Try a different Observer or verify your software. Alternatively this peer could have banned the Observer node and we cannot connect properly. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Peer SideChain Height {{ your_tip_raw.Side.Height }} |
Peer SideChain Id {{ your_tip_raw.SideTemplateId(consensus)|shorten(10) }} |
Peer MainChain Height {{ your_tip_raw.Main.Coinbase.GenHeight }} |
Peer Difficulty {{ diff_uint(your_tip_raw.Side.Difficulty)|si_units(4) }} |
Peer Cumulative Difficulty {{ diff_uint(your_tip_raw.Side.CumulativeDifficulty)|si_units(4) }} |
Peer Timestamp {{ utc_date(your_tip_raw.Main.Timestamp) }} |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Observer SideChain Height {{ our_tip.SideHeight }} |
Observer SideChain Id {{ our_tip.TemplateId|shorten(10) }} |
Observer MainChain Height {{ our_tip.MainHeight }} |
Observer Difficulty {{ our_tip.Difficulty|si_units(4) }} |
Observer Cumulative Difficulty {{ diff_uint(our_tip.CumulativeDifficulty)|si_units(4) }} |
Observer Timestamp {{ utc_date(our_tip.Timestamp) }} |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Peer Monero node is on a wildly different Monero height than Observer. Either peer node is lagging behind or your monerod is not up to sync. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Could not find Peer SideChain Tip on Observer. Either peer node is lagging behind or you are on a forked SideChain. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The peer is connectable and on the SideChain. Peer SideChain Tip is on a wildly different SideChain height than Observer. Either peer node is lagging behind or your p2pool is not up to sync. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The peer is connectable and on the SideChain. {% if our_tip.TemplateId == your_tip_raw.SideTemplateId(consensus) %}The peer Tip matches exactly the Observer Tip.{% else %}Verify Peer SideChain Height against Observer SideChain Height, so it's not consistently different.{% endif %} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{% if your_tip_raw.Side.Uncles|length > 0 %}
Uncle shares
Coinbase Transaction
Included Transactions
|