]> Git Repo - VerusCoin.git/blob - doc/man/zcash-tx.1
Auto merge of #3639 - leto:size_on_disk, r=bitcartel
[VerusCoin.git] / doc / man / zcash-tx.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.6.
2 .TH ZCASH-TX "1" "February 2019" "zcash-tx v2.0.3" "User Commands"
3 .SH NAME
4 zcash-tx \- manual page for zcash-tx v2.0.3
5 .SH DESCRIPTION
6 Zcash zcash\-tx utility version v2.0.3
7 .SS "Usage:"
8 .TP
9 zcash\-tx [options] <hex\-tx> [commands]
10 Update hex\-encoded zcash transaction
11 .TP
12 zcash\-tx [options] \fB\-create\fR [commands]
13 Create hex\-encoded zcash transaction
14 .SH OPTIONS
15 .HP
16 \-?
17 .IP
18 This help message
19 .HP
20 \fB\-create\fR
21 .IP
22 Create new, empty TX.
23 .HP
24 \fB\-json\fR
25 .IP
26 Select JSON output
27 .HP
28 \fB\-txid\fR
29 .IP
30 Output only the hex\-encoded transaction id of the resultant transaction.
31 .HP
32 \fB\-regtest\fR
33 .IP
34 Enter regression test mode, which uses a special chain in which blocks
35 can be solved instantly.
36 .HP
37 \fB\-testnet\fR
38 .IP
39 Use the test network
40 .PP
41 Commands:
42 .IP
43 delin=N
44 .IP
45 Delete input N from TX
46 .IP
47 delout=N
48 .IP
49 Delete output N from TX
50 .IP
51 in=TXID:VOUT(:SEQUENCE_NUMBER)
52 .IP
53 Add input to TX
54 .IP
55 locktime=N
56 .IP
57 Set TX lock time to N
58 .IP
59 nversion=N
60 .IP
61 Set TX version to N
62 .IP
63 outaddr=VALUE:ADDRESS
64 .IP
65 Add address\-based output to TX
66 .IP
67 outscript=VALUE:SCRIPT
68 .IP
69 Add raw script output to TX
70 .IP
71 sign=HEIGHT:SIGHASH\-FLAGS
72 .IP
73 Add zero or more signatures to transaction. This command requires JSON
74 registers:prevtxs=JSON object, privatekeys=JSON object. See
75 signrawtransaction docs for format of sighash flags, JSON objects.
76 .PP
77 Register Commands:
78 .IP
79 load=NAME:FILENAME
80 .IP
81 Load JSON file FILENAME into register NAME
82 .IP
83 set=NAME:JSON\-STRING
84 .IP
85 Set register NAME to given JSON\-STRING
86 .SH COPYRIGHT
87
88 In order to ensure you are adequately protecting your privacy when using Zcash,
89 please see <https://z.cash/support/security/>.
90
91 Copyright (C) 2009-2018 The Bitcoin Core Developers
92 Copyright (C) 2015-2018 The Zcash Developers
93
94 This is experimental software.
95
96 Distributed under the MIT software license, see the accompanying file COPYING
97 or <http://www.opensource.org/licenses/mit-license.php>.
98
99 This product includes software developed by the OpenSSL Project for use in the
100 OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software written
101 by Eric Young.
This page took 0.027889 seconds and 4 git commands to generate.