mmgen-txdo: support --tx-proxy opt

This commit is contained in:
The MMGen Project 2025-05-10 10:43:28 +00:00
commit 9b8c542670
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2

View file

@ -85,6 +85,10 @@ opts_data = {
+ online signing without an {pnm} seed source. The
+ key-address file is also used to verify {pnm}-to-{cu}
+ mappings, so the user should record its checksum.
e- -n, --tx-proxy=P Send transaction via public TX proxy P (supported
+ proxies: {tx_proxies}). This is done via a publicly
+ accessible web page, so no API key or registration is
+ required.
-- -O, --old-incog-fmt Specify old-format incognito input
-- -p, --hash-preset= p Use the scrypt hash parameters defined by preset 'p'
+ for password hashing (default: '{gc.dfl_hash_preset}')
@ -139,6 +143,7 @@ column below:
fl = help_notes('fee_spec_letters'),
dsl = help_notes('dfl_seed_len'),
ss = help_notes('dfl_subseeds'),
tx_proxies = help_notes('tx_proxies'),
ss_max = SubSeedIdxRange.max_idx,
fe_all = fmt_list(cfg._autoset_opts['fee_estimate_mode'].choices, fmt='no_spc'),
fe_dfl = cfg._autoset_opts['fee_estimate_mode'].choices[0],