@@ -36,6 +36,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
36
36
" Cannot obtain a lock on data directory %s. Bitcoin Core is probably already "
37
37
" running." ),
38
38
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
39
+ " Continuously rate-limit free transactions to <n>*1000 bytes per minute "
40
+ " (default:15)" ),
41
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
39
42
" Enter regression test mode, which uses a special chain in which blocks can "
40
43
" be solved instantly. This is intended for regression testing tools and app "
41
44
" development." ),
@@ -61,6 +64,17 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
61
64
" Execute command when the best block changes (%s in cmd is replaced by block "
62
65
" hash)" ),
63
66
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
67
+ " Fees smaller than this are considered zero fee (for transaction creation) "
68
+ " (default:" ),
69
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
70
+ " Flush database activity from memory pool to disk log every <n> megabytes "
71
+ " (default: 100)" ),
72
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
73
+ " How thorough the block verification of -checkblocks is (0-4, default: 3)" ),
74
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
75
+ " In this mode -genproclimit controls how many blocks are generated "
76
+ " immediately." ),
77
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
64
78
" Listen for JSON-RPC connections on <port> (default: 8332 or testnet: 18332)" ),
65
79
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
66
80
" Number of seconds to keep misbehaving peers from reconnecting (default: "
@@ -70,8 +84,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
70
84
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
71
85
" Set maximum size of high-priority/low-fee transactions in bytes (default: %d)" ),
72
86
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
73
- " Set the number of script verification threads (up to 16, 0 = auto, <0 = "
74
- " leave that many cores free, default: 0)" ),
87
+ " Set the number of script verification threads (%u to %d, 0 = auto, <0 = "
88
+ " leave that many cores free, default: %d)" ),
89
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
90
+ " Set the processor limit for when generation is on (-1 = unlimited, default: "
91
+ " -1)" ),
75
92
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
76
93
" This is a pre-release test build - use at your own risk - do not use for "
77
94
" mining or merchant applications" ),
@@ -105,6 +122,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
105
122
" %s\n "
106
123
" If the file does not exist, create it with owner-readable-only file "
107
124
" permissions." ),
125
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " (default: 1)" ),
126
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " (default: wallet.dat)" ),
108
127
QT_TRANSLATE_NOOP (" bitcoin-core" , " <category> can be:" ),
109
128
QT_TRANSLATE_NOOP (" bitcoin-core" , " Accept command line and JSON-RPC commands" ),
110
129
QT_TRANSLATE_NOOP (" bitcoin-core" , " Accept connections from outside (default: 1 if no -proxy or -connect)" ),
@@ -113,7 +132,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Allow DNS lookups for -addnode, -seednode and
113
132
QT_TRANSLATE_NOOP (" bitcoin-core" , " Allow JSON-RPC connections from specified IP address" ),
114
133
QT_TRANSLATE_NOOP (" bitcoin-core" , " Attempt to recover private keys from a corrupt wallet.dat" ),
115
134
QT_TRANSLATE_NOOP (" bitcoin-core" , " Bitcoin Core Daemon" ),
116
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Bitcoin RPC client version" ),
135
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Bitcoin Core RPC client version" ),
117
136
QT_TRANSLATE_NOOP (" bitcoin-core" , " Block creation options:" ),
118
137
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot downgrade wallet" ),
119
138
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot resolve -bind address: '%s'" ),
@@ -124,7 +143,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Connect only to the specified node(s)"),
124
143
QT_TRANSLATE_NOOP (" bitcoin-core" , " Connect through SOCKS proxy" ),
125
144
QT_TRANSLATE_NOOP (" bitcoin-core" , " Connect to JSON-RPC on <port> (default: 8332 or testnet: 18332)" ),
126
145
QT_TRANSLATE_NOOP (" bitcoin-core" , " Connect to a node to retrieve peer addresses, and disconnect" ),
146
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Connection options:" ),
127
147
QT_TRANSLATE_NOOP (" bitcoin-core" , " Corrupted block database detected" ),
148
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Debugging/Testing options:" ),
149
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Disable safemode, override a real safe mode event (default: 0)" ),
128
150
QT_TRANSLATE_NOOP (" bitcoin-core" , " Discover own IP address (default: 1 when listening and no -externalip)" ),
129
151
QT_TRANSLATE_NOOP (" bitcoin-core" , " Do not load the wallet and disable wallet RPC calls" ),
130
152
QT_TRANSLATE_NOOP (" bitcoin-core" , " Do you want to rebuild the block database now?" ),
@@ -152,11 +174,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write to coin database"),
152
174
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to write transaction index" ),
153
175
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to write undo data" ),
154
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:" ),
155
178
QT_TRANSLATE_NOOP (" bitcoin-core" , " Find peers using DNS lookup (default: 1 unless -connect)" ),
179
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Force safe mode (default: 0)" ),
156
180
QT_TRANSLATE_NOOP (" bitcoin-core" , " Generate coins (default: 0)" ),
157
181
QT_TRANSLATE_NOOP (" bitcoin-core" , " Get help for a command" ),
158
182
QT_TRANSLATE_NOOP (" bitcoin-core" , " How many blocks to check at startup (default: 288, 0 = all)" ),
159
- QT_TRANSLATE_NOOP (" bitcoin-core" , " How thorough the block verification is (0-4, default: 3)" ),
160
183
QT_TRANSLATE_NOOP (" bitcoin-core" , " If <category> is not supplied, output all debugging information." ),
161
184
QT_TRANSLATE_NOOP (" bitcoin-core" , " Imports blocks from external blk000??.dat file" ),
162
185
QT_TRANSLATE_NOOP (" bitcoin-core" , " Incorrect or no genesis block found. Wrong datadir for network?" ),
@@ -168,11 +191,13 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -minrelaytxfee=<amount>: '
168
191
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -mintxfee=<amount>: '%s'" ),
169
192
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -paytxfee=<amount>: '%s'" ),
170
193
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount" ),
194
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Limit size of signature cache to <n> entries (default: 50000)" ),
171
195
QT_TRANSLATE_NOOP (" bitcoin-core" , " List commands" ),
172
196
QT_TRANSLATE_NOOP (" bitcoin-core" , " Listen for connections on <port> (default: 8333 or testnet: 18333)" ),
173
197
QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading addresses..." ),
174
198
QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading block index..." ),
175
199
QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading wallet..." ),
200
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Log transaction priority and fee per kB when mining blocks (default: 0)" ),
176
201
QT_TRANSLATE_NOOP (" bitcoin-core" , " Maintain a full transaction index (default: 0)" ),
177
202
QT_TRANSLATE_NOOP (" bitcoin-core" , " Maintain at most <n> connections to peers (default: 125)" ),
178
203
QT_TRANSLATE_NOOP (" bitcoin-core" , " Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000)" ),
@@ -183,14 +208,21 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Only connect to nodes in network <net> (IPv4,
183
208
QT_TRANSLATE_NOOP (" bitcoin-core" , " Options:" ),
184
209
QT_TRANSLATE_NOOP (" bitcoin-core" , " Password for JSON-RPC connections" ),
185
210
QT_TRANSLATE_NOOP (" bitcoin-core" , " Prepend debug output with timestamp (default: 1)" ),
211
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Print block on startup, if found in block index" ),
212
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Print block tree on startup (default: 0)" ),
213
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions)" ),
186
214
QT_TRANSLATE_NOOP (" bitcoin-core" , " RPC client options:" ),
215
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " RPC server options:" ),
216
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Randomly drop 1 of every <n> network messages" ),
217
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Randomly fuzz 1 of every <n> network messages" ),
187
218
QT_TRANSLATE_NOOP (" bitcoin-core" , " Rebuild block chain index from current blk000??.dat files" ),
188
219
QT_TRANSLATE_NOOP (" bitcoin-core" , " Rescan the block chain for missing wallet transactions" ),
189
220
QT_TRANSLATE_NOOP (" bitcoin-core" , " Rescanning..." ),
221
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Run a thread to flush wallet periodically (default: 1)" ),
190
222
QT_TRANSLATE_NOOP (" bitcoin-core" , " Run in the background as a daemon and accept commands" ),
191
223
QT_TRANSLATE_NOOP (" bitcoin-core" , " SSL options: (see the Bitcoin Wiki for SSL setup instructions)" ),
192
224
QT_TRANSLATE_NOOP (" bitcoin-core" , " Select SOCKS version for -proxy (4 or 5, default: 5)" ),
193
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Send command to Bitcoin server " ),
225
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Send command to Bitcoin Core " ),
194
226
QT_TRANSLATE_NOOP (" bitcoin-core" , " Send commands to node running on <ip> (default: 127.0.0.1)" ),
195
227
QT_TRANSLATE_NOOP (" bitcoin-core" , " Send trace/debug info to console instead of debug.log file" ),
196
228
QT_TRANSLATE_NOOP (" bitcoin-core" , " Server certificate file (default: server.cert)" ),
@@ -200,6 +232,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Set key pool size to <n> (default: 100)"),
200
232
QT_TRANSLATE_NOOP (" bitcoin-core" , " Set maximum block size in bytes (default: %d)" ),
201
233
QT_TRANSLATE_NOOP (" bitcoin-core" , " Set minimum block size in bytes (default: 0)" ),
202
234
QT_TRANSLATE_NOOP (" bitcoin-core" , " Set the number of threads to service RPC calls (default: 4)" ),
235
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Sets the DB_PRIVATE flag in the wallet db environment (default: 1)" ),
236
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Show all debugging options (usage: --help -help-debug)" ),
237
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Show benchmark information (default: 0)" ),
203
238
QT_TRANSLATE_NOOP (" bitcoin-core" , " Shrink debug.log file on client startup (default: 1 when no -debug)" ),
204
239
QT_TRANSLATE_NOOP (" bitcoin-core" , " Signing transaction failed" ),
205
240
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specify configuration file (default: bitcoin.conf)" ),
@@ -209,7 +244,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Specify pid file (default: bitcoind.pid)"),
209
244
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specify wallet file (within data directory)" ),
210
245
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specify your own public address" ),
211
246
QT_TRANSLATE_NOOP (" bitcoin-core" , " Spend unconfirmed change when sending transactions (default: 1)" ),
212
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Start Bitcoin server " ),
247
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Start Bitcoin Core Daemon " ),
213
248
QT_TRANSLATE_NOOP (" bitcoin-core" , " System error: " ),
214
249
QT_TRANSLATE_NOOP (" bitcoin-core" , " This help message" ),
215
250
QT_TRANSLATE_NOOP (" bitcoin-core" , " This is intended for regression testing tools and app development." ),
@@ -240,6 +275,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Warning: Deprecated argument -debugnet ignore
240
275
QT_TRANSLATE_NOOP (" bitcoin-core" , " Warning: This version is obsolete, upgrade required!" ),
241
276
QT_TRANSLATE_NOOP (" bitcoin-core" , " You need to rebuild the database using -reindex to change -txindex" ),
242
277
QT_TRANSLATE_NOOP (" bitcoin-core" , " Zapping all transactions from wallet..." ),
278
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " on startup" ),
243
279
QT_TRANSLATE_NOOP (" bitcoin-core" , " version" ),
244
280
QT_TRANSLATE_NOOP (" bitcoin-core" , " wallet.dat corrupt, salvage failed" ),
245
281
};
0 commit comments