From c1d64125af1b72f02ecf246b8c2bec131afe7e65 Mon Sep 17 00:00:00 2001 From: openoms Date: Sat, 18 Dec 2021 02:34:24 +0000 Subject: [PATCH] FAQ.cl: correct rescan intructions --- FAQ.cl.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/FAQ.cl.md b/FAQ.cl.md index 8f98a835d..245c104fc 100644 --- a/FAQ.cl.md +++ b/FAQ.cl.md @@ -105,7 +105,7 @@ or with the alias: `cllog` ### All possible config settings * can be shown by running: `lightningd --help` - * Place the settings in the config file without the `--` and restart lightningd + * To persist the setings place the options in the config file without the `--` and restart lightningd ``` Usage: lightningd A bitcoin lightning daemon (default values shown for network: bitcoin). @@ -596,9 +596,20 @@ To display it as text: ``` sudo systemctl stop lightningd ``` + An ungraceful method: + ``` + sudo killall ligthningd * Rescan from the block 700000 ``` - sudo -u bitcoin lightningd --rescan=700000 + sudo -u bitcoin lightningd --rescan -700000 --log-level debug + ``` +* Rescan the last 1000 blocks: + ``` + sudo -u bitcoin lightningd --rescan 1000 --log-level debug + ``` +* can monitor in a new window using the shortcut: + ``` + cllog ``` ## Update