mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-08-26 06:21:55 +00:00
Litecoin: Update man pages
This commit is contained in:
parent
32ee7c79ae
commit
b741130553
@ -1,17 +1,17 @@
|
|||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
|
||||||
.TH BITCOIN-CLI "1" "January 2018" "bitcoin-cli v0.16.0.0" "User Commands"
|
.TH LITECOIN-CLI "1" "March 2018" "litecoin-cli v0.16.0.0" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
bitcoin-cli \- manual page for bitcoin-cli v0.16.0.0
|
litecoin-cli \- manual page for litecoin-cli v0.16.0.0
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Bitcoin Core RPC client version v0.16.0.0
|
Litecoin Core RPC client version v0.16.0.0\-dirty
|
||||||
.SS "Usage:"
|
.SS "Usage:"
|
||||||
.TP
|
.TP
|
||||||
bitcoin\-cli [options] <command> [params]
|
litecoin\-cli [options] <command> [params]
|
||||||
Send command to Bitcoin Core
|
Send command to Litecoin Core
|
||||||
.IP
|
.IP
|
||||||
bitcoin\-cli [options] \fB\-named\fR <command> [name=value] ... Send command to Bitcoin Core (with named arguments)
|
litecoin\-cli [options] \fB\-named\fR <command> [name=value] ... Send command to Litecoin Core (with named arguments)
|
||||||
bitcoin\-cli [options] help List commands
|
litecoin\-cli [options] help List commands
|
||||||
bitcoin\-cli [options] help <command> Get help for a command
|
litecoin\-cli [options] help <command> Get help for a command
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.HP
|
.HP
|
||||||
\-?
|
\-?
|
||||||
@ -20,7 +20,7 @@ This help message
|
|||||||
.HP
|
.HP
|
||||||
\fB\-conf=\fR<file>
|
\fB\-conf=\fR<file>
|
||||||
.IP
|
.IP
|
||||||
Specify configuration file (default: bitcoin.conf)
|
Specify configuration file (default: litecoin.conf)
|
||||||
.HP
|
.HP
|
||||||
\fB\-datadir=\fR<dir>
|
\fB\-datadir=\fR<dir>
|
||||||
.IP
|
.IP
|
||||||
@ -56,7 +56,7 @@ Send commands to node running on <ip> (default: 127.0.0.1)
|
|||||||
.HP
|
.HP
|
||||||
\fB\-rpcport=\fR<port>
|
\fB\-rpcport=\fR<port>
|
||||||
.IP
|
.IP
|
||||||
Connect to JSON\-RPC on <port> (default: 8332 or testnet: 18332)
|
Connect to JSON\-RPC on <port> (default: 9332 or testnet: 19332)
|
||||||
.HP
|
.HP
|
||||||
\fB\-rpcwait\fR
|
\fB\-rpcwait\fR
|
||||||
.IP
|
.IP
|
||||||
@ -93,14 +93,16 @@ input is used for the RPC password.
|
|||||||
\fB\-rpcwallet=\fR<walletname>
|
\fB\-rpcwallet=\fR<walletname>
|
||||||
.IP
|
.IP
|
||||||
Send RPC for non\-default wallet on RPC server (argument is wallet
|
Send RPC for non\-default wallet on RPC server (argument is wallet
|
||||||
filename in bitcoind directory, required if bitcoind/\-Qt runs
|
filename in litecoind directory, required if litecoind/\-Qt runs
|
||||||
with multiple wallets)
|
with multiple wallets)
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
|
Copyright (C) 2011-2018 The Litecoin Core developers
|
||||||
Copyright (C) 2009-2018 The Bitcoin Core developers
|
Copyright (C) 2009-2018 The Bitcoin Core developers
|
||||||
|
|
||||||
Please contribute if you find Bitcoin Core useful. Visit
|
Please contribute if you find Litecoin Core useful. Visit
|
||||||
<https://bitcoincore.org> for further information about the software.
|
<https://litecoin.org> for further information about the software.
|
||||||
The source code is available from <https://github.com/bitcoin/bitcoin>.
|
The source code is available from
|
||||||
|
<https://github.com/litecoin-project/litecoin>.
|
||||||
|
|
||||||
This is experimental software.
|
This is experimental software.
|
||||||
Distributed under the MIT software license, see the accompanying file COPYING
|
Distributed under the MIT software license, see the accompanying file COPYING
|
@ -1,12 +1,12 @@
|
|||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
|
||||||
.TH BITCOIN-QT "1" "January 2018" "bitcoin-qt v0.16.0.0" "User Commands"
|
.TH LITECOIN-QT "1" "March 2018" "litecoin-qt v0.16.0.0" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
bitcoin-qt \- manual page for bitcoin-qt v0.16.0.0
|
litecoin-qt \- manual page for litecoin-qt v0.16.0.0
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Bitcoin Core version v0.16.0.0 (64\-bit)
|
Litecoin Core version v0.16.0.0\-dirty (64\-bit)
|
||||||
Usage:
|
Usage:
|
||||||
.IP
|
.IP
|
||||||
bitcoin\-qt [command\-line options]
|
litecoin\-qt [command\-line options]
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.HP
|
.HP
|
||||||
\-?
|
\-?
|
||||||
@ -32,13 +32,13 @@ block hash)
|
|||||||
If this block is in the chain assume that it and its ancestors are valid
|
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,
|
and potentially skip their script verification (0 to verify all,
|
||||||
default:
|
default:
|
||||||
0000000000000000005214481d2d96f898e3d5416e43359c145944a909d242e0,
|
59c9b9d3fec105bdc716d84caa7579503d5b05b73618d0bf2d5fa639f780a011,
|
||||||
testnet:
|
testnet:
|
||||||
0000000002e9e7b00e1f6dc5123a04aad68dd0f0968d8c7aa45f6640795c37b1)
|
a0afbded94d4be233e191525dc2d467af5c7eab3143c852c3cd549831022aad6)
|
||||||
.HP
|
.HP
|
||||||
\fB\-conf=\fR<file>
|
\fB\-conf=\fR<file>
|
||||||
.IP
|
.IP
|
||||||
Specify configuration file (default: bitcoin.conf)
|
Specify configuration file (default: litecoin.conf)
|
||||||
.HP
|
.HP
|
||||||
\fB\-datadir=\fR<dir>
|
\fB\-datadir=\fR<dir>
|
||||||
.IP
|
.IP
|
||||||
@ -81,12 +81,12 @@ Extra transactions to keep in memory for compact block reconstructions
|
|||||||
.HP
|
.HP
|
||||||
\fB\-par=\fR<n>
|
\fB\-par=\fR<n>
|
||||||
.IP
|
.IP
|
||||||
Set the number of script verification threads (\fB\-6\fR to 16, 0 = auto, <0 =
|
Set the number of script verification threads (\fB\-4\fR to 16, 0 = auto, <0 =
|
||||||
leave that many cores free, default: 0)
|
leave that many cores free, default: 0)
|
||||||
.HP
|
.HP
|
||||||
\fB\-pid=\fR<file>
|
\fB\-pid=\fR<file>
|
||||||
.IP
|
.IP
|
||||||
Specify pid file (default: bitcoind.pid)
|
Specify pid file (default: litecoind.pid)
|
||||||
.HP
|
.HP
|
||||||
\fB\-prune=\fR<n>
|
\fB\-prune=\fR<n>
|
||||||
.IP
|
.IP
|
||||||
@ -191,7 +191,7 @@ Maximum per\-connection send buffer, <n>*1000 bytes (default: 1000)
|
|||||||
.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 peers forward or backward by this
|
||||||
amount. (default: 4200 seconds)
|
amount. (default: 2100 seconds)
|
||||||
.HP
|
.HP
|
||||||
\fB\-onion=\fR<ip:port>
|
\fB\-onion=\fR<ip:port>
|
||||||
.IP
|
.IP
|
||||||
@ -213,7 +213,7 @@ Support filtering of blocks and transaction with bloom filters (default:
|
|||||||
.HP
|
.HP
|
||||||
\fB\-port=\fR<port>
|
\fB\-port=\fR<port>
|
||||||
.IP
|
.IP
|
||||||
Listen for connections on <port> (default: 8333 or testnet: 18333)
|
Listen for connections on <port> (default: 9333 or testnet: 19335)
|
||||||
.HP
|
.HP
|
||||||
\fB\-proxy=\fR<ip:port>
|
\fB\-proxy=\fR<ip:port>
|
||||||
.IP
|
.IP
|
||||||
@ -287,12 +287,12 @@ Set key pool size to <n> (default: 1000)
|
|||||||
.HP
|
.HP
|
||||||
\fB\-fallbackfee=\fR<amt>
|
\fB\-fallbackfee=\fR<amt>
|
||||||
.IP
|
.IP
|
||||||
A fee rate (in BTC/kB) that will be used when fee estimation has
|
A fee rate (in LTC/kB) that will be used when fee estimation has
|
||||||
insufficient data (default: 0.0002)
|
insufficient data (default: 0.02)
|
||||||
.HP
|
.HP
|
||||||
\fB\-discardfee=\fR<amt>
|
\fB\-discardfee=\fR<amt>
|
||||||
.IP
|
.IP
|
||||||
The fee rate (in BTC/kB) that indicates your tolerance for discarding
|
The fee rate (in LTC/kB) that indicates your tolerance for discarding
|
||||||
change by adding it to the fee (default: 0.0001). Note: An output
|
change by adding it to the fee (default: 0.0001). Note: An output
|
||||||
is discarded if it is dust at this rate, but we will always
|
is discarded if it is dust at this rate, but we will always
|
||||||
discard up to the dust relay fee and a discard fee above that is
|
discard up to the dust relay fee and a discard fee above that is
|
||||||
@ -300,12 +300,12 @@ limited by the fee estimate for the longest target
|
|||||||
.HP
|
.HP
|
||||||
\fB\-mintxfee=\fR<amt>
|
\fB\-mintxfee=\fR<amt>
|
||||||
.IP
|
.IP
|
||||||
Fees (in BTC/kB) smaller than this are considered zero fee for
|
Fees (in LTC/kB) smaller than this are considered zero fee for
|
||||||
transaction creation (default: 0.00001)
|
transaction creation (default: 0.001)
|
||||||
.HP
|
.HP
|
||||||
\fB\-paytxfee=\fR<amt>
|
\fB\-paytxfee=\fR<amt>
|
||||||
.IP
|
.IP
|
||||||
Fee (in BTC/kB) to add to transactions you send (default: 0.00)
|
Fee (in LTC/kB) to add to transactions you send (default: 0.00)
|
||||||
.HP
|
.HP
|
||||||
\fB\-rescan\fR
|
\fB\-rescan\fR
|
||||||
.IP
|
.IP
|
||||||
@ -410,7 +410,7 @@ Prepend debug output with timestamp (default: 1)
|
|||||||
.HP
|
.HP
|
||||||
\fB\-maxtxfee=\fR<amt>
|
\fB\-maxtxfee=\fR<amt>
|
||||||
.IP
|
.IP
|
||||||
Maximum total fees (in BTC) to use in a single wallet transaction or raw
|
Maximum total fees (in LTC) to use in a single wallet transaction or raw
|
||||||
transaction; setting this too low may abort large transactions
|
transaction; setting this too low may abort large transactions
|
||||||
(default: 0.10)
|
(default: 0.10)
|
||||||
.HP
|
.HP
|
||||||
@ -446,11 +446,11 @@ Maximum size of data in data carrier transactions we relay and mine
|
|||||||
.HP
|
.HP
|
||||||
\fB\-mempoolreplacement\fR
|
\fB\-mempoolreplacement\fR
|
||||||
.IP
|
.IP
|
||||||
Enable transaction replacement in the memory pool (default: 1)
|
Enable transaction replacement in the memory pool (default: 0)
|
||||||
.HP
|
.HP
|
||||||
\fB\-minrelaytxfee=\fR<amt>
|
\fB\-minrelaytxfee=\fR<amt>
|
||||||
.IP
|
.IP
|
||||||
Fees (in BTC/kB) smaller than this are considered zero fee for relaying,
|
Fees (in LTC/kB) smaller than this are considered zero fee for relaying,
|
||||||
mining and transaction creation (default: 0.00001)
|
mining and transaction creation (default: 0.00001)
|
||||||
.HP
|
.HP
|
||||||
\fB\-whitelistrelay\fR
|
\fB\-whitelistrelay\fR
|
||||||
@ -476,7 +476,7 @@ blockmaxweight
|
|||||||
.HP
|
.HP
|
||||||
\fB\-blockmintxfee=\fR<amt>
|
\fB\-blockmintxfee=\fR<amt>
|
||||||
.IP
|
.IP
|
||||||
Set lowest fee rate (in BTC/kB) for transactions to be included in block
|
Set lowest fee rate (in LTC/kB) for transactions to be included in block
|
||||||
creation. (default: 0.00001)
|
creation. (default: 0.00001)
|
||||||
.PP
|
.PP
|
||||||
RPC server options:
|
RPC server options:
|
||||||
@ -521,8 +521,8 @@ option can be specified multiple times
|
|||||||
.HP
|
.HP
|
||||||
\fB\-rpcport=\fR<port>
|
\fB\-rpcport=\fR<port>
|
||||||
.IP
|
.IP
|
||||||
Listen for JSON\-RPC connections on <port> (default: 8332 or testnet:
|
Listen for JSON\-RPC connections on <port> (default: 9332 or testnet:
|
||||||
18332)
|
19332)
|
||||||
.HP
|
.HP
|
||||||
\fB\-rpcallowip=\fR<ip>
|
\fB\-rpcallowip=\fR<ip>
|
||||||
.IP
|
.IP
|
||||||
@ -566,11 +566,13 @@ Show splash screen on startup (default: 1)
|
|||||||
.IP
|
.IP
|
||||||
Reset all settings changed in the GUI
|
Reset all settings changed in the GUI
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
|
Copyright (C) 2011-2018 The Litecoin Core developers
|
||||||
Copyright (C) 2009-2018 The Bitcoin Core developers
|
Copyright (C) 2009-2018 The Bitcoin Core developers
|
||||||
|
|
||||||
Please contribute if you find Bitcoin Core useful. Visit
|
Please contribute if you find Litecoin Core useful. Visit
|
||||||
<https://bitcoincore.org> for further information about the software.
|
<https://litecoin.org> for further information about the software.
|
||||||
The source code is available from <https://github.com/bitcoin/bitcoin>.
|
The source code is available from
|
||||||
|
<https://github.com/litecoin-project/litecoin>.
|
||||||
|
|
||||||
This is experimental software.
|
This is experimental software.
|
||||||
Distributed under the MIT software license, see the accompanying file COPYING
|
Distributed under the MIT software license, see the accompanying file COPYING
|
@ -1,16 +1,16 @@
|
|||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
|
||||||
.TH BITCOIN-TX "1" "January 2018" "bitcoin-tx v0.16.0.0" "User Commands"
|
.TH LITECOIN-TX "1" "March 2018" "litecoin-tx v0.16.0.0" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
bitcoin-tx \- manual page for bitcoin-tx v0.16.0.0
|
litecoin-tx \- manual page for litecoin-tx v0.16.0.0
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Bitcoin Core bitcoin\-tx utility version v0.16.0.0
|
Litecoin Core litecoin\-tx utility version v0.16.0.0\-dirty
|
||||||
.SS "Usage:"
|
.SS "Usage:"
|
||||||
.TP
|
.TP
|
||||||
bitcoin\-tx [options] <hex\-tx> [commands]
|
litecoin\-tx [options] <hex\-tx> [commands]
|
||||||
Update hex\-encoded bitcoin transaction
|
Update hex\-encoded litecoin transaction
|
||||||
.TP
|
.TP
|
||||||
bitcoin\-tx [options] \fB\-create\fR [commands]
|
litecoin\-tx [options] \fB\-create\fR [commands]
|
||||||
Create hex\-encoded bitcoin transaction
|
Create hex\-encoded litecoin transaction
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.HP
|
.HP
|
||||||
\-?
|
\-?
|
||||||
@ -112,11 +112,13 @@ set=NAME:JSON\-STRING
|
|||||||
.IP
|
.IP
|
||||||
Set register NAME to given JSON\-STRING
|
Set register NAME to given JSON\-STRING
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
|
Copyright (C) 2011-2018 The Litecoin Core developers
|
||||||
Copyright (C) 2009-2018 The Bitcoin Core developers
|
Copyright (C) 2009-2018 The Bitcoin Core developers
|
||||||
|
|
||||||
Please contribute if you find Bitcoin Core useful. Visit
|
Please contribute if you find Litecoin Core useful. Visit
|
||||||
<https://bitcoincore.org> for further information about the software.
|
<https://litecoin.org> for further information about the software.
|
||||||
The source code is available from <https://github.com/bitcoin/bitcoin>.
|
The source code is available from
|
||||||
|
<https://github.com/litecoin-project/litecoin>.
|
||||||
|
|
||||||
This is experimental software.
|
This is experimental software.
|
||||||
Distributed under the MIT software license, see the accompanying file COPYING
|
Distributed under the MIT software license, see the accompanying file COPYING
|
@ -1,13 +1,13 @@
|
|||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
|
||||||
.TH BITCOIND "1" "January 2018" "bitcoind v0.16.0.0" "User Commands"
|
.TH LITECOIND "1" "March 2018" "litecoind v0.16.0.0" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
bitcoind \- manual page for bitcoind v0.16.0.0
|
litecoind \- manual page for litecoind v0.16.0.0
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Bitcoin Core Daemon version v0.16.0.0
|
Litecoin Core Daemon version v0.16.0.0\-dirty
|
||||||
.SS "Usage:"
|
.SS "Usage:"
|
||||||
.TP
|
.TP
|
||||||
bitcoind [options]
|
litecoind [options]
|
||||||
Start Bitcoin Core Daemon
|
Start Litecoin Core Daemon
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.HP
|
.HP
|
||||||
\-?
|
\-?
|
||||||
@ -33,13 +33,13 @@ block hash)
|
|||||||
If this block is in the chain assume that it and its ancestors are valid
|
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,
|
and potentially skip their script verification (0 to verify all,
|
||||||
default:
|
default:
|
||||||
0000000000000000005214481d2d96f898e3d5416e43359c145944a909d242e0,
|
59c9b9d3fec105bdc716d84caa7579503d5b05b73618d0bf2d5fa639f780a011,
|
||||||
testnet:
|
testnet:
|
||||||
0000000002e9e7b00e1f6dc5123a04aad68dd0f0968d8c7aa45f6640795c37b1)
|
a0afbded94d4be233e191525dc2d467af5c7eab3143c852c3cd549831022aad6)
|
||||||
.HP
|
.HP
|
||||||
\fB\-conf=\fR<file>
|
\fB\-conf=\fR<file>
|
||||||
.IP
|
.IP
|
||||||
Specify configuration file (default: bitcoin.conf)
|
Specify configuration file (default: litecoin.conf)
|
||||||
.HP
|
.HP
|
||||||
\fB\-daemon\fR
|
\fB\-daemon\fR
|
||||||
.IP
|
.IP
|
||||||
@ -86,12 +86,12 @@ Extra transactions to keep in memory for compact block reconstructions
|
|||||||
.HP
|
.HP
|
||||||
\fB\-par=\fR<n>
|
\fB\-par=\fR<n>
|
||||||
.IP
|
.IP
|
||||||
Set the number of script verification threads (\fB\-6\fR to 16, 0 = auto, <0 =
|
Set the number of script verification threads (\fB\-4\fR to 16, 0 = auto, <0 =
|
||||||
leave that many cores free, default: 0)
|
leave that many cores free, default: 0)
|
||||||
.HP
|
.HP
|
||||||
\fB\-pid=\fR<file>
|
\fB\-pid=\fR<file>
|
||||||
.IP
|
.IP
|
||||||
Specify pid file (default: bitcoind.pid)
|
Specify pid file (default: litecoind.pid)
|
||||||
.HP
|
.HP
|
||||||
\fB\-prune=\fR<n>
|
\fB\-prune=\fR<n>
|
||||||
.IP
|
.IP
|
||||||
@ -196,7 +196,7 @@ Maximum per\-connection send buffer, <n>*1000 bytes (default: 1000)
|
|||||||
.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 peers forward or backward by this
|
||||||
amount. (default: 4200 seconds)
|
amount. (default: 2100 seconds)
|
||||||
.HP
|
.HP
|
||||||
\fB\-onion=\fR<ip:port>
|
\fB\-onion=\fR<ip:port>
|
||||||
.IP
|
.IP
|
||||||
@ -218,7 +218,7 @@ Support filtering of blocks and transaction with bloom filters (default:
|
|||||||
.HP
|
.HP
|
||||||
\fB\-port=\fR<port>
|
\fB\-port=\fR<port>
|
||||||
.IP
|
.IP
|
||||||
Listen for connections on <port> (default: 8333 or testnet: 18333)
|
Listen for connections on <port> (default: 9333 or testnet: 19335)
|
||||||
.HP
|
.HP
|
||||||
\fB\-proxy=\fR<ip:port>
|
\fB\-proxy=\fR<ip:port>
|
||||||
.IP
|
.IP
|
||||||
@ -292,12 +292,12 @@ Set key pool size to <n> (default: 1000)
|
|||||||
.HP
|
.HP
|
||||||
\fB\-fallbackfee=\fR<amt>
|
\fB\-fallbackfee=\fR<amt>
|
||||||
.IP
|
.IP
|
||||||
A fee rate (in BTC/kB) that will be used when fee estimation has
|
A fee rate (in LTC/kB) that will be used when fee estimation has
|
||||||
insufficient data (default: 0.0002)
|
insufficient data (default: 0.02)
|
||||||
.HP
|
.HP
|
||||||
\fB\-discardfee=\fR<amt>
|
\fB\-discardfee=\fR<amt>
|
||||||
.IP
|
.IP
|
||||||
The fee rate (in BTC/kB) that indicates your tolerance for discarding
|
The fee rate (in LTC/kB) that indicates your tolerance for discarding
|
||||||
change by adding it to the fee (default: 0.0001). Note: An output
|
change by adding it to the fee (default: 0.0001). Note: An output
|
||||||
is discarded if it is dust at this rate, but we will always
|
is discarded if it is dust at this rate, but we will always
|
||||||
discard up to the dust relay fee and a discard fee above that is
|
discard up to the dust relay fee and a discard fee above that is
|
||||||
@ -305,12 +305,12 @@ limited by the fee estimate for the longest target
|
|||||||
.HP
|
.HP
|
||||||
\fB\-mintxfee=\fR<amt>
|
\fB\-mintxfee=\fR<amt>
|
||||||
.IP
|
.IP
|
||||||
Fees (in BTC/kB) smaller than this are considered zero fee for
|
Fees (in LTC/kB) smaller than this are considered zero fee for
|
||||||
transaction creation (default: 0.00001)
|
transaction creation (default: 0.001)
|
||||||
.HP
|
.HP
|
||||||
\fB\-paytxfee=\fR<amt>
|
\fB\-paytxfee=\fR<amt>
|
||||||
.IP
|
.IP
|
||||||
Fee (in BTC/kB) to add to transactions you send (default: 0.00)
|
Fee (in LTC/kB) to add to transactions you send (default: 0.00)
|
||||||
.HP
|
.HP
|
||||||
\fB\-rescan\fR
|
\fB\-rescan\fR
|
||||||
.IP
|
.IP
|
||||||
@ -415,7 +415,7 @@ Prepend debug output with timestamp (default: 1)
|
|||||||
.HP
|
.HP
|
||||||
\fB\-maxtxfee=\fR<amt>
|
\fB\-maxtxfee=\fR<amt>
|
||||||
.IP
|
.IP
|
||||||
Maximum total fees (in BTC) to use in a single wallet transaction or raw
|
Maximum total fees (in LTC) to use in a single wallet transaction or raw
|
||||||
transaction; setting this too low may abort large transactions
|
transaction; setting this too low may abort large transactions
|
||||||
(default: 0.10)
|
(default: 0.10)
|
||||||
.HP
|
.HP
|
||||||
@ -451,11 +451,11 @@ Maximum size of data in data carrier transactions we relay and mine
|
|||||||
.HP
|
.HP
|
||||||
\fB\-mempoolreplacement\fR
|
\fB\-mempoolreplacement\fR
|
||||||
.IP
|
.IP
|
||||||
Enable transaction replacement in the memory pool (default: 1)
|
Enable transaction replacement in the memory pool (default: 0)
|
||||||
.HP
|
.HP
|
||||||
\fB\-minrelaytxfee=\fR<amt>
|
\fB\-minrelaytxfee=\fR<amt>
|
||||||
.IP
|
.IP
|
||||||
Fees (in BTC/kB) smaller than this are considered zero fee for relaying,
|
Fees (in LTC/kB) smaller than this are considered zero fee for relaying,
|
||||||
mining and transaction creation (default: 0.00001)
|
mining and transaction creation (default: 0.00001)
|
||||||
.HP
|
.HP
|
||||||
\fB\-whitelistrelay\fR
|
\fB\-whitelistrelay\fR
|
||||||
@ -481,7 +481,7 @@ blockmaxweight
|
|||||||
.HP
|
.HP
|
||||||
\fB\-blockmintxfee=\fR<amt>
|
\fB\-blockmintxfee=\fR<amt>
|
||||||
.IP
|
.IP
|
||||||
Set lowest fee rate (in BTC/kB) for transactions to be included in block
|
Set lowest fee rate (in LTC/kB) for transactions to be included in block
|
||||||
creation. (default: 0.00001)
|
creation. (default: 0.00001)
|
||||||
.PP
|
.PP
|
||||||
RPC server options:
|
RPC server options:
|
||||||
@ -526,8 +526,8 @@ option can be specified multiple times
|
|||||||
.HP
|
.HP
|
||||||
\fB\-rpcport=\fR<port>
|
\fB\-rpcport=\fR<port>
|
||||||
.IP
|
.IP
|
||||||
Listen for JSON\-RPC connections on <port> (default: 8332 or testnet:
|
Listen for JSON\-RPC connections on <port> (default: 9332 or testnet:
|
||||||
18332)
|
19332)
|
||||||
.HP
|
.HP
|
||||||
\fB\-rpcallowip=\fR<ip>
|
\fB\-rpcallowip=\fR<ip>
|
||||||
.IP
|
.IP
|
||||||
@ -545,11 +545,13 @@ non\-verbose mode, non\-segwit(0) or segwit(1) (default: 1)
|
|||||||
.IP
|
.IP
|
||||||
Set the number of threads to service RPC calls (default: 4)
|
Set the number of threads to service RPC calls (default: 4)
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
|
Copyright (C) 2011-2018 The Litecoin Core developers
|
||||||
Copyright (C) 2009-2018 The Bitcoin Core developers
|
Copyright (C) 2009-2018 The Bitcoin Core developers
|
||||||
|
|
||||||
Please contribute if you find Bitcoin Core useful. Visit
|
Please contribute if you find Litecoin Core useful. Visit
|
||||||
<https://bitcoincore.org> for further information about the software.
|
<https://litecoin.org> for further information about the software.
|
||||||
The source code is available from <https://github.com/bitcoin/bitcoin>.
|
The source code is available from
|
||||||
|
<https://github.com/litecoin-project/litecoin>.
|
||||||
|
|
||||||
This is experimental software.
|
This is experimental software.
|
||||||
Distributed under the MIT software license, see the accompanying file COPYING
|
Distributed under the MIT software license, see the accompanying file COPYING
|
Loading…
x
Reference in New Issue
Block a user