So I was just working through the
CLAM issue tracker. I saw that
issue #252 was still open even though I already fixed it.
I checked that "clamd getsupport" really did work:
clamd getsupport
{
"threshold" : 0,
"window" : 10000,
"endblock" : 778536,
"startblock" : 768537,
"support" : {
"0000cb61" : 34,
"02fde4a4" : 6,
"066b223d" : 3,
"26dfbf81" : 8,
"5afa074c" : 43,
"694c26a6" : 2,
"7a69a853" : 25,
"c9328886" : 2,
"ea06c089" : 18,
"eff96b06" : 10,
"ff839af9" : 33
}
}
and was surprised to see the vote tallies so small.
Then it occurred to me that since I moved JD to new servers about a week ago, the staking wallet hasn't been supporting any petitions at all.
Oops!
It's fixed again now.
Before:
http://khashier.com/tx/496955fa5e0533cde6d83215bc49874cd58013b182f9b85e810e7ea675b6a0cb After:
http://khashier.com/tx/ccdb1b89321f0946b7fe6fc21c3c793a6c1cb49365fe6814f6a0f0181b2e0c35Sorry for the downtime.
Edit: now we see the tallies increasing again:
$ clamd getsupport
{
"threshold" : 0,
"window" : 10000,
"endblock" : 778660,
"startblock" : 768661,
"support" : {
"0000cb61" : 34,
"02fde4a4" : 8,
"066b223d" : 3,
"26dfbf81" : 8,
"5afa074c" : 53,
"694c26a6" : 7,
"7a69a853" : 29,
"c9328886" : 2,
"ea06c089" : 24,
"eff96b06" : 10,
"ff839af9" : 46
}
}