@ -938,12 +938,19 @@ Identify the client to the server and negotiate the protocol version.
["ElectrumX 1.2.1", "1.2"]
["ElectrumX 1.2.1", "1.2"]
"ElectrumX 1.2.1"
"ElectrumX 1.2.1"
Masternode methods (Dash and compatible coins)
==============================================
masternode.announce.broadcast
masternode.announce.broadcast
=============================
=============================
Pass through the masternode announce message to be broadcast by the daemon.
Pass through the masternode announce message to be broadcast by the daemon.
Whenever a masternode comes online or a client is syncing, they will send this message which describes the masternode entry and how to validate messages from it.
Whenever a masternode comes online or a client is syncing, they will
send this message which describes the masternode entry and how to
validate messages from it.
**Signature**
**Signature**
@ -955,13 +962,14 @@ Whenever a masternode comes online or a client is syncing, they will send this m
**Result**
**Result**
True if the message was broadcasted succesfully otherwise False.
:const:`True` if the message was broadcasted succesfully otherwise
@ -978,21 +986,26 @@ Returns the status of masternode.
The txId and the index of the collateral.
The txId and the index of the collateral.
A masternode collateral is a transaction with a specific amount of coins, it's also known as a masternode identifier.
A masternode collateral is a transaction with a specific amount of
coins, it's also known as a masternode identifier.
i.e. for DASH the required amount is 1,000 DASH or for $PAC is 500,000 $PAC.
i.e. for DASH the required amount is 1,000 DASH or for $PAC is
500,000 $PAC.
**Result**
**Result**
As this is a subcription, the client will receive a notification when the masternode status changes.
As this is a subcription, the client will receive a notification
when the masternode status changes.
The status depends on the server the masternode is hosted, the internet connection, the offline time and even the collateral amount, so this subscription notice these changes to the user.
The status depends on the server the masternode is hosted, the
internet connection, the offline time and even the collateral
amount, so this subscription notice these changes to the user.