{% extends "base.html" %} {% block main %}

{{wallet.name}}

Transactions Addresses Receive Send Settings

Keypool control

Currently watching {{wallet["keypool"]}} receiving and {{wallet["change_keypool"]}} change addresses.
Watch more addresses
{% if wallet.rescan_progress %}
Rescanning blochchain: {{"%.2f" % (wallet.rescan_progress*100)}}%
{% else %} Rescan blockchain from block:
{% if specter.info.chain == "main" %} {% set startblock=481824 %} {% else %} {% set startblock=0 %} {% endif %}
481824 was the first Segwit block.
{% endif %}

Import / Export

Import this wallet to the device by scanning QR code below.
{% if wallet.is_multisig %}
{% if cc_file %} Download ColdCard file {% else %}
Coldcard file is unavailable - we don't have enough information to generate it
{% endif %}
{% endif %}
{{qr_text}}
{% endblock %}