@ -48,7 +48,7 @@ Send commands to node running on <ip> (default: 127.0.0.1)
@@ -48,7 +48,7 @@ Send commands to node running on <ip> (default: 127.0.0.1)
.HP
\fB\-rpcport=\fR<port>
.IP
Connect to JSON\-RPC on <port> (default: 8332 or testnet: 18332)
Connect to JSON\-RPC on <port> (default: 9332 or testnet: 19332)
.HP
\fB\-rpcwait\fR
.IP
@ -72,10 +72,11 @@ Read extra arguments from standard input, one per line until EOF/Ctrl\-D
@@ -72,10 +72,11 @@ Read extra arguments from standard input, one per line until EOF/Ctrl\-D
(recommended for sensitive information such as passphrases)
.SHCOPYRIGHT
Copyright (C) 2009-2017 The Bitcoin Core developers
Copyright (C) 2011-2017 The Litecoin Core developers
Please contribute if you find Bitcoin Core useful. Visit
<https://bitcoincore.org> for further information about the software.
The source code is available from <https://github.com/bitcoin/bitcoin>.
Please contribute if you find Litecoin Core useful. Visit
<https://litecoin.org> for further information about the software.
The source code is available from <https://github.com/litecoin-project/litecoin>.
This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING
@ -58,7 +58,7 @@ Keep at most <n> unconnectable transactions in memory (default: 100)
@@ -58,7 +58,7 @@ Keep at most <n> unconnectable transactions in memory (default: 100)
.HP
\fB\-maxmempool=\fR<n>
.IP
Keep the transaction memory pool below <n> megabytes (default: 300)
Keep the transaction memory pool below <n> megabytes (default: 5)
.HP
\fB\-mempoolexpiry=\fR<n>
.IP
@ -77,7 +77,7 @@ leave that many cores free, default: 0)
@@ -77,7 +77,7 @@ leave that many cores free, default: 0)
.HP
\fB\-pid=\fR<file>
.IP
Specify pid file (default: bitcoind.pid)
Specify pid file (default: litecoind.pid)
.HP
\fB\-prune=\fR<n>
.IP
@ -280,17 +280,17 @@ Set key pool size to <n> (default: 100)
@@ -280,17 +280,17 @@ Set key pool size to <n> (default: 100)
.HP
\fB\-fallbackfee=\fR<amt>
.IP
A fee rate (in BTC/kB) that will be used when fee estimation has
insufficient data (default: 0.0002)
A fee rate (in LTC/kB) that will be used when fee estimation has
insufficient data (default: 0.002)
.HP
\fB\-mintxfee=\fR<amt>
.IP
Fees (in BTC/kB) smaller than this are considered zero fee for
transaction creation (default: 0.00001)
Fees (in LTC/kB) smaller than this are considered zero fee for
transaction creation (default: 0.001)
.HP
\fB\-paytxfee=\fR<amt>
.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)
Fees (in BTC/kB) smaller than this are considered zero fee for relaying,
mining and transaction creation (default: 0.00001)
Fees (in LTC/kB) smaller than this are considered zero fee for relaying,
mining and transaction creation (default: 0.001)
.HP
\fB\-maxtxfee=\fR<amt>
.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
(default: 0.10)
.HP
@ -449,7 +449,7 @@ Set maximum size of high\-priority/low\-fee transactions in bytes
@@ -449,7 +449,7 @@ Set maximum size of high\-priority/low\-fee transactions in bytes
.HP
\fB\-blockmintxfee=\fR<amt>
.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)
.PP
RPC server options:
@ -491,8 +491,8 @@ option can be specified multiple times
@@ -491,8 +491,8 @@ option can be specified multiple times
.HP
\fB\-rpcport=\fR<port>
.IP
Listen for JSON\-RPC connections on <port> (default: 8332 or testnet:
18332)
Listen for JSON\-RPC connections on <port> (default: 9332 or testnet:
19332)
.HP
\fB\-rpcallowip=\fR<ip>
.IP
@ -532,10 +532,11 @@ Show splash screen on startup (default: 1)
@@ -532,10 +532,11 @@ Show splash screen on startup (default: 1)
Reset all settings changed in the GUI
.SHCOPYRIGHT
Copyright (C) 2009-2017 The Bitcoin Core developers
Copyright (C) 2011-2017 The Litecoin Core developers
Please contribute if you find Bitcoin Core useful. Visit
<https://bitcoincore.org> for further information about the software.
The source code is available from <https://github.com/bitcoin/bitcoin>.
Please contribute if you find Litecoin Core useful. Visit
<https://litecoin.org> for further information about the software.
The source code is available from <https://github.com/litecoin-project/litecoin>.
This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING
@ -63,7 +63,7 @@ Keep at most <n> unconnectable transactions in memory (default: 100)
@@ -63,7 +63,7 @@ Keep at most <n> unconnectable transactions in memory (default: 100)
.HP
\fB\-maxmempool=\fR<n>
.IP
Keep the transaction memory pool below <n> megabytes (default: 300)
Keep the transaction memory pool below <n> megabytes (default: 5)
.HP
\fB\-mempoolexpiry=\fR<n>
.IP
@ -82,7 +82,7 @@ leave that many cores free, default: 0)
@@ -82,7 +82,7 @@ leave that many cores free, default: 0)
.HP
\fB\-pid=\fR<file>
.IP
Specify pid file (default: bitcoind.pid)
Specify pid file (default: litecoind.pid)
.HP
\fB\-prune=\fR<n>
.IP
@ -285,17 +285,17 @@ Set key pool size to <n> (default: 100)
@@ -285,17 +285,17 @@ Set key pool size to <n> (default: 100)
.HP
\fB\-fallbackfee=\fR<amt>
.IP
A fee rate (in BTC/kB) that will be used when fee estimation has
insufficient data (default: 0.0002)
A fee rate (in LTC/kB) that will be used when fee estimation has
insufficient data (default: 0.002)
.HP
\fB\-mintxfee=\fR<amt>
.IP
Fees (in BTC/kB) smaller than this are considered zero fee for
transaction creation (default: 0.00001)
Fees (in LTC/kB) smaller than this are considered zero fee for
transaction creation (default: 0.001)
.HP
\fB\-paytxfee=\fR<amt>
.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)
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)
.HP
\fB\-maxtxfee=\fR<amt>
.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
(default: 0.10)
.HP
@ -454,7 +454,7 @@ Set maximum size of high\-priority/low\-fee transactions in bytes
@@ -454,7 +454,7 @@ Set maximum size of high\-priority/low\-fee transactions in bytes
.HP
\fB\-blockmintxfee=\fR<amt>
.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)
.PP
RPC server options:
@ -496,8 +496,8 @@ option can be specified multiple times
@@ -496,8 +496,8 @@ option can be specified multiple times
.HP
\fB\-rpcport=\fR<port>
.IP
Listen for JSON\-RPC connections on <port> (default: 8332 or testnet:
18332)
Listen for JSON\-RPC connections on <port> (default: 9332 or testnet:
19332)
.HP
\fB\-rpcallowip=\fR<ip>
.IP
@ -511,10 +511,11 @@ option can be specified multiple times
@@ -511,10 +511,11 @@ option can be specified multiple times
Set the number of threads to service RPC calls (default: 4)
.SHCOPYRIGHT
Copyright (C) 2009-2017 The Bitcoin Core developers
Copyright (C) 2011-2017 The Litecoin Core developers
Please contribute if you find Bitcoin Core useful. Visit
<https://bitcoincore.org> for further information about the software.
The source code is available from <https://github.com/bitcoin/bitcoin>.
Please contribute if you find Litecoin Core useful. Visit
<https://litecoin.org> for further information about the software.
The source code is available from <https://github.com/litecoin-project/litecoin>.
This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING