@@ -21,9 +21,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
21
21
" A fee rate (in %s/kB) that will be used when fee estimation has insufficient "
22
22
" data (default: %s)" ),
23
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" , " "
27
24
" Accept relayed transactions received from whitelisted peers even when not "
28
25
" relaying transactions (default: %d)" ),
29
26
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -37,14 +34,16 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
37
34
" Bind to given address and whitelist peers connecting to it. Use [host]:port "
38
35
" notation for IPv6" ),
39
36
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
40
- " Bind to given address to listen for JSON-RPC connections. Use [host]:port "
41
- " notation for IPv6. This option can be specified multiple times (default: "
42
- " bind to all interfaces)" ),
37
+ " Bind to given address to listen for JSON-RPC connections. This option is "
38
+ " ignored unless -rpcallowip is also passed. Port is optional and overrides -"
39
+ " rpcport. Use [host]:port notation for IPv6. This option can be specified "
40
+ " multiple times (default: 127.0.0.1 and ::1 i.e., localhost, or if -"
41
+ " rpcallowip has been specified, 0.0.0.0 and :: i.e., all addresses)" ),
43
42
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
44
43
" Cannot obtain a lock on data directory %s. %s is probably already running." ),
45
44
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
46
- " Connect only to the specified node(s); -noconnect or - connect=0 alone to "
47
- " disable automatic connections" ),
45
+ " Connect only to the specified node(s); -connect=0 disables automatic "
46
+ " connections" ),
48
47
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
49
48
" Create new files with system default permissions, instead of umask 077 (only "
50
49
" effective with disabled wallet functionality)" ),
@@ -62,13 +61,17 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
62
61
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
63
62
" Equivalent bytes per sigop in transactions for relay and mining (default: %u)" ),
64
63
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
65
- " Error loading %s: You can't enable HD on a already existing non-HD wallet" ),
64
+ " Error loading %s: You can't enable HD on an already existing non-HD wallet" ),
66
65
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
67
66
" Error reading %s! All keys read correctly, but transaction data or address "
68
67
" book entries might be missing or incorrect." ),
69
68
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
70
69
" Error: Listening for incoming connections failed (listen returned error %s)" ),
71
70
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
71
+ " Exclude debugging information for a category. Can be used in conjunction "
72
+ " with -debug=1 to output debug logs for all categories except one or more "
73
+ " specified categories." ),
74
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
72
75
" Execute command when a relevant alert is received or we see a really long "
73
76
" fork (%s in cmd is replaced by message)" ),
74
77
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -134,7 +137,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
134
137
" reindex (download the whole blockchain again in case of pruned node)" ),
135
138
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
136
139
" Query for peer addresses via DNS lookup, if low on addresses (default: 1 "
137
- " unless -connect/-noconnect )" ),
140
+ " unless -connect used )" ),
138
141
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
139
142
" Randomize credentials for every proxy connection. This enables Tor stream "
140
143
" isolation (default: %u)" ),
@@ -154,8 +157,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
154
157
" Set lowest fee rate (in %s/kB) for transactions to be included in block "
155
158
" creation. (default: %s)" ),
156
159
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
157
- " Set maximum size of high-priority/low-fee transactions in bytes (default: %d)" ),
158
- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
159
160
" Set the number of script verification threads (%u to %d, 0 = auto, <0 = "
160
161
" leave that many cores free, default: %d)" ),
161
162
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -186,6 +187,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
186
187
" Tries to keep outbound traffic under the given target (in MiB per 24h), 0 = "
187
188
" no limit (default: %d)" ),
188
189
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
190
+ " Unable to replay blocks. You will need to rebuild the database using -"
191
+ " reindex-chainstate." ),
192
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
189
193
" Unable to rewind the database to a pre-fork state. You will need to "
190
194
" redownload the blockchain" ),
191
195
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -225,6 +229,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
225
229
" Warning: We do not appear to fully agree with our peers! You may need to "
226
230
" upgrade, or other nodes may need to upgrade." ),
227
231
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
232
+ " Whether to save the mempool on shutdown and load on restart (default: %u)" ),
233
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
228
234
" Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or CIDR "
229
235
" notated network (e.g. 1.2.3.0/24). Can be specified multiple times." ),
230
236
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -235,13 +241,17 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
235
241
" mode. This will redownload the entire blockchain" ),
236
242
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
237
243
" You need to rebuild the database using -reindex-chainstate to change -txindex" ),
244
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " %d of last 100 blocks have unexpected version" ),
238
245
QT_TRANSLATE_NOOP (" bitcoin-core" , " %s corrupt, salvage failed" ),
239
246
QT_TRANSLATE_NOOP (" bitcoin-core" , " %s is set very high!" ),
240
247
QT_TRANSLATE_NOOP (" bitcoin-core" , " (default: %s)" ),
241
248
QT_TRANSLATE_NOOP (" bitcoin-core" , " (default: %u)" ),
249
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " (press q to shutdown and continue later)" ),
242
250
QT_TRANSLATE_NOOP (" bitcoin-core" , " -maxmempool must be at least %d MB" ),
251
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " -wallet parameter must only specify a filename (not a path)" ),
243
252
QT_TRANSLATE_NOOP (" bitcoin-core" , " <category> can be:" ),
244
253
QT_TRANSLATE_NOOP (" bitcoin-core" , " Accept command line and JSON-RPC commands" ),
254
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Accept connections from outside (default: 1 if no -proxy or -connect)" ),
245
255
QT_TRANSLATE_NOOP (" bitcoin-core" , " Accept public REST requests (default: %u)" ),
246
256
QT_TRANSLATE_NOOP (" bitcoin-core" , " Add a node to connect to and attempt to keep the connection open" ),
247
257
QT_TRANSLATE_NOOP (" bitcoin-core" , " Allow DNS lookups for -addnode, -seednode and -connect" ),
@@ -274,10 +284,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing wallet database environmen
274
284
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading %s" ),
275
285
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading %s: Wallet corrupted" ),
276
286
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading %s: Wallet requires newer version of %s" ),
277
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading %s: You can't disable HD on a already existing HD wallet" ),
287
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading %s: You can't disable HD on an already existing HD wallet" ),
278
288
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading block database" ),
279
289
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error opening block database" ),
280
290
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading from database, shutting down." ),
291
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error upgrading chainstate database" ),
281
292
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error" ),
282
293
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: A fatal internal error occurred, see debug.log for details" ),
283
294
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Disk space is low!" ),
@@ -291,18 +302,19 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Incorrect or no genesis block found. Wrong da
291
302
QT_TRANSLATE_NOOP (" bitcoin-core" , " Information" ),
292
303
QT_TRANSLATE_NOOP (" bitcoin-core" , " Initialization sanity check failed. %s is shutting down." ),
293
304
QT_TRANSLATE_NOOP (" bitcoin-core" , " Insufficient funds" ),
294
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid -onion address: '%s'" ),
295
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid -proxy address: '%s'" ),
305
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid -onion address or hostname : '%s'" ),
306
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid -proxy address or hostname : '%s'" ),
296
307
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -%s=<amount>: '%s'" ),
297
308
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -fallbackfee=<amount>: '%s'" ),
298
309
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s)" ),
310
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid characters in -wallet filename" ),
299
311
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid netmask specified in -whitelist: '%s'" ),
300
312
QT_TRANSLATE_NOOP (" bitcoin-core" , " Keep at most <n> unconnectable transactions in memory (default: %u)" ),
301
313
QT_TRANSLATE_NOOP (" bitcoin-core" , " Keep the transaction memory pool below <n> megabytes (default: %u)" ),
302
314
QT_TRANSLATE_NOOP (" bitcoin-core" , " Keypool ran out, please call keypoolrefill first" ),
303
315
QT_TRANSLATE_NOOP (" bitcoin-core" , " Listen for JSON-RPC connections on <port> (default: %u or testnet: %u)" ),
304
316
QT_TRANSLATE_NOOP (" bitcoin-core" , " Listen for connections on <port> (default: %u or testnet: %u)" ),
305
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading addresses..." ),
317
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading P2P addresses..." ),
306
318
QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading banlist..." ),
307
319
QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading block index..." ),
308
320
QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading wallet..." ),
@@ -329,12 +341,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Rebuild chain state from the currently indexe
329
341
QT_TRANSLATE_NOOP (" bitcoin-core" , " Reducing -maxconnections from %d to %d, because of system limitations." ),
330
342
QT_TRANSLATE_NOOP (" bitcoin-core" , " Relay and mine data carrier transactions (default: %u)" ),
331
343
QT_TRANSLATE_NOOP (" bitcoin-core" , " Relay non-P2SH multisig (default: %u)" ),
344
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Replaying blocks..." ),
332
345
QT_TRANSLATE_NOOP (" bitcoin-core" , " Rescan the block chain for missing wallet transactions on startup" ),
333
346
QT_TRANSLATE_NOOP (" bitcoin-core" , " Rescanning..." ),
334
347
QT_TRANSLATE_NOOP (" bitcoin-core" , " Rewinding blocks..." ),
335
348
QT_TRANSLATE_NOOP (" bitcoin-core" , " Run in the background as a daemon and accept commands" ),
336
349
QT_TRANSLATE_NOOP (" bitcoin-core" , " Send trace/debug info to console instead of debug.log file" ),
337
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Send transactions as zero-fee transactions if possible (default: %u)" ),
338
350
QT_TRANSLATE_NOOP (" bitcoin-core" , " Send transactions with full-RBF opt-in enabled (default: %u)" ),
339
351
QT_TRANSLATE_NOOP (" bitcoin-core" , " Set database cache size in megabytes (%d to %d, default: %d)" ),
340
352
QT_TRANSLATE_NOOP (" bitcoin-core" , " Set key pool size to <n> (default: %u)" ),
@@ -374,13 +386,15 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'")
374
386
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported argument -benchmark ignored, use -debug=bench." ),
375
387
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported argument -debugnet ignored, use -debug=net." ),
376
388
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported argument -tor found, use -onion." ),
389
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported logging category %s=%s." ),
377
390
QT_TRANSLATE_NOOP (" bitcoin-core" , " Upgrade wallet to latest format on startup" ),
391
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Upgrading UTXO database" ),
378
392
QT_TRANSLATE_NOOP (" bitcoin-core" , " Use UPnP to map the listening port (default: %u)" ),
379
393
QT_TRANSLATE_NOOP (" bitcoin-core" , " Use the test chain" ),
380
394
QT_TRANSLATE_NOOP (" bitcoin-core" , " User Agent comment (%s) contains unsafe characters." ),
381
395
QT_TRANSLATE_NOOP (" bitcoin-core" , " Username for JSON-RPC connections" ),
382
396
QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying blocks..." ),
383
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying wallet..." ),
397
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying wallet(s) ..." ),
384
398
QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet %s resides outside data directory %s" ),
385
399
QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet debugging/testing options:" ),
386
400
QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet needed to be rewritten: restart %s to complete" ),
0 commit comments