You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+60-17Lines changed: 60 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@
21
21
+[signrescuefunding](#signrescuefunding)
22
22
+[summary](#summary)
23
23
+[sweeptimelock](#sweeptimelock)
24
+
+[sweeptimelockmanual](#sweeptimelockmanual)
24
25
+[vanitygen](#vanitygen)
25
26
+[walletinfo](#walletinfo)
26
27
@@ -209,23 +210,24 @@ Help Options:
209
210
-h, --help Show this help message
210
211
211
212
Available commands:
212
-
chanbackup Create a channel.backup file from a channel database.
213
-
compactdb Open a source channel.db database file in safe/read-only mode and copy it to a fresh database, compacting it in the process.
214
-
derivekey Derive a key with a specific derivation path from the BIP32 HD root key.
215
-
dumpbackup Dump the content of a channel.backup file.
216
-
dumpchannels Dump all channel information from lnd's channel database.
217
-
filterbackup Filter an lnd channel.backup file and remove certain channels.
218
-
fixoldbackup Fixes an old channel.backup file that is affected by the lnd issue #3881 (unable to derive shachain root key).
219
-
forceclose Force-close the last state that is in the channel.db provided.
220
-
genimportscript Generate a script containing the on-chain keys of an lnd wallet that can be imported into other software like bitcoind.
221
-
rescueclosed Try finding the private keys for funds that are in outputs of remotely force-closed channels.
222
-
rescuefunding Rescue funds locked in a funding multisig output that never resulted in a proper channel. This is the command the initiator of the channel needs to run.
223
-
showrootkey Extract and show the BIP32 HD root key from the 24 word lnd aezeed.
224
-
signrescuefunding Rescue funds locked in a funding multisig output that never resulted in a proper channel. This is the command the remote node (the non-initiator) of the channel needs to run.
225
-
summary Compile a summary about the current state of channels.
226
-
sweeptimelock Sweep the force-closed state after the time lock has expired.
227
-
vanitygen Generate a seed with a custom lnd node identity public key that starts with the given prefix.
228
-
walletinfo Shows relevant information about an lnd wallet.db file and optionally extracts the BIP32 HD root key.
213
+
chanbackup Create a channel.backup file from a channel database.
214
+
compactdb Open a source channel.db database file in safe/read-only mode and copy it to a fresh database, compacting it in the process.
215
+
derivekey Derive a key with a specific derivation path from the BIP32 HD root key.
216
+
dumpbackup Dump the content of a channel.backup file.
217
+
dumpchannels Dump all channel information from lnd's channel database.
218
+
filterbackup Filter an lnd channel.backup file and remove certain channels.
219
+
fixoldbackup Fixes an old channel.backup file that is affected by the lnd issue #3881 (unable to derive shachain root key).
220
+
forceclose Force-close the last state that is in the channel.db provided.
221
+
genimportscript Generate a script containing the on-chain keys of an lnd wallet that can be imported into other software like bitcoind.
222
+
rescueclosed Try finding the private keys for funds that are in outputs of remotely force-closed channels.
223
+
rescuefunding Rescue funds locked in a funding multisig output that never resulted in a proper channel. This is the command the initiator of the channel needs to run.
224
+
showrootkey Extract and show the BIP32 HD root key from the 24 word lnd aezeed.
225
+
signrescuefunding Rescue funds locked in a funding multisig output that never resulted in a proper channel. This is the command the remote node (the non-initiator) of the channel needs to run.
226
+
summary Compile a summary about the current state of channels.
227
+
sweeptimelock Sweep the force-closed state after the time lock has expired.
228
+
sweeptimelockmanual Sweep the force-closed state of a single channel manually if only a channel backup file is available
229
+
vanitygen Generate a seed with a custom lnd node identity public key that starts with the given prefix.
230
+
walletinfo Shows relevant information about an lnd wallet.db file and optionally extracts the BIP32 HD root key.
0 commit comments