• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

How to determine the dashd version number of any given masternode?

I've always found MNOwatch to be useful for such tasks, for example, here it is for every eMN,
and it's also available for all known clusters.
and finally in aggregate.
 
Any ideas?
Dashninja ?

Random selection of all masternodes (nothing filled in the search fields) :

Knipsel.JPG
 
Last edited:
Okay, seems you're the author of the crawler. In essence, it prepares a payload and sends to all valid masternodes via nc, but only once a day per node. What if I wanted to do that every hour, too expensive?
 
Okay, seems you're the author of the crawler. In essence, it prepares a payload and sends to all valid masternodes via nc, but only once a day per node. What if I wanted to do that every hour, too expensive?
Most likely. You would need a decent machine, the task is CPU bound.
 
To determine the dashd version number of a given masternode, you can use the following command in the Dash Core client:

dash-cli masternode status

Or, if you're checking remotely via the RPC interface, use:

dash-cli getnetworkinfo

The output will include the protocolversion field, which indicates the version of dashd that the masternode is running.

I think that's just your own masternode. I was looking to determine the version of other masternodes.
 
Back
Top