mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-16 11:51:10 +02:00
docs/recovery: add Last resort manual force close
Also updated release-notes.
This commit is contained in:
parent
eda06b19c6
commit
65df996358
@ -258,6 +258,22 @@ An example of using file system level notification to [copy the backup to a
|
|||||||
distinct volume/partition/drive can be found
|
distinct volume/partition/drive can be found
|
||||||
here](https://gist.github.com/alexbosworth/2c5e185aedbdac45a03655b709e255a3).
|
here](https://gist.github.com/alexbosworth/2c5e185aedbdac45a03655b709e255a3).
|
||||||
|
|
||||||
|
##### Last resort manual force close
|
||||||
|
|
||||||
|
Reserve this option as a last resort when the peer is offline and all other
|
||||||
|
avenues to retrieve funds from the channel have been exhausted. The primary
|
||||||
|
motivation for introducing this option is to provide a means of recovery,
|
||||||
|
albeit with some risk, rather than losing the funds indefinitely. This is a very
|
||||||
|
dangerous option, so it should only be used after consulting with a recovery
|
||||||
|
specialist or after opening an issue to make sure!!!
|
||||||
|
|
||||||
|
Starting with release 0.19.0 LND includes unsigned force close transaction
|
||||||
|
for a channel into channel.backup file and RPCs returning channel backups.
|
||||||
|
To generate a force close transaction from the backup file, utilize the
|
||||||
|
`chantools scbforceclose` command. However, exercise caution as this action is
|
||||||
|
perilous. If the channel has been updated since the backup creation, another
|
||||||
|
node or a watchtower may issue a penalty transaction, seizing all funds!
|
||||||
|
|
||||||
#### Using the `ExportChanBackup` RPC
|
#### Using the `ExportChanBackup` RPC
|
||||||
|
|
||||||
Another way to obtain SCBS for all or a target channel is via the new
|
Another way to obtain SCBS for all or a target channel is via the new
|
||||||
|
@ -51,12 +51,18 @@
|
|||||||
|
|
||||||
* [Allow](https://github.com/lightningnetwork/lnd/pull/9017) the compression of logs during rotation with ZSTD via the `logcompressor` startup argument.
|
* [Allow](https://github.com/lightningnetwork/lnd/pull/9017) the compression of logs during rotation with ZSTD via the `logcompressor` startup argument.
|
||||||
|
|
||||||
|
* The SCB file now [contains more data][https://github.com/lightningnetwork/lnd/pull/8183]
|
||||||
|
that enable a last resort rescue for certain cases where the peer is no longer
|
||||||
|
around.
|
||||||
|
|
||||||
|
* LND updates channel.backup file at shutdown time.
|
||||||
|
|
||||||
## RPC Updates
|
## RPC Updates
|
||||||
|
|
||||||
## lncli Updates
|
## lncli Updates
|
||||||
|
|
||||||
## Code Health
|
## Code Health
|
||||||
|
|
||||||
## Breaking Changes
|
## Breaking Changes
|
||||||
## Performance Improvements
|
## Performance Improvements
|
||||||
|
|
||||||
@ -89,6 +95,7 @@
|
|||||||
|
|
||||||
# Contributors (Alphabetical Order)
|
# Contributors (Alphabetical Order)
|
||||||
|
|
||||||
|
* Boris Nagaev
|
||||||
* CharlieZKSmith
|
* CharlieZKSmith
|
||||||
* Elle Mouton
|
* Elle Mouton
|
||||||
* Pins
|
* Pins
|
||||||
|
Loading…
x
Reference in New Issue
Block a user