-
Notifications
You must be signed in to change notification settings - Fork 913
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information
1 parent
c9470c7
commit d1cae99
Showing
3 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
lightning-recover -- Reinitialize Your Node for Recovery | ||
======================================================== | ||
|
||
SYNOPSIS | ||
-------- | ||
|
||
**recover** *hsmsecret* | ||
|
||
DESCRIPTION | ||
----------- | ||
|
||
The **recover** RPC command wipes your node and restarts it with | ||
the `--recover` option. This is only permitted if the node is unused: | ||
no channels, no bitcoin addresses issued (you can use `check` to see | ||
if recovery is possible). | ||
|
||
*hsmsecret* is either a codex32 secret starting with "cl1" as returned | ||
by `hsmtool getcodexsecret`, or a raw 64 character hex string. | ||
|
||
NOTE: this command only currently works with the `sqlite3` database backend. | ||
|
||
RETURN VALUE | ||
------------ | ||
|
||
On success, an empty object is returned, and your node is restarted. | ||
|
||
AUTHOR | ||
------ | ||
|
||
Rusty Russell <<[email protected]>> is mainly responsible. | ||
|
||
SEE ALSO | ||
-------- | ||
|
||
lightning-hsmtool(7) | ||
|
||
RESOURCES | ||
--------- | ||
|
||
Main web site: <https://github.com/ElementsProject/lightning> | ||
|
||
[comment]: # ( SHA256STAMP:9cfaa9eb4609b36accc3e3b12a352c00ddd402307e4461f4df274146d12f6eb0) |