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
|[chanbackup](doc/chantools_chanbackup.md)|:pencil: Extract a `channel.backup` file from a `channel.db` file |
479
-
|[closepoolaccount](doc/chantools_closepoolaccount.md)|:pencil: Manually close an expired Lightning Pool account |
480
-
|[compactdb](doc/chantools_compactdb.md)| Run database compaction manually to reclaim space |
481
-
|[createwallet](doc/chantools_createwallet.md)|:pencil: Create a new lnd compatible wallet.db file from an existing seed or by generating a new one |
482
-
|[deletepayments](doc/chantools_deletepayments.md)| Remove ALL payments from a `channel.db` file to reduce size |
483
-
|[derivekey](doc/chantools_derivekey.md)|:pencil: Derive a single private/public key from `lnd`'s seed, use to test seed |
484
-
|[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 |
486
-
|[dropgraphzombies](doc/chantools_dropgraphzombies.md)| Drop all zombie channels from a `channel.db` to force a graph re-sync |
487
-
|[dumpbackup](doc/chantools_dumpbackup.md)|:pencil: Show the content of a `channel.backup` file as text |
488
-
|[dumpchannels](doc/chantools_dumpchannels.md)| Show the content of a `channel.db` file as text |
489
-
|[fakechanbackup](doc/chantools_fakechanbackup.md)|:pencil: Create a fake `channel.backup` file from public information |
490
-
|[filterbackup](doc/chantools_filterbackup.md)|:pencil: Remove a channel from a `channel.backup` file |
491
-
|[fixoldbackup](doc/chantools_fixoldbackup.md)|:pencil: (:pushpin:) Fixes an issue with old `channel.backup` files |
492
-
|[forceclose](doc/chantools_forceclose.md)|:pencil: (:skull::warning:) Publish an old channel state from a `channel.db` file |
493
-
|[genimportscript](doc/chantools_genimportscript.md)|:pencil: Create a script/text file that can be used to import `lnd` keys into other software |
494
-
|[migratedb](doc/chantools_migratedb.md)| Upgrade the `channel.db` file to the latest version |
495
-
|[pullanchor](doc/chantools_pullanchor.md)|:pencil: Attempt to CPFP an anchor output of a channel |
496
-
|[recoverloopin](doc/chantools_recoverloopin.md)|:pencil: Recover funds from a failed Lightning Loop inbound swap |
497
-
|[removechannel](doc/chantools_removechannel.md)| (:skull::warning:) Remove a single channel from a `channel.db` file |
498
-
|[rescueclosed](doc/chantools_rescueclosed.md)|:pencil: (:pushpin:) Rescue funds in a legacy (pre `STATIC_REMOTE_KEY`) channel output |
499
-
|[rescuefunding](doc/chantools_rescuefunding.md)|:pencil: (:pushpin:) Rescue funds from a funding transaction. Deprecated, use [zombierecovery](doc/chantools_zombierecovery.md) instead |
500
-
|[scbforceclose](doc/chantools_scbforceclose.md)|:pencil::warning::skull: Force close a channel using the latest state from a channel backup. EXTREMELY DANGEROUS, read help text! |
501
-
|[showrootkey](doc/chantools_showrootkey.md)|:pencil: Display the master root key (`xprv`) from your seed (DO NOT SHARE WITH ANYONE) |
502
-
|[signmessage](doc/chantools_signmessage.md)|:pencil: Sign a message with the nodes identity pubkey. |
503
-
|[signpsbt](doc/chantools_signpsbt.md)|:pencil: Sign a Partially Signed Bitcoin Transaction (PSBT) |
504
-
|[signrescuefunding](doc/chantools_signrescuefunding.md)|:pencil: (:pushpin:) Sign to funds from a funding transaction. Deprecated, use [zombierecovery](doc/chantools_zombierecovery.md) instead |
505
-
|[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 |
507
-
|[sweeptimelock](doc/chantools_sweeptimelock.md)|:pencil: Sweep funds in locally force closed channels once time lock has expired (requires `channel.db`) |
508
-
|[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 |
510
-
|[vanitygen](doc/chantools_vanitygen.md)| Generate an `lnd` seed for a node public key that starts with a certain sequence of hex digits |
511
-
|[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]) |
477
+
-**CLN**: Command is compatible with Core Lightning (CLN), use `--hsm_secret`
|[chanbackup](doc/chantools_chanbackup.md)|:pencil: Extract a `channel.backup` file from a `channel.db` file |
483
+
|[closepoolaccount](doc/chantools_closepoolaccount.md)|:pencil: Manually close an expired Lightning Pool account |
484
+
|[compactdb](doc/chantools_compactdb.md)| Run database compaction manually to reclaim space |
485
+
|[createwallet](doc/chantools_createwallet.md)|:pencil: Create a new lnd compatible wallet.db file from an existing seed or by generating a new one |
486
+
|[deletepayments](doc/chantools_deletepayments.md)| Remove ALL payments from a `channel.db` file to reduce size |
487
+
|[derivekey](doc/chantools_derivekey.md)|:pencil: Derive a single private/public key from `lnd`'s seed, use to test seed |
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 |
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!) |
490
+
|[dropgraphzombies](doc/chantools_dropgraphzombies.md)| Drop all zombie channels from a `channel.db` to force a graph re-sync |
491
+
|[dumpbackup](doc/chantools_dumpbackup.md)|:pencil: Show the content of a `channel.backup` file as text |
492
+
|[dumpchannels](doc/chantools_dumpchannels.md)| Show the content of a `channel.db` file as text |
493
+
|[fakechanbackup](doc/chantools_fakechanbackup.md)|:pencil: Create a fake `channel.backup` file from public information |
494
+
|[filterbackup](doc/chantools_filterbackup.md)|:pencil: Remove a channel from a `channel.backup` file |
495
+
|[fixoldbackup](doc/chantools_fixoldbackup.md)|:pencil: ( :pushpin: ) Fixes an issue with old `channel.backup` files |
496
+
|[forceclose](doc/chantools_forceclose.md)|:pencil: ( :skull::warning: ) Publish an old channel state from a `channel.db` file |
497
+
|[genimportscript](doc/chantools_genimportscript.md)|:pencil: Create a script/text file that can be used to import `lnd` keys into other software |
498
+
|[migratedb](doc/chantools_migratedb.md)| Upgrade the `channel.db` file to the latest version |
499
+
|[pullanchor](doc/chantools_pullanchor.md)|:pencil: Attempt to CPFP an anchor output of a channel |
500
+
|[recoverloopin](doc/chantools_recoverloopin.md)|:pencil: Recover funds from a failed Lightning Loop inbound swap |
501
+
|[removechannel](doc/chantools_removechannel.md)| (:skull::warning:) Remove a single channel from a `channel.db` file |
502
+
|[rescueclosed](doc/chantools_rescueclosed.md)|:pencil: ( :pushpin: ) Rescue funds in a legacy (pre `STATIC_REMOTE_KEY`) channel output |
503
+
|[rescuefunding](doc/chantools_rescuefunding.md)|:pencil: ( :pushpin: ) Rescue funds from a funding transaction. Deprecated, use [zombierecovery](doc/chantools_zombierecovery.md) instead |
504
+
|[scbforceclose](doc/chantools_scbforceclose.md)|:pencil::warning::skull: Force close a channel using the latest state from a channel backup. EXTREMELY DANGEROUS, read help text! |
505
+
|[showrootkey](doc/chantools_showrootkey.md)|:pencil: Display the master root key (`xprv`) from your seed (DO NOT SHARE WITH ANYONE) |
506
+
|[signmessage](doc/chantools_signmessage.md)|:pencil: Sign a message with the nodes identity pubkey. |
507
+
|[signpsbt](doc/chantools_signpsbt.md)|:pencil: Sign a Partially Signed Bitcoin Transaction (PSBT) |
508
+
|[signrescuefunding](doc/chantools_signrescuefunding.md)|:pencil: ( :pushpin: ) Sign to funds from a funding transaction. Deprecated, use [zombierecovery](doc/chantools_zombierecovery.md) instead |
509
+
|[summary](doc/chantools_summary.md)| Create a summary of channel funds from a `channel.db` file |
510
+
|[sweepremoteclosed](doc/chantools_sweepremoteclosed.md)|:pencil: (**CLN**) Find channel funds from remotely force closed channels and sweep them |
511
+
|[sweeptimelock](doc/chantools_sweeptimelock.md)|:pencil: Sweep funds in locally force closed channels once time lock has expired (requires `channel.db`) |
512
+
|[sweeptimelockmanual](doc/chantools_sweeptimelockmanual.md)|:pencil: Manually sweep funds in a locally force closed channel where no `channel.db` file is available |
513
+
|[triggerforceclose](doc/chantools_triggerforceclose.md)|:pencil: (**CLN**:pushpin: ) Request a peer to force close a channel |
514
+
|[vanitygen](doc/chantools_vanitygen.md)| Generate an `lnd` seed for a node public key that starts with a certain sequence of hex digits |
515
+
|[walletinfo](doc/chantools_walletinfo.md)| Show information from a `wallet.db` file, requires access to the wallet password |
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