{% include 'header.html' %}

Wallets

Check your coin balances and manage your wallets. {% if refresh %} (Page Refresh: {{ refresh }} seconds) {% endif %}

{% for m in messages %}

{{ m }}

{% endfor %} {% for m in err_messages %}

Error: {{ m }}

{% endfor %}
{% for w in wallets %} {% if w.havedata %} {% if w.error %}

Error: {{ w.error }}

{% else %}

{{ w.name }} ({{ w.ticker }})

Version: {{ w.version }} {% if w.updating %} Updating

{% endif %}

Balance:

{{ w.balance }}
{% if w.unconfirmed %}

Unconfirmed:

{{ w.unconfirmed }}
{% endif %} {% if w.cid == '1' %}

Blind Balance:

{{ w.blind_balance }}
{% if w.blind_unconfirmed %}

Blind Unconfirmed:

{{ w.blind_unconfirmed }}
{% endif %}

Anon Balance:

{{ w.anon_balance }}
{% if w.anon_pending %}

Anon Pending:

{{ w.anon_pending }}
{% endif %} {% endif %}

Blocks:

{{ w.blocks }} {% if w.known_block_count %} / {{ w.known_block_count }} {% endif %}

Last Updated:

{{ w.lastupdated }}
{% if w.bootstrapping %}

Bootstrapping:

{{ w.bootstrapping }}
{% endif %}

Expected Seed:

{{ w.expected_seed }}
Blockchain {{ w.synced }}%
{% endif %} {% endif %}
{% endfor %}
{% include 'footer.html' %}