{% include 'header.html' %} {% from 'style.html' import select_box_arrow_svg, select_box_class, circular_arrows_svg, circular_error_svg, circular_info_svg, cross_close_svg, withdraw_svg, utxo_groups_svg, create_utxo_svg, red_cross_close_svg, blue_cross_close_svg, circular_update_messages_svg, circular_error_messages_svg, love_svg %} {% from 'macros.html' import page_header %} {{ page_header('(' ~ w.ticker ~ ') ' ~ w.name ~ ' Wallet', icon=w.name, title_size='text-3xl', title_extra_class='', dots_style='all') }} {% include 'inc_messages.html' %} {% if w.updating %} {% endif %} {% if w.havedata %} {% if w.error %} {% else %} {% if w.cid == '18' %} {# DOGE #}
  • NOTICE: This version of DOGE Core is experimental and has been custom-built for compatibility with BasicSwap. As a result, it may not always be fully aligned with upstream changes, features unrelated to BasicSwap might not work as expected, and its code may differ from the official release.
{% endif %} {% if legacy_funds_info and legacy_funds_info.has_legacy_funds %}

Legacy Address Funds

{{ legacy_funds_info.legacy_balance }} {{ legacy_funds_info.coin }} on legacy addresses won't be visible in external Electrum wallet. To use funds with external wallets, transfer to a new address.

Use the withdraw function below to send funds to a new {{ w.ticker | lower }}1... address.

{% endif %}
{% if w.cid == '1' %} {# PART #} {# / PART #} {% elif w.cid == '3' %} {# LTC #} {% elif w.cid == '13' %} {# FIRO #} {% elif w.cid == '13' %} {# FIRO #} {% endif %} {# / LTC #} {# / FIRO #} {% if w.locked_utxos %} {% endif %} {# / locked_utxos #} {% if w.wallet_blocks %} {% endif %} {% if is_electrum_mode and w.electrum_server %} {% endif %} {% if is_electrum_mode and w.electrum_all_failed and w.electrum_using_defaults %} {% endif %} {% if is_electrum_mode and w.electrum_version %} {% endif %} {% if w.bootstrapping %} {% endif %} {# / bootstrapping #} {% if w.encrypted %} {% endif %} {# / encrypted #} {% if w.expected_seed != true %} {% endif %} {% if w.account_key %} {% endif %}
Wallet
Details
{{ w.name }} Balance: {{ w.balance }} {{ w.ticker }} () {% if w.pending %} Pending: +{{ w.pending }} {{ w.ticker }} {% endif %} {% if w.pending_out %} Unconfirmed: -{{ w.pending_out }} {{ w.ticker }} {% endif %}
{{ w.name }} Blind Blind Balance: {{ w.blind_balance }} {{ w.ticker }} () {% if w.blind_unconfirmed %} Unconfirmed: +{{ w.blind_unconfirmed }} {{ w.ticker }} {% endif %}
{{ w.name }} Anon Anon Balance: {{ w.anon_balance }} {{ w.ticker }} () {% if w.anon_pending %} Pending: +{{ w.anon_pending }} {{ w.ticker }} {% endif %}
{{ w.name }} MWEB MWEB Balance: {% if is_electrum_mode %} Not available in light mode {% else %} {{ w.mweb_balance }} {{ w.ticker }} () {% if w.mweb_pending %} Pending: +{{ w.mweb_pending }} {{ w.ticker }} {% endif %} {% endif %}
{{ w.name }} Spark Spark Balance: {{ w.spark_balance }} {{ w.ticker }} () {% if w.spark_pending %} Pending: +{{ w.spark_pending }} {{ w.ticker }} {% endif %}
{{ w.name }} Spark Spark Balance: {{ w.spark_balance }} {{ w.ticker }} () {% if w.spark_pending %} Pending: +{{ w.spark_pending }} {{ w.ticker }} {% endif %}
Locked Outputs: {{ w.locked_utxos }}
Last updated: {{ w.lastupdated }}
{{ w.name }} Version: {{ w.version }}
Wallet Mode: {% if w.connection_type == 'electrum' %} Light Wallet (Electrum) {% else %} Full Node {% endif %} {% if use_tor %} TOR {% endif %}
Blockheight: {{ w.blocks }} {% if w.known_block_count %} / {{ w.known_block_count }} {% endif %}
Wallet Blocks: {{ w.wallet_blocks }}{% if w.known_block_count %} / {{ w.known_block_count }}{% endif %}
Synced: {% if is_electrum_mode %} {% if w.electrum_synced %} Electrum Wallet Synced ({{ w.electrum_height }}) {% else %} Waiting for Electrum Server... {% endif %} {% else %} {{ w.synced }} {% endif %}
Server: {{ w.electrum_server }} {% if w.electrum_status == 'connected' %} (Connected) {% elif w.electrum_status == 'all_failed' %} (All Servers Failed) {% elif w.electrum_status == 'disconnected' %} (Disconnected - Reconnecting...) {% elif w.electrum_status == 'error' %} (Connection Error) {% endif %}

Default Electrum Servers Unavailable

All default servers failed to connect. Please configure custom Electrum servers in Settings under the {{ w.name }} section.

{% if w.electrum_last_error %}

Last error: {{ w.electrum_last_error }}

{% endif %}
Server Version: {{ w.electrum_version }}
Bootstrapping: {{ w.bootstrapping }}
Locked: {{ w.locked }}
Expected Seed: {{ w.expected_seed }}
Extended Private Key: ••••••••••••••••
{% if block_unknown_seeds and w.expected_seed != true %} {# Only show addresses if wallet seed is correct #}
{% if w.cid != '4' %} {# DCR #}
{% endif %}
{% else %}

Deposit

{% if w.cid in '6, 9' %} {# XMR | WOW #}
Main Address:
{{ w.main_address }}
{% else %}
Deposit Address:
{{ w.deposit_address }}
{% endif %}
{% if w.cid in '1, 3, 6, 9, 13' %} {# PART | LTC | XMR | WOW | FIRO #}
{% if w.cid in '6, 9' %} {# XMR | WOW #}
Subaddress:
{{ w.deposit_address }}
{% elif w.cid == '1' %} {# PART #}
Stealth Address:
{{ w.stealth_address }}
{# / PART #} {% elif w.cid == '3' %} {# LTC - MWEB not available in light mode #} {% if not is_electrum_mode %}
MWEB Address:
{{ w.mweb_address }}
{% endif %} {# / LTC #} {% elif w.cid == '13' %} {# FIRO #}
Spark Address:
{{ w.spark_address }}
{# / FIRO #} {% endif %}
{% endif %}

Withdraw

{% if w.cid == '3' %} {# LTC #} {% elif w.cid == '13' %} {# FIRO #} {% elif w.cid == '13' %} {# FIRO #} {% elif w.cid == '1' %} {# PART #} {% endif %} {% if debug_ui and donation_info %} {% endif %} {% if w.cid in '6, 9' %} {# XMR | WOW #} {% else %} {% endif %} {% if w.cid == '1' %} {# PART #} {# / PART #} {% elif w.cid == '3' and not is_electrum_mode %} {# LTC - only show in full node mode #} {% elif w.cid == '13' %} {# FIRO #} {% endif %} {# / LTC #} {# / FIRO #} {% if w.cid not in '6,9' %} {# Not XMR WOW #} {% endif %}
Options
Input
{{ w.name }} Balance: {{ w.balance }} {{ w.ticker }} ()
{{ w.name }} MWEB Balance: {% if is_electrum_mode %} Not available in light mode {% else %} {{ w.mweb_balance }} {{ w.ticker }} () {% endif %}
{{ w.name }} Spark Balance: {{ w.spark_balance }} {{ w.ticker }} ()
{{ w.name }} Spark Balance: {{ w.spark_balance }} {{ w.ticker }} ()
{{ w.name }} Blind Balance: {{ w.blind_balance }} {{ w.ticker }} ()
{{ w.name }} Anon Balance: {{ w.anon_balance }} {{ w.ticker }} ()
{{ love_svg | safe }}

Support BasicSwap Development!

Consider donating {{ donation_info.coin_name }} to help fund development.

{% if donation_info.mweb_address %}
Current type: LTC
{% else %} {% endif %}
{{ w.name }} Address:
{{ w.name }} Amount:
{% if w.cid == '1' %} {# PART #} {# / PART #} {% elif w.cid == '3' %} {# LTC #} {# / LTC #} {% elif w.cid == '13' %} {# FIRO #} {# / FIRO #} {% else %} {% endif %}
Subtract Fee:
Type From:
{{ select_box_arrow_svg | safe }}
Type To:
{{ select_box_arrow_svg }}
Type From:
{{ select_box_arrow_svg }}
Type From:
{{ select_box_arrow_svg }}
Fee Rate: {{ w.fee_rate }}
Fee Estimate: {{ w.est_fee }} ()
{% if w.cid in '6, 9' %} {# XMR | WOW #}
{# / XMR | WOW #} {% elif w.show_utxo_groups %} {% elif is_electrum_mode %} {# Hide UTXO Groups button in electrum/lite wallet mode #} {% else %}
{% endif %}
{% if w.show_utxo_groups %}

UTXO Groups

Options
UTXO Groups:
{% endif %} {% endif %} {% endif %} {% endif %}
{% if w.havedata and not w.error %}

Transaction History

{% if is_electrum_mode %}
Transaction history is not available in Light Wallet mode.
{% else %}
Loading transactions...
{% endif %}
{% if not is_electrum_mode %} {% endif %} {% if is_electrum_mode %}
{% endif %} {% endif %} {% include 'footer.html' %}