Merge #778: doc: mention the bitbox too is supported now!

9d9c4e57c2de0ae6e61bdf3d402dbfc172ed5ae3 doc: mention the bitbox too is supported now! (Antoine Poinsot)

Pull request description:

ACKs for top commit:
  darosior:
    self-ACK 9d9c4e57c2de0ae6e61bdf3d402dbfc172ed5ae3 -- trivial

Tree-SHA512: 09b3c38ec64014c0e961b5396b3ea70ec8d62cf40f5c61936a6e00344c26f5db44da55a0d29564e96ba953261119836b405a172708993e338c11b022a05b3fd0
This commit is contained in:
Antoine Poinsot 2023-11-02 10:56:32 +01:00
commit fd484a9523
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.