So if I run 'masternode winners', i'll get a list of blocks and it's a string, usually a comma-separated list of addresses and the number of votes, separated by colons. Example:
But sometimes, it's a hash instead, e.g.:
What does this mean, and how can I use that?
I wrote a system based on the first example, and it's broken now that I got to this... I have no idea what this hash is or what to do with it.
Anyone know?
Code:
"366154"=>"XxNzKe73xLT8qY1UXRfcgikVbP2vwvFGyj:10",
But sometimes, it's a hash instead, e.g.:
Code:
"365552"=>"eac6392cd0d63e4b2ebd3c60da2d3e13137c892cd4cd1a8f3885077ac86b7487",
What does this mean, and how can I use that?
I wrote a system based on the first example, and it's broken now that I got to this... I have no idea what this hash is or what to do with it.
Anyone know?