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
|[deletepayments](doc/chantools_deletepayments.md)| Remove ALL payments from a `channel.db` file to reduce size |
483
487
|[derivekey](doc/chantools_derivekey.md)|:pencil: Derive a single private/public key from `lnd`'s seed, use to test seed |
484
488
|[doublespendinputs](doc/chantools_doublespendinputs.md)|:pencil: Tries to double spend the given inputs by deriving the private for the address and sweeping the funds to the given address |
485
-
|[dropchannelgraph](doc/chantools_dropchannelgraph.md)| (:warning:) Completely drop the channel graph from a `channel.db` to force re-sync |
489
+
|[dropchannelgraph](doc/chantools_dropchannelgraph.md)| (:warning:) Completely drop the channel graph from a `channel.db` to force re-sync (not recommended while channels are open!)|
486
490
|[dropgraphzombies](doc/chantools_dropgraphzombies.md)| Drop all zombie channels from a `channel.db` to force a graph re-sync |
487
491
|[dumpbackup](doc/chantools_dumpbackup.md)|:pencil: Show the content of a `channel.backup` file as text |
488
492
|[dumpchannels](doc/chantools_dumpchannels.md)| Show the content of a `channel.db` file as text |
@@ -503,13 +507,13 @@ Legend:
503
507
|[signpsbt](doc/chantools_signpsbt.md)|:pencil: Sign a Partially Signed Bitcoin Transaction (PSBT) |
504
508
|[signrescuefunding](doc/chantools_signrescuefunding.md)|:pencil: (:pushpin:) Sign to funds from a funding transaction. Deprecated, use [zombierecovery](doc/chantools_zombierecovery.md) instead |
505
509
|[summary](doc/chantools_summary.md)| Create a summary of channel funds from a `channel.db` file |
506
-
|[sweepremoteclosed](doc/chantools_sweepremoteclosed.md)|:pencil: Find channel funds from remotely force closed channels and sweep them|
510
+
|[sweepremoteclosed](doc/chantools_sweepremoteclosed.md)|:pencil:**CLN**Find channel funds from remotely force closed channels and sweep them |
507
511
|[sweeptimelock](doc/chantools_sweeptimelock.md)|:pencil: Sweep funds in locally force closed channels once time lock has expired (requires `channel.db`) |
508
512
|[sweeptimelockmanual](doc/chantools_sweeptimelockmanual.md)|:pencil: Manually sweep funds in a locally force closed channel where no `channel.db` file is available |
509
-
|[triggerforceclose](doc/chantools_triggerforceclose.md)|:pencil: (:pushpin:) Request a peer to force close a channel|
513
+
|[triggerforceclose](doc/chantools_triggerforceclose.md)|:pencil:**CLN**(:pushpin:) Request a peer to force close a channel |
510
514
|[vanitygen](doc/chantools_vanitygen.md)| Generate an `lnd` seed for a node public key that starts with a certain sequence of hex digits |
511
515
|[walletinfo](doc/chantools_walletinfo.md)| Show information from a `wallet.db` file, requires access to the wallet password |
512
-
|[zombierecovery](doc/chantools_zombierecovery.md)|:pencil: Cooperatively rescue funds from channels where normal recovery is not possible (see [full guide here][zombie-recovery])|
516
+
|[zombierecovery](doc/chantools_zombierecovery.md)|:pencil:**CLN**Cooperatively rescue funds from channels where normal recovery is not possible (see [full guide here][zombie-recovery]) |
0 commit comments