ZCASH-TX(1) User Commands ZCASH-TX(1) NAME zcash-tx - manual page for zcash-tx v5.3.0 DESCRIPTION Zcash zcash-tx utility version v5.3.0 Usage: zcash-tx [options] [commands] Update hex-encoded zcash transaction zcash-tx [options] -create [commands] Create hex-encoded zcash transaction OPTIONS -? This help message -create Create new, empty TX. -json Select JSON output -txid Output only the hex-encoded transaction id of the resultant transaction. Chain selection options: -testnet Use the test chain -regtest Enter regression test mode, which uses a special chain in which blocks can be solved instantly. This is intended for regression testing tools and app development. Commands: delin=N Delete input N from TX delout=N Delete output N from TX in=TXID:VOUT(:SEQUENCE_NUMBER) Add input to TX locktime=N Set TX lock time to N nversion=N Set TX version to N outaddr=VALUE:ADDRESS Add address-based output to TX outscript=VALUE:SCRIPT Add raw script output to TX sign=HEIGHT:SIGHASH-FLAGS Add zero or more signatures to transaction. This command requires JSON registers:prevtxs=JSON object, privatekeys=JSON object. See signrawtransaction docs for format of sighash flags, JSON objects. Register Commands: load=NAME:FILENAME Load JSON file FILENAME into register NAME set=NAME:JSON-STRING Set register NAME to given JSON-STRING COPYRIGHT In order to ensure you are adequately protecting your privacy when using Zcash, please see . Copyright (C) 2009-2022 The Bitcoin Core Developers Copyright (C) 2015-2022 The Zcash Developers This is experimental software. Distributed under the MIT software license, see the accompanying file COPYING or . zcash-tx v5.3.0 October 2022 ZCASH-TX(1)