From 548a4d807ae09f0a6ca0270d64e5bd3954c2c469 Mon Sep 17 00:00:00 2001 From: edouard Date: Tue, 7 Feb 2023 13:10:17 +0100 Subject: [PATCH 1/2] doc: make reference to 0.2 --- README.md | 6 +++--- doc/TRY.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 182ae651..a4fcc1ed 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ build the project from source, see [`doc/BUILD.md`](doc/BUILD.md) instead. Head to the [release page](https://github.com/wizardsardine/liana/releases) and download the right executable for your platform. If you are not sure what is the "right" executable for your platform, -choose `liana-0.1.exe` if you are on Windows, `liana-0.1.dmg` if you are on MacOS and -`liana-0.1-x86_64-linux-gnu.tar.gz` if you are on Linux. +choose `liana-0.2.exe` if you are on Windows, `liana-0.2.dmg` if you are on MacOS and +`liana-0.2-x86_64-linux-gnu.tar.gz` if you are on Linux. For every file available on the release page, there is an accompanying `.asc` file with the same name. This is a GPG signature made with Antoine Poinsot's key: @@ -133,7 +133,7 @@ $ liana-cli --conf ./testnet_config.toml getinfo "network": "testnet", "rescan_progress": null, "sync": 1.0, - "version": "0.1" + "version": "0.2" } } ``` diff --git a/doc/TRY.md b/doc/TRY.md index a0c055ba..64463125 100644 --- a/doc/TRY.md +++ b/doc/TRY.md @@ -128,8 +128,8 @@ Keep the Specter simulator open and move on to the next step. Head to the [release page](https://github.com/wizardsardine/liana/releases) and download the right executable for your platform. If you are not sure what is the "right" executable for your platform, -choose `liana-0.1.exe` if you are on Windows, `liana-0.1.dmg` if you are on MacOS and -`liana-0.1-x86_64-linux-gnu.tar.gz` if you are on Linux. +choose `liana-0.2.exe` if you are on Windows, `liana-0.2.dmg` if you are on MacOS and +`liana-0.2-x86_64-linux-gnu.tar.gz` if you are on Linux. For every file available on the release page, there is an accompanying `.asc` file with the same name. This is a GPG signature made with Antoine Poinsot's key: From c52660a10756fb59d2148fa81d37a85b5d768cce Mon Sep 17 00:00:00 2001 From: edouard Date: Tue, 7 Feb 2023 13:23:47 +0100 Subject: [PATCH 2/2] Add link to signing devices documentation --- README.md | 3 ++- doc/TRY.md | 3 +++ doc/signing_devices.md | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) 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.