{% include 'header.html' %}

{{ w.name }} {{ w.name }} Wallet

Manage your {{ w.ticker }} wallet. {% if refresh %} (Page Refresh: {{ refresh }} seconds) {% endif %}

{% include 'inc_messages.html' %} {% if w.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.bootstrapping %} {% endif %} {% if w.expected_seed != true %}
Wallet
Last updated: {{ w.lastupdated }}
{{ w.name }} Version: {{ w.version }}
{{ w.name }}Balance: {{ w.balance }}Unconfirmed: {{ w.unconfirmed }}
{{ w.name }} BlindBlind Balance: {{ w.blind_balance }}Blind Unconfirmed: {{ w.blind_unconfirmed }}
{{ w.name }} AnonAnon Balance: {{ w.anon_balance }}Anon Pending: {{ w.anon_pending }}
Blocks: {{ w.blocks }} {% if w.known_block_count %} / {{ w.known_block_count }} {% endif %}
Synced: {{ w.synced }}
Bootstrapping: {{ w.bootstrapping }}
Expected Seed: {{ w.expected_seed }}
{% else %} {% if w.cid == '1' %} Stealth Address {{ w.stealth_address }} {% endif %} {% if w.cid == '6' %} Main Address {{ w.main_address }} {{ w.deposit_address }} {% else %} {{ w.deposit_address }} {% endif %}

Withdraw

{% if w.cid == '1' %} {% endif %}
OPTIONS
Subtract Fee:
Type From -> To:
Fee Rate: {{ w.fee_rate }} Est Fee: {{ w.est_fee }}
{% if w.cid != '6' %} {% if w.show_utxo_groups %}

UTXO Groups

OPTIONS
UTXO Groups:
{% else %}
{% endif %} {% endif %} {% endif %} {% endif %} {% endif %}
{% include 'footer.html' %}