{% extends "base.html" %} {% block content %}
Pools - chia plotnft
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% if category == 'message' %}

Chia Pooling


Join a pool and get consistent XCH farming rewards. The average returns are the same,
but it is much less volatile. You can easily switch pools without having to re-plot.


 



{% if plotnfts.rows|length > 0 %} {% for plotnft in plotnfts.rows %}

{{plotnft.hostname}} - {{plotnft.blockchain}}

{{plotnft.details}}
{% endfor %}
{% else %}
No plotnft info yet. Please refresh in a few minutes.
Try running 'chia plotnft show' to verify.
{% endif %} {% if plotnft_log %}

chia plotnft - log output

{{plotnft_log}}
{% endif %} {% endblock %}