Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

accurate staking and masternode ROI #2929

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 5)
define(_CLIENT_VERSION_MINOR, 5)
define(_CLIENT_VERSION_REVISION, 99)
define(_CLIENT_VERSION_MINOR, 6)
define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, false)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2024)
AC_INIT([PIVX Core],m4_join([.], _CLIENT_VERSION_MAJOR, _CLIENT_VERSION_MINOR, _CLIENT_VERSION_REVISION, m4_if(_CLIENT_VERSION_BUILD, [0], [], _CLIENT_VERSION_BUILD))m4_if(_CLIENT_VERSION_RC, [0], [], [rc]_CLIENT_VERSION_RC),[https://github.com/pivx-project/pivx/issues],[pivx],[https://www.pivx.org/])
AC_CONFIG_SRCDIR([src/validation.cpp])
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-linux.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "pivx-linux-6.0"
name: "pivx-linux-5.6"
enable_cache: true
distro: "ubuntu"
suites:
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-osx.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "pivx-osx-6.0"
name: "pivx-osx-5.6"
enable_cache: true
distro: "ubuntu"
suites:
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-win.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "pivx-win-6.0"
name: "pivx-win-5.6"
enable_cache: true
distro: "ubuntu"
suites:
Expand Down
12 changes: 6 additions & 6 deletions doc/man/pivx-cli.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH PIVX-CLI "1" "August 2021" "pivx-cli v5.2.99.0" "User Commands"
.TH PIVX-CLI "1" "February 2024" "pivx-cli v5.6.1.0" "User Commands"
.SH NAME
pivx-cli \- manual page for pivx-cli v5.2.99.0
pivx-cli \- manual page for pivx-cli v5.6.1.0
.SH SYNOPSIS
.B pivx-cli
[\fI\,options\/\fR] \fI\,<command> \/\fR[\fI\,params\/\fR] \fI\,Send command to PIVX Core\/\fR
Expand All @@ -15,7 +15,7 @@ pivx-cli \- manual page for pivx-cli v5.2.99.0
.B pivx-cli
[\fI\,options\/\fR] \fI\,help <command> Get help for a command\/\fR
.SH DESCRIPTION
PIVX Core RPC client version v5.2.99.0\-dirty
PIVX Core RPC client version v5.6.1.0
.SH OPTIONS
.HP
\-?
Expand Down Expand Up @@ -77,11 +77,11 @@ Timeout in seconds during HTTP requests, or 0 for no timeout. (default:
Send RPC for non\-default wallet on RPC server (needs to exactly match
corresponding \fB\-wallet\fR option passed to pivxd)
.SH COPYRIGHT
Copyright (C) 2009-2021 The Bitcoin Core Developers
Copyright (C) 2009-2024 The Bitcoin Core Developers

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

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

This is experimental software.

Expand Down
27 changes: 11 additions & 16 deletions doc/man/pivx-qt.1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH PIVX-QT "1" "August 2021" "pivx-qt v5.2.99.0" "User Commands"
.TH PIVX-QT "1" "February 2024" "pivx-qt v5.6.1.0" "User Commands"
.SH NAME
pivx-qt \- manual page for pivx-qt v5.2.99.0
pivx-qt \- manual page for pivx-qt v5.6.1.0
.SH SYNOPSIS
.B pivx-qt
[\fI\,command-line options\/\fR]
.SH DESCRIPTION
PIVX Core version v5.2.99.0\-dirty (64\-bit)
PIVX Core version v5.6.1.0
.SH OPTIONS
.HP
\-?
Expand Down Expand Up @@ -401,9 +401,9 @@ Append comment to the user agent string
Output debugging information (default: 0, supplying <category> is
optional). If <category> is not supplied, output all debugging
information. <category> can be: net, tor, mempool, http, bench, zmq, db,
rpc, estimatefee, addrman, selectcoins, reindex, cmpctblock, rand,
prune, proxy, mempoolrej, libevent, coindb, qt, leveldb, staking,
masternode, mnbudget, zero, mnping, sapling, sporks.
rpc, estimatefee, addrman, reindex, proxy, mempoolrej, libevent, coindb,
qt, leveldb, staking, masternode, mnbudget, zero, mnping, sapling,
sporks, validation, llmq, net_mn, dkg.
.HP
\fB\-debugexclude=\fR<category>
.IP
Expand Down Expand Up @@ -450,11 +450,6 @@ Chain selection options:
\fB\-testnet\fR
.IP
Use the test chain
.HP
\fB\-litemode=\fR<n>
.IP
Disable all PIVX specific functionality (Masternodes, Budgeting) (0\-1,
default: 0)
.PP
Masternode options:
.HP
Expand All @@ -477,15 +472,15 @@ Set the masternode private key
\fB\-masternodeaddr=\fR<n>
.IP
Set external address:port to get to this masternode (example:
128.127.106.235:51472)
128.127.106.235:51472). Only for Legacy Masternodes
.HP
\fB\-budgetvotemode=\fR<mode>
.IP
Change automatic finalized budget voting behavior. mode=auto: Vote for
only exact finalized budget match to my generated budget. (string,
default: auto)
.HP
\fB\-mnoperatorprivatekey=\fR<WIF>
\fB\-mnoperatorprivatekey=\fR<bech32>
.IP
Set the masternode operator private key. Only valid with \fB\-masternode\fR=\fI\,1\/\fR.
When set, the masternode acts as a deterministic masternode.
Expand Down Expand Up @@ -598,11 +593,11 @@ Show splash screen on startup (default: 1)
.IP
Hide QT staking charts on startup (default: 0)
.SH COPYRIGHT
Copyright (C) 2009-2021 The Bitcoin Core Developers
Copyright (C) 2009-2024 The Bitcoin Core Developers

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

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

This is experimental software.

Expand Down
12 changes: 6 additions & 6 deletions doc/man/pivx-tx.1
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH PIVX-TX "1" "August 2021" "pivx-tx v5.2.99.0" "User Commands"
.TH PIVX-TX "1" "February 2024" "pivx-tx v5.6.1.0" "User Commands"
.SH NAME
pivx-tx \- manual page for pivx-tx v5.2.99.0
pivx-tx \- manual page for pivx-tx v5.6.1.0
.SH SYNOPSIS
.B pivx-tx
[\fI\,options\/\fR] \fI\,<hex-tx> \/\fR[\fI\,commands\/\fR] \fI\,Update hex-encoded pivx transaction\/\fR
.br
.B pivx-tx
[\fI\,options\/\fR] \fI\,-create \/\fR[\fI\,commands\/\fR] \fI\,Create hex-encoded pivx transaction\/\fR
.SH DESCRIPTION
PIVX Core pivx\-tx utility version v5.2.99.0\-dirty
PIVX Core pivx\-tx utility version v5.6.1.0
.SH OPTIONS
.HP
\-?
Expand Down Expand Up @@ -83,11 +83,11 @@ set=NAME:JSON\-STRING
.IP
Set register NAME to given JSON\-STRING
.SH COPYRIGHT
Copyright (C) 2009-2021 The Bitcoin Core Developers
Copyright (C) 2009-2024 The Bitcoin Core Developers

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

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

This is experimental software.

Expand Down
27 changes: 11 additions & 16 deletions doc/man/pivxd.1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH PIVXD "1" "August 2021" "pivxd v5.2.99.0" "User Commands"
.TH PIVXD "1" "February 2024" "pivxd v5.6.1.0" "User Commands"
.SH NAME
pivxd \- manual page for pivxd v5.2.99.0
pivxd \- manual page for pivxd v5.6.1.0
.SH SYNOPSIS
.B pivxd
[\fI\,options\/\fR] \fI\,Start PIVX Core Daemon\/\fR
.SH DESCRIPTION
PIVX Core Daemon version v5.2.99.0\-dirty
PIVX Core Daemon version v5.6.1.0
.SH OPTIONS
.HP
\-?
Expand Down Expand Up @@ -401,9 +401,9 @@ Append comment to the user agent string
Output debugging information (default: 0, supplying <category> is
optional). If <category> is not supplied, output all debugging
information. <category> can be: net, tor, mempool, http, bench, zmq, db,
rpc, estimatefee, addrman, selectcoins, reindex, cmpctblock, rand,
prune, proxy, mempoolrej, libevent, coindb, qt, leveldb, staking,
masternode, mnbudget, zero, mnping, sapling, sporks.
rpc, estimatefee, addrman, reindex, proxy, mempoolrej, libevent, coindb,
qt, leveldb, staking, masternode, mnbudget, zero, mnping, sapling,
sporks, validation, llmq, net_mn, dkg.
.HP
\fB\-debugexclude=\fR<category>
.IP
Expand Down Expand Up @@ -450,11 +450,6 @@ Chain selection options:
\fB\-testnet\fR
.IP
Use the test chain
.HP
\fB\-litemode=\fR<n>
.IP
Disable all PIVX specific functionality (Masternodes, Budgeting) (0\-1,
default: 0)
.PP
Masternode options:
.HP
Expand All @@ -477,15 +472,15 @@ Set the masternode private key
\fB\-masternodeaddr=\fR<n>
.IP
Set external address:port to get to this masternode (example:
128.127.106.235:51472)
128.127.106.235:51472). Only for Legacy Masternodes
.HP
\fB\-budgetvotemode=\fR<mode>
.IP
Change automatic finalized budget voting behavior. mode=auto: Vote for
only exact finalized budget match to my generated budget. (string,
default: auto)
.HP
\fB\-mnoperatorprivatekey=\fR<WIF>
\fB\-mnoperatorprivatekey=\fR<bech32>
.IP
Set the masternode operator private key. Only valid with \fB\-masternode\fR=\fI\,1\/\fR.
When set, the masternode acts as a deterministic masternode.
Expand Down Expand Up @@ -576,11 +571,11 @@ Maximum size of the list of indexes in the block spam filter (default:
Maximum average size of an index occurrence in the block spam filter
(default: 10)
.SH COPYRIGHT
Copyright (C) 2009-2021 The Bitcoin Core Developers
Copyright (C) 2009-2024 The Bitcoin Core Developers

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

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

This is experimental software.

Expand Down
Loading