Add link to signing devices documentation

This commit is contained in:
edouard 2023-02-07 13:23:47 +01:00
parent 548a4d807a
commit c52660a107
3 changed files with 8 additions and 1 deletions

View File

@ -106,7 +106,8 @@ at least once every `N` blocks. (With `N` the configured value of the timelock.)
For now, only the Ledger and Specter DIY signing devices are supported, as Miniscript compatibility For now, only the Ledger and Specter DIY signing devices are supported, as Miniscript compatibility
of the signer is a must. We expect more signing devices to implement Miniscript capability. We may of the signer is a must. We expect more signing devices to implement Miniscript capability. We may
add the possibility to use Liana as a "hot" wallet in the future (i.e. with a private key directly add the possibility to use Liana as a "hot" wallet in the future (i.e. with a private key directly
on the laptop). on the laptop). For more information, please read the
[signing devices documentation](./doc/signing_devices.md).
If you are using a Ledger device, make sure to install the currently latest version of the Bitcoin If you are using a Ledger device, make sure to install the currently latest version of the Bitcoin
application: `2.1.0`. This is the minimum supported version, as it's the first one to introduce application: `2.1.0`. This is the minimum supported version, as it's the first one to introduce

View File

@ -109,6 +109,9 @@ Liana does not support "hot keys" at the moment. It needs a connection to a sign
signing transactions. signing transactions.
We will be using a [Specter](https://github.com/cryptoadvance/specter-diy) simulator. We will be using a [Specter](https://github.com/cryptoadvance/specter-diy) simulator.
In case the Specter DIY simulator is not usable on your machine
(for instance it was reported to us that > M1 apple computers do not
support it), you can use the [Ledger simulator "Speculos"](https://speculos.ledger.com/ ).
``` ```
git clone https://github.com/cryptoadvance/specter-diy git clone https://github.com/cryptoadvance/specter-diy

View File

@ -38,3 +38,6 @@ Bitcoin application is not experimental anymore. It was just downgraded in Ledge
to experimental in order to prevent people from upgrading by mistake and not be able to keep using to experimental in order to prevent people from upgrading by mistake and not be able to keep using
applications not compatible with the new interface. It is however not safe to use it for installing applications not compatible with the new interface. It is however not safe to use it for installing
any other application. any other application.
Ledger enterprise provides for testing an app emulator named [Speculos](https://github.com/LedgerHQ/speculos)
compatible with apple M1 CPU.