mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 23:09:44 -04:00
doc: Update manual pages for 23.0rc3
Tree-SHA512: 5350255e4260b85b7f294e980f9c47fb0aa8370965711411e37c16702cd3eee010ea83c2135b1e4fe6241402b9b1b478bc7f6a181f3e6da2c261a024b45aa8ae
This commit is contained in:
parent
752c9d82a6
commit
e181e94e86
6 changed files with 40 additions and 38 deletions
|
@ -1,7 +1,7 @@
|
||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
|
||||||
.TH BITCOIN-CLI "1" "March 2022" "bitcoin-cli v23.0.0rc2" "User Commands"
|
.TH BITCOIN-CLI "1" "March 2022" "bitcoin-cli v23.0.0rc3" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
bitcoin-cli \- manual page for bitcoin-cli v23.0.0rc2
|
bitcoin-cli \- manual page for bitcoin-cli v23.0.0rc3
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B bitcoin-cli
|
.B bitcoin-cli
|
||||||
[\fI\,options\/\fR] \fI\,<command> \/\fR[\fI\,params\/\fR] \fI\,Send command to Bitcoin Core\/\fR
|
[\fI\,options\/\fR] \fI\,<command> \/\fR[\fI\,params\/\fR] \fI\,Send command to Bitcoin Core\/\fR
|
||||||
|
@ -15,7 +15,7 @@ bitcoin-cli \- manual page for bitcoin-cli v23.0.0rc2
|
||||||
.B bitcoin-cli
|
.B bitcoin-cli
|
||||||
[\fI\,options\/\fR] \fI\,help <command> Get help for a command\/\fR
|
[\fI\,options\/\fR] \fI\,help <command> Get help for a command\/\fR
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Bitcoin Core RPC client version v23.0.0rc2
|
Bitcoin Core RPC client version v23.0.0rc3
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.HP
|
.HP
|
||||||
\-?
|
\-?
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
|
||||||
.TH BITCOIN-QT "1" "March 2022" "bitcoin-qt v23.0.0rc2" "User Commands"
|
.TH BITCOIN-QT "1" "March 2022" "bitcoin-qt v23.0.0rc3" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
bitcoin-qt \- manual page for bitcoin-qt v23.0.0rc2
|
bitcoin-qt \- manual page for bitcoin-qt v23.0.0rc3
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B bitcoin-qt
|
.B bitcoin-qt
|
||||||
[\fI\,command-line options\/\fR]
|
[\fI\,command-line options\/\fR]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Bitcoin Core version v23.0.0rc2
|
Bitcoin Core version v23.0.0rc3
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.HP
|
.HP
|
||||||
\-?
|
\-?
|
||||||
|
@ -220,8 +220,9 @@ signet: 127.0.0.1:38334=onion, regtest: 127.0.0.1:18445=onion)
|
||||||
.HP
|
.HP
|
||||||
\fB\-cjdnsreachable\fR
|
\fB\-cjdnsreachable\fR
|
||||||
.IP
|
.IP
|
||||||
If set then this host is configured for CJDNS (connecting to fc00::/8
|
If set, then this host is configured for CJDNS (connecting to fc00::/8
|
||||||
addresses would lead us to the CJDNS network) (default: 0)
|
addresses would lead us to the CJDNS network, see doc/cjdns.md)
|
||||||
|
(default: 0)
|
||||||
.HP
|
.HP
|
||||||
\fB\-connect=\fR<ip>
|
\fB\-connect=\fR<ip>
|
||||||
.IP
|
.IP
|
||||||
|
@ -295,8 +296,8 @@ Maximum per\-connection send buffer, <n>*1000 bytes (default: 1000)
|
||||||
\fB\-maxtimeadjustment\fR
|
\fB\-maxtimeadjustment\fR
|
||||||
.IP
|
.IP
|
||||||
Maximum allowed median peer time offset adjustment. Local perspective of
|
Maximum allowed median peer time offset adjustment. Local perspective of
|
||||||
time may be influenced by peers forward or backward by this
|
time may be influenced by outbound peers forward or backward by
|
||||||
amount. (default: 4200 seconds)
|
this amount (default: 4200 seconds).
|
||||||
.HP
|
.HP
|
||||||
\fB\-maxuploadtarget=\fR<n>
|
\fB\-maxuploadtarget=\fR<n>
|
||||||
.IP
|
.IP
|
||||||
|
@ -322,9 +323,9 @@ Use separate SOCKS5 proxy to reach peers via Tor onion services, set
|
||||||
.HP
|
.HP
|
||||||
\fB\-onlynet=\fR<net>
|
\fB\-onlynet=\fR<net>
|
||||||
.IP
|
.IP
|
||||||
Make automatic outgoing connections only through network <net> (ipv4,
|
Make automatic outbound connections only to network <net> (ipv4, ipv6,
|
||||||
ipv6, onion, i2p, cjdns). Incoming connections are not affected
|
onion, i2p, cjdns). Inbound and manual connections are not
|
||||||
by this option. This option can be specified multiple times to
|
affected by this option. It can be specified multiple times to
|
||||||
allow multiple networks.
|
allow multiple networks.
|
||||||
.HP
|
.HP
|
||||||
\fB\-peerblockfilters\fR
|
\fB\-peerblockfilters\fR
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
|
||||||
.TH BITCOIN-TX "1" "March 2022" "bitcoin-tx v23.0.0rc2" "User Commands"
|
.TH BITCOIN-TX "1" "March 2022" "bitcoin-tx v23.0.0rc3" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
bitcoin-tx \- manual page for bitcoin-tx v23.0.0rc2
|
bitcoin-tx \- manual page for bitcoin-tx v23.0.0rc3
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B bitcoin-tx
|
.B bitcoin-tx
|
||||||
[\fI\,options\/\fR] \fI\,<hex-tx> \/\fR[\fI\,commands\/\fR] \fI\,Update hex-encoded bitcoin transaction\/\fR
|
[\fI\,options\/\fR] \fI\,<hex-tx> \/\fR[\fI\,commands\/\fR] \fI\,Update hex-encoded bitcoin transaction\/\fR
|
||||||
|
@ -9,7 +9,7 @@ bitcoin-tx \- manual page for bitcoin-tx v23.0.0rc2
|
||||||
.B bitcoin-tx
|
.B bitcoin-tx
|
||||||
[\fI\,options\/\fR] \fI\,-create \/\fR[\fI\,commands\/\fR] \fI\,Create hex-encoded bitcoin transaction\/\fR
|
[\fI\,options\/\fR] \fI\,-create \/\fR[\fI\,commands\/\fR] \fI\,Create hex-encoded bitcoin transaction\/\fR
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Bitcoin Core bitcoin\-tx utility version v23.0.0rc2
|
Bitcoin Core bitcoin\-tx utility version v23.0.0rc3
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.HP
|
.HP
|
||||||
\-?
|
\-?
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
|
||||||
.TH BITCOIN-UTIL "1" "March 2022" "bitcoin-util v23.0.0rc2" "User Commands"
|
.TH BITCOIN-UTIL "1" "March 2022" "bitcoin-util v23.0.0rc3" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
bitcoin-util \- manual page for bitcoin-util v23.0.0rc2
|
bitcoin-util \- manual page for bitcoin-util v23.0.0rc3
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B bitcoin-util
|
.B bitcoin-util
|
||||||
[\fI\,options\/\fR] [\fI\,commands\/\fR] \fI\,Do stuff\/\fR
|
[\fI\,options\/\fR] [\fI\,commands\/\fR] \fI\,Do stuff\/\fR
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Bitcoin Core bitcoin\-util utility version v23.0.0rc2
|
Bitcoin Core bitcoin\-util utility version v23.0.0rc3
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.HP
|
.HP
|
||||||
\-?
|
\-?
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
|
||||||
.TH BITCOIN-WALLET "1" "March 2022" "bitcoin-wallet v23.0.0rc2" "User Commands"
|
.TH BITCOIN-WALLET "1" "March 2022" "bitcoin-wallet v23.0.0rc3" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
bitcoin-wallet \- manual page for bitcoin-wallet v23.0.0rc2
|
bitcoin-wallet \- manual page for bitcoin-wallet v23.0.0rc3
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Bitcoin Core bitcoin\-wallet version v23.0.0rc2
|
Bitcoin Core bitcoin\-wallet version v23.0.0rc3
|
||||||
.PP
|
.PP
|
||||||
bitcoin\-wallet is an offline tool for creating and interacting with Bitcoin Core wallet files.
|
bitcoin\-wallet is an offline tool for creating and interacting with Bitcoin Core wallet files.
|
||||||
By default bitcoin\-wallet will act on wallets in the default mainnet wallet directory in the datadir.
|
By default bitcoin\-wallet will act on wallets in the default mainnet wallet directory in the datadir.
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
|
||||||
.TH BITCOIND "1" "March 2022" "bitcoind v23.0.0rc2" "User Commands"
|
.TH BITCOIND "1" "March 2022" "bitcoind v23.0.0rc3" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
bitcoind \- manual page for bitcoind v23.0.0rc2
|
bitcoind \- manual page for bitcoind v23.0.0rc3
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B bitcoind
|
.B bitcoind
|
||||||
[\fI\,options\/\fR] \fI\,Start Bitcoin Core\/\fR
|
[\fI\,options\/\fR] \fI\,Start Bitcoin Core\/\fR
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Bitcoin Core version v23.0.0rc2
|
Bitcoin Core version v23.0.0rc3
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.HP
|
.HP
|
||||||
\-?
|
\-?
|
||||||
|
@ -220,8 +220,9 @@ signet: 127.0.0.1:38334=onion, regtest: 127.0.0.1:18445=onion)
|
||||||
.HP
|
.HP
|
||||||
\fB\-cjdnsreachable\fR
|
\fB\-cjdnsreachable\fR
|
||||||
.IP
|
.IP
|
||||||
If set then this host is configured for CJDNS (connecting to fc00::/8
|
If set, then this host is configured for CJDNS (connecting to fc00::/8
|
||||||
addresses would lead us to the CJDNS network) (default: 0)
|
addresses would lead us to the CJDNS network, see doc/cjdns.md)
|
||||||
|
(default: 0)
|
||||||
.HP
|
.HP
|
||||||
\fB\-connect=\fR<ip>
|
\fB\-connect=\fR<ip>
|
||||||
.IP
|
.IP
|
||||||
|
@ -295,8 +296,8 @@ Maximum per\-connection send buffer, <n>*1000 bytes (default: 1000)
|
||||||
\fB\-maxtimeadjustment\fR
|
\fB\-maxtimeadjustment\fR
|
||||||
.IP
|
.IP
|
||||||
Maximum allowed median peer time offset adjustment. Local perspective of
|
Maximum allowed median peer time offset adjustment. Local perspective of
|
||||||
time may be influenced by peers forward or backward by this
|
time may be influenced by outbound peers forward or backward by
|
||||||
amount. (default: 4200 seconds)
|
this amount (default: 4200 seconds).
|
||||||
.HP
|
.HP
|
||||||
\fB\-maxuploadtarget=\fR<n>
|
\fB\-maxuploadtarget=\fR<n>
|
||||||
.IP
|
.IP
|
||||||
|
@ -322,9 +323,9 @@ Use separate SOCKS5 proxy to reach peers via Tor onion services, set
|
||||||
.HP
|
.HP
|
||||||
\fB\-onlynet=\fR<net>
|
\fB\-onlynet=\fR<net>
|
||||||
.IP
|
.IP
|
||||||
Make automatic outgoing connections only through network <net> (ipv4,
|
Make automatic outbound connections only to network <net> (ipv4, ipv6,
|
||||||
ipv6, onion, i2p, cjdns). Incoming connections are not affected
|
onion, i2p, cjdns). Inbound and manual connections are not
|
||||||
by this option. This option can be specified multiple times to
|
affected by this option. It can be specified multiple times to
|
||||||
allow multiple networks.
|
allow multiple networks.
|
||||||
.HP
|
.HP
|
||||||
\fB\-peerblockfilters\fR
|
\fB\-peerblockfilters\fR
|
||||||
|
|
Loading…
Add table
Reference in a new issue