Appendix C: Network Information#
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 internetipAddressMUST NOT be already used in the registered masternodes setportMUST 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 distinctOn mainnet,
platformP2PPortandplatformHTTPPortMUST be set to the following valuesField
Value
platformP2PPort
26656
platformHTTPPort
443