doc: mention the bitbox too is supported now!

This commit is contained in:
Antoine Poinsot 2023-11-02 10:54:38 +01:00
parent cf9404558f
commit 9d9c4e57c2
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304
2 changed files with 13 additions and 5 deletions

View File

@ -132,9 +132,13 @@ payment.)
Liana can be used as a hot wallet. Note that mnemonics would be stored in clear on your drive. We
strongly recommend using a hardware signing device for any non-trivial amount.
For now, only the Ledger and Specter DIY signing devices are supported, as Miniscript compatibility
of the signer is a must. More signing devices are expected to implement Miniscript capability in the
near future. For more information (such as minimum supported versions, please read the [signing
For now, the following signing devices are supported:
- Ledger Nano S and S+
- BitBox02
- Specter DIY
With more signing devices implementing Miniscript capability, support for new ones will be added in
the near future. For more information (such as minimum supported versions) please read the [signing
devices documentation](./doc/signing_devices.md).

View File

@ -1,7 +1,6 @@
# Signing devices
Documentation related to signing devices. For now only Specter and Ledger are supported since we
need signers to support Miniscript descriptors.
Documentation related to signing devices. It is required signers support Miniscript descriptors.
The connection to the signing devices is implemented in [another
repository](https://github.com/wizardsardine/async-hwi).
@ -15,3 +14,8 @@ repository](https://github.com/wizardsardine/async-hwi).
Minimum supported version of the Bitcoin application is 2.1.0 (the first version to have full
Miniscript descriptors support).
## BitBox02
[BitBox02](https://github.com/digitalbitbox/bitbox02-firmware) version 9.15.0 and above is
supported.