diff --git a/README.md b/README.md index 182ae651..fb991a24 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: @@ -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 @@ -133,7 +134,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..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 @@ -128,8 +131,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: 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.