diff --git a/README.md b/README.md index a4fcc1ed..fb991a24 100644 --- a/README.md +++ b/README.md @@ -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 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 -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 application: `2.1.0`. This is the minimum supported version, as it's the first one to introduce diff --git a/doc/TRY.md b/doc/TRY.md index 64463125..f7546f15 100644 --- a/doc/TRY.md +++ b/doc/TRY.md @@ -109,6 +109,9 @@ Liana does not support "hot keys" at the moment. It needs a connection to a sign signing transactions. 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 diff --git a/doc/signing_devices.md b/doc/signing_devices.md index ea54b733..358c9d3c 100644 --- a/doc/signing_devices.md +++ b/doc/signing_devices.md @@ -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 applications not compatible with the new interface. It is however not safe to use it for installing any other application. + +Ledger enterprise provides for testing an app emulator named [Speculos](https://github.com/LedgerHQ/speculos) +compatible with apple M1 CPU.