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

Adding keys to {{device["name"]}}

{% else %}

Setting up a new device

{% endif %}
{% if not device %}
Name it    

{% endif %}

Scan, paste or load xpubs:

{% if not device %} You will be able add more keys later, from the device menu. {% endif %}
{%if device_type == "specter" %} Scan {% endif %} {%if device_type == "coldcard" %} {% endif %}   Get over USB

One line per xpub. Ideally with derivation path in the form "[fingerprint/derivation/path]xpub".
Examples:
[f79ec910/84'/1'/0']tpubDA5h1hw24fzoBi9...pR1DiM4EBu
[F79EC910/48h/1h/0h/2h]Vpub5DRk6RvRAjZf9rmZV1Q8...TZSDQL67e5i
upub5En4f7k8gaG2KDHvBeEYox...rFpJRHpiZ4DE
Loading from file supports ColdCard and Electrum wallet format.
{%if device_type == "coldcard" %}

Export extended public keys for single-key wallets to the SD card from
Advanced → MicroSD Card → Electrum Wallet

To export multisignature pubkeys go to
Settings → Multisig Wallets Export XPUB

We recommend using Native Segwit.

{% endif %} {%if device_type == "specter" %}

Scan QR codes with extended public keys one by one.

We recommend importing Native Segwit and Segwit Multisig keys.

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}