update manpages and other junk
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
|
||||
.TH KOMODO-CLI "1" "October 2019" "komodo-cli v3.2.1" "User Commands"
|
||||
.TH KOMODO-CLI "1" "November 2019" "komodo-cli v3.2.1" "User Commands"
|
||||
.SH NAME
|
||||
komodo-cli \- manual page for komodo-cli v3.2.1
|
||||
.SH DESCRIPTION
|
||||
Komodo RPC client version v3.2.1\-659ebb148
|
||||
Komodo RPC client version v3.2.1\-7965ffc29\-dirty
|
||||
.PP
|
||||
In order to ensure you are adequately protecting your privacy when using Hush,
|
||||
please see <https://myhush.org/security/>.
|
||||
@@ -79,9 +79,8 @@ Copyright (C) 2009-2019 The Bitcoin Core Developers
|
||||
Copyright (C) 2015-2019 The Zcash Developers
|
||||
Copyright (C) 2015-2019 jl777 and SuperNET developers
|
||||
Copyright (C) 2018-2019 The Hush developers
|
||||
Copyright (C) 2018-2019 The Verus developers
|
||||
|
||||
This is experimental software.
|
||||
This is experimental software!!!
|
||||
|
||||
Distributed under the MIT software license, see the accompanying file COPYING
|
||||
or <http://www.opensource.org/licenses/mit-license.php>.
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
|
||||
.TH KOMODO-TX "1" "October 2019" "komodo-tx v3.2.1" "User Commands"
|
||||
.TH KOMODO-TX "1" "November 2019" "komodo-tx v3.2.1" "User Commands"
|
||||
.SH NAME
|
||||
komodo-tx \- manual page for komodo-tx v3.2.1
|
||||
.SH DESCRIPTION
|
||||
Hush komodo\-tx utility version v3.2.1\-659ebb148
|
||||
Hush komodo\-tx utility version v3.2.1\-7965ffc29\-dirty
|
||||
.SS "Usage:"
|
||||
.TP
|
||||
komodo\-tx [options] <hex\-tx> [commands]
|
||||
@@ -92,9 +92,8 @@ Copyright (C) 2009-2019 The Bitcoin Core Developers
|
||||
Copyright (C) 2015-2019 The Zcash Developers
|
||||
Copyright (C) 2015-2019 jl777 and SuperNET developers
|
||||
Copyright (C) 2018-2019 The Hush developers
|
||||
Copyright (C) 2018-2019 The Verus developers
|
||||
|
||||
This is experimental software.
|
||||
This is experimental software!!!
|
||||
|
||||
Distributed under the MIT software license, see the accompanying file COPYING
|
||||
or <http://www.opensource.org/licenses/mit-license.php>.
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
|
||||
.TH KOMODOD "1" "October 2019" "komodod v3.2.1" "User Commands"
|
||||
.TH KOMODOD "1" "November 2019" "komodod v3.2.1" "User Commands"
|
||||
.SH NAME
|
||||
komodod \- manual page for komodod v3.2.1
|
||||
.SH DESCRIPTION
|
||||
Hush Daemon version v3.2.1\-659ebb148
|
||||
Hush Daemon version v3.2.1\-7965ffc29\-dirty
|
||||
.PP
|
||||
In order to ensure you are adequately protecting your privacy when using Hush,
|
||||
please see <https://myhush.org/security/>.
|
||||
@@ -617,10 +617,6 @@ Timelocked coinbase stop height
|
||||
\fB\-ac_txpow\fR
|
||||
.IP
|
||||
Enforce transaction\-rate limit, default 0
|
||||
.HP
|
||||
\fB\-ac_veruspos\fR
|
||||
.IP
|
||||
Use Verus Proof\-Of\-Stake (\fB\-ac_veruspos\fR=\fI\,50\/\fR) default 0
|
||||
.SH COPYRIGHT
|
||||
|
||||
In order to ensure you are adequately protecting your privacy when using Hush,
|
||||
@@ -630,9 +626,8 @@ Copyright (C) 2009-2019 The Bitcoin Core Developers
|
||||
Copyright (C) 2015-2019 The Zcash Developers
|
||||
Copyright (C) 2015-2019 jl777 and SuperNET developers
|
||||
Copyright (C) 2018-2019 The Hush developers
|
||||
Copyright (C) 2018-2019 The Verus developers
|
||||
|
||||
This is experimental software.
|
||||
This is experimental software!!!
|
||||
|
||||
Distributed under the MIT software license, see the accompanying file COPYING
|
||||
or <http://www.opensource.org/licenses/mit-license.php>.
|
||||
|
||||
@@ -105,7 +105,7 @@ public:
|
||||
strNetworkID = "main";
|
||||
strCurrencyUnits = "KMD";
|
||||
bip44CoinType = 141; // As registered in https://github.com/satoshilabs/slips/blob/master/slip-0044.md
|
||||
consensus.fCoinbaseMustBeProtected = false; // true this is only true wuth Verus and enforced after block 12800
|
||||
consensus.fCoinbaseMustBeProtected = false;
|
||||
consensus.nSubsidySlowStartInterval = 20000;
|
||||
consensus.nSubsidyHalvingInterval = 840000;
|
||||
consensus.nMajorityEnforceBlockUpgrade = 750;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Copyright (c) 2019 The Hush Developers
|
||||
// Copyright (c) 2018 Michael Toutonghi
|
||||
// Distributed under the MIT software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
Reference in New Issue
Block a user