Skip to content

Commit

Permalink
docs: add missing params (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov authored Jul 31, 2024
1 parent 345b206 commit 5e6da50
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/user/masternodes/maintenance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ address and port fields of a Evomasternode entry. If a non-zero
``operatorReward`` was set in the initial ProRegTx, the operator may
also set the ``operatorPayoutAddress`` field in the ProUpServTx. If
``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero,
the owner gets the full masternode reward. It also contains `platformNodeId`.
the owner gets the full masternode reward. It also contains platform related settings.
A ProUpServTx can be created from DMT by clicking the **Update service** button, or from Dash Core
using the following syntax::

protx update_service_evo proTxHash ipAndPort operatorKey platformNodeId (operatorPayoutAddress feeSourceAddress)
protx update_service_evo proTxHash ipAndPort operatorKey platformNodeId platformP2PPort platformHTTPPort (operatorPayoutAddress feeSourceAddress)

Where:

Expand All @@ -160,6 +160,8 @@ Where:
- ``operatorKey``: The operator BLS private key associated with the
registered operator public key
- ``platformNodeId``: The Platform node ID derived from Platform P2P public key.
- ``platformP2PPort``: TCP port for Platform peer-to-peer communication between nodes.
- ``platformHTTPPort``: TCP port of Platform HTTP API interface.
- ``operatorPayoutAddress`` (optional): The address used for operator
reward payments. Only allowed when the ProRegTx had a non-zero
``operatorReward`` value. Enter ``""`` to use the
Expand Down

0 comments on commit 5e6da50

Please sign in to comment.