@@ -18,6 +18,9 @@ QT_TRANSLATE_NOOP("dash-core", ""
1818" (1 = keep tx meta data e.g. account owner and payment request information, 2 "
1919" = drop tx meta data)" ),
2020QT_TRANSLATE_NOOP (" dash-core" , " "
21+ " -masternode option is deprecated and ignored, specifying -"
22+ " masternodeblsprivkey is enough to start this node as a masternode." ),
23+ QT_TRANSLATE_NOOP (" dash-core" , " "
2124" -maxtxfee is set very high! Fees this large could be paid on a single "
2225" transaction." ),
2326QT_TRANSLATE_NOOP (" dash-core" , " "
@@ -27,6 +30,9 @@ QT_TRANSLATE_NOOP("dash-core", ""
2730" Accept relayed transactions received from whitelisted peers even when not "
2831" relaying transactions (default: %d)" ),
2932QT_TRANSLATE_NOOP (" dash-core" , " "
33+ " Add a node to connect to and attempt to keep the connection open (see the "
34+ " `addnode` RPC command help for more info)" ),
35+ QT_TRANSLATE_NOOP (" dash-core" , " "
3036" Allow JSON-RPC connections from specified source. Valid for <ip> are a "
3137" single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or "
3238" a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times" ),
@@ -46,7 +52,7 @@ QT_TRANSLATE_NOOP("dash-core", ""
4652" Cannot obtain a lock on data directory %s. %s is probably already running." ),
4753QT_TRANSLATE_NOOP (" dash-core" , " "
4854" Connect only to the specified node(s); -connect=0 disables automatic "
49- " connections" ),
55+ " connections (the rules for this peer are the same as for -addnode) " ),
5056QT_TRANSLATE_NOOP (" dash-core" , " "
5157" Create new files with system default permissions, instead of umask 077 (only "
5258" effective with disabled wallet functionality)" ),
@@ -155,7 +161,7 @@ QT_TRANSLATE_NOOP("dash-core", ""
155161" excluded) (default: %u)" ),
156162QT_TRANSLATE_NOOP (" dash-core" , " "
157163" Make sure to encrypt your wallet and delete all non-encrypted backups after "
158- " you verified that wallet works!" ),
164+ " you have verified that the wallet works!" ),
159165QT_TRANSLATE_NOOP (" dash-core" , " "
160166" Maximum allowed median peer time offset adjustment. Local perspective of "
161167" time may be influenced by peers forward or backward by this amount. "
@@ -167,6 +173,8 @@ QT_TRANSLATE_NOOP("dash-core", ""
167173" Maximum total fees (in %s) to use in a single wallet transaction or raw "
168174" transaction; setting this too low may abort large transactions (default: %s)" ),
169175QT_TRANSLATE_NOOP (" dash-core" , " "
176+ " Maximum total size of all orphan transactions in megabytes (default: %u)" ),
177+ QT_TRANSLATE_NOOP (" dash-core" , " "
170178" Name to construct url for KeePass entry that stores the wallet passphrase" ),
171179QT_TRANSLATE_NOOP (" dash-core" , " "
172180" Number of seconds to keep misbehaving peers from reconnecting (default: %u)" ),
@@ -214,6 +222,9 @@ QT_TRANSLATE_NOOP("dash-core", ""
214222" Set lowest fee rate (in %s/kB) for transactions to be included in block "
215223" creation. (default: %s)" ),
216224QT_TRANSLATE_NOOP (" dash-core" , " "
225+ " Set the masternode BLS private key and enable the client to act as a "
226+ " masternode" ),
227+ QT_TRANSLATE_NOOP (" dash-core" , " "
217228" Set the number of script verification threads (%u to %d, 0 = auto, <0 = "
218229" leave that many cores free, default: %d)" ),
219230QT_TRANSLATE_NOOP (" dash-core" , " "
@@ -327,8 +338,7 @@ QT_TRANSLATE_NOOP("dash-core", ""
327338QT_TRANSLATE_NOOP (" dash-core" , " "
328339" You are starting in lite mode, most Dash-specific functionality is disabled." ),
329340QT_TRANSLATE_NOOP (" dash-core" , " "
330- " You must specify a masternodeblsprivkey in the configuration. Please see "
331- " documentation for help." ),
341+ " You need to rebuild the database using -reindex to change -timestampindex" ),
332342QT_TRANSLATE_NOOP (" dash-core" , " "
333343" You need to rebuild the database using -reindex to go back to unpruned "
334344" mode. This will redownload the entire blockchain" ),
@@ -347,7 +357,6 @@ QT_TRANSLATE_NOOP("dash-core", "<category> can be:"),
347357QT_TRANSLATE_NOOP (" dash-core" , " Accept command line and JSON-RPC commands" ),
348358QT_TRANSLATE_NOOP (" dash-core" , " Accept connections from outside (default: 1 if no -proxy or -connect)" ),
349359QT_TRANSLATE_NOOP (" dash-core" , " Accept public REST requests (default: %u)" ),
350- QT_TRANSLATE_NOOP (" dash-core" , " Add a node to connect to and attempt to keep the connection open" ),
351360QT_TRANSLATE_NOOP (" dash-core" , " Allow DNS lookups for -addnode, -seednode and -connect" ),
352361QT_TRANSLATE_NOOP (" dash-core" , " Allow RFC1918 addresses to be relayed and connected to (default: %u)" ),
353362QT_TRANSLATE_NOOP (" dash-core" , " Already have that input." ),
@@ -386,7 +395,6 @@ QT_TRANSLATE_NOOP("dash-core", "Enable publish hash transaction in <address>"),
386395QT_TRANSLATE_NOOP (" dash-core" , " Enable publish raw block in <address>" ),
387396QT_TRANSLATE_NOOP (" dash-core" , " Enable publish raw transaction (locked via InstantSend) in <address>" ),
388397QT_TRANSLATE_NOOP (" dash-core" , " Enable publish raw transaction in <address>" ),
389- QT_TRANSLATE_NOOP (" dash-core" , " Enable the client to act as a masternode (0-1, default: %u)" ),
390398QT_TRANSLATE_NOOP (" dash-core" , " Entries are full." ),
391399QT_TRANSLATE_NOOP (" dash-core" , " Entry exceeds maximum size." ),
392400QT_TRANSLATE_NOOP (" dash-core" , " Error initializing block database" ),
@@ -515,7 +523,6 @@ QT_TRANSLATE_NOOP("dash-core", "Session timed out."),
515523QT_TRANSLATE_NOOP (" dash-core" , " Set database cache size in megabytes (%d to %d, default: %d)" ),
516524QT_TRANSLATE_NOOP (" dash-core" , " Set key pool size to <n> (default: %u)" ),
517525QT_TRANSLATE_NOOP (" dash-core" , " Set maximum block size in bytes (default: %d)" ),
518- QT_TRANSLATE_NOOP (" dash-core" , " Set the masternode BLS private key" ),
519526QT_TRANSLATE_NOOP (" dash-core" , " Set the number of threads to service RPC calls (default: %d)" ),
520527QT_TRANSLATE_NOOP (" dash-core" , " Show all debugging options (usage: --help -help-debug)" ),
521528QT_TRANSLATE_NOOP (" dash-core" , " Shrink debug.log file on client startup (default: 1 when no -debug)" ),
@@ -592,6 +599,8 @@ QT_TRANSLATE_NOOP("dash-core", "Whether to operate in a blocks only mode (defaul
592599QT_TRANSLATE_NOOP (" dash-core" , " Will retry..." ),
593600QT_TRANSLATE_NOOP (" dash-core" , " You can not start a masternode in lite mode." ),
594601QT_TRANSLATE_NOOP (" dash-core" , " You can not start a masternode with wallet enabled." ),
602+ QT_TRANSLATE_NOOP (" dash-core" , " You need to rebuild the database using -reindex to change -addressindex" ),
603+ QT_TRANSLATE_NOOP (" dash-core" , " You need to rebuild the database using -reindex to change -spentindex" ),
595604QT_TRANSLATE_NOOP (" dash-core" , " You need to rebuild the database using -reindex to change -txindex" ),
596605QT_TRANSLATE_NOOP (" dash-core" , " Your entries added successfully." ),
597606QT_TRANSLATE_NOOP (" dash-core" , " Zapping all transactions from wallet..." ),
0 commit comments