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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,6 +241,10 @@ Your BIP32 HD root key is: xprv9s21ZrQH1...
241
241
## Command overview
242
242
243
243
```text
244
+
This tool provides helper functions that can be used rescue
245
+
funds locked in lnd channels in case lnd itself cannot run properly anymore.
246
+
Complete documentation is available at https://github.com/guggero/chantools/.
247
+
244
248
Usage:
245
249
chantools [command]
246
250
@@ -255,6 +259,7 @@ Available Commands:
255
259
forceclose Force-close the last state that is in the channel.db provided
256
260
genimportscript Generate a script containing the on-chain keys of an lnd wallet that can be imported into other software like bitcoind
257
261
help Help about any command
262
+
migratedb Apply all recent lnd channel database migrations
258
263
removechannel Remove a single channel from the given channel DB
259
264
rescueclosed Try finding the private keys for funds that are in outputs of remotely force-closed channels
260
265
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
Copy file name to clipboardExpand all lines: doc/chantools.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ Complete documentation is available at https://github.com/guggero/chantools/.
27
27
*[chantools fixoldbackup](chantools_fixoldbackup.md) - Fixes an old channel.backup file that is affected by the lnd issue #3881 (unable to derive shachain root key)
28
28
*[chantools forceclose](chantools_forceclose.md) - Force-close the last state that is in the channel.db provided
29
29
*[chantools genimportscript](chantools_genimportscript.md) - Generate a script containing the on-chain keys of an lnd wallet that can be imported into other software like bitcoind
30
+
*[chantools migratedb](chantools_migratedb.md) - Apply all recent lnd channel database migrations
30
31
*[chantools removechannel](chantools_removechannel.md) - Remove a single channel from the given channel DB
31
32
*[chantools rescueclosed](chantools_rescueclosed.md) - Try finding the private keys for funds that are in outputs of remotely force-closed channels
32
33
*[chantools rescuefunding](chantools_rescuefunding.md) - 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
0 commit comments