@@ -24,6 +24,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
24
24
" Accept relayed transactions received from whitelisted peers even when not "
25
25
" relaying transactions (default: %d)" ),
26
26
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
27
+ " Add a node to connect to and attempt to keep the connection open (see the "
28
+ " `addnode` RPC command help for more info)" ),
29
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
27
30
" Allow JSON-RPC connections from specified source. Valid for <ip> are a "
28
31
" single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or "
29
32
" a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times" ),
@@ -42,8 +45,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
42
45
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
43
46
" Cannot obtain a lock on data directory %s. %s is probably already running." ),
44
47
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
48
+ " Cannot provide specific connections and have addrman find outgoing "
49
+ " connections at the same." ),
50
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
45
51
" Connect only to the specified node(s); -connect=0 disables automatic "
46
- " connections" ),
52
+ " connections (the rules for this peer are the same as for -addnode) " ),
47
53
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
48
54
" Create new files with system default permissions, instead of umask 077 (only "
49
55
" effective with disabled wallet functionality)" ),
@@ -160,12 +166,20 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
160
166
" Set lowest fee rate (in %s/kB) for transactions to be included in block "
161
167
" creation. (default: %s)" ),
162
168
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
169
+ " Set maximum BIP141 block weight to this * 4. Deprecated, use blockmaxweight" ),
170
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
163
171
" Set the number of script verification threads (%u to %d, 0 = auto, <0 = "
164
172
" leave that many cores free, default: %d)" ),
165
173
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
166
174
" Sets the serialization of raw transaction or block hex returned in non-"
167
175
" verbose mode, non-segwit(0) or segwit(1) (default: %d)" ),
168
176
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
177
+ " Specify directory to hold wallets (default: <datadir>/wallets if it exists, "
178
+ " otherwise <datadir>)" ),
179
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
180
+ " Specify location of debug log file: this can be an absolute path or a path "
181
+ " relative to the data directory (default: %s)" ),
182
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
169
183
" Support filtering of blocks and transaction with bloom filters (default: %u)" ),
170
184
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
171
185
" The block database contains a block which appears to be from the future. "
@@ -212,9 +226,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
212
226
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
213
227
" Use UPnP to map the listening port (default: 1 when listening and no -proxy)" ),
214
228
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
215
- " Use hierarchical deterministic key generation (HD) after BIP32. Only has "
216
- " effect during wallet creation/first start" ),
217
- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
218
229
" Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: "
219
230
" %s)" ),
220
231
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -240,6 +251,13 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
240
251
" Warning: We do not appear to fully agree with our peers! You may need to "
241
252
" upgrade, or other nodes may need to upgrade." ),
242
253
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
254
+ " What type of addresses to use (\" legacy\" , \" p2sh-segwit\" , or \" bech32\" , "
255
+ " default: \" %s\" )" ),
256
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
257
+ " What type of change to use (\" legacy\" , \" p2sh-segwit\" , or \" bech32\" ). "
258
+ " Default is same as -addresstype, except when -addresstype=p2sh-segwit a "
259
+ " native segwit output is used when sending to a native segwit address)" ),
260
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
243
261
" Whether to save the mempool on shutdown and load on restart (default: %u)" ),
244
262
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
245
263
" Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or CIDR "
@@ -250,20 +268,16 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
250
268
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
251
269
" You need to rebuild the database using -reindex to go back to unpruned "
252
270
" mode. This will redownload the entire blockchain" ),
253
- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
254
- " You need to rebuild the database using -reindex-chainstate to change -txindex" ),
255
271
QT_TRANSLATE_NOOP (" bitcoin-core" , " %d of last 100 blocks have unexpected version" ),
256
272
QT_TRANSLATE_NOOP (" bitcoin-core" , " %s corrupt, salvage failed" ),
257
273
QT_TRANSLATE_NOOP (" bitcoin-core" , " %s is set very high!" ),
258
274
QT_TRANSLATE_NOOP (" bitcoin-core" , " (default: %s)" ),
259
275
QT_TRANSLATE_NOOP (" bitcoin-core" , " (default: %u)" ),
260
- QT_TRANSLATE_NOOP (" bitcoin-core" , " (press q to shutdown and continue later)" ),
261
276
QT_TRANSLATE_NOOP (" bitcoin-core" , " -maxmempool must be at least %d MB" ),
262
277
QT_TRANSLATE_NOOP (" bitcoin-core" , " <category> can be:" ),
263
278
QT_TRANSLATE_NOOP (" bitcoin-core" , " Accept command line and JSON-RPC commands" ),
264
279
QT_TRANSLATE_NOOP (" bitcoin-core" , " Accept connections from outside (default: 1 if no -proxy or -connect)" ),
265
280
QT_TRANSLATE_NOOP (" bitcoin-core" , " Accept public REST requests (default: %u)" ),
266
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Add a node to connect to and attempt to keep the connection open" ),
267
281
QT_TRANSLATE_NOOP (" bitcoin-core" , " Allow DNS lookups for -addnode, -seednode and -connect" ),
268
282
QT_TRANSLATE_NOOP (" bitcoin-core" , " Always query for peer addresses via DNS lookup (default: %u)" ),
269
283
QT_TRANSLATE_NOOP (" bitcoin-core" , " Append comment to the user agent string" ),
@@ -272,7 +286,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Automatically create Tor hidden service (defa
272
286
QT_TRANSLATE_NOOP (" bitcoin-core" , " Block creation options:" ),
273
287
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot downgrade wallet" ),
274
288
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot resolve -%s address: '%s'" ),
275
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot write default address" ),
276
289
QT_TRANSLATE_NOOP (" bitcoin-core" , " Chain selection options:" ),
277
290
QT_TRANSLATE_NOOP (" bitcoin-core" , " Change index out of range" ),
278
291
QT_TRANSLATE_NOOP (" bitcoin-core" , " Connect through SOCKS5 proxy" ),
@@ -289,6 +302,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Enable publish hash transaction in <address>"
289
302
QT_TRANSLATE_NOOP (" bitcoin-core" , " Enable publish raw block in <address>" ),
290
303
QT_TRANSLATE_NOOP (" bitcoin-core" , " Enable publish raw transaction in <address>" ),
291
304
QT_TRANSLATE_NOOP (" bitcoin-core" , " Enable transaction replacement in the memory pool (default: %u)" ),
305
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error creating %s: You can't create non-HD wallets with this version." ),
292
306
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error initializing block database" ),
293
307
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error initializing wallet database environment %s!" ),
294
308
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading %s" ),
@@ -306,6 +320,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error"),
306
320
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: A fatal internal error occurred, see debug.log for details" ),
307
321
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Disk space is low!" ),
308
322
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to listen on any port. Use -listen=0 if you want this." ),
323
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to rescan the wallet during initialization" ),
309
324
QT_TRANSLATE_NOOP (" bitcoin-core" , " Fee (in %s/kB) to add to transactions you send (default: %s)" ),
310
325
QT_TRANSLATE_NOOP (" bitcoin-core" , " How many blocks to check at startup (default: %u, 0 = all)" ),
311
326
QT_TRANSLATE_NOOP (" bitcoin-core" , " Importing..." ),
@@ -360,15 +375,17 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Rescanning..."),
360
375
QT_TRANSLATE_NOOP (" bitcoin-core" , " Rewinding blocks..." ),
361
376
QT_TRANSLATE_NOOP (" bitcoin-core" , " Run in the background as a daemon and accept commands" ),
362
377
QT_TRANSLATE_NOOP (" bitcoin-core" , " Send trace/debug info to console instead of debug.log file" ),
363
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Send transactions with full-RBF opt-in enabled (default: %u)" ),
378
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Send transactions with full-RBF opt-in enabled (RPC only, default: %u)" ),
364
379
QT_TRANSLATE_NOOP (" bitcoin-core" , " Set database cache size in megabytes (%d to %d, default: %d)" ),
365
380
QT_TRANSLATE_NOOP (" bitcoin-core" , " Set key pool size to <n> (default: %u)" ),
366
381
QT_TRANSLATE_NOOP (" bitcoin-core" , " Set maximum BIP141 block weight (default: %d)" ),
367
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Set maximum block size in bytes (default: %d)" ),
368
382
QT_TRANSLATE_NOOP (" bitcoin-core" , " Set the number of threads to service RPC calls (default: %d)" ),
369
383
QT_TRANSLATE_NOOP (" bitcoin-core" , " Show all debugging options (usage: --help -help-debug)" ),
370
384
QT_TRANSLATE_NOOP (" bitcoin-core" , " Shrink debug.log file on client startup (default: 1 when no -debug)" ),
371
385
QT_TRANSLATE_NOOP (" bitcoin-core" , " Signing transaction failed" ),
386
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Specified -walletdir \" %s\" does not exist" ),
387
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Specified -walletdir \" %s\" is a relative path" ),
388
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Specified -walletdir \" %s\" is not a directory" ),
372
389
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specify configuration file (default: %s)" ),
373
390
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specify connection timeout in milliseconds (minimum: 1, default: %d)" ),
374
391
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specify data directory" ),
@@ -395,7 +412,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large for fee policy"),
395
412
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction too large" ),
396
413
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to bind to %s on this computer (bind returned error %s)" ),
397
414
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to bind to %s on this computer. %s is probably already running." ),
415
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to generate initial keys" ),
398
416
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to start HTTP server. See debug log for details." ),
417
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown address type '%s'" ),
418
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown change type '%s'" ),
399
419
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown network specified in -onlynet: '%s'" ),
400
420
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported argument -benchmark ignored, use -debug=bench." ),
401
421
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported argument -debugnet ignored, use -debug=net." ),
@@ -409,13 +429,14 @@ QT_TRANSLATE_NOOP("bitcoin-core", "User Agent comment (%s) contains unsafe chara
409
429
QT_TRANSLATE_NOOP (" bitcoin-core" , " Username for JSON-RPC connections" ),
410
430
QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying blocks..." ),
411
431
QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying wallet(s)..." ),
412
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet %s resides outside data directory %s" ),
432
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet %s resides outside wallet directory %s" ),
413
433
QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet debugging/testing options:" ),
414
434
QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet needed to be rewritten: restart %s to complete" ),
415
435
QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet options:" ),
416
436
QT_TRANSLATE_NOOP (" bitcoin-core" , " Warning" ),
417
437
QT_TRANSLATE_NOOP (" bitcoin-core" , " Warning: unknown new rules activated (versionbit %i)" ),
418
438
QT_TRANSLATE_NOOP (" bitcoin-core" , " Whether to operate in a blocks only mode (default: %u)" ),
439
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " You need to rebuild the database using -reindex to change -txindex" ),
419
440
QT_TRANSLATE_NOOP (" bitcoin-core" , " Zapping all transactions from wallet..." ),
420
441
QT_TRANSLATE_NOOP (" bitcoin-core" , " ZeroMQ notification options:" ),
421
442
};
0 commit comments