mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-13 03:30:49 +02:00
FAQ.cl: correct rescan intructions
This commit is contained in:
parent
681e8c98bd
commit
c1d64125af
15
FAQ.cl.md
15
FAQ.cl.md
@ -105,7 +105,7 @@ or with the alias: `cllog`
|
|||||||
### All possible config settings
|
### All possible config settings
|
||||||
* can be shown by running:
|
* can be shown by running:
|
||||||
`lightningd --help`
|
`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
|
Usage: lightningd
|
||||||
A bitcoin lightning daemon (default values shown for network: bitcoin).
|
A bitcoin lightning daemon (default values shown for network: bitcoin).
|
||||||
@ -596,9 +596,20 @@ To display it as text:
|
|||||||
```
|
```
|
||||||
sudo systemctl stop lightningd
|
sudo systemctl stop lightningd
|
||||||
```
|
```
|
||||||
|
An ungraceful method:
|
||||||
|
```
|
||||||
|
sudo killall ligthningd
|
||||||
* Rescan from the block 700000
|
* 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
|
## Update
|
||||||
|
Loading…
Reference in New Issue
Block a user