@@ -15,18 +15,15 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
15
15
" (1 = keep tx meta data e.g. account owner and payment request information, 2 "
16
16
" = drop tx meta data)" ),
17
17
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
18
- " -fallbackfee is set very high! This is the transaction fee you may pay when "
19
- " fee estimates are not available." ),
20
- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
21
18
" -maxtxfee is set very high! Fees this large could be paid on a single "
22
19
" transaction." ),
23
20
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
24
- " -paytxfee is set very high! This is the transaction fee you will pay if you "
25
- " send a transaction." ),
26
- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
27
21
" A fee rate (in %s/kB) that will be used when fee estimation has insufficient "
28
22
" data (default: %s)" ),
29
23
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
24
+ " Accept connections from outside (default: 1 if no -proxy or -connect/-"
25
+ " noconnect)" ),
26
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
30
27
" Accept relayed transactions received from whitelisted peers even when not "
31
28
" relaying transactions (default: %d)" ),
32
29
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -46,6 +43,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
46
43
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
47
44
" Cannot obtain a lock on data directory %s. %s is probably already running." ),
48
45
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
46
+ " Connect only to the specified node(s); -noconnect or -connect=0 alone to "
47
+ " disable automatic connections" ),
48
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
49
49
" Create new files with system default permissions, instead of umask 077 (only "
50
50
" effective with disabled wallet functionality)" ),
51
51
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -55,11 +55,13 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
55
55
" Discover own IP addresses (default: 1 when listening and no -externalip or -"
56
56
" proxy)" ),
57
57
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
58
- " Distributed under the MIT software license, see the accompanying file "
59
- " COPYING or <http://www.opensource.org/licenses/mit-license.php>. " ),
58
+ " Distributed under the MIT software license, see the accompanying file %s or "
59
+ " %s " ),
60
60
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
61
61
" Do not keep transactions in the mempool longer than <n> hours (default: %u)" ),
62
62
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
63
+ " Equivalent bytes per sigop in transactions for relay and mining (default: %u)" ),
64
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
63
65
" Error loading %s: You can't enable HD on a already existing non-HD wallet" ),
64
66
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
65
67
" Error reading %s! All keys read correctly, but transaction data or address "
@@ -82,8 +84,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
82
84
" Fees (in %s/kB) smaller than this are considered zero fee for transaction "
83
85
" creation (default: %s)" ),
84
86
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
85
- " Force relay of transactions from whitelisted peers even they violate local "
86
- " relay policy (default: %d)" ),
87
+ " Force relay of transactions from whitelisted peers even if they violate "
88
+ " local relay policy (default: %d)" ),
87
89
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
88
90
" How thorough the block verification of -checkblocks is (0-4, default: %u)" ),
89
91
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -125,7 +127,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
125
127
" reindex (download the whole blockchain again in case of pruned node)" ),
126
128
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
127
129
" Query for peer addresses via DNS lookup, if low on addresses (default: 1 "
128
- " unless -connect)" ),
130
+ " unless -connect/-noconnect )" ),
129
131
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
130
132
" Randomize credentials for every proxy connection. This enables Tor stream "
131
133
" isolation (default: %u)" ),
@@ -143,6 +145,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
143
145
" Set the number of script verification threads (%u to %d, 0 = auto, <0 = "
144
146
" leave that many cores free, default: %d)" ),
145
147
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
148
+ " Sets the serialization of raw transaction or block hex returned in non-"
149
+ " verbose mode, non-segwit(0) or segwit(1) (default: %d)" ),
150
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
146
151
" Support filtering of blocks and transaction with bloom filters (default: %u)" ),
147
152
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
148
153
" The block database contains a block which appears to be from the future. "
@@ -152,12 +157,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
152
157
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
153
158
" The transaction amount is too small to send after the fee has been deducted" ),
154
159
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
155
- " This is a pre-release test build - use at your own risk - do not use for "
156
- " mining or merchant applications" ),
160
+ " This is the transaction fee you may pay when fee estimates are not available." ),
157
161
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
158
162
" This product includes software developed by the OpenSSL Project for use in "
159
- " the OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software "
160
- " written by Eric Young and UPnP software written by Thomas Bernard." ),
163
+ " the OpenSSL Toolkit %s and cryptographic software written by Eric Young and "
164
+ " UPnP software written by Thomas Bernard." ),
161
165
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
162
166
" Total length of network version string (%i) exceeds maximum length (%i). "
163
167
" Reduce the number or size of uacomments." ),
@@ -186,8 +190,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
186
190
" comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is "
187
191
" included in share/rpcuser. This option can be specified multiple times" ),
188
192
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
189
- " Warning: The network does not appear to fully agree! Some miners appear to "
190
- " be experiencing issues. " ),
193
+ " Wallet will not create transactions that violate mempool chain limits "
194
+ " (default: %u " ),
191
195
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
192
196
" Warning: Unknown block versions being mined! It's possible unknown rules are "
193
197
" in effect" ),
@@ -196,11 +200,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
196
200
" if your balance or transactions are incorrect you should restore from a "
197
201
" backup." ),
198
202
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
199
- " Warning: We do not appear to fully agree with our peers! You may need to "
200
- " upgrade, or other nodes may need to upgrade." ),
201
- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
202
- " Whitelist peers connecting from the given netmask or IP address. Can be "
203
- " specified multiple times." ),
203
+ " Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or CIDR "
204
+ " notated network (e.g. 1.2.3.0/24). Can be specified multiple times." ),
204
205
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
205
206
" Whitelisted peers cannot be DoS banned and their transactions are always "
206
207
" relayed, even if they are already in the mempool, useful e.g. for a gateway" ),
@@ -210,12 +211,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
210
211
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
211
212
" You need to rebuild the database using -reindex-chainstate to change -txindex" ),
212
213
QT_TRANSLATE_NOOP (" bitcoin-core" , " %s corrupt, salvage failed" ),
214
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " %s is set very high!" ),
213
215
QT_TRANSLATE_NOOP (" bitcoin-core" , " (default: %s)" ),
214
216
QT_TRANSLATE_NOOP (" bitcoin-core" , " (default: %u)" ),
215
217
QT_TRANSLATE_NOOP (" bitcoin-core" , " -maxmempool must be at least %d MB" ),
216
218
QT_TRANSLATE_NOOP (" bitcoin-core" , " <category> can be:" ),
217
219
QT_TRANSLATE_NOOP (" bitcoin-core" , " Accept command line and JSON-RPC commands" ),
218
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Accept connections from outside (default: 1 if no -proxy or -connect)" ),
219
220
QT_TRANSLATE_NOOP (" bitcoin-core" , " Accept public REST requests (default: %u)" ),
220
221
QT_TRANSLATE_NOOP (" bitcoin-core" , " Add a node to connect to and attempt to keep the connection open" ),
221
222
QT_TRANSLATE_NOOP (" bitcoin-core" , " Allow DNS lookups for -addnode, -seednode and -connect" ),
@@ -228,7 +229,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Cannot downgrade wallet"),
228
229
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot resolve -%s address: '%s'" ),
229
230
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot write default address" ),
230
231
QT_TRANSLATE_NOOP (" bitcoin-core" , " Change index out of range" ),
231
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Connect only to the specified node(s)" ),
232
232
QT_TRANSLATE_NOOP (" bitcoin-core" , " Connect through SOCKS5 proxy" ),
233
233
QT_TRANSLATE_NOOP (" bitcoin-core" , " Connect to a node to retrieve peer addresses, and disconnect" ),
234
234
QT_TRANSLATE_NOOP (" bitcoin-core" , " Connection options:" ),
@@ -273,6 +273,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -paytxfee=<amount>: '%s' (
273
273
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid netmask specified in -whitelist: '%s'" ),
274
274
QT_TRANSLATE_NOOP (" bitcoin-core" , " Keep at most <n> unconnectable transactions in memory (default: %u)" ),
275
275
QT_TRANSLATE_NOOP (" bitcoin-core" , " Keep the transaction memory pool below <n> megabytes (default: %u)" ),
276
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Keypool ran out, please call keypoolrefill first" ),
276
277
QT_TRANSLATE_NOOP (" bitcoin-core" , " Listen for JSON-RPC connections on <port> (default: %u or testnet: %u)" ),
277
278
QT_TRANSLATE_NOOP (" bitcoin-core" , " Listen for connections on <port> (default: %u or testnet: %u)" ),
278
279
QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading addresses..." ),
@@ -284,7 +285,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Maintain at most <n> connections to peers (de
284
285
QT_TRANSLATE_NOOP (" bitcoin-core" , " Make the wallet broadcast transactions" ),
285
286
QT_TRANSLATE_NOOP (" bitcoin-core" , " Maximum per-connection receive buffer, <n>*1000 bytes (default: %u)" ),
286
287
QT_TRANSLATE_NOOP (" bitcoin-core" , " Maximum per-connection send buffer, <n>*1000 bytes (default: %u)" ),
287
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Minimum bytes per sigop in transactions we relay and mine (default: %u)" ),
288
288
QT_TRANSLATE_NOOP (" bitcoin-core" , " Need to specify a port with -whitebind: '%s'" ),
289
289
QT_TRANSLATE_NOOP (" bitcoin-core" , " Node relay options:" ),
290
290
QT_TRANSLATE_NOOP (" bitcoin-core" , " Not enough file descriptors available." ),
@@ -309,9 +309,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Rewinding blocks..."),
309
309
QT_TRANSLATE_NOOP (" bitcoin-core" , " Run in the background as a daemon and accept commands" ),
310
310
QT_TRANSLATE_NOOP (" bitcoin-core" , " Send trace/debug info to console instead of debug.log file" ),
311
311
QT_TRANSLATE_NOOP (" bitcoin-core" , " Send transactions as zero-fee transactions if possible (default: %u)" ),
312
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Send transactions with full-RBF opt-in enabled (default: %u)" ),
312
313
QT_TRANSLATE_NOOP (" bitcoin-core" , " Set database cache size in megabytes (%d to %d, default: %d)" ),
313
314
QT_TRANSLATE_NOOP (" bitcoin-core" , " Set key pool size to <n> (default: %u)" ),
314
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Set maximum BIP141 block cost (default: %d)" ),
315
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Set maximum BIP141 block weight (default: %d)" ),
315
316
QT_TRANSLATE_NOOP (" bitcoin-core" , " Set maximum block size in bytes (default: %d)" ),
316
317
QT_TRANSLATE_NOOP (" bitcoin-core" , " Set the number of threads to service RPC calls (default: %d)" ),
317
318
QT_TRANSLATE_NOOP (" bitcoin-core" , " Show all debugging options (usage: --help -help-debug)" ),
@@ -324,14 +325,20 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Specify pid file (default: %s)"),
324
325
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specify wallet file (within data directory)" ),
325
326
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specify your own public address" ),
326
327
QT_TRANSLATE_NOOP (" bitcoin-core" , " Spend unconfirmed change when sending transactions (default: %u)" ),
328
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Starting network threads..." ),
327
329
QT_TRANSLATE_NOOP (" bitcoin-core" , " The source code is available from %s." ),
328
330
QT_TRANSLATE_NOOP (" bitcoin-core" , " The transaction amount is too small to pay the fee" ),
331
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " The wallet will avoid paying less than the minimum relay fee." ),
329
332
QT_TRANSLATE_NOOP (" bitcoin-core" , " This is experimental software." ),
333
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " This is the minimum transaction fee you pay on every transaction." ),
334
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " This is the transaction fee you will pay if you send a transaction." ),
330
335
QT_TRANSLATE_NOOP (" bitcoin-core" , " Threshold for disconnecting misbehaving peers (default: %u)" ),
331
336
QT_TRANSLATE_NOOP (" bitcoin-core" , " Tor control port password (default: empty)" ),
332
337
QT_TRANSLATE_NOOP (" bitcoin-core" , " Tor control port to use if onion listening enabled (default: %s)" ),
333
338
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction amount too small" ),
334
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction amounts must be positive" ),
339
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction amounts must not be negative" ),
340
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction has too long of a mempool chain" ),
341
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction must have at least one recipient" ),
335
342
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction too large for fee policy" ),
336
343
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction too large" ),
337
344
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to bind to %s on this computer (bind returned error %s)" ),
0 commit comments