From 9d9c4e57c2de0ae6e61bdf3d402dbfc172ed5ae3 Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Thu, 2 Nov 2023 10:54:38 +0100 Subject: [PATCH] doc: mention the bitbox too is supported now! --- README.md | 10 +++++++--- doc/signing_devices.md | 8 ++++++-- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 47d4309e..553595ff 100644 --- a/README.md +++ b/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). diff --git a/doc/signing_devices.md b/doc/signing_devices.md index e4dff4ea..3052e5f5 100644 --- a/doc/signing_devices.md +++ b/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.