```text MMGEN-TXSEND: Send a signed MMGen cryptocoin transaction USAGE: mmgen-txsend [opts] mmgen-txsend [opts] --autosign mmgen-txsend [opts] --autosign (--status | --receipt) [index or range] OPTIONS: -h, --help Print this help message --longhelp Print help message for long (global) options -a, --autosign Send an autosigned transaction created by ‘mmgen-txcreate --autosign’. The removable device is mounted and unmounted automatically. The transaction file argument must be omitted when using this option -A, --abort Abort an unsent transaction created by ‘mmgen-txcreate --autosign’ and delete it from the removable device. The transaction may be signed or unsigned. -d, --outdir d Specify an alternate directory 'd' for output -H, --dump-hex F Instead of sending to the network, dump the transaction hex to file ‘F’. Use filename ‘-’ to dump to standard output. -m, --mark-sent Mark the transaction as sent by adding it to the removable device. Used in combination with --autosign when a trans- action has been successfully sent out-of-band. -n, --tx-proxy P Send transaction via public TX proxy ‘P’ (supported proxies: ‘etherscan’). This is done via a publicly accessible web page, so no API key or registration is required. -q, --quiet Suppress warnings; overwrite files without prompting -r, --receipt Print the receipt of the sent transaction (Ethereum only) -s, --status Get status of a sent transaction (or current transaction, whether sent or unsent, when used with --autosign) -t, --test Test whether the transaction can be sent without sending it -T, --txhex-idx N Send only part ‘N’ of a multi-part transaction. Indexing begins with one. -v, --verbose Be more verbose -w, --wait Wait for transaction confirmation (Ethereum only) -x, --proxy P Connect to TX proxy via SOCKS5h proxy ‘P’ (host:port). Use special value ‘env’ to honor *_PROXY environment vars instead. -y, --yes Answer 'yes' to prompts, suppress non-essential output With --autosign, combined with --status or --receipt, the optional index or range arg represents an index or range into the list of sent transaction files on the removable device, in reverse chronological order. ‘0’ (the default) specifies the last sent transaction, ‘1’ the next-to-last, and so on. Hyphen- separated ranges are also supported. For example, specifying a range ‘0-3’ would output data for the last four sent transactions, beginning with the most recent. MMGEN-WALLET 16.1.dev37 May 2026 MMGEN-TXSEND(1) ```