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:
commit
fd484a9523
10
README.md
10
README.md
@ -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).
|
||||
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user