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
This tool provides helper functions that can be used rescue
8
8
funds locked in lnd channels in case lnd itself cannot run properly anymore.
9
-
Complete documentation is available at https://github.com/lightninglabs/chantools/.
9
+
Complete documentation is available at
10
+
https://github.com/lightninglabs/chantools/.
10
11
11
12
### Options
12
13
@@ -24,7 +25,7 @@ Complete documentation is available at https://github.com/lightninglabs/chantool
24
25
*[chantools compactdb](chantools_compactdb.md) - Create a copy of a channel.db file in safe/read-only mode
25
26
*[chantools deletepayments](chantools_deletepayments.md) - Remove all (failed) payments from a channel DB
26
27
*[chantools derivekey](chantools_derivekey.md) - Derive a key with a specific derivation path
27
-
*[chantools doublespendinputs](chantools_doublespendinputs.md) - Tries to double spend the given inputs by deriving the private for the address and sweeping the funds to the given address. This can only be used with inputs that belong to an lnd wallet.
28
+
*[chantools doublespendinputs](chantools_doublespendinputs.md) - Replace a transaction by double spending its input
28
29
*[chantools dropchannelgraph](chantools_dropchannelgraph.md) - Remove all graph related data from a channel DB
29
30
*[chantools dropgraphzombies](chantools_dropgraphzombies.md) - Remove all channels identified as zombies from the graph to force a re-sync of the graph
30
31
*[chantools dumpbackup](chantools_dumpbackup.md) - Dump the content of a channel.backup file
0 commit comments