@@ -67,6 +67,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
67
67
" Fees (in %s/kB) smaller than this are considered zero fee for relaying, "
68
68
" mining and transaction creation (default: %s)" ),
69
69
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
70
+ " Fees (in %s/kB) smaller than this are considered zero fee for transaction "
71
+ " creation (default: %s)" ),
72
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
70
73
" How thorough the block verification of -checkblocks is (0-4, default: %u)" ),
71
74
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
72
75
" If <category> is not supplied or if <category> = 1, output all debugging "
@@ -121,6 +124,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
121
124
" Set the number of threads for coin generation if enabled (-1 = all cores, "
122
125
" default: %d)" ),
123
126
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
127
+ " Support filtering of blocks and transaction with bloom filters (default: %u)" ),
128
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
124
129
" The block database contains a block which appears to be from the future. "
125
130
" This may be due to your computer's date and time being set incorrectly. Only "
126
131
" rebuild the block database if you are sure that your computer's date and "
@@ -152,6 +157,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
152
157
" Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: "
153
158
" %s)" ),
154
159
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
160
+ " Username and hashed password for JSON-RPC connections. The field <userpw> "
161
+ " comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is "
162
+ " included in share/rpcuser. This option can be specified multiple times" ),
163
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
155
164
" WARNING: abnormally high number of blocks generated, %d blocks received in "
156
165
" the last %d hours (%d expected)" ),
157
166
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -178,7 +187,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
178
187
" mode. This will redownload the entire blockchain" ),
179
188
QT_TRANSLATE_NOOP (" bitcoin-core" , " (default: %s)" ),
180
189
QT_TRANSLATE_NOOP (" bitcoin-core" , " (default: %u)" ),
181
- QT_TRANSLATE_NOOP (" bitcoin-core" , " (default: 1)" ),
182
190
QT_TRANSLATE_NOOP (" bitcoin-core" , " -maxmempool must be at least %d MB" ),
183
191
QT_TRANSLATE_NOOP (" bitcoin-core" , " <category> can be:" ),
184
192
QT_TRANSLATE_NOOP (" bitcoin-core" , " Accept command line and JSON-RPC commands" ),
@@ -197,7 +205,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -bind address: '%s'"),
197
205
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot resolve -externalip address: '%s'" ),
198
206
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot resolve -whitebind address: '%s'" ),
199
207
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot write default address" ),
200
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Choose data directory on startup (default: 0)" ),
201
208
QT_TRANSLATE_NOOP (" bitcoin-core" , " Connect only to the specified node(s)" ),
202
209
QT_TRANSLATE_NOOP (" bitcoin-core" , " Connect through SOCKS5 proxy" ),
203
210
QT_TRANSLATE_NOOP (" bitcoin-core" , " Connect to a node to retrieve peer addresses, and disconnect" ),
@@ -274,15 +281,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Rescanning..."),
274
281
QT_TRANSLATE_NOOP (" bitcoin-core" , " Run in the background as a daemon and accept commands" ),
275
282
QT_TRANSLATE_NOOP (" bitcoin-core" , " Send trace/debug info to console instead of debug.log file" ),
276
283
QT_TRANSLATE_NOOP (" bitcoin-core" , " Send transactions as zero-fee transactions if possible (default: %u)" ),
277
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Set SSL root certificates for payment request (default: -system-)" ),
278
284
QT_TRANSLATE_NOOP (" bitcoin-core" , " Set database cache size in megabytes (%d to %d, default: %d)" ),
279
285
QT_TRANSLATE_NOOP (" bitcoin-core" , " Set key pool size to <n> (default: %u)" ),
280
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Set language, for example \" de_DE\" (default: system locale)" ),
281
286
QT_TRANSLATE_NOOP (" bitcoin-core" , " Set maximum block size in bytes (default: %d)" ),
282
287
QT_TRANSLATE_NOOP (" bitcoin-core" , " Set minimum block size in bytes (default: %u)" ),
283
288
QT_TRANSLATE_NOOP (" bitcoin-core" , " Set the number of threads to service RPC calls (default: %d)" ),
284
289
QT_TRANSLATE_NOOP (" bitcoin-core" , " Show all debugging options (usage: --help -help-debug)" ),
285
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Show splash screen on startup (default: 1)" ),
286
290
QT_TRANSLATE_NOOP (" bitcoin-core" , " Shrink debug.log file on client startup (default: 1 when no -debug)" ),
287
291
QT_TRANSLATE_NOOP (" bitcoin-core" , " Signing transaction failed" ),
288
292
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specify configuration file (default: %s)" ),
@@ -292,7 +296,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Specify pid file (default: %s)"),
292
296
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specify wallet file (within data directory)" ),
293
297
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specify your own public address" ),
294
298
QT_TRANSLATE_NOOP (" bitcoin-core" , " Spend unconfirmed change when sending transactions (default: %u)" ),
295
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Start minimized" ),
296
299
QT_TRANSLATE_NOOP (" bitcoin-core" , " The transaction amount is too small to pay the fee" ),
297
300
QT_TRANSLATE_NOOP (" bitcoin-core" , " This help message" ),
298
301
QT_TRANSLATE_NOOP (" bitcoin-core" , " This is experimental software." ),
@@ -303,7 +306,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amount too small"),
303
306
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction amounts must be positive" ),
304
307
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction too large for fee policy" ),
305
308
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction too large" ),
306
- QT_TRANSLATE_NOOP (" bitcoin-core" , " UI Options:" ),
307
309
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to bind to %s on this computer (bind returned error %s)" ),
308
310
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to start HTTP server. See debug log for details." ),
309
311
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown network specified in -onlynet: '%s'" ),
0 commit comments