Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,11 @@ Available Commands:
forceclose Force-close the last state that is in the channel.db provided
scbforceclose Force-close the last state that is in the SCB provided
genimportscript Generate a script containing the on-chain keys of an lnd wallet that can be imported into other software like bitcoind
inspectwaitingproofs Inspect lnd waiting proofs for startup-fatal records without modifying the database
migratedb Apply all recent lnd channel database migrations
pullanchor Attempt to CPFP an anchor output of a channel
recoverloopin Recover a loop in swap that the loop daemon is not able to sweep
repairwaitingproofs Repair legacy lnd waiting proofs that can prevent startup
removechannel Remove a single channel from the given channel DB
rescueclosed Try finding the private keys for funds that are in outputs of remotely force-closed channels
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
Expand Down Expand Up @@ -306,9 +308,11 @@ Legend:
| [fixoldbackup](doc/chantools_fixoldbackup.md) | ✏️ ( 📌 ) Fixes an issue with old `channel.backup` files |
| [forceclose](doc/chantools_forceclose.md) | ✏️ ( ☠️ ⚠️ ) Publish an old channel state from a `channel.db` file |
| [genimportscript](doc/chantools_genimportscript.md) | ✏️ Create a script/text file that can be used to import `lnd` keys into other software |
| [inspectwaitingproofs](doc/chantools_inspectwaitingproofs.md) | Inspect the waiting proof store for records that can prevent `lnd` from starting |
| [migratedb](doc/chantools_migratedb.md) | Upgrade the `channel.db` file to the latest version |
| [pullanchor](doc/chantools_pullanchor.md) | ✏️ Attempt to CPFP an anchor output of a channel |
| [recoverloopin](doc/chantools_recoverloopin.md) | ✏️ Recover funds from a failed Lightning Loop inbound swap |
| [repairwaitingproofs](doc/chantools_repairwaitingproofs.md) | Repair legacy waiting proofs that can prevent `lnd` from starting |
| [removechannel](doc/chantools_removechannel.md) | (☠️ ⚠️) Remove a single channel from a `channel.db` file |
| [rescueclosed](doc/chantools_rescueclosed.md) | ✏️ ( 📌 ) Rescue funds in a legacy (pre `STATIC_REMOTE_KEY`) channel output |
| [rescuefunding](doc/chantools_rescuefunding.md) | ✏️ ( 📌 ) Rescue funds from a funding transaction. Deprecated, use [zombierecovery](doc/chantools_zombierecovery.md) instead |
Expand Down
Loading
Loading