forked from jl777/komodo
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
815 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. | ||
.TH HUSH-CLI "1" "January 2020" "hush-cli v3.3.1" "User Commands" | ||
.SH NAME | ||
hush-cli \- manual page for hush-cli v3.3.1 | ||
.SH DESCRIPTION | ||
Komodo RPC client version v3.3.1\-d4ac8162f | ||
.PP | ||
In order to ensure you are adequately protecting your privacy when using Hush, | ||
please see <https://myhush.org/security/>. | ||
.SS "Usage:" | ||
.TP | ||
komodo\-cli [options] <command> [params] | ||
Send command to Komodo | ||
.TP | ||
komodo\-cli [options] help | ||
List commands | ||
.TP | ||
komodo\-cli [options] help <command> | ||
Get help for a command | ||
.SH OPTIONS | ||
.HP | ||
\-? | ||
.IP | ||
This help message | ||
.HP | ||
\fB\-conf=\fR<file> | ||
.IP | ||
Specify configuration file (default: komodo.conf) | ||
.HP | ||
\fB\-datadir=\fR<dir> | ||
.IP | ||
Specify data directory | ||
.HP | ||
\fB\-testnet\fR | ||
.IP | ||
Use the test network | ||
.HP | ||
\fB\-regtest\fR | ||
.IP | ||
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. | ||
.HP | ||
\fB\-rpcconnect=\fR<ip> | ||
.IP | ||
Send commands to node running on <ip> (default: 127.0.0.1) | ||
.HP | ||
\fB\-rpcport=\fR<port> | ||
.IP | ||
Connect to JSON\-RPC on <port> (default: 8232 or testnet: 18232) | ||
.HP | ||
\fB\-rpcwait\fR | ||
.IP | ||
Wait for RPC server to start | ||
.HP | ||
\fB\-rpcuser=\fR<user> | ||
.IP | ||
Username for JSON\-RPC connections | ||
.HP | ||
\fB\-rpcpassword=\fR<pw> | ||
.IP | ||
Password for JSON\-RPC connections | ||
.HP | ||
\fB\-rpcclienttimeout=\fR<n> | ||
.IP | ||
Timeout in seconds during HTTP requests, or 0 for no timeout. (default: | ||
900) | ||
.HP | ||
\fB\-stdin\fR | ||
.IP | ||
Read extra arguments from standard input, one per line until EOF/Ctrl\-D | ||
(recommended for sensitive information such as passphrases) | ||
.SH COPYRIGHT | ||
Hush Daemon version v3.3.1-d4ac8162f | ||
|
||
In order to ensure you are adequately protecting your privacy when using Hush, | ||
please see <https://myhush.org/security/>. | ||
|
||
Copyright (C) 2009-2020 The Bitcoin Core Developers | ||
Copyright (C) 2015-2020 The Zcash Developers | ||
Copyright (C) 2015-2020 jl777 and SuperNET developers | ||
Copyright (C) 2018-2020 The Hush developers | ||
|
||
This is experimental software!!! | ||
|
||
Distributed under the MIT software license, see the accompanying file COPYING | ||
or <http://www.opensource.org/licenses/mit-license.php>. | ||
|
||
This product includes software developed by the OpenSSL Project for use in the | ||
OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software written | ||
by Eric Young. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. | ||
.TH HUSH-TX "1" "January 2020" "hush-tx v3.3.1" "User Commands" | ||
.SH NAME | ||
hush-tx \- manual page for hush-tx v3.3.1 | ||
.SH DESCRIPTION | ||
Hush komodo\-tx utility version v3.3.1\-d4ac8162f | ||
.SS "Usage:" | ||
.TP | ||
komodo\-tx [options] <hex\-tx> [commands] | ||
Update hex\-encoded zcash transaction | ||
.TP | ||
komodo\-tx [options] \fB\-create\fR [commands] | ||
Create hex\-encoded zcash transaction | ||
.SH OPTIONS | ||
.HP | ||
\-? | ||
.IP | ||
This help message | ||
.HP | ||
\fB\-create\fR | ||
.IP | ||
Create new, empty TX. | ||
.HP | ||
\fB\-json\fR | ||
.IP | ||
Select JSON output | ||
.HP | ||
\fB\-txid\fR | ||
.IP | ||
Output only the hex\-encoded transaction id of the resultant transaction. | ||
.HP | ||
\fB\-regtest\fR | ||
.IP | ||
Enter regression test mode, which uses a special chain in which blocks | ||
can be solved instantly. | ||
.HP | ||
\fB\-testnet\fR | ||
.IP | ||
Use the test network | ||
.PP | ||
Commands: | ||
.IP | ||
delin=N | ||
.IP | ||
Delete input N from TX | ||
.IP | ||
delout=N | ||
.IP | ||
Delete output N from TX | ||
.IP | ||
in=TXID:VOUT(:SEQUENCE_NUMBER) | ||
.IP | ||
Add input to TX | ||
.IP | ||
locktime=N | ||
.IP | ||
Set TX lock time to N | ||
.IP | ||
nversion=N | ||
.IP | ||
Set TX version to N | ||
.IP | ||
outaddr=VALUE:ADDRESS | ||
.IP | ||
Add address\-based output to TX | ||
.IP | ||
outscript=VALUE:SCRIPT | ||
.IP | ||
Add raw script output to TX | ||
.IP | ||
sign=HEIGHT:SIGHASH\-FLAGS | ||
.IP | ||
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. | ||
.PP | ||
Register Commands: | ||
.IP | ||
load=NAME:FILENAME | ||
.IP | ||
Load JSON file FILENAME into register NAME | ||
.IP | ||
set=NAME:JSON\-STRING | ||
.IP | ||
Set register NAME to given JSON\-STRING | ||
.SH COPYRIGHT | ||
Hush Daemon version v3.3.1-d4ac8162f | ||
|
||
In order to ensure you are adequately protecting your privacy when using Hush, | ||
please see <https://myhush.org/security/>. | ||
|
||
Copyright (C) 2009-2020 The Bitcoin Core Developers | ||
Copyright (C) 2015-2020 The Zcash Developers | ||
Copyright (C) 2015-2020 jl777 and SuperNET developers | ||
Copyright (C) 2018-2020 The Hush developers | ||
|
||
This is experimental software!!! | ||
|
||
Distributed under the MIT software license, see the accompanying file COPYING | ||
or <http://www.opensource.org/licenses/mit-license.php>. | ||
|
||
This product includes software developed by the OpenSSL Project for use in the | ||
OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software written | ||
by Eric Young. |
Oops, something went wrong.