{% include "includes/overlay.html" %}
Bitcoin Core
{{specter.chain}}: {% if specter.info["blocks"] %} {{ specter.info.blocks }} blocks {% else %} {{ specter.info.chain }} {% endif %}
{% if specter.devices %}
Wallets
{% for wallet in specter.wallets %} {% if wallet_alias == wallet.alias %}
{% else %}
{% endif %} {% if wallet.is_multisig %}
{% else %}
{% endif %}
{% if wallet.is_multisig %}
{% endif %}
{{wallet.name}} {% if specter.chain %} {% if wallet.fullbalance is not none %}
{{ "%0.8f" % (wallet.fullbalance ) | float}}
{%endif%} {%endif%}
{{ wallet.description }}
{% endfor %}
Create new wallet
{% endif %}
Devices
{% for device in specter.devices %}
{% if device.type == "specter" or device.type == "coldcard" %}
{% else %}
{% endif %}
{{device.name}}
{{ device["keys"] | length}} keys
{% endfor %}
Add new device
{% if error %}
ERROR: {{error}}
{% endif %} {% block main %} {% if error %}
Something went wrong :(
{{error}} {% else %}
Nothing here {% endif %} {% endblock %}
It may take a while...
{% block scripts %} {% endblock %}