{% include 'header.html' %} {% from 'style.html' import circular_arrows_svg, withdraw_svg, utxo_groups_svg, create_utxo_svg, lock_svg, eye_show_svg %}
dots-red dots-red wave

Wallets

Total Assets:

USD
{% include 'inc_messages.html' %}
{% for w in wallets %} {% if w.havedata %} {% if w.error %}

Error: {{ w.error }}

{% else %}

{{ w.name }} ({{ w.ticker }}) {% if w.connection_type == 'electrum' %} Light Wallet (Electrum) {% else %} Full Node {% endif %} {% if use_tor %} TOR {% endif %}

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

{% if w.electrum_server %}

Server: {{ w.electrum_server }}

{% endif %}

Balance:

{{ w.balance }} {{ w.ticker }}

{{ w.ticker }} USD value:

{% if w.pending %}

Pending:

+{{ w.pending }} {{ w.ticker }}

Pending USD value:

{% endif %} {% if w.pending_out %}

Unconfirmed:

-{{ w.pending_out }} {{ w.ticker }}
{% endif %} {% if w.cid == '1' %} {# PART #}

Blind Balance:

{{ w.blind_balance }} {{ w.ticker }}

Blind USD value:

{% if w.blind_unconfirmed %}

Blind Unconfirmed:

+{{ w.blind_unconfirmed }} {{ w.ticker }}

Blind Unconfirmed USD value:

{% endif %}

Anon Balance:

{{ w.anon_balance }} {{ w.ticker }}

Anon USD value:

{% if w.anon_pending %}

Anon Pending:

+{{ w.anon_pending }} {{ w.ticker }}

Anon Pending USD value:

{% endif %} {% endif %} {# / PART #} {% if w.cid == '3' and w.connection_type != 'electrum' %} {# LTC - MWEB not available in electrum mode #}

MWEB Balance:

{{ w.mweb_balance }} {{ w.ticker }}

MWEB USD value:

{% if w.mweb_pending %}

MWEB Pending:

+{{ w.mweb_pending }} {{ w.ticker }}

MWEB Pending USD value:

{% endif %} {% endif %} {# / LTC #} {% if w.cid == '13' %} {# FIRO #}

Spark Balance:

{{ w.spark_balance }} {{ w.ticker }}

Spark USD value:

{% if w.spark_pending %}

Spark Pending:

+{{ w.spark_pending }} {{ w.ticker }}

Spark Pending USD value:

{% endif %} {% endif %} {# / FIRO #}

Blocks:

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

Last Updated:

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

Bootstrapping:

{{ w.bootstrapping }}
{% endif %} {% if w.encrypted %}

Locked:

{{ w.locked }}
{% endif %}

Expected Seed:

{{ w.expected_seed }}
{% if w.connection_type == 'electrum' %}
{% if w.scan_status and w.scan_status.in_progress %}
Scanning {{ w.scan_status.status }} {{ w.scan_status.progress }}%
{% elif w.electrum_synced %}
Electrum Wallet Synced ({{ w.electrum_height }})
{% else %}
Waiting for Electrum Server...
{% endif %}
{% else %}
Blockchain {{ w.synced }}%
{% endif %}
{% endif %} {% endif %}
{% endfor %}
{% include 'footer.html' %}