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
+4-3
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,8 @@ Scenarios:
107
107
Another reason might be that the peer is a CLN node with a specific version
108
108
that doesn't react to force close requests normally. You can use the
109
109
[`chantools triggerforceclose` command](doc/chantools_triggerforceclose.md) in
110
-
that case (ONLY works with CLN peers of a certain version).
110
+
that case (should work with CLN peers of a certain version that don't respond
111
+
to normal force close requests).
111
112
112
113
## What should I NEVER do?
113
114
@@ -437,7 +438,7 @@ Available Commands:
437
438
sweeptimelock Sweep the force-closed state after the time lock has expired
438
439
sweeptimelockmanual Sweep the force-closed state of a single channel manually if only a channel backup file is available
439
440
sweepremoteclosed Go through all the addresses that could have funds of channels that were force-closed by the remote party. A public block explorer is queried for each address and if any balance is found, all funds are swept to a given address
440
-
triggerforceclose Connect to a peer and send a custom message to trigger a force close of the specified channel
441
+
triggerforceclose Connect to a peer and send request to trigger a force close of the specified channel
441
442
vanitygen Generate a seed with a custom lnd node identity public key that starts with the given prefix
442
443
walletinfo Shows info about an lnd wallet.db file and optionally extracts the BIP32 HD root key
443
444
zombierecovery Try rescuing funds stuck in channels with zombie nodes
@@ -499,7 +500,7 @@ Legend:
499
500
|[sweepremoteclosed](doc/chantools_sweepremoteclosed.md)|:pencil: Find channel funds from remotely force closed channels and sweep them |
500
501
|[sweeptimelock](doc/chantools_sweeptimelock.md)|:pencil: Sweep funds in locally force closed channels once time lock has expired (requires `channel.db`) |
501
502
|[sweeptimelockmanual](doc/chantools_sweeptimelockmanual.md)|:pencil: Manually sweep funds in a locally force closed channel where no `channel.db` file is available |
502
-
|[triggerforceclose](doc/chantools_triggerforceclose.md)|:pencil: (:pushpin:) Request certain CLN peers to force close a channel that don't react to normal SCB recovery requests|
503
+
|[triggerforceclose](doc/chantools_triggerforceclose.md)|:pencil: (:pushpin:) Request a peer to force close a channel |
503
504
|[vanitygen](doc/chantools_vanitygen.md)| Generate an `lnd` seed for a node public key that starts with a certain sequence of hex digits |
504
505
|[walletinfo](doc/chantools_walletinfo.md)| Show information from a `wallet.db` file, requires access to the wallet password |
505
506
|[zombierecovery](doc/chantools_zombierecovery.md)|:pencil: Cooperatively rescue funds from channels where normal recovery is not possible (see [full guide here][zombie-recovery]) |
*[chantools sweepremoteclosed](chantools_sweepremoteclosed.md) - Go through all the addresses that could have funds of channels that were force-closed by the remote party. A public block explorer is queried for each address and if any balance is found, all funds are swept to a given address
52
52
*[chantools sweeptimelock](chantools_sweeptimelock.md) - Sweep the force-closed state after the time lock has expired
53
53
*[chantools sweeptimelockmanual](chantools_sweeptimelockmanual.md) - Sweep the force-closed state of a single channel manually if only a channel backup file is available
54
-
*[chantools triggerforceclose](chantools_triggerforceclose.md) - Connect to a CLN peer and send a custom message to trigger a force close of the specified channel
54
+
*[chantools triggerforceclose](chantools_triggerforceclose.md) - Connect to a Lightning Network peer and send specific messages to trigger a force close of the specified channel
55
55
*[chantools vanitygen](chantools_vanitygen.md) - Generate a seed with a custom lnd node identity public key that starts with the given prefix
56
56
*[chantools walletinfo](chantools_walletinfo.md) - Shows info about an lnd wallet.db file and optionally extracts the BIP32 HD root key
57
57
*[chantools zombierecovery](chantools_zombierecovery.md) - Try rescuing funds stuck in channels with zombie nodes
--rootkey string BIP32 HD root key of the wallet to use for deriving the identity key; leave empty to prompt for lnd 24 word aezeed
33
+
--torproxy string SOCKS5 proxy to use for Tor connections (to .onion addresses)
34
34
--walletdb string read the seed/master root key to use fro deriving the identity key from an lnd wallet.db file instead of asking for a seed or providing the --rootkey flag
0 commit comments