{% include 'header.html' %}

refresh

Wallets

{% if refresh %}

Page Refresh: {{ refresh }} seconds

{% endif %} {% for m in messages %}

{{ m }}

{% endfor %}
{% for w in wallets %}

{{ w.name }} {{ w.version }}

{% if w.updating %}
Updating
{% endif %} {% if w.havedata %} {% if w.error %}

Error: {{ w.error }}

{% else %} {% if w.unconfirmed %}{% endif %} {% if w.cid == '1' %} {% if w.blind_unconfirmed %}{% endif %}{% if w.anon_pending %}{% endif %} {% endif %} {% if w.expected_seed != true %}{% endif %} {% if w.cid == '1' %} {% endif %} {% if w.cid == '1' %} {% endif %}
Last updated:{{ w.lastupdated }}
Balance:{{ w.balance }}Unconfirmed:{{ w.unconfirmed }}
Blind Balance:{{ w.blind_balance }}Blind Unconfirmed:{{ w.blind_unconfirmed }}
Anon Balance:{{ w.anon_balance }}Anon Pending:{{ w.anon_pending }}
Blocks:{{ w.blocks }}
Synced:{{ w.synced }}
Expected Seed:{{ w.expected_seed }}
Stealth Address{{ w.stealth_address }}
{{ w.deposit_address }}
Amount: Address: Subtract fee:
Type From, To
Fee Rate:{{ w.fee_rate }}Est Fee:{{ w.est_fee }}
{% endif %} {% endif %} {% endfor %}

home