Skip to content

Commit 7d134c6

Browse files
committed
Doc: update manpages for 5.6.0
1 parent bb2985a commit 7d134c6

File tree

4 files changed

+34
-44
lines changed

4 files changed

+34
-44
lines changed

doc/man/pivx-cli.1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
2-
.TH PIVX-CLI "1" "August 2021" "pivx-cli v5.2.99.0" "User Commands"
2+
.TH PIVX-CLI "1" "February 2024" "pivx-cli v5.6.0.0" "User Commands"
33
.SH NAME
4-
pivx-cli \- manual page for pivx-cli v5.2.99.0
4+
pivx-cli \- manual page for pivx-cli v5.6.0.0
55
.SH SYNOPSIS
66
.B pivx-cli
77
[\fI\,options\/\fR] \fI\,<command> \/\fR[\fI\,params\/\fR] \fI\,Send command to PIVX Core\/\fR
@@ -15,7 +15,7 @@ pivx-cli \- manual page for pivx-cli v5.2.99.0
1515
.B pivx-cli
1616
[\fI\,options\/\fR] \fI\,help <command> Get help for a command\/\fR
1717
.SH DESCRIPTION
18-
PIVX Core RPC client version v5.2.99.0\-dirty
18+
PIVX Core RPC client version v5.6.0.0
1919
.SH OPTIONS
2020
.HP
2121
\-?
@@ -77,11 +77,11 @@ Timeout in seconds during HTTP requests, or 0 for no timeout. (default:
7777
Send RPC for non\-default wallet on RPC server (needs to exactly match
7878
corresponding \fB\-wallet\fR option passed to pivxd)
7979
.SH COPYRIGHT
80-
Copyright (C) 2009-2021 The Bitcoin Core Developers
80+
Copyright (C) 2009-2024 The Bitcoin Core Developers
8181

82-
Copyright (C) 2014-2021 The Dash Core Developers
82+
Copyright (C) 2014-2024 The Dash Core Developers
8383

84-
Copyright (C) 2015-2021 The PIVX Core Developers
84+
Copyright (C) 2015-2024 The PIVX Core Developers
8585

8686
This is experimental software.
8787

doc/man/pivx-qt.1

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
2-
.TH PIVX-QT "1" "August 2021" "pivx-qt v5.2.99.0" "User Commands"
2+
.TH PIVX-QT "1" "February 2024" "pivx-qt v5.6.0.0" "User Commands"
33
.SH NAME
4-
pivx-qt \- manual page for pivx-qt v5.2.99.0
4+
pivx-qt \- manual page for pivx-qt v5.6.0.0
55
.SH SYNOPSIS
66
.B pivx-qt
77
[\fI\,command-line options\/\fR]
88
.SH DESCRIPTION
9-
PIVX Core version v5.2.99.0\-dirty (64\-bit)
9+
PIVX Core version v5.6.0.0
1010
.SH OPTIONS
1111
.HP
1212
\-?
@@ -401,9 +401,9 @@ Append comment to the user agent string
401401
Output debugging information (default: 0, supplying <category> is
402402
optional). If <category> is not supplied, output all debugging
403403
information. <category> can be: net, tor, mempool, http, bench, zmq, db,
404-
rpc, estimatefee, addrman, selectcoins, reindex, cmpctblock, rand,
405-
prune, proxy, mempoolrej, libevent, coindb, qt, leveldb, staking,
406-
masternode, mnbudget, zero, mnping, sapling, sporks.
404+
rpc, estimatefee, addrman, reindex, proxy, mempoolrej, libevent, coindb,
405+
qt, leveldb, staking, masternode, mnbudget, zero, mnping, sapling,
406+
sporks, validation, llmq, net_mn, dkg.
407407
.HP
408408
\fB\-debugexclude=\fR<category>
409409
.IP
@@ -450,11 +450,6 @@ Chain selection options:
450450
\fB\-testnet\fR
451451
.IP
452452
Use the test chain
453-
.HP
454-
\fB\-litemode=\fR<n>
455-
.IP
456-
Disable all PIVX specific functionality (Masternodes, Budgeting) (0\-1,
457-
default: 0)
458453
.PP
459454
Masternode options:
460455
.HP
@@ -477,15 +472,15 @@ Set the masternode private key
477472
\fB\-masternodeaddr=\fR<n>
478473
.IP
479474
Set external address:port to get to this masternode (example:
480-
128.127.106.235:51472)
475+
128.127.106.235:51472). Only for Legacy Masternodes
481476
.HP
482477
\fB\-budgetvotemode=\fR<mode>
483478
.IP
484479
Change automatic finalized budget voting behavior. mode=auto: Vote for
485480
only exact finalized budget match to my generated budget. (string,
486481
default: auto)
487482
.HP
488-
\fB\-mnoperatorprivatekey=\fR<WIF>
483+
\fB\-mnoperatorprivatekey=\fR<bech32>
489484
.IP
490485
Set the masternode operator private key. Only valid with \fB\-masternode\fR=\fI\,1\/\fR.
491486
When set, the masternode acts as a deterministic masternode.
@@ -598,11 +593,11 @@ Show splash screen on startup (default: 1)
598593
.IP
599594
Hide QT staking charts on startup (default: 0)
600595
.SH COPYRIGHT
601-
Copyright (C) 2009-2021 The Bitcoin Core Developers
596+
Copyright (C) 2009-2024 The Bitcoin Core Developers
602597

603-
Copyright (C) 2014-2021 The Dash Core Developers
598+
Copyright (C) 2014-2024 The Dash Core Developers
604599

605-
Copyright (C) 2015-2021 The PIVX Core Developers
600+
Copyright (C) 2015-2024 The PIVX Core Developers
606601

607602
This is experimental software.
608603

doc/man/pivx-tx.1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
2-
.TH PIVX-TX "1" "August 2021" "pivx-tx v5.2.99.0" "User Commands"
2+
.TH PIVX-TX "1" "February 2024" "pivx-tx v5.6.0.0" "User Commands"
33
.SH NAME
4-
pivx-tx \- manual page for pivx-tx v5.2.99.0
4+
pivx-tx \- manual page for pivx-tx v5.6.0.0
55
.SH SYNOPSIS
66
.B pivx-tx
77
[\fI\,options\/\fR] \fI\,<hex-tx> \/\fR[\fI\,commands\/\fR] \fI\,Update hex-encoded pivx transaction\/\fR
88
.br
99
.B pivx-tx
1010
[\fI\,options\/\fR] \fI\,-create \/\fR[\fI\,commands\/\fR] \fI\,Create hex-encoded pivx transaction\/\fR
1111
.SH DESCRIPTION
12-
PIVX Core pivx\-tx utility version v5.2.99.0\-dirty
12+
PIVX Core pivx\-tx utility version v5.6.0.0
1313
.SH OPTIONS
1414
.HP
1515
\-?
@@ -83,11 +83,11 @@ set=NAME:JSON\-STRING
8383
.IP
8484
Set register NAME to given JSON\-STRING
8585
.SH COPYRIGHT
86-
Copyright (C) 2009-2021 The Bitcoin Core Developers
86+
Copyright (C) 2009-2024 The Bitcoin Core Developers
8787

88-
Copyright (C) 2014-2021 The Dash Core Developers
88+
Copyright (C) 2014-2024 The Dash Core Developers
8989

90-
Copyright (C) 2015-2021 The PIVX Core Developers
90+
Copyright (C) 2015-2024 The PIVX Core Developers
9191

9292
This is experimental software.
9393

doc/man/pivxd.1

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
2-
.TH PIVXD "1" "August 2021" "pivxd v5.2.99.0" "User Commands"
2+
.TH PIVXD "1" "February 2024" "pivxd v5.6.0.0" "User Commands"
33
.SH NAME
4-
pivxd \- manual page for pivxd v5.2.99.0
4+
pivxd \- manual page for pivxd v5.6.0.0
55
.SH SYNOPSIS
66
.B pivxd
77
[\fI\,options\/\fR] \fI\,Start PIVX Core Daemon\/\fR
88
.SH DESCRIPTION
9-
PIVX Core Daemon version v5.2.99.0\-dirty
9+
PIVX Core Daemon version v5.6.0.0
1010
.SH OPTIONS
1111
.HP
1212
\-?
@@ -401,9 +401,9 @@ Append comment to the user agent string
401401
Output debugging information (default: 0, supplying <category> is
402402
optional). If <category> is not supplied, output all debugging
403403
information. <category> can be: net, tor, mempool, http, bench, zmq, db,
404-
rpc, estimatefee, addrman, selectcoins, reindex, cmpctblock, rand,
405-
prune, proxy, mempoolrej, libevent, coindb, qt, leveldb, staking,
406-
masternode, mnbudget, zero, mnping, sapling, sporks.
404+
rpc, estimatefee, addrman, reindex, proxy, mempoolrej, libevent, coindb,
405+
qt, leveldb, staking, masternode, mnbudget, zero, mnping, sapling,
406+
sporks, validation, llmq, net_mn, dkg.
407407
.HP
408408
\fB\-debugexclude=\fR<category>
409409
.IP
@@ -450,11 +450,6 @@ Chain selection options:
450450
\fB\-testnet\fR
451451
.IP
452452
Use the test chain
453-
.HP
454-
\fB\-litemode=\fR<n>
455-
.IP
456-
Disable all PIVX specific functionality (Masternodes, Budgeting) (0\-1,
457-
default: 0)
458453
.PP
459454
Masternode options:
460455
.HP
@@ -477,15 +472,15 @@ Set the masternode private key
477472
\fB\-masternodeaddr=\fR<n>
478473
.IP
479474
Set external address:port to get to this masternode (example:
480-
128.127.106.235:51472)
475+
128.127.106.235:51472). Only for Legacy Masternodes
481476
.HP
482477
\fB\-budgetvotemode=\fR<mode>
483478
.IP
484479
Change automatic finalized budget voting behavior. mode=auto: Vote for
485480
only exact finalized budget match to my generated budget. (string,
486481
default: auto)
487482
.HP
488-
\fB\-mnoperatorprivatekey=\fR<WIF>
483+
\fB\-mnoperatorprivatekey=\fR<bech32>
489484
.IP
490485
Set the masternode operator private key. Only valid with \fB\-masternode\fR=\fI\,1\/\fR.
491486
When set, the masternode acts as a deterministic masternode.
@@ -576,11 +571,11 @@ Maximum size of the list of indexes in the block spam filter (default:
576571
Maximum average size of an index occurrence in the block spam filter
577572
(default: 10)
578573
.SH COPYRIGHT
579-
Copyright (C) 2009-2021 The Bitcoin Core Developers
574+
Copyright (C) 2009-2024 The Bitcoin Core Developers
580575

581-
Copyright (C) 2014-2021 The Dash Core Developers
576+
Copyright (C) 2014-2024 The Dash Core Developers
582577

583-
Copyright (C) 2015-2021 The PIVX Core Developers
578+
Copyright (C) 2015-2024 The PIVX Core Developers
584579

585580
This is experimental software.
586581

0 commit comments

Comments
 (0)