1
- .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10 .
2
- .TH ION-CLI "1" "June 2019 " "ion-cli v5 .0.99 .0" "User Commands"
1
+ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6 .
2
+ .TH ION-CLI "1" "April 2018 " "ion-cli v3 .0.4 .0" "User Commands"
3
3
.SH NAME
4
- ion-cli \- manual page for ion-cli v5 .0.99 .0
4
+ ion-cli \- manual page for ion-cli v3 .0.4 .0
5
5
.SH DESCRIPTION
6
- Ion Core RPC client version v5 .0.99.0
6
+ Ion Core RPC client version v3 .0.4.0 \- CEVAP
7
7
.SS "Usage:"
8
8
.TP
9
9
ion\- cli [options] <command> [params]
10
10
Send command to Ion Core
11
- .IP
12
- ion\- cli [options] \fB \- named \fR <command> [name=value] ... Send command to Ion Core (with named arguments)
13
- ion\- cli [options] help List commands
14
- ion\- cli [options] help <command> Get help for a command
11
+ .TP
12
+ ion\- cli [options] help
13
+ List commands
14
+ .TP
15
+ ion\- cli [options] help <command>
16
+ Get help for a command
15
17
.SH OPTIONS
16
18
.HP
17
19
\- ?
@@ -26,41 +28,23 @@ Specify configuration file (default: ioncoin.conf)
26
28
.IP
27
29
Specify data directory
28
30
.HP
29
- \fB \- getinfo \fR
30
- .IP
31
- Get general information from the remote server. Note that unlike
32
- server\- side RPC calls, the results of \fB \- getinfo \fR is the result of
33
- multiple non\- atomic requests. Some entries in the result may
34
- represent results from different states (e.g. wallet balance may
35
- be as of a different block from the chain state reported)
36
- .PP
37
- Chain selection options:
38
- .HP
39
31
\fB \- testnet \fR
40
32
.IP
41
- Use the test chain
42
- .HP
43
- \fB \- devnet= \fR <name>
44
- .IP
45
- Use devnet chain with provided name
33
+ Use the test network
46
34
.HP
47
35
\fB \- regtest \fR
48
36
.IP
49
37
Enter regression test mode, which uses a special chain in which blocks
50
- can be solved instantly. This is intended for regression testing
51
- tools and app development.
52
- .HP
53
- \fB \- named \fR
54
- .IP
55
- Pass named instead of positional arguments (default: false)
38
+ can be solved instantly. This is intended for regression testing tools
39
+ and app development.
56
40
.HP
57
41
\fB \- rpcconnect= \fR <ip>
58
42
.IP
59
43
Send commands to node running on <ip> (default: 127.0.0.1)
60
44
.HP
61
45
\fB \- rpcport= \fR <port>
62
46
.IP
63
- Connect to JSON\- RPC on <port> (default: 12705 or testnet: 27171 )
47
+ Connect to JSON\- RPC on <port> (default: 51473 or testnet: 51475 )
64
48
.HP
65
49
\fB \- rpcwait \fR
66
50
.IP
@@ -76,40 +60,21 @@ Password for JSON\-RPC connections
76
60
.HP
77
61
\fB \- rpcclienttimeout= \fR <n>
78
62
.IP
79
- Timeout in seconds during HTTP requests, or 0 for no timeout. (default:
80
- 900)
81
- .HP
82
- \fB \- stdinrpcpass \fR
83
- .TP
84
- Read RPC password from standard input as a single line.
85
- When combined
86
- .IP
87
- with \fB \- stdin \fR , the first line from standard input is used for the
88
- RPC password.
89
- .HP
90
- \fB \- stdin \fR
91
- .IP
92
- Read extra arguments from standard input, one per line until EOF/Ctrl\- D
93
- (recommended for sensitive information such as passphrases).
94
- When combined with \fB \- stdinrpcpass \fR , the first line from standard
95
- input is used for the RPC password.
96
- .HP
97
- \fB \- rpcwallet= \fR <walletname>
98
- .IP
99
- Send RPC for non\- default wallet on RPC server (needs to exactly match
100
- corresponding \fB \- wallet \fR option passed to dashd)
63
+ Timeout during HTTP requests (default: 900)
101
64
.SH COPYRIGHT
102
- Copyright (C) 2014-2020 The Dash Core developers
103
- Copyright (C) 2009-2020 The Bitcoin Core developers
65
+ Copyright (C) 2009-2018 The Bitcoin Core Developers
66
+
67
+ Copyright (C) 2014-2018 The Dash Core Developers
104
68
105
- Please contribute if you find Ion Core useful. Visit <https://ionomy.com> for
106
- further information about the software.
107
- The source code is available from <https://bitbucket.org/ioncoin/ion>.
69
+ Copyright (C) 2015-2018 The PIVX Core Developers
70
+
71
+ Copyright (C) 2018 The Ion Core Developers
108
72
109
73
This is experimental software.
74
+
110
75
Distributed under the MIT software license, see the accompanying file COPYING
111
- or <https ://opensource.org/licenses/MIT>
76
+ or <http ://www. opensource.org/licenses/mit-license.php>.
112
77
113
78
This product includes software developed by the OpenSSL Project for use in the
114
- OpenSSL Toolkit <https://www.openssl.org> and cryptographic software written by
115
- Eric Young and UPnP software written by Thomas Bernard.
79
+ OpenSSL Toolkit <https://www.openssl.org/ > and cryptographic software written
80
+ by Eric Young and UPnP software written by Thomas Bernard.
0 commit comments