diff --git a/doc/man/vertcoin-cli.1 b/doc/man/vertcoin-cli.1 index ee4c14f4cd..c4a50caa2c 100644 --- a/doc/man/vertcoin-cli.1 +++ b/doc/man/vertcoin-cli.1 @@ -1,21 +1,21 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. -.TH BITCOIN-CLI "1" "November 2022" "bitcoin-cli v22.1.0rc1" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. +.TH VERTCOIN-CLI "1" "November 2022" "vertcoin-cli v22.1.0rc1" "User Commands" .SH NAME -bitcoin-cli \- manual page for bitcoin-cli v22.1.0rc1 +vertcoin-cli \- manual page for vertcoin-cli v22.1.0rc1 .SH SYNOPSIS -.B bitcoin-cli -[\fI\,options\/\fR] \fI\, \/\fR[\fI\,params\/\fR] \fI\,Send command to Bitcoin Core\/\fR +.B vertcoin-cli +[\fI\,options\/\fR] \fI\, \/\fR[\fI\,params\/\fR] \fI\,Send command to Vertcoin Core\/\fR .br -.B bitcoin-cli -[\fI\,options\/\fR] \fI\,-named \/\fR[\fI\,name=value\/\fR]... \fI\,Send command to Bitcoin Core (with named arguments)\/\fR +.B vertcoin-cli +[\fI\,options\/\fR] \fI\,-named \/\fR[\fI\,name=value\/\fR]... \fI\,Send command to Vertcoin Core (with named arguments)\/\fR .br -.B bitcoin-cli +.B vertcoin-cli [\fI\,options\/\fR] \fI\,help List commands\/\fR .br -.B bitcoin-cli +.B vertcoin-cli [\fI\,options\/\fR] \fI\,help Get help for a command\/\fR .SH DESCRIPTION -Bitcoin Core RPC client version v22.1.0rc1 +Vertcoin Core RPC client version v22.1.0rc1 .SH OPTIONS .HP \-? @@ -29,7 +29,7 @@ Get the number of addresses known to the node, per network and total. \fB\-conf=\fR .IP Specify configuration file. Relative paths will be prefixed by datadir -location. (default: bitcoin.conf) +location. (default: vertcoin.conf) .HP \fB\-datadir=\fR .IP @@ -41,7 +41,7 @@ Generate blocks immediately, equivalent to RPC getnewaddress followed by RPC generatetoaddress. Optional positional integer arguments are number of blocks to generate (default: 1) and maximum iterations to try (default: 1000000), equivalent to RPC generatetoaddress -nblocks and maxtries arguments. Example: bitcoin\-cli \fB\-generate\fR 4 +nblocks and maxtries arguments. Example: vertcoin\-cli \fB\-generate\fR 4 1000 .HP \fB\-getinfo\fR @@ -83,7 +83,7 @@ Password for JSON\-RPC connections .HP \fB\-rpcport=\fR .IP -Connect to JSON\-RPC on (default: 8332, testnet: 18332, signet: +Connect to JSON\-RPC on (default: 5888, testnet: 15888, signet: 38332, regtest: 18443) .HP \fB\-rpcuser=\fR @@ -102,7 +102,7 @@ timeout. (default: 0) \fB\-rpcwallet=\fR .IP Send RPC for non\-default wallet on RPC server (needs to exactly match -corresponding \fB\-wallet\fR option passed to bitcoind). This changes +corresponding \fB\-wallet\fR option passed to vertcoind). This changes the RPC endpoint used, e.g. http://127.0.0.1:8332/wallet/ .HP diff --git a/doc/man/vertcoin-qt.1 b/doc/man/vertcoin-qt.1 index 6fd887ee06..74336a1f53 100644 --- a/doc/man/vertcoin-qt.1 +++ b/doc/man/vertcoin-qt.1 @@ -1,12 +1,12 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. -.TH BITCOIN-QT "1" "November 2022" "bitcoin-qt v22.1.0rc1" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. +.TH VERTCOIN-QT "1" "November 2022" "vertcoin-qt v22.1.0rc1" "User Commands" .SH NAME -bitcoin-qt \- manual page for bitcoin-qt v22.1.0rc1 +vertcoin-qt \- manual page for vertcoin-qt v22.1.0rc1 .SH SYNOPSIS -.B bitcoin-qt +.B vertcoin-qt [\fI\,command-line options\/\fR] .SH DESCRIPTION -Bitcoin Core version v22.1.0rc1 +Vertcoin Core version v22.1.0rc1 .SH OPTIONS .HP \-? @@ -23,9 +23,9 @@ long fork (%s in cmd is replaced by message) 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, default: -00000000000000000008a89e854d57e5667df88f1cdef6fde2fbca1de5b639ad, +3a9d0a6b19f4c20959caef1bad1a7aa18e492c049327ccaf3b3fcf7c3815f4e0, testnet: -0000000000004ae2f3896ca8ecd41c460a35bf6184e145d91558cece1c688a76, +e437f50bb18b6aebbefcceb10fc9f9f21fedbe6c4150420c9c1a30144b6310b3, signet: 000000187d4440e5bff91488b700a140441e089a8aaea707414982460edbfe54) .HP @@ -64,7 +64,7 @@ Maintain coinstats index used by the gettxoutsetinfo RPC (default: 0) \fB\-conf=\fR .IP Specify path to read\-only configuration file. Relative paths will be -prefixed by datadir location. (default: bitcoin.conf) +prefixed by datadir location. (default: vertcoin.conf) .HP \fB\-daemon\fR .IP @@ -91,6 +91,10 @@ Specify location of debug log file. Relative paths will be prefixed by a net\-specific datadir location. (\fB\-nodebuglogfile\fR to disable; default: debug.log) .HP +\fB\-full\-startup\-verify\fR +.IP +Check the complete chain of work on startup from the Genesis block +.HP \fB\-includeconf=\fR .IP Specify additional configuration file, relative to the \fB\-datadir\fR path @@ -125,7 +129,7 @@ Whether to save the mempool on shutdown and load on restart (default: 1) \fB\-pid=\fR .IP Specify pid file. Relative paths will be prefixed by a net\-specific -datadir location. (default: bitcoind.pid) +datadir location. (default: vertcoind.pid) .HP \fB\-prune=\fR .IP @@ -153,7 +157,7 @@ instead. .IP Specify path to dynamic settings data file. Can be disabled with \fB\-nosettings\fR. File is written at runtime and not meant to be -edited by users (use bitcoin.conf instead for custom settings). +edited by users (use vertcoin.conf instead for custom settings). Relative paths will be prefixed by datadir location. (default: settings.json) .HP @@ -174,6 +178,11 @@ call (default: 0) \fB\-version\fR .IP Print version and exit +.HP +\fB\-verthash\-diskonly\fR +.IP +Don't load Verthash's datafile into RAM. Will slow down validation +significantly, but might be needed on low\-memory systems. .PP Connection options: .HP @@ -201,7 +210,7 @@ Default duration (in seconds) of manually configured bans (default: Bind to given address and always listen on it (default: 0.0.0.0). Use [host]:port notation for IPv6. Append =onion to tag any incoming connections to that address and port as incoming Tor connections -(default: 127.0.0.1:8334=onion, testnet: 127.0.0.1:18334=onion, +(default: 127.0.0.1:5890=onion, testnet: 127.0.0.1:15890=onion, signet: 127.0.0.1:38334=onion, regtest: 127.0.0.1:18445=onion) .HP \fB\-connect=\fR @@ -325,7 +334,7 @@ Relay non\-P2SH multisig (default: 1) \fB\-port=\fR .IP Listen for connections on . Nodes not using the default ports -(default: 8333, testnet: 18333, signet: 38333, regtest: 18444) +(default: 5889, testnet: 15889, signet: 38333, regtest: 18444) are unlikely to get incoming connections. Not relevant for I2P (see doc/i2p.md). .HP @@ -428,7 +437,7 @@ limited by the fee estimate for the longest target .IP A fee rate (in BTC/kvB) that will be used when fee estimation has insufficient data. 0 to entirely disable the fallbackfee feature. -(default: 0.00) +(default: 0.001) .HP \fB\-keypool=\fR .IP @@ -445,7 +454,7 @@ allows the use of partial spend avoidance (default: 0.00) \fB\-mintxfee=\fR .IP Fee rates (in BTC/kvB) smaller than this are considered zero fee for -transaction creation (default: 0.00001) +transaction creation (default: 0.001) .HP \fB\-paytxfee=\fR .IP @@ -653,7 +662,7 @@ Maximum size of data in data carrier transactions we relay and mine \fB\-minrelaytxfee=\fR .IP Fees (in BTC/kvB) smaller than this are considered zero fee for -relaying, mining and transaction creation (default: 0.00001) +relaying, mining and transaction creation (default: 0.001) .HP \fB\-whitelistforcerelay\fR .IP @@ -720,8 +729,8 @@ Password for JSON\-RPC connections .HP \fB\-rpcport=\fR .IP -Listen for JSON\-RPC connections on (default: 8332, testnet: -18332, signet: 38332, regtest: 18443) +Listen for JSON\-RPC connections on (default: 5888, testnet: +15888, signet: 38332, regtest: 18443) .HP \fB\-rpcserialversion\fR .IP diff --git a/doc/man/vertcoin-tx.1 b/doc/man/vertcoin-tx.1 index 7c26372595..32be901b8a 100644 --- a/doc/man/vertcoin-tx.1 +++ b/doc/man/vertcoin-tx.1 @@ -1,15 +1,15 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. -.TH BITCOIN-TX "1" "November 2022" "bitcoin-tx v22.1.0rc1" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. +.TH VERTCOIN-TX "1" "November 2022" "vertcoin-tx v22.1.0rc1" "User Commands" .SH NAME -bitcoin-tx \- manual page for bitcoin-tx v22.1.0rc1 +vertcoin-tx \- manual page for vertcoin-tx v22.1.0rc1 .SH SYNOPSIS -.B bitcoin-tx -[\fI\,options\/\fR] \fI\, \/\fR[\fI\,commands\/\fR] \fI\,Update hex-encoded bitcoin transaction\/\fR +.B vertcoin-tx +[\fI\,options\/\fR] \fI\, \/\fR[\fI\,commands\/\fR] \fI\,Update hex-encoded vertcoin transaction\/\fR .br -.B bitcoin-tx -[\fI\,options\/\fR] \fI\,-create \/\fR[\fI\,commands\/\fR] \fI\,Create hex-encoded bitcoin transaction\/\fR +.B vertcoin-tx +[\fI\,options\/\fR] \fI\,-create \/\fR[\fI\,commands\/\fR] \fI\,Create hex-encoded vertcoin transaction\/\fR .SH DESCRIPTION -Bitcoin Core bitcoin\-tx utility version v22.1.0rc1 +Vertcoin Core vertcoin\-tx utility version v22.1.0rc1 .SH OPTIONS .HP \-? diff --git a/doc/man/vertcoin-util.1 b/doc/man/vertcoin-util.1 index e0f0b41f02..7f3e50dbb7 100644 --- a/doc/man/vertcoin-util.1 +++ b/doc/man/vertcoin-util.1 @@ -1,12 +1,12 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. -.TH BITCOIN-UTIL "1" "November 2022" "bitcoin-util v22.1.0rc1" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. +.TH VERTCOIN-UTIL "1" "November 2022" "vertcoin-util v22.1.0rc1" "User Commands" .SH NAME -bitcoin-util \- manual page for bitcoin-util v22.1.0rc1 +vertcoin-util \- manual page for vertcoin-util v22.1.0rc1 .SH SYNOPSIS .B bitcoin-util [\fI\,options\/\fR] [\fI\,commands\/\fR] \fI\,Do stuff\/\fR .SH DESCRIPTION -Bitcoin Core bitcoin\-util utility version v22.1.0rc1 +Vertcoin Core bitcoin\-util utility version v22.1.0rc1 .SH OPTIONS .HP \-? diff --git a/doc/man/vertcoin-wallet.1 b/doc/man/vertcoin-wallet.1 index ecb832ba60..274b0cb44e 100644 --- a/doc/man/vertcoin-wallet.1 +++ b/doc/man/vertcoin-wallet.1 @@ -1,11 +1,11 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. -.TH BITCOIN-WALLET "1" "November 2022" "bitcoin-wallet v22.1.0rc1" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. +.TH VERTCOIN-WALLET "1" "November 2022" "vertcoin-wallet v22.1.0rc1" "User Commands" .SH NAME -bitcoin-wallet \- manual page for bitcoin-wallet v22.1.0rc1 +vertcoin-wallet \- manual page for vertcoin-wallet v22.1.0rc1 .SH DESCRIPTION -Bitcoin Core bitcoin\-wallet version v22.1.0rc1 +Vertcoin Core bitcoin\-wallet version v22.1.0rc1 .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 Vertcoin Core wallet files. By default bitcoin\-wallet will act on wallets in the default mainnet wallet directory in the datadir. To change the target wallet, use the \fB\-datadir\fR, \fB\-wallet\fR and \fB\-testnet\fR/\-regtest arguments. .SS "Usage:" diff --git a/doc/man/vertcoind.1 b/doc/man/vertcoind.1 index 7b5e514f2f..8d077f3f5d 100644 --- a/doc/man/vertcoind.1 +++ b/doc/man/vertcoind.1 @@ -1,17 +1,19 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. -.TH BITCOIND "1" "November 2022" "bitcoind v22.1.0rc1" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. +.TH VERTCOIND "1" "November 2022" "vertcoind v22.1.0rc1" "User Commands" .SH NAME -bitcoind \- manual page for bitcoind v22.1.0rc1 +vertcoind \- manual page for vertcoind v22.1.0rc1 .SH SYNOPSIS -.B bitcoind -[\fI\,options\/\fR] \fI\,Start Bitcoin Core\/\fR +.B vertcoind +[\fI\,options\/\fR] \fI\,Start Vertcoin Core\/\fR .SH DESCRIPTION -Bitcoin Core version v22.1.0rc1 -Copyright \(co 2009\-2021 The Bitcoin Core developers +Vertcoin Core version v22.1.0rc1 +Copyright \(co 2014\-2022 The Vertcoin Core developers +Copyright \(co 2009\-2022 The Bitcoin Core developers .PP -Please contribute if you find Bitcoin Core useful. Visit - for further information about the software. -The source code is available from . +Please contribute if you find Vertcoin Core useful. Visit + for further information about the software. +The source code is available from +. .PP This is experimental software. Distributed under the MIT software license, see the accompanying file COPYING @@ -32,9 +34,9 @@ long fork (%s in cmd is replaced by message) 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, default: -00000000000000000008a89e854d57e5667df88f1cdef6fde2fbca1de5b639ad, +3a9d0a6b19f4c20959caef1bad1a7aa18e492c049327ccaf3b3fcf7c3815f4e0, testnet: -0000000000004ae2f3896ca8ecd41c460a35bf6184e145d91558cece1c688a76, +e437f50bb18b6aebbefcceb10fc9f9f21fedbe6c4150420c9c1a30144b6310b3, signet: 000000187d4440e5bff91488b700a140441e089a8aaea707414982460edbfe54) .HP @@ -73,7 +75,7 @@ Maintain coinstats index used by the gettxoutsetinfo RPC (default: 0) \fB\-conf=\fR .IP Specify path to read\-only configuration file. Relative paths will be -prefixed by datadir location. (default: bitcoin.conf) +prefixed by datadir location. (default: vertcoin.conf) .HP \fB\-daemon\fR .IP @@ -100,6 +102,10 @@ Specify location of debug log file. Relative paths will be prefixed by a net\-specific datadir location. (\fB\-nodebuglogfile\fR to disable; default: debug.log) .HP +\fB\-full\-startup\-verify\fR +.IP +Check the complete chain of work on startup from the Genesis block +.HP \fB\-includeconf=\fR .IP Specify additional configuration file, relative to the \fB\-datadir\fR path @@ -134,7 +140,7 @@ Whether to save the mempool on shutdown and load on restart (default: 1) \fB\-pid=\fR .IP Specify pid file. Relative paths will be prefixed by a net\-specific -datadir location. (default: bitcoind.pid) +datadir location. (default: vertcoind.pid) .HP \fB\-prune=\fR .IP @@ -162,7 +168,7 @@ instead. .IP Specify path to dynamic settings data file. Can be disabled with \fB\-nosettings\fR. File is written at runtime and not meant to be -edited by users (use bitcoin.conf instead for custom settings). +edited by users (use vertcoin.conf instead for custom settings). Relative paths will be prefixed by datadir location. (default: settings.json) .HP @@ -183,6 +189,11 @@ call (default: 0) \fB\-version\fR .IP Print version and exit +.HP +\fB\-verthash\-diskonly\fR +.IP +Don't load Verthash's datafile into RAM. Will slow down validation +significantly, but might be needed on low\-memory systems. .PP Connection options: .HP @@ -210,7 +221,7 @@ Default duration (in seconds) of manually configured bans (default: Bind to given address and always listen on it (default: 0.0.0.0). Use [host]:port notation for IPv6. Append =onion to tag any incoming connections to that address and port as incoming Tor connections -(default: 127.0.0.1:8334=onion, testnet: 127.0.0.1:18334=onion, +(default: 127.0.0.1:5890=onion, testnet: 127.0.0.1:15890=onion, signet: 127.0.0.1:38334=onion, regtest: 127.0.0.1:18445=onion) .HP \fB\-connect=\fR @@ -334,7 +345,7 @@ Relay non\-P2SH multisig (default: 1) \fB\-port=\fR .IP Listen for connections on . Nodes not using the default ports -(default: 8333, testnet: 18333, signet: 38333, regtest: 18444) +(default: 5889, testnet: 15889, signet: 38333, regtest: 18444) are unlikely to get incoming connections. Not relevant for I2P (see doc/i2p.md). .HP @@ -437,7 +448,7 @@ limited by the fee estimate for the longest target .IP A fee rate (in BTC/kvB) that will be used when fee estimation has insufficient data. 0 to entirely disable the fallbackfee feature. -(default: 0.00) +(default: 0.001) .HP \fB\-keypool=\fR .IP @@ -454,7 +465,7 @@ allows the use of partial spend avoidance (default: 0.00) \fB\-mintxfee=\fR .IP Fee rates (in BTC/kvB) smaller than this are considered zero fee for -transaction creation (default: 0.00001) +transaction creation (default: 0.001) .HP \fB\-paytxfee=\fR .IP @@ -662,7 +673,7 @@ Maximum size of data in data carrier transactions we relay and mine \fB\-minrelaytxfee=\fR .IP Fees (in BTC/kvB) smaller than this are considered zero fee for -relaying, mining and transaction creation (default: 0.00001) +relaying, mining and transaction creation (default: 0.001) .HP \fB\-whitelistforcerelay\fR .IP @@ -729,8 +740,8 @@ Password for JSON\-RPC connections .HP \fB\-rpcport=\fR .IP -Listen for JSON\-RPC connections on (default: 8332, testnet: -18332, signet: 38332, regtest: 18443) +Listen for JSON\-RPC connections on (default: 5888, testnet: +15888, signet: 38332, regtest: 18443) .HP \fB\-rpcserialversion\fR .IP