diff --git a/doc/command-generator/.gitignore b/doc/command-generator/.gitignore new file mode 100644 index 0000000..de4d1f0 --- /dev/null +++ b/doc/command-generator/.gitignore @@ -0,0 +1,2 @@ +dist +node_modules diff --git a/doc/command-generator/index.html b/doc/command-generator/index.html new file mode 100644 index 0000000..be0cec4 --- /dev/null +++ b/doc/command-generator/index.html @@ -0,0 +1,13 @@ + + +
+ + + +{{ generatedCommand }}
+ + Select a command below that you want to generate the correct arguments + for. If you don't know what command to run, the default scenario usually + is the following for users that have a defunct Lightning Network node + and just want to rescue their funds out of all channels: +
+SweepRemoteClosed to collect all funds from
+ channels that were already force-closed by the remote party.
+ TriggerForceClose to ask the remote peer to force-close
+ the channel on your behalf.
+ SweepRemoteClosed again to collect any funds from
+ the channels that were just force-closed and confirmed in the previous
+ step.
+ chantools (which is required for almost all commands).
+ xprv, tprv, yprv or
+ zprv.
+ xxd -p -c32
+ ~/.lightning/bitcoin/hsm_secret on the machine you're running
+ CLN on.
+ ~/.lnd/data/chain/bitcoin/mainnet/wallet.db.
+ Currently only supports bbolt! SQLite databases are not
+ yet supported.
+ esplora
+ compatible). Use your own if available for better privacy.
+ + {{command.description}} +
+ ++ {{command.description}} +
+ +