Appendix C: Network Information
May 27, 2025 ยท View on GitHub
Masternode Information
The fields below are represented as networkInfo and are applicable to all masternodes types as defined in
Appendix B
| Field | Type | Size | Description |
|---|---|---|---|
| ipAddress | byte[] | 16 | IPv6 address in network byte order. Only IPv4 mapped addresses are allowed |
| port | uint_16 | 2 | Port (network byte order) |
Validation Rules
-
ipAddressMUST be a valid IPv4 address that is routable on the global internet -
ipAddressMUST NOT be already used in the registered masternodes set -
portMUST be within the valid port range [1, 65535] -
On mainnet,
portMUST be set to the following valueField Value port 9999
Platform Information
The fields below are represented as platformNetInfo and are only applicable for evonodes as defined in
Appendix B
| Field | Type | Size | Description |
|---|---|---|---|
| platformP2PPort | uint_16 | 0 or 2 | TCP port of Dash Platform peer-to-peer communication between nodes. |
| platformHTTPPort | uint_16 | 0 or 2 | TCP port of Platform HTTP/API interface. |
Validation Rules
-
platformP2PPortandplatformHTTPPortMUST be within the valid port range [1, 65535] -
platformP2PPort,platformHTTPPort, andportfromnetworkInfoMUST be distinct -
On mainnet,
platformP2PPortandplatformHTTPPortMUST be set to the following valuesField Value platformP2PPort 26656 platformHTTPPort 443