@@ -22,31 +22,42 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
22
22
" It is also recommended to set alertnotify so you are notified of problems;\n "
23
23
" for example: alertnotify=echo %%s | mail -s \" Bitcoin Alert\" [email protected] \n " ),
24
24
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
25
+ " (default: 1, 1 = keep tx meta data e.g. account owner and payment request "
26
+ " information, 2 = drop tx meta data)" ),
27
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
25
28
" Acceptable ciphers (default: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!"
26
29
" 3DES:@STRENGTH)" ),
27
30
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
28
- " An error occurred while setting up the RPC port %u for listening on IPv4: %s" ),
31
+ " Allow JSON-RPC connections from specified source. Valid for <ip> are a "
32
+ " single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or "
33
+ " a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times" ),
29
34
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
30
- " An error occurred while setting up the RPC port %u for listening on IPv6, "
31
- " falling back to IPv4: %s" ),
35
+ " An error occurred while setting up the RPC address %s port %u for listening: "
36
+ " %s" ),
32
37
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
33
38
" Bind to given address and always listen on it. Use [host]:port notation for "
34
39
" IPv6" ),
35
40
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
41
+ " Bind to given address to listen for JSON-RPC connections. Use [host]:port "
42
+ " notation for IPv6. This option can be specified multiple times (default: "
43
+ " bind to all interfaces)" ),
44
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
36
45
" Cannot obtain a lock on data directory %s. Bitcoin Core is probably already "
37
46
" running." ),
38
47
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
39
48
" Continuously rate-limit free transactions to <n>*1000 bytes per minute "
40
49
" (default:15)" ),
41
50
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
42
- " Enter regression test mode, which uses a special chain in which blocks can "
43
- " be solved instantly. This is intended for regression testing tools and app "
44
- " development." ),
51
+ " Delete all wallet transactions and only recover those part of the blockchain "
52
+ " through -rescan on startup" ),
53
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
54
+ " Distributed under the MIT/X11 software license, see the accompanying file "
55
+ " COPYING or <http://www.opensource.org/licenses/mit-license.php>." ),
45
56
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
46
57
" Enter regression test mode, which uses a special chain in which blocks can "
47
58
" be solved instantly." ),
48
59
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
49
- " Error: Listening for incoming connections failed (listen returned error %d )" ),
60
+ " Error: Listening for incoming connections failed (listen returned error %s )" ),
50
61
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
51
62
" Error: The transaction was rejected! This might happen if some of the coins "
52
63
" in your wallet were already spent, such as if you used a copy of wallet.dat "
@@ -55,6 +66,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
55
66
" Error: This transaction requires a transaction fee of at least %s because of "
56
67
" its amount, complexity, or use of recently received funds!" ),
57
68
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
69
+ " Execute command when a network tx respends wallet tx input (%s=respend TxID, "
70
+ " %t=wallet TxID)" ),
71
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
58
72
" Execute command when a relevant alert is received or we see a really long "
59
73
" fork (%s in cmd is replaced by message)" ),
60
74
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -64,14 +78,20 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
64
78
" Execute command when the best block changes (%s in cmd is replaced by block "
65
79
" hash)" ),
66
80
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
67
- " Fees smaller than this are considered zero fee (for transaction creation) "
68
- " (default:" ),
81
+ " Fees (in BTC/Kb) smaller than this are considered zero fee for relaying "
82
+ " (default: %s)" ),
83
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
84
+ " Fees (in BTC/Kb) smaller than this are considered zero fee for transaction "
85
+ " creation (default: %s)" ),
69
86
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
70
87
" Flush database activity from memory pool to disk log every <n> megabytes "
71
88
" (default: 100)" ),
72
89
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
73
90
" How thorough the block verification of -checkblocks is (0-4, default: 3)" ),
74
91
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
92
+ " If paytxfee is not set, include enough fee so transactions are confirmed on "
93
+ " average within n blocks (default: 1)" ),
94
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
75
95
" In this mode -genproclimit controls how many blocks are generated "
76
96
" immediately." ),
77
97
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -93,6 +113,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
93
113
" This is a pre-release test build - use at your own risk - do not use for "
94
114
" mining or merchant applications" ),
95
115
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
116
+ " This product includes software developed by the OpenSSL Project for use in "
117
+ " the OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software "
118
+ " written by Eric Young and UPnP software written by Thomas Bernard." ),
119
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
96
120
" Unable to bind to %s on this computer. Bitcoin Core is probably already "
97
121
" running." ),
98
122
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -117,34 +141,26 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
117
141
" Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as "
118
142
" wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect "
119
143
" you should restore from a backup." ),
120
- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
121
- " You must set rpcpassword=<password> in the configuration file:\n "
122
- " %s\n "
123
- " If the file does not exist, create it with owner-readable-only file "
124
- " permissions." ),
125
144
QT_TRANSLATE_NOOP (" bitcoin-core" , " (default: 1)" ),
126
145
QT_TRANSLATE_NOOP (" bitcoin-core" , " (default: wallet.dat)" ),
127
146
QT_TRANSLATE_NOOP (" bitcoin-core" , " <category> can be:" ),
128
147
QT_TRANSLATE_NOOP (" bitcoin-core" , " Accept command line and JSON-RPC commands" ),
129
148
QT_TRANSLATE_NOOP (" bitcoin-core" , " Accept connections from outside (default: 1 if no -proxy or -connect)" ),
130
149
QT_TRANSLATE_NOOP (" bitcoin-core" , " Add a node to connect to and attempt to keep the connection open" ),
131
150
QT_TRANSLATE_NOOP (" bitcoin-core" , " Allow DNS lookups for -addnode, -seednode and -connect" ),
132
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Allow JSON-RPC connections from specified IP address" ),
133
151
QT_TRANSLATE_NOOP (" bitcoin-core" , " Attempt to recover private keys from a corrupt wallet.dat" ),
134
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Bitcoin Core Daemon" ),
135
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Bitcoin Core RPC client version" ),
136
152
QT_TRANSLATE_NOOP (" bitcoin-core" , " Block creation options:" ),
137
153
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot downgrade wallet" ),
138
154
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot resolve -bind address: '%s'" ),
139
155
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot resolve -externalip address: '%s'" ),
140
156
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot write default address" ),
141
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Clear list of wallet transactions (diagnostic tool; implies -rescan)" ),
142
157
QT_TRANSLATE_NOOP (" bitcoin-core" , " Connect only to the specified node(s)" ),
143
158
QT_TRANSLATE_NOOP (" bitcoin-core" , " Connect through SOCKS proxy" ),
144
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Connect to JSON-RPC on <port> (default: 8332 or testnet: 18332)" ),
145
159
QT_TRANSLATE_NOOP (" bitcoin-core" , " Connect to a node to retrieve peer addresses, and disconnect" ),
146
160
QT_TRANSLATE_NOOP (" bitcoin-core" , " Connection options:" ),
161
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Copyright (C) 2009-%i The Bitcoin Core Developers" ),
147
162
QT_TRANSLATE_NOOP (" bitcoin-core" , " Corrupted block database detected" ),
163
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Could not parse -rpcbind value %s as network address" ),
148
164
QT_TRANSLATE_NOOP (" bitcoin-core" , " Debugging/Testing options:" ),
149
165
QT_TRANSLATE_NOOP (" bitcoin-core" , " Disable safemode, override a real safe mode event (default: 0)" ),
150
166
QT_TRANSLATE_NOOP (" bitcoin-core" , " Discover own IP address (default: 1 when listening and no -externalip)" ),
@@ -160,6 +176,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat: Wallet requires new
160
176
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error opening block database" ),
161
177
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error" ),
162
178
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Disk space is low!" ),
179
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unsupported argument -tor found, use -onion." ),
163
180
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Wallet locked, unable to create transaction!" ),
164
181
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: system error: " ),
165
182
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to listen on any port. Use -listen=0 if you want this." ),
@@ -173,27 +190,28 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write file info"),
173
190
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to write to coin database" ),
174
191
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to write transaction index" ),
175
192
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to write undo data" ),
176
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Fee per kB to add to transactions you send" ),
177
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Fees smaller than this are considered zero fee (for relaying) (default:" ),
193
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Fee (in BTC/kB) to add to transactions you send (default: %s)" ),
178
194
QT_TRANSLATE_NOOP (" bitcoin-core" , " Find peers using DNS lookup (default: 1 unless -connect)" ),
179
195
QT_TRANSLATE_NOOP (" bitcoin-core" , " Force safe mode (default: 0)" ),
180
196
QT_TRANSLATE_NOOP (" bitcoin-core" , " Generate coins (default: 0)" ),
181
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Get help for a command" ),
182
197
QT_TRANSLATE_NOOP (" bitcoin-core" , " How many blocks to check at startup (default: 288, 0 = all)" ),
183
198
QT_TRANSLATE_NOOP (" bitcoin-core" , " If <category> is not supplied, output all debugging information." ),
184
199
QT_TRANSLATE_NOOP (" bitcoin-core" , " Importing..." ),
185
200
QT_TRANSLATE_NOOP (" bitcoin-core" , " Imports blocks from external blk000??.dat file" ),
201
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Include IP addresses in debug output (default: 0)" ),
186
202
QT_TRANSLATE_NOOP (" bitcoin-core" , " Incorrect or no genesis block found. Wrong datadir for network?" ),
187
203
QT_TRANSLATE_NOOP (" bitcoin-core" , " Information" ),
204
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Initialization sanity check failed. Bitcoin Core is shutting down." ),
188
205
QT_TRANSLATE_NOOP (" bitcoin-core" , " Insufficient funds" ),
189
206
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid -onion address: '%s'" ),
190
207
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid -proxy address: '%s'" ),
191
208
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -minrelaytxfee=<amount>: '%s'" ),
192
209
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -mintxfee=<amount>: '%s'" ),
210
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s)" ),
193
211
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -paytxfee=<amount>: '%s'" ),
194
212
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount" ),
213
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Keep at most <n> unconnectable blocks in memory (default: %u)" ),
195
214
QT_TRANSLATE_NOOP (" bitcoin-core" , " Limit size of signature cache to <n> entries (default: 50000)" ),
196
- QT_TRANSLATE_NOOP (" bitcoin-core" , " List commands" ),
197
215
QT_TRANSLATE_NOOP (" bitcoin-core" , " Listen for connections on <port> (default: 8333 or testnet: 18333)" ),
198
216
QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading addresses..." ),
199
217
QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading block index..." ),
@@ -203,6 +221,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Maintain a full transaction index (default: 0
203
221
QT_TRANSLATE_NOOP (" bitcoin-core" , " Maintain at most <n> connections to peers (default: 125)" ),
204
222
QT_TRANSLATE_NOOP (" bitcoin-core" , " Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000)" ),
205
223
QT_TRANSLATE_NOOP (" bitcoin-core" , " Maximum per-connection send buffer, <n>*1000 bytes (default: 1000)" ),
224
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Node relay options:" ),
206
225
QT_TRANSLATE_NOOP (" bitcoin-core" , " Not enough file descriptors available." ),
207
226
QT_TRANSLATE_NOOP (" bitcoin-core" , " Only accept block chain matching built-in checkpoints (default: 1)" ),
208
227
QT_TRANSLATE_NOOP (" bitcoin-core" , " Only connect to nodes in network <net> (IPv4, IPv6 or Tor)" ),
@@ -212,19 +231,16 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Prepend debug output with timestamp (default:
212
231
QT_TRANSLATE_NOOP (" bitcoin-core" , " Print block on startup, if found in block index" ),
213
232
QT_TRANSLATE_NOOP (" bitcoin-core" , " Print block tree on startup (default: 0)" ),
214
233
QT_TRANSLATE_NOOP (" bitcoin-core" , " RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions)" ),
215
- QT_TRANSLATE_NOOP (" bitcoin-core" , " RPC client options:" ),
216
234
QT_TRANSLATE_NOOP (" bitcoin-core" , " RPC server options:" ),
217
235
QT_TRANSLATE_NOOP (" bitcoin-core" , " Randomly drop 1 of every <n> network messages" ),
218
236
QT_TRANSLATE_NOOP (" bitcoin-core" , " Randomly fuzz 1 of every <n> network messages" ),
219
237
QT_TRANSLATE_NOOP (" bitcoin-core" , " Rebuild block chain index from current blk000??.dat files" ),
238
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Relay and mine data carrier transactions (default: 1)" ),
220
239
QT_TRANSLATE_NOOP (" bitcoin-core" , " Rescan the block chain for missing wallet transactions" ),
221
240
QT_TRANSLATE_NOOP (" bitcoin-core" , " Rescanning..." ),
222
241
QT_TRANSLATE_NOOP (" bitcoin-core" , " Run a thread to flush wallet periodically (default: 1)" ),
223
242
QT_TRANSLATE_NOOP (" bitcoin-core" , " Run in the background as a daemon and accept commands" ),
224
- QT_TRANSLATE_NOOP (" bitcoin-core" , " SSL options: (see the Bitcoin Wiki for SSL setup instructions)" ),
225
243
QT_TRANSLATE_NOOP (" bitcoin-core" , " Select SOCKS version for -proxy (4 or 5, default: 5)" ),
226
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Send command to Bitcoin Core" ),
227
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Send commands to node running on <ip> (default: 127.0.0.1)" ),
228
244
QT_TRANSLATE_NOOP (" bitcoin-core" , " Send trace/debug info to console instead of debug.log file" ),
229
245
QT_TRANSLATE_NOOP (" bitcoin-core" , " Server certificate file (default: server.cert)" ),
230
246
QT_TRANSLATE_NOOP (" bitcoin-core" , " Server private key (default: server.pem)" ),
@@ -245,29 +261,27 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Specify pid file (default: bitcoind.pid)"),
245
261
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specify wallet file (within data directory)" ),
246
262
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specify your own public address" ),
247
263
QT_TRANSLATE_NOOP (" bitcoin-core" , " Spend unconfirmed change when sending transactions (default: 1)" ),
248
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Start Bitcoin Core Daemon " ),
264
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Stop running after importing blocks from disk (default: 0) " ),
249
265
QT_TRANSLATE_NOOP (" bitcoin-core" , " System error: " ),
250
266
QT_TRANSLATE_NOOP (" bitcoin-core" , " This help message" ),
267
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " This is experimental software." ),
251
268
QT_TRANSLATE_NOOP (" bitcoin-core" , " This is intended for regression testing tools and app development." ),
252
269
QT_TRANSLATE_NOOP (" bitcoin-core" , " Threshold for disconnecting misbehaving peers (default: 100)" ),
253
270
QT_TRANSLATE_NOOP (" bitcoin-core" , " To use the %s option" ),
254
271
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction amount too small" ),
255
272
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction amounts must be positive" ),
256
273
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction too large" ),
257
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to bind to %s on this computer (bind returned error %d, % s)" ),
274
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to bind to %s on this computer (bind returned error %s)" ),
258
275
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown -socks proxy version requested: %i" ),
259
276
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown network specified in -onlynet: '%s'" ),
260
277
QT_TRANSLATE_NOOP (" bitcoin-core" , " Upgrade wallet to latest format" ),
261
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Usage (deprecated, use bitcoin-cli):" ),
262
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Usage:" ),
263
278
QT_TRANSLATE_NOOP (" bitcoin-core" , " Use OpenSSL (https) for JSON-RPC connections" ),
264
279
QT_TRANSLATE_NOOP (" bitcoin-core" , " Use UPnP to map the listening port (default: 0)" ),
265
280
QT_TRANSLATE_NOOP (" bitcoin-core" , " Use UPnP to map the listening port (default: 1 when listening)" ),
266
281
QT_TRANSLATE_NOOP (" bitcoin-core" , " Use the test network" ),
267
282
QT_TRANSLATE_NOOP (" bitcoin-core" , " Username for JSON-RPC connections" ),
268
283
QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying blocks..." ),
269
284
QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying wallet..." ),
270
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Wait for RPC server to start" ),
271
285
QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet %s resides outside data directory %s" ),
272
286
QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet needed to be rewritten: restart Bitcoin to complete" ),
273
287
QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet options:" ),
@@ -277,6 +291,5 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Warning: This version is obsolete, upgrade re
277
291
QT_TRANSLATE_NOOP (" bitcoin-core" , " You need to rebuild the database using -reindex to change -txindex" ),
278
292
QT_TRANSLATE_NOOP (" bitcoin-core" , " Zapping all transactions from wallet..." ),
279
293
QT_TRANSLATE_NOOP (" bitcoin-core" , " on startup" ),
280
- QT_TRANSLATE_NOOP (" bitcoin-core" , " version" ),
281
294
QT_TRANSLATE_NOOP (" bitcoin-core" , " wallet.dat corrupt, salvage failed" ),
282
295
};
0 commit comments