@@ -38,6 +38,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
38
38
" Bind to given address and always listen on it. Use [host]:port notation for "
39
39
" IPv6" ),
40
40
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
41
+ " Bind to given address and whitelist peers connecting to it. Use [host]:port "
42
+ " notation for IPv6" ),
43
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
41
44
" Bind to given address to listen for JSON-RPC connections. Use [host]:port "
42
45
" notation for IPv6. This option can be specified multiple times (default: "
43
46
" bind to all interfaces)" ),
@@ -48,6 +51,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
48
51
" Continuously rate-limit free transactions to <n>*1000 bytes per minute "
49
52
" (default:15)" ),
50
53
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
54
+ " Create new files with system default permissions, instead of umask 077 (only "
55
+ " effective with disabled wallet functionality)" ),
56
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
51
57
" Delete all wallet transactions and only recover those part of the blockchain "
52
58
" through -rescan on startup" ),
53
59
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -66,6 +72,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
66
72
" Error: This transaction requires a transaction fee of at least %s because of "
67
73
" its amount, complexity, or use of recently received funds!" ),
68
74
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
75
+ " Error: Unsupported argument -socks found. Setting SOCKS version isn't "
76
+ " possible anymore, only SOCKS5 proxies are supported." ),
77
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
69
78
" Execute command when a network tx respends wallet tx input (%s=respend TxID, "
70
79
" %t=wallet TxID)" ),
71
80
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -102,6 +111,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
102
111
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
103
112
" Output debugging information (default: 0, supplying <category> is optional)" ),
104
113
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
114
+ " Query for peer addresses via DNS lookup, if low on addresses (default: 1 "
115
+ " unless -connect)" ),
116
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
105
117
" Set maximum size of high-priority/low-fee transactions in bytes (default: %d)" ),
106
118
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
107
119
" Set the number of script verification threads (%u to %d, 0 = auto, <0 = "
@@ -141,21 +153,29 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
141
153
" Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as "
142
154
" wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect "
143
155
" you should restore from a backup." ),
156
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
157
+ " Whitelist peers connecting from the given netmask or ip. Can be specified "
158
+ " multiple times." ),
159
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
160
+ " Whitelisted peers cannot be DoS banned and their transactions are always "
161
+ " relayed, even if they are already in the mempool, useful e.g. for a gateway" ),
144
162
QT_TRANSLATE_NOOP (" bitcoin-core" , " (default: 1)" ),
145
163
QT_TRANSLATE_NOOP (" bitcoin-core" , " (default: wallet.dat)" ),
146
164
QT_TRANSLATE_NOOP (" bitcoin-core" , " <category> can be:" ),
147
165
QT_TRANSLATE_NOOP (" bitcoin-core" , " Accept command line and JSON-RPC commands" ),
148
166
QT_TRANSLATE_NOOP (" bitcoin-core" , " Accept connections from outside (default: 1 if no -proxy or -connect)" ),
149
167
QT_TRANSLATE_NOOP (" bitcoin-core" , " Add a node to connect to and attempt to keep the connection open" ),
150
168
QT_TRANSLATE_NOOP (" bitcoin-core" , " Allow DNS lookups for -addnode, -seednode and -connect" ),
169
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Always query for peer addresses via DNS lookup (default: 0)" ),
151
170
QT_TRANSLATE_NOOP (" bitcoin-core" , " Attempt to recover private keys from a corrupt wallet.dat" ),
152
171
QT_TRANSLATE_NOOP (" bitcoin-core" , " Block creation options:" ),
153
172
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot downgrade wallet" ),
154
173
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot resolve -bind address: '%s'" ),
155
174
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot resolve -externalip address: '%s'" ),
175
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot resolve -whitebind address: '%s'" ),
156
176
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot write default address" ),
157
177
QT_TRANSLATE_NOOP (" bitcoin-core" , " Connect only to the specified node(s)" ),
158
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Connect through SOCKS proxy" ),
178
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Connect through SOCKS5 proxy" ),
159
179
QT_TRANSLATE_NOOP (" bitcoin-core" , " Connect to a node to retrieve peer addresses, and disconnect" ),
160
180
QT_TRANSLATE_NOOP (" bitcoin-core" , " Connection options:" ),
161
181
QT_TRANSLATE_NOOP (" bitcoin-core" , " Copyright (C) 2009-%i The Bitcoin Core Developers" ),
@@ -191,7 +211,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write to coin database"),
191
211
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to write transaction index" ),
192
212
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to write undo data" ),
193
213
QT_TRANSLATE_NOOP (" bitcoin-core" , " Fee (in BTC/kB) to add to transactions you send (default: %s)" ),
194
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Find peers using DNS lookup (default: 1 unless -connect)" ),
195
214
QT_TRANSLATE_NOOP (" bitcoin-core" , " Force safe mode (default: 0)" ),
196
215
QT_TRANSLATE_NOOP (" bitcoin-core" , " Generate coins (default: 0)" ),
197
216
QT_TRANSLATE_NOOP (" bitcoin-core" , " How many blocks to check at startup (default: 288, 0 = all)" ),
@@ -210,6 +229,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -mintxfee=<amount>: '%s'")
210
229
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s)" ),
211
230
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -paytxfee=<amount>: '%s'" ),
212
231
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount" ),
232
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid netmask specified in -whitelist: '%s'" ),
213
233
QT_TRANSLATE_NOOP (" bitcoin-core" , " Keep at most <n> unconnectable blocks in memory (default: %u)" ),
214
234
QT_TRANSLATE_NOOP (" bitcoin-core" , " Limit size of signature cache to <n> entries (default: 50000)" ),
215
235
QT_TRANSLATE_NOOP (" bitcoin-core" , " Listen for connections on <port> (default: 8333 or testnet: 18333)" ),
@@ -221,6 +241,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Maintain a full transaction index (default: 0
221
241
QT_TRANSLATE_NOOP (" bitcoin-core" , " Maintain at most <n> connections to peers (default: 125)" ),
222
242
QT_TRANSLATE_NOOP (" bitcoin-core" , " Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000)" ),
223
243
QT_TRANSLATE_NOOP (" bitcoin-core" , " Maximum per-connection send buffer, <n>*1000 bytes (default: 1000)" ),
244
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Need to specify a port with -whitebind: '%s'" ),
224
245
QT_TRANSLATE_NOOP (" bitcoin-core" , " Node relay options:" ),
225
246
QT_TRANSLATE_NOOP (" bitcoin-core" , " Not enough file descriptors available." ),
226
247
QT_TRANSLATE_NOOP (" bitcoin-core" , " Only accept block chain matching built-in checkpoints (default: 1)" ),
@@ -236,11 +257,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Randomly drop 1 of every <n> network messages
236
257
QT_TRANSLATE_NOOP (" bitcoin-core" , " Randomly fuzz 1 of every <n> network messages" ),
237
258
QT_TRANSLATE_NOOP (" bitcoin-core" , " Rebuild block chain index from current blk000??.dat files" ),
238
259
QT_TRANSLATE_NOOP (" bitcoin-core" , " Relay and mine data carrier transactions (default: 1)" ),
260
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Relay non-P2SH multisig (default: 1)" ),
239
261
QT_TRANSLATE_NOOP (" bitcoin-core" , " Rescan the block chain for missing wallet transactions" ),
240
262
QT_TRANSLATE_NOOP (" bitcoin-core" , " Rescanning..." ),
241
263
QT_TRANSLATE_NOOP (" bitcoin-core" , " Run a thread to flush wallet periodically (default: 1)" ),
242
264
QT_TRANSLATE_NOOP (" bitcoin-core" , " Run in the background as a daemon and accept commands" ),
243
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Select SOCKS version for -proxy (4 or 5, default: 5)" ),
244
265
QT_TRANSLATE_NOOP (" bitcoin-core" , " Send trace/debug info to console instead of debug.log file" ),
245
266
QT_TRANSLATE_NOOP (" bitcoin-core" , " Server certificate file (default: server.cert)" ),
246
267
QT_TRANSLATE_NOOP (" bitcoin-core" , " Server private key (default: server.pem)" ),
@@ -251,7 +272,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Set minimum block size in bytes (default: 0)"
251
272
QT_TRANSLATE_NOOP (" bitcoin-core" , " Set the number of threads to service RPC calls (default: 4)" ),
252
273
QT_TRANSLATE_NOOP (" bitcoin-core" , " Sets the DB_PRIVATE flag in the wallet db environment (default: 1)" ),
253
274
QT_TRANSLATE_NOOP (" bitcoin-core" , " Show all debugging options (usage: --help -help-debug)" ),
254
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Show benchmark information (default: 0)" ),
255
275
QT_TRANSLATE_NOOP (" bitcoin-core" , " Shrink debug.log file on client startup (default: 1 when no -debug)" ),
256
276
QT_TRANSLATE_NOOP (" bitcoin-core" , " Signing transaction failed" ),
257
277
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specify configuration file (default: bitcoin.conf)" ),
@@ -272,7 +292,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amount too small"),
272
292
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction amounts must be positive" ),
273
293
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction too large" ),
274
294
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to bind to %s on this computer (bind returned error %s)" ),
275
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown -socks proxy version requested: %i" ),
276
295
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown network specified in -onlynet: '%s'" ),
277
296
QT_TRANSLATE_NOOP (" bitcoin-core" , " Upgrade wallet to latest format" ),
278
297
QT_TRANSLATE_NOOP (" bitcoin-core" , " Use OpenSSL (https) for JSON-RPC connections" ),
@@ -286,8 +305,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Wallet %s resides outside data directory %s")
286
305
QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet needed to be rewritten: restart Bitcoin to complete" ),
287
306
QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet options:" ),
288
307
QT_TRANSLATE_NOOP (" bitcoin-core" , " Warning" ),
289
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Warning: Deprecated argument -debugnet ignored, use -debug=net" ),
290
308
QT_TRANSLATE_NOOP (" bitcoin-core" , " Warning: This version is obsolete, upgrade required!" ),
309
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Warning: Unsupported argument -benchmark ignored, use -debug=bench." ),
310
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Warning: Unsupported argument -debugnet ignored, use -debug=net." ),
291
311
QT_TRANSLATE_NOOP (" bitcoin-core" , " You need to rebuild the database using -reindex to change -txindex" ),
292
312
QT_TRANSLATE_NOOP (" bitcoin-core" , " Zapping all transactions from wallet..." ),
293
313
QT_TRANSLATE_NOOP (" bitcoin-core" , " on startup" ),
0 commit comments