diff --git a/doc/chantools.md b/doc/chantools.md index 843a34d..9300072 100644 --- a/doc/chantools.md +++ b/doc/chantools.md @@ -12,11 +12,12 @@ https://github.com/lightninglabs/chantools/. ### Options ``` - -h, --help help for chantools - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + -h, --help help for chantools + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_chanbackup.md b/doc/chantools_chanbackup.md index 9ebe07d..2277427 100644 --- a/doc/chantools_chanbackup.md +++ b/doc/chantools_chanbackup.md @@ -33,10 +33,11 @@ chantools chanbackup \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_closepoolaccount.md b/doc/chantools_closepoolaccount.md index a0b70b9..0b31bc9 100644 --- a/doc/chantools_closepoolaccount.md +++ b/doc/chantools_closepoolaccount.md @@ -48,10 +48,11 @@ chantools closepoolaccount \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_compactdb.md b/doc/chantools_compactdb.md index 7621a47..80aa24f 100644 --- a/doc/chantools_compactdb.md +++ b/doc/chantools_compactdb.md @@ -31,10 +31,11 @@ chantools compactdb \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_createwallet.md b/doc/chantools_createwallet.md index ed96c30..6ee3ea7 100644 --- a/doc/chantools_createwallet.md +++ b/doc/chantools_createwallet.md @@ -33,10 +33,11 @@ chantools createwallet \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_deletepayments.md b/doc/chantools_deletepayments.md index 5a54f05..f1d751b 100644 --- a/doc/chantools_deletepayments.md +++ b/doc/chantools_deletepayments.md @@ -34,10 +34,11 @@ chantools deletepayments --failedonly \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_derivekey.md b/doc/chantools_derivekey.md index f9790d7..85d2bb6 100644 --- a/doc/chantools_derivekey.md +++ b/doc/chantools_derivekey.md @@ -36,10 +36,11 @@ chantools derivekey --identity ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_doublespendinputs.md b/doc/chantools_doublespendinputs.md index 69ff743..00d54ff 100644 --- a/doc/chantools_doublespendinputs.md +++ b/doc/chantools_doublespendinputs.md @@ -40,10 +40,11 @@ chantools doublespendinputs \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_dropchannelgraph.md b/doc/chantools_dropchannelgraph.md index 0756446..3f84063 100644 --- a/doc/chantools_dropchannelgraph.md +++ b/doc/chantools_dropchannelgraph.md @@ -44,10 +44,11 @@ chantools dropchannelgraph \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_dropgraphzombies.md b/doc/chantools_dropgraphzombies.md index c4d2016..ba6575a 100644 --- a/doc/chantools_dropgraphzombies.md +++ b/doc/chantools_dropgraphzombies.md @@ -35,10 +35,11 @@ chantools dropgraphzombies \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_dumpbackup.md b/doc/chantools_dumpbackup.md index 8602d8a..5338418 100644 --- a/doc/chantools_dumpbackup.md +++ b/doc/chantools_dumpbackup.md @@ -31,10 +31,11 @@ chantools dumpbackup \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_dumpchannels.md b/doc/chantools_dumpchannels.md index 8ea5a63..0e9e001 100644 --- a/doc/chantools_dumpchannels.md +++ b/doc/chantools_dumpchannels.md @@ -31,10 +31,11 @@ chantools dumpchannels \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_fakechanbackup.md b/doc/chantools_fakechanbackup.md index c35e5b6..11f349c 100644 --- a/doc/chantools_fakechanbackup.md +++ b/doc/chantools_fakechanbackup.md @@ -71,10 +71,11 @@ chantools fakechanbackup --from_channel_graph lncli_describegraph.json \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_filterbackup.md b/doc/chantools_filterbackup.md index f1ec373..8f7d26b 100644 --- a/doc/chantools_filterbackup.md +++ b/doc/chantools_filterbackup.md @@ -33,10 +33,11 @@ chantools filterbackup \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_fixoldbackup.md b/doc/chantools_fixoldbackup.md index 6c6630d..380b6b5 100644 --- a/doc/chantools_fixoldbackup.md +++ b/doc/chantools_fixoldbackup.md @@ -34,10 +34,11 @@ chantools fixoldbackup \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_forceclose.md b/doc/chantools_forceclose.md index f297048..6a8c3cb 100644 --- a/doc/chantools_forceclose.md +++ b/doc/chantools_forceclose.md @@ -51,10 +51,11 @@ chantools forceclose \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_genimportscript.md b/doc/chantools_genimportscript.md index a033d30..f7e1698 100644 --- a/doc/chantools_genimportscript.md +++ b/doc/chantools_genimportscript.md @@ -57,10 +57,11 @@ chantools genimportscript --format bitcoin-cli \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_migratedb.md b/doc/chantools_migratedb.md index 9a3c3fb..9db98d0 100644 --- a/doc/chantools_migratedb.md +++ b/doc/chantools_migratedb.md @@ -34,10 +34,11 @@ chantools migratedb \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_pullanchor.md b/doc/chantools_pullanchor.md index 104b82a..ce61e47 100644 --- a/doc/chantools_pullanchor.md +++ b/doc/chantools_pullanchor.md @@ -39,10 +39,11 @@ chantools pullanchor \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_recoverloopin.md b/doc/chantools_recoverloopin.md index 70386f4..fc2216d 100644 --- a/doc/chantools_recoverloopin.md +++ b/doc/chantools_recoverloopin.md @@ -42,10 +42,11 @@ chantools recoverloopin \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_removechannel.md b/doc/chantools_removechannel.md index 209c6fe..ce8234d 100644 --- a/doc/chantools_removechannel.md +++ b/doc/chantools_removechannel.md @@ -36,10 +36,11 @@ chantools removechannel \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_rescueclosed.md b/doc/chantools_rescueclosed.md index b62f7ca..a7c4499 100644 --- a/doc/chantools_rescueclosed.md +++ b/doc/chantools_rescueclosed.md @@ -68,10 +68,11 @@ chantools rescueclosed --fromsummary results/summary-xxxxxx.json \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_rescuefunding.md b/doc/chantools_rescuefunding.md index 0d52786..633c960 100644 --- a/doc/chantools_rescuefunding.md +++ b/doc/chantools_rescuefunding.md @@ -56,10 +56,11 @@ chantools rescuefunding \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_rescuetweakedkey.md b/doc/chantools_rescuetweakedkey.md index 87b4c85..dadf9ba 100644 --- a/doc/chantools_rescuetweakedkey.md +++ b/doc/chantools_rescuetweakedkey.md @@ -35,10 +35,11 @@ chantools rescuetweakedkey \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_scbforceclose.md b/doc/chantools_scbforceclose.md index 7acf978..dc52734 100644 --- a/doc/chantools_scbforceclose.md +++ b/doc/chantools_scbforceclose.md @@ -46,10 +46,11 @@ chantools scbforceclose --multi_file channel.backup ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_showrootkey.md b/doc/chantools_showrootkey.md index 5f17e31..21251e2 100644 --- a/doc/chantools_showrootkey.md +++ b/doc/chantools_showrootkey.md @@ -30,10 +30,11 @@ chantools showrootkey ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_signmessage.md b/doc/chantools_signmessage.md index 33909d5..58612ca 100644 --- a/doc/chantools_signmessage.md +++ b/doc/chantools_signmessage.md @@ -30,10 +30,11 @@ chantools signmessage --msg=foobar ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_signpsbt.md b/doc/chantools_signpsbt.md index 2b74fc0..6ced346 100644 --- a/doc/chantools_signpsbt.md +++ b/doc/chantools_signpsbt.md @@ -35,10 +35,11 @@ chantools signpsbt --fromrawpsbtfile ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_signrescuefunding.md b/doc/chantools_signrescuefunding.md index 7adfd90..ee62061 100644 --- a/doc/chantools_signrescuefunding.md +++ b/doc/chantools_signrescuefunding.md @@ -36,10 +36,11 @@ chantools signrescuefunding \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_summary.md b/doc/chantools_summary.md index 455691d..4d277e7 100644 --- a/doc/chantools_summary.md +++ b/doc/chantools_summary.md @@ -36,10 +36,11 @@ chantools summary --fromchanneldb ~/.lnd/data/graph/mainnet/channel.db ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_sweepremoteclosed.md b/doc/chantools_sweepremoteclosed.md index c30d9c3..f810d04 100644 --- a/doc/chantools_sweepremoteclosed.md +++ b/doc/chantools_sweepremoteclosed.md @@ -50,10 +50,11 @@ chantools sweepremoteclosed \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_sweeptimelock.md b/doc/chantools_sweeptimelock.md index a13ef2e..a6149d4 100644 --- a/doc/chantools_sweeptimelock.md +++ b/doc/chantools_sweeptimelock.md @@ -48,10 +48,11 @@ chantools sweeptimelock \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_sweeptimelockmanual.md b/doc/chantools_sweeptimelockmanual.md index c4546a1..a974151 100644 --- a/doc/chantools_sweeptimelockmanual.md +++ b/doc/chantools_sweeptimelockmanual.md @@ -70,10 +70,11 @@ chantools sweeptimelockmanual \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_triggerforceclose.md b/doc/chantools_triggerforceclose.md index 855a73c..68d771e 100644 --- a/doc/chantools_triggerforceclose.md +++ b/doc/chantools_triggerforceclose.md @@ -39,10 +39,11 @@ chantools triggerforceclose \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_vanitygen.md b/doc/chantools_vanitygen.md index 42e97c1..a6e6596 100644 --- a/doc/chantools_vanitygen.md +++ b/doc/chantools_vanitygen.md @@ -41,10 +41,11 @@ chantools vanitygen --prefix 022222 --threads 8 ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_walletinfo.md b/doc/chantools_walletinfo.md index 304eae1..78d1101 100644 --- a/doc/chantools_walletinfo.md +++ b/doc/chantools_walletinfo.md @@ -38,10 +38,11 @@ chantools walletinfo --withrootkey \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_zombierecovery.md b/doc/chantools_zombierecovery.md index cf43fdd..d669bef 100644 --- a/doc/chantools_zombierecovery.md +++ b/doc/chantools_zombierecovery.md @@ -23,10 +23,11 @@ chantools zombierecovery [flags] ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_zombierecovery_findmatches.md b/doc/chantools_zombierecovery_findmatches.md index 652a694..3f5f593 100644 --- a/doc/chantools_zombierecovery_findmatches.md +++ b/doc/chantools_zombierecovery_findmatches.md @@ -36,10 +36,11 @@ chantools zombierecovery findmatches \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_zombierecovery_makeoffer.md b/doc/chantools_zombierecovery_makeoffer.md index b49af9f..0e9fb39 100644 --- a/doc/chantools_zombierecovery_makeoffer.md +++ b/doc/chantools_zombierecovery_makeoffer.md @@ -42,10 +42,11 @@ chantools zombierecovery makeoffer \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_zombierecovery_preparekeys.md b/doc/chantools_zombierecovery_preparekeys.md index b32130a..8325d9d 100644 --- a/doc/chantools_zombierecovery_preparekeys.md +++ b/doc/chantools_zombierecovery_preparekeys.md @@ -38,10 +38,11 @@ chantools zombierecovery preparekeys \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO diff --git a/doc/chantools_zombierecovery_signoffer.md b/doc/chantools_zombierecovery_signoffer.md index 210e3a4..6a1210f 100644 --- a/doc/chantools_zombierecovery_signoffer.md +++ b/doc/chantools_zombierecovery_signoffer.md @@ -35,10 +35,11 @@ chantools zombierecovery signoffer \ ### Options inherited from parent commands ``` - --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. - -r, --regtest Indicates if regtest parameters should be used - -s, --signet Indicates if the public signet parameters should be used - -t, --testnet Indicates if testnet parameters should be used + --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file. + -r, --regtest Indicates if regtest parameters should be used + --resultsdir string Directory where results should be stored (default "./results") + -s, --signet Indicates if the public signet parameters should be used + -t, --testnet Indicates if testnet parameters should be used ``` ### SEE ALSO