crowning
Well-known member
What does the mostly empty payee list mean?
% darkcoind masternode winners
{
"158167" : "",
"158168" : "",
"158169" : "",
"158170" : "",
"158171" : "",
"158172" : "Xh3BwpkVtkP7xTWTZZceVhq4AGur2Hkzhr",
"158173" : "",
"158174" : "",
"158175" : "",
"158176" : "",
"158177" : "",
"158178" : "",
"158179" : "",
"158180" : "",
"158181" : "XciSwTmxLFgrgAErwfCg1bUkM9gwgj3PsJ",
"158182" : "",
"158183" : "",
"158184" : "",
"158185" : "",
"158186" : "",
"158187" : "",
"158188" : "",
"158189" : "",
"158190" : "",
"158191" : "",
"158192" : "",
"158193" : "",
"158194" : "",
"158195" : "",
"158196" : ""
}
EDIT: masternode count goes down to 314! It happened around 22:00 UTC on Oct 24. The nodes were disconnected when checked with grep. The node cannot be restarted by "masternode start" command.
masternode count works normally here, it says 848 right now.
Empty winners happen here as well, but only for 2 or 3 entries.
The reason is that GetBlockPayee() did not find the payee what actually should not happen.
Looking into the code it looks as either the corresponding transaction could not be found, the output of the transaction could not be found, no out with 1000 DRK could be found or no pubkey of the payee could be found. But all are actually available...
eduffield?
Edit: just debugged this a bit, the winner is simply not found for those blocks.
But what's a bit odd:
"darkcoind getinfo":
...
"blocks" : 158523,
...
"darkcoind masternode winners":
...
"158530" : "Xj8h3aJ6JE8vYZ8ZJtJBgrueW456Drt2Jc",
"158531" : "Xxa9a1yMVsMV2rHcSPGoetHcxjXYTiifa6",
"158532" : "Xn43a8Ebd8nMBZweJUQML5cf6RhRLDdJu9",
"158533" : "XxKbjVqDTQBwy9QArZLu5oNpzfH3c2v1xC",
...
So we're at block 158523 and winners are shown for future blocks?
That's a killer application using /dev/timetravel
(Hint: offset is always 10)
Last edited by a moderator: