Merge #333: Fix doc 0.2
c52660a10756fb59d2148fa81d37a85b5d768cce Add link to signing devices documentation (edouard)
548a4d807ae09f0a6ca0270d64e5bd3954c2c469 doc: make reference to 0.2 (edouard)
Pull request description:
ACKs for top commit:
darosior:
ACK c52660a10756fb59d2148fa81d37a85b5d768cce -- i'll address some nits in a followup myself
Tree-SHA512: 5fdd6779b31a483a2f2a0da10b2026ba23488f7441370b1c8044fc7eb87a463277b0f423e839afbb815af1cd6a6ac9075c96ba6cc32fae9bd13fa83002f32e74
This commit is contained in:
commit
d54773c97f
@ -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"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user