From b821896f7792c6f5b7e101666751a50e71b93c5d Mon Sep 17 00:00:00 2001 From: Ben Westgate Date: Fri, 6 Sep 2024 10:52:42 -0500 Subject: [PATCH 1/3] installer/prompt: improve grammar and fix typos back up is a verb, backup is a noun. --- gui/src/installer/prompt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/src/installer/prompt.rs b/gui/src/installer/prompt.rs index 6072b264..3eafa48a 100644 --- a/gui/src/installer/prompt.rs +++ b/gui/src/installer/prompt.rs @@ -1,5 +1,5 @@ pub const BACKUP_DESCRIPTOR_MESSAGE: &str = "The descriptor is necessary to recover your funds. The backup of your key (via mnemonics, sometimes called 'seed words') is not enough. Please make sure you have backed up both your private key and your descriptor."; -pub const BACKUP_DESCRIPTOR_HELP: &str = "In Bitcoin, the coins are locked using a Script (related to the 'address'). In order to recover your funds you need both to know the Scripts you have participated in (your 'addresses'), and be able to sign a transaction that spends from those. For the ability to sign you backup your private key, this is your mnemonics ('seed words'). For finding the coins that belongs to you you backup a template of your Script ( / 'addresses'), this is your descriptor. Note however the descriptor needs not be as securely stored as the private key. A thief that steals your descriptor but not your private key will not be able to steal your funds."; +pub const BACKUP_DESCRIPTOR_HELP: &str = "In Bitcoin, the coins are locked using a Script (related to the 'address'). In order to recover your funds you need to know both the Scripts you have participated in (your 'addresses'), and be able to sign a transaction that spends from those. For the ability to sign, you back up your private key, this is your mnemonic ('seed words'). For finding the coins that belong to you, you back up a template of your Script (your 'addresses'), this is your descriptor. However, note the descriptor need not be stored as securely as the private key. A thief who steals your descriptor but not your private key cannot steal your funds."; pub const DEFINE_DESCRIPTOR_PRIMARY_PATH_TOOLTIP: &str = "Set key(s) that can be used to spend coins immediately, with no time restriction."; pub const DEFINE_DESCRIPTOR_RECOVERY_PATH_TOOLTIP: &str = From 80fddb20f3522e4baf917468ebacef6aa4dd9718 Mon Sep 17 00:00:00 2001 From: Ben Westgate Date: Sat, 7 Sep 2024 01:15:12 -0500 Subject: [PATCH 2/3] grammar fixes: loader.rs --- gui/src/loader.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/src/loader.rs b/gui/src/loader.rs index 27283a7f..84eba2a7 100644 --- a/gui/src/loader.rs +++ b/gui/src/loader.rs @@ -35,7 +35,7 @@ use crate::{ }, }; -const SYNCING_PROGRESS_1: &str = "Bitcoin Core is synchronising the blockchain. A full synchronisation typically take a few days, and is resource intensive. Once the initial synchronisation is done, the next ones will be much faster."; +const SYNCING_PROGRESS_1: &str = "Bitcoin Core is synchronising the blockchain. A full synchronisation typically takes a few days and is resource-intensive. Once the initial synchronisation is done, the next ones will be much faster."; const SYNCING_PROGRESS_2: &str = "Bitcoin Core is synchronising the blockchain. This will take a while, depending on the last time it was done, your internet connection, and your computer performance."; const SYNCING_PROGRESS_3: &str = "Bitcoin Core is synchronising the blockchain. This may take a few minutes, depending on the last time it was done, your internet connection, and your computer performance."; From 6a6a72408fe105c278b9e66d885d30310b92dd8a Mon Sep 17 00:00:00 2001 From: Ben Westgate Date: Sat, 7 Sep 2024 01:22:27 -0500 Subject: [PATCH 3/3] grammar: USAGE.md download it there -> download it here --- doc/USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/USAGE.md b/doc/USAGE.md index ca251b4a..975a77ec 100644 --- a/doc/USAGE.md +++ b/doc/USAGE.md @@ -87,7 +87,7 @@ and may be pruned (note this may affect block chain rescans) up to the maximum ( The minimum supported version of Bitcoin Core is `24.0.1` (if you want to use Taproot it's `26.0`). If you don't have Bitcoin Core installed on your machine yet, you can download it -[there](https://bitcoincore.org/en/download/). +[here](https://bitcoincore.org/en/download/). You can use the `liana-cli` program to send commands to it. It will need the path to the same configuration as the daemon. You can find a full documentation of the JSONRPC API exposed by