mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-02-06 20:24:24 +00:00
doc: Update manpages to 0.16.0
Tree-SHA512: 83b02b26dff5c7962b9c800e7f156f7d83573b8e8ed329b99ae2c63ce0eb5f713f9d3623906e3c598fcee45e660bae907b1d861cf22af49f3e947f70da73f956
This commit is contained in:
parent
5c242b211e
commit
66bc647e8c
@ -1,9 +1,9 @@
|
|||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
|
||||||
.TH BITCOIN-CLI "1" "September 2017" "bitcoin-cli v0.15.99.0" "User Commands"
|
.TH BITCOIN-CLI "1" "January 2018" "bitcoin-cli v0.16.0.0" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
bitcoin-cli \- manual page for bitcoin-cli v0.15.99.0
|
bitcoin-cli \- manual page for bitcoin-cli v0.16.0.0
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Bitcoin Core RPC client version v0.15.99.0
|
Bitcoin Core RPC client version v0.16.0.0
|
||||||
.SS "Usage:"
|
.SS "Usage:"
|
||||||
.TP
|
.TP
|
||||||
bitcoin\-cli [options] <command> [params]
|
bitcoin\-cli [options] <command> [params]
|
||||||
@ -25,6 +25,14 @@ Specify configuration file (default: bitcoin.conf)
|
|||||||
\fB\-datadir=\fR<dir>
|
\fB\-datadir=\fR<dir>
|
||||||
.IP
|
.IP
|
||||||
Specify data directory
|
Specify data directory
|
||||||
|
.HP
|
||||||
|
\fB\-getinfo\fR
|
||||||
|
.IP
|
||||||
|
Get general information from the remote server. Note that unlike
|
||||||
|
server\-side RPC calls, the results of \fB\-getinfo\fR is the result of
|
||||||
|
multiple non\-atomic requests. Some entries in the result may
|
||||||
|
represent results from different states (e.g. wallet balance may
|
||||||
|
be as of a different block from the chain state reported)
|
||||||
.PP
|
.PP
|
||||||
Chain selection options:
|
Chain selection options:
|
||||||
.HP
|
.HP
|
||||||
@ -88,7 +96,7 @@ Send RPC for non\-default wallet on RPC server (argument is wallet
|
|||||||
filename in bitcoind directory, required if bitcoind/\-Qt runs
|
filename in bitcoind directory, required if bitcoind/\-Qt runs
|
||||||
with multiple wallets)
|
with multiple wallets)
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
Copyright (C) 2009-2017 The Bitcoin Core developers
|
Copyright (C) 2009-2018 The Bitcoin Core developers
|
||||||
|
|
||||||
Please contribute if you find Bitcoin Core useful. Visit
|
Please contribute if you find Bitcoin Core useful. Visit
|
||||||
<https://bitcoincore.org> for further information about the software.
|
<https://bitcoincore.org> for further information about the software.
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
|
||||||
.TH BITCOIN-QT "1" "September 2017" "bitcoin-qt v0.15.99.0" "User Commands"
|
.TH BITCOIN-QT "1" "January 2018" "bitcoin-qt v0.16.0.0" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
bitcoin-qt \- manual page for bitcoin-qt v0.15.99.0
|
bitcoin-qt \- manual page for bitcoin-qt v0.16.0.0
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Bitcoin Core version v0.15.99.0 (64\-bit)
|
Bitcoin Core version v0.16.0.0 (64\-bit)
|
||||||
Usage:
|
Usage:
|
||||||
.IP
|
.IP
|
||||||
bitcoin\-qt [command\-line options]
|
bitcoin\-qt [command\-line options]
|
||||||
@ -32,7 +32,7 @@ block hash)
|
|||||||
If this block is in the chain assume that it and its ancestors are valid
|
If this block is in the chain assume that it and its ancestors are valid
|
||||||
and potentially skip their script verification (0 to verify all,
|
and potentially skip their script verification (0 to verify all,
|
||||||
default:
|
default:
|
||||||
0000000000000000003b9ce759c2a087d52abc4266f8f4ebd6d768b89defa50a,
|
0000000000000000005214481d2d96f898e3d5416e43359c145944a909d242e0,
|
||||||
testnet:
|
testnet:
|
||||||
0000000002e9e7b00e1f6dc5123a04aad68dd0f0968d8c7aa45f6640795c37b1)
|
0000000002e9e7b00e1f6dc5123a04aad68dd0f0968d8c7aa45f6640795c37b1)
|
||||||
.HP
|
.HP
|
||||||
@ -52,6 +52,11 @@ Set database cache size in megabytes (4 to 16384, default: 450)
|
|||||||
.IP
|
.IP
|
||||||
Imports blocks from external blk000??.dat file on startup
|
Imports blocks from external blk000??.dat file on startup
|
||||||
.HP
|
.HP
|
||||||
|
\fB\-debuglogfile=\fR<file>
|
||||||
|
.IP
|
||||||
|
Specify location of debug log file: this can be an absolute path or a
|
||||||
|
path relative to the data directory (default: debug.log)
|
||||||
|
.HP
|
||||||
\fB\-maxorphantx=\fR<n>
|
\fB\-maxorphantx=\fR<n>
|
||||||
.IP
|
.IP
|
||||||
Keep at most <n> unconnectable transactions in memory (default: 100)
|
Keep at most <n> unconnectable transactions in memory (default: 100)
|
||||||
@ -76,7 +81,7 @@ Extra transactions to keep in memory for compact block reconstructions
|
|||||||
.HP
|
.HP
|
||||||
\fB\-par=\fR<n>
|
\fB\-par=\fR<n>
|
||||||
.IP
|
.IP
|
||||||
Set the number of script verification threads (\fB\-2\fR to 16, 0 = auto, <0 =
|
Set the number of script verification threads (\fB\-6\fR to 16, 0 = auto, <0 =
|
||||||
leave that many cores free, default: 0)
|
leave that many cores free, default: 0)
|
||||||
.HP
|
.HP
|
||||||
\fB\-pid=\fR<file>
|
\fB\-pid=\fR<file>
|
||||||
@ -117,7 +122,8 @@ Connection options:
|
|||||||
.HP
|
.HP
|
||||||
\fB\-addnode=\fR<ip>
|
\fB\-addnode=\fR<ip>
|
||||||
.IP
|
.IP
|
||||||
Add a node to connect to and attempt to keep the connection open
|
Add a node to connect to and attempt to keep the connection open (see
|
||||||
|
the `addnode` RPC command help for more info)
|
||||||
.HP
|
.HP
|
||||||
\fB\-banscore=\fR<n>
|
\fB\-banscore=\fR<n>
|
||||||
.IP
|
.IP
|
||||||
@ -136,7 +142,8 @@ for IPv6
|
|||||||
\fB\-connect=\fR<ip>
|
\fB\-connect=\fR<ip>
|
||||||
.IP
|
.IP
|
||||||
Connect only to the specified node(s); \fB\-connect\fR=\fI\,0\/\fR disables automatic
|
Connect only to the specified node(s); \fB\-connect\fR=\fI\,0\/\fR disables automatic
|
||||||
connections
|
connections (the rules for this peer are the same as for
|
||||||
|
\fB\-addnode\fR)
|
||||||
.HP
|
.HP
|
||||||
\fB\-discover\fR
|
\fB\-discover\fR
|
||||||
.IP
|
.IP
|
||||||
@ -258,6 +265,18 @@ Tries to keep outbound traffic under the given target (in MiB per 24h),
|
|||||||
.PP
|
.PP
|
||||||
Wallet options:
|
Wallet options:
|
||||||
.HP
|
.HP
|
||||||
|
\fB\-addresstype\fR
|
||||||
|
.IP
|
||||||
|
What type of addresses to use ("legacy", "p2sh\-segwit", or "bech32",
|
||||||
|
default: "p2sh\-segwit")
|
||||||
|
.HP
|
||||||
|
\fB\-changetype\fR
|
||||||
|
.IP
|
||||||
|
What type of change to use ("legacy", "p2sh\-segwit", or "bech32").
|
||||||
|
Default is same as \fB\-addresstype\fR, except when
|
||||||
|
\fB\-addresstype\fR=\fI\,p2sh\-segwit\/\fR a native segwit output is used when
|
||||||
|
sending to a native segwit address)
|
||||||
|
.HP
|
||||||
\fB\-disablewallet\fR
|
\fB\-disablewallet\fR
|
||||||
.IP
|
.IP
|
||||||
Do not load the wallet and disable wallet RPC calls
|
Do not load the wallet and disable wallet RPC calls
|
||||||
@ -307,7 +326,7 @@ confirmation on average within n blocks (default: 6)
|
|||||||
.HP
|
.HP
|
||||||
\fB\-walletrbf\fR
|
\fB\-walletrbf\fR
|
||||||
.IP
|
.IP
|
||||||
Send transactions with full\-RBF opt\-in enabled (default: 0)
|
Send transactions with full\-RBF opt\-in enabled (RPC only, default: 0)
|
||||||
.HP
|
.HP
|
||||||
\fB\-upgradewallet\fR
|
\fB\-upgradewallet\fR
|
||||||
.IP
|
.IP
|
||||||
@ -321,6 +340,11 @@ Specify wallet file (within data directory) (default: wallet.dat)
|
|||||||
.IP
|
.IP
|
||||||
Make the wallet broadcast transactions (default: 1)
|
Make the wallet broadcast transactions (default: 1)
|
||||||
.HP
|
.HP
|
||||||
|
\fB\-walletdir=\fR<dir>
|
||||||
|
.IP
|
||||||
|
Specify directory to hold wallets (default: <datadir>/wallets if it
|
||||||
|
exists, otherwise <datadir>)
|
||||||
|
.HP
|
||||||
\fB\-walletnotify=\fR<cmd>
|
\fB\-walletnotify=\fR<cmd>
|
||||||
.IP
|
.IP
|
||||||
Execute command when a wallet transaction changes (%s in cmd is replaced
|
Execute command when a wallet transaction changes (%s in cmd is replaced
|
||||||
@ -542,7 +566,7 @@ Show splash screen on startup (default: 1)
|
|||||||
.IP
|
.IP
|
||||||
Reset all settings changed in the GUI
|
Reset all settings changed in the GUI
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
Copyright (C) 2009-2017 The Bitcoin Core developers
|
Copyright (C) 2009-2018 The Bitcoin Core developers
|
||||||
|
|
||||||
Please contribute if you find Bitcoin Core useful. Visit
|
Please contribute if you find Bitcoin Core useful. Visit
|
||||||
<https://bitcoincore.org> for further information about the software.
|
<https://bitcoincore.org> for further information about the software.
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
|
||||||
.TH BITCOIN-TX "1" "September 2017" "bitcoin-tx v0.15.99.0" "User Commands"
|
.TH BITCOIN-TX "1" "January 2018" "bitcoin-tx v0.16.0.0" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
bitcoin-tx \- manual page for bitcoin-tx v0.15.99.0
|
bitcoin-tx \- manual page for bitcoin-tx v0.16.0.0
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Bitcoin Core bitcoin\-tx utility version v0.15.99.0
|
Bitcoin Core bitcoin\-tx utility version v0.16.0.0
|
||||||
.SS "Usage:"
|
.SS "Usage:"
|
||||||
.TP
|
.TP
|
||||||
bitcoin\-tx [options] <hex\-tx> [commands]
|
bitcoin\-tx [options] <hex\-tx> [commands]
|
||||||
@ -112,7 +112,7 @@ set=NAME:JSON\-STRING
|
|||||||
.IP
|
.IP
|
||||||
Set register NAME to given JSON\-STRING
|
Set register NAME to given JSON\-STRING
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
Copyright (C) 2009-2017 The Bitcoin Core developers
|
Copyright (C) 2009-2018 The Bitcoin Core developers
|
||||||
|
|
||||||
Please contribute if you find Bitcoin Core useful. Visit
|
Please contribute if you find Bitcoin Core useful. Visit
|
||||||
<https://bitcoincore.org> for further information about the software.
|
<https://bitcoincore.org> for further information about the software.
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
|
||||||
.TH BITCOIND "1" "September 2017" "bitcoind v0.15.99.0" "User Commands"
|
.TH BITCOIND "1" "January 2018" "bitcoind v0.16.0.0" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
bitcoind \- manual page for bitcoind v0.15.99.0
|
bitcoind \- manual page for bitcoind v0.16.0.0
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Bitcoin Core Daemon version v0.15.99.0
|
Bitcoin Core Daemon version v0.16.0.0
|
||||||
.SS "Usage:"
|
.SS "Usage:"
|
||||||
.TP
|
.TP
|
||||||
bitcoind [options]
|
bitcoind [options]
|
||||||
@ -33,7 +33,7 @@ block hash)
|
|||||||
If this block is in the chain assume that it and its ancestors are valid
|
If this block is in the chain assume that it and its ancestors are valid
|
||||||
and potentially skip their script verification (0 to verify all,
|
and potentially skip their script verification (0 to verify all,
|
||||||
default:
|
default:
|
||||||
0000000000000000003b9ce759c2a087d52abc4266f8f4ebd6d768b89defa50a,
|
0000000000000000005214481d2d96f898e3d5416e43359c145944a909d242e0,
|
||||||
testnet:
|
testnet:
|
||||||
0000000002e9e7b00e1f6dc5123a04aad68dd0f0968d8c7aa45f6640795c37b1)
|
0000000002e9e7b00e1f6dc5123a04aad68dd0f0968d8c7aa45f6640795c37b1)
|
||||||
.HP
|
.HP
|
||||||
@ -57,6 +57,11 @@ Set database cache size in megabytes (4 to 16384, default: 450)
|
|||||||
.IP
|
.IP
|
||||||
Imports blocks from external blk000??.dat file on startup
|
Imports blocks from external blk000??.dat file on startup
|
||||||
.HP
|
.HP
|
||||||
|
\fB\-debuglogfile=\fR<file>
|
||||||
|
.IP
|
||||||
|
Specify location of debug log file: this can be an absolute path or a
|
||||||
|
path relative to the data directory (default: debug.log)
|
||||||
|
.HP
|
||||||
\fB\-maxorphantx=\fR<n>
|
\fB\-maxorphantx=\fR<n>
|
||||||
.IP
|
.IP
|
||||||
Keep at most <n> unconnectable transactions in memory (default: 100)
|
Keep at most <n> unconnectable transactions in memory (default: 100)
|
||||||
@ -81,7 +86,7 @@ Extra transactions to keep in memory for compact block reconstructions
|
|||||||
.HP
|
.HP
|
||||||
\fB\-par=\fR<n>
|
\fB\-par=\fR<n>
|
||||||
.IP
|
.IP
|
||||||
Set the number of script verification threads (\fB\-2\fR to 16, 0 = auto, <0 =
|
Set the number of script verification threads (\fB\-6\fR to 16, 0 = auto, <0 =
|
||||||
leave that many cores free, default: 0)
|
leave that many cores free, default: 0)
|
||||||
.HP
|
.HP
|
||||||
\fB\-pid=\fR<file>
|
\fB\-pid=\fR<file>
|
||||||
@ -122,7 +127,8 @@ Connection options:
|
|||||||
.HP
|
.HP
|
||||||
\fB\-addnode=\fR<ip>
|
\fB\-addnode=\fR<ip>
|
||||||
.IP
|
.IP
|
||||||
Add a node to connect to and attempt to keep the connection open
|
Add a node to connect to and attempt to keep the connection open (see
|
||||||
|
the `addnode` RPC command help for more info)
|
||||||
.HP
|
.HP
|
||||||
\fB\-banscore=\fR<n>
|
\fB\-banscore=\fR<n>
|
||||||
.IP
|
.IP
|
||||||
@ -141,7 +147,8 @@ for IPv6
|
|||||||
\fB\-connect=\fR<ip>
|
\fB\-connect=\fR<ip>
|
||||||
.IP
|
.IP
|
||||||
Connect only to the specified node(s); \fB\-connect\fR=\fI\,0\/\fR disables automatic
|
Connect only to the specified node(s); \fB\-connect\fR=\fI\,0\/\fR disables automatic
|
||||||
connections
|
connections (the rules for this peer are the same as for
|
||||||
|
\fB\-addnode\fR)
|
||||||
.HP
|
.HP
|
||||||
\fB\-discover\fR
|
\fB\-discover\fR
|
||||||
.IP
|
.IP
|
||||||
@ -263,6 +270,18 @@ Tries to keep outbound traffic under the given target (in MiB per 24h),
|
|||||||
.PP
|
.PP
|
||||||
Wallet options:
|
Wallet options:
|
||||||
.HP
|
.HP
|
||||||
|
\fB\-addresstype\fR
|
||||||
|
.IP
|
||||||
|
What type of addresses to use ("legacy", "p2sh\-segwit", or "bech32",
|
||||||
|
default: "p2sh\-segwit")
|
||||||
|
.HP
|
||||||
|
\fB\-changetype\fR
|
||||||
|
.IP
|
||||||
|
What type of change to use ("legacy", "p2sh\-segwit", or "bech32").
|
||||||
|
Default is same as \fB\-addresstype\fR, except when
|
||||||
|
\fB\-addresstype\fR=\fI\,p2sh\-segwit\/\fR a native segwit output is used when
|
||||||
|
sending to a native segwit address)
|
||||||
|
.HP
|
||||||
\fB\-disablewallet\fR
|
\fB\-disablewallet\fR
|
||||||
.IP
|
.IP
|
||||||
Do not load the wallet and disable wallet RPC calls
|
Do not load the wallet and disable wallet RPC calls
|
||||||
@ -312,7 +331,7 @@ confirmation on average within n blocks (default: 6)
|
|||||||
.HP
|
.HP
|
||||||
\fB\-walletrbf\fR
|
\fB\-walletrbf\fR
|
||||||
.IP
|
.IP
|
||||||
Send transactions with full\-RBF opt\-in enabled (default: 0)
|
Send transactions with full\-RBF opt\-in enabled (RPC only, default: 0)
|
||||||
.HP
|
.HP
|
||||||
\fB\-upgradewallet\fR
|
\fB\-upgradewallet\fR
|
||||||
.IP
|
.IP
|
||||||
@ -326,6 +345,11 @@ Specify wallet file (within data directory) (default: wallet.dat)
|
|||||||
.IP
|
.IP
|
||||||
Make the wallet broadcast transactions (default: 1)
|
Make the wallet broadcast transactions (default: 1)
|
||||||
.HP
|
.HP
|
||||||
|
\fB\-walletdir=\fR<dir>
|
||||||
|
.IP
|
||||||
|
Specify directory to hold wallets (default: <datadir>/wallets if it
|
||||||
|
exists, otherwise <datadir>)
|
||||||
|
.HP
|
||||||
\fB\-walletnotify=\fR<cmd>
|
\fB\-walletnotify=\fR<cmd>
|
||||||
.IP
|
.IP
|
||||||
Execute command when a wallet transaction changes (%s in cmd is replaced
|
Execute command when a wallet transaction changes (%s in cmd is replaced
|
||||||
@ -521,7 +545,7 @@ non\-verbose mode, non\-segwit(0) or segwit(1) (default: 1)
|
|||||||
.IP
|
.IP
|
||||||
Set the number of threads to service RPC calls (default: 4)
|
Set the number of threads to service RPC calls (default: 4)
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
Copyright (C) 2009-2017 The Bitcoin Core developers
|
Copyright (C) 2009-2018 The Bitcoin Core developers
|
||||||
|
|
||||||
Please contribute if you find Bitcoin Core useful. Visit
|
Please contribute if you find Bitcoin Core useful. Visit
|
||||||
<https://bitcoincore.org> for further information about the software.
|
<https://bitcoincore.org> for further information about the software.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user