{% extends "base.html" %} {% block content %}
Network - chia show
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% if category == 'message' %}
{% if connections.rows|length > 0 %} {% for connection in connections.rows %}
Check Port Forwarding

{{connection.displayname}} - {{connection.blockchain}}

{% for row in connections.blockchains[connection.blockchain] %} {% endfor %}
Type IP Address Ports Node ID SB Height Last Connect MiB Up MiB Down
{% if row.type == "FULL_NODE" or (row.type == "WALLET" and row.ip != "127.0.0.1") %} {% endif %} {{row.type}} {{row.ip}} {{row.ports}} {{row.nodeid}} {{row.height}} {{row.last_connect}} {{row.mib_up}} {{row.mib_down}}

{% endfor %}
{% else %}
No connections found from any farmers. Not running?
Try running 'chia show --connections' on your farmers to verify.
{% endif %} {% endblock %} {% block scripts %} {% endblock %}