GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
LIGHTNING-EMERGENCYRECOVER(7) LIGHTNING-EMERGENCYRECOVER(7)

lightning-emergencyrecover -- Command for recovering channels from the emergency.recovery file in the lightning directory

emergencyrecover

The emergencyrecover RPC command fetches data from the emergency.recover file and tries to reconnect to the peer and force him to close the channel. The data in this file has enough information to reconnect and sweep the funds.

This recovery method is not spontaneous and it depends on the peer, so it should be used as a last resort to recover the funds stored in a channel in case of severe data loss.

On success, an object is returned, containing:

stubs (array of hashs):
(hash, optional): Channel IDs of channels successfully inserted.

Aditya <aditya.sharma20111@gmail.com> is mainly responsible.

lightning-getsharedsecret(7)

Main web site: https://github.com/ElementsProject/lightning

Example 1:

Request:

$ lightning-cli emergencyrecover

{

"id": "example:emergencyrecover#1",
"method": "emergencyrecover",
"params": {} }

Response:

{

"stubs": [] }

Example 2:

Request:

$ lightning-cli emergencyrecover

{

"id": "example:emergencyrecover#2",
"method": "emergencyrecover",
"params": {} }

Response:

{

"stubs": [
"1267da6521b372d7c6407a74066f7a3a5bc3489bbda5eb9f0e990e1e913e2eb9",
"e13472d6512413eb1bf03b9a0bb391d0e4152fd337fa6d1014e3de5e131918d9",
"f8fc83a432cbfb2fffe222cc06727fdd977b5dd10ebd6707158e799e6f522d9f"
] }
Core Lightning v25.02.2

Search for    or go to Top of page |  Section 7 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.