@@ -274,17 +274,17 @@ Start Dash Core on system login
274274 option is effectively the same as starting Dash Core together with the
275275 operating system.
276276
277- Hide tray icon
278- When this option is enabled, Dash Core will not display an icon in the
279- system tray. This option cannot be selected at the same time as
277+ Show tray icon
278+ When this option is enabled, Dash Core will display an icon in the
279+ system tray. This option must be selected to enable
280280 **Minimize to the tray instead of the taskbar **.
281281
282282Minimize to the tray instead of the taskbar
283283 When this option is enabled and the Dash Core window is minimized, it
284284 will no longer appear in your taskbar as a running task. Instead, Dash
285285 Core will keep running in the background and can be re-opened from the
286286 Dash icon in the system tray (the area next to your system clock). This
287- option cannot be selected at the same time as **Hide tray icon**.
287+ option can only be selected when ** Show tray icon ** is selected .
288288
289289Minimize on close
290290 When this option is enabled, clicking the X button in the top right
@@ -313,6 +313,10 @@ Number of script verification threads
313313 that number of processor cores, while setting a negative number will
314314 leave that number of processor cores free.
315315
316+ Enable RPC Server
317+ This option allows you or a third-party tool to communicate with the node
318+ through command-line and JSON-RPC commands.
319+
316320Wallet tab
317321----------
318322
@@ -327,6 +331,9 @@ as inputs with the Coin Control, CoinJoin and Masternode features.
327331
328332 The Wallet tab of the Dash Core Options dialog
329333
334+ Subtract fee from amount by default
335+ Whether to set subtract fee from amount as default or not.
336+
330337Enable coin control features
331338 Your Dash Core wallet balance is actually the sum total of all
332339 addresses holding balance that are associated with your wallet. When
@@ -339,6 +346,9 @@ Enable coin control features
339346 different addresses in your wallet. See :ref: `here <coin-control >` for
340347 a more detailed explanation of Coin Control.
341348
349+ Keep custom change address
350+ Whether to keep the specified custom change address or not.
351+
342352Show Masternodes tab
343353 Enabling this option causes Dash Core to display an additional
344354 Masternodes tab to the right of the Transactions tab. This option
@@ -435,6 +445,14 @@ Map port using UPnP
435445 routers and will allow you to connect to the Dash network without making
436446 any special settings on your router.
437447
448+ Map port using NAT-PMP
449+ This option causes Dash Core to automatically attempt to open and map
450+ the client port on your router using
451+ `NAT-PMP <https://en.wikipedia.org/wiki/NAT_Port_Mapping_Protocol >`__
452+ (NAT Port Mapping Protocol). This feature is supported by most modern home
453+ routers and will allow you to connect to the Dash network without making
454+ any special settings on your router.
455+
438456Allow incoming connections
439457 This option causes your client to accept external connections. Since
440458 Dash is a peer-to-peer network and Dash Core is considered a full client
@@ -612,21 +630,6 @@ Rescan blockchain files 2
612630 Performs the same operation as *Rescan blockchain files 1 * but scans from the
613631 genesis block instead of the wallet creation time.
614632
615- Recover transactions
616- The recover transactions commands can be used to remove unconfirmed
617- transactions from the memory pool. Your wallet will restart and rescan
618- the blockchain, recovering existing transactions and removing
619- unconfirmed transactions. Transactions may become stuck in an
620- unconfirmed state if there is a conflict in protocol versions on the
621- network during CoinJoin processing, for example, or if a
622- transaction is sent with insufficient fees when blocks are full.
623-
624- Upgrade wallet format
625- This command is available for very old wallets where an upgrade to the
626- wallet version is required in addition to an update to the wallet
627- software. You can view your current wallet version by running the
628- ``getwalletinfo `` command in the console.
629-
630633Rebuild index
631634 Discards the current blockchain and chainstate indexes (the database of
632635 unspent transaction outputs) and rebuilds it from existing block files.
0 commit comments