You are viewing a single comment's thread:
Awesome. We have so much information on the dusty corners of our chain that a lot of people don't really look at. My mind is too analytical to not look in those places. :D
Once we know the scope of a group / audience / behaviour, we can then extrapolate to what percentage of staked HP is on auto pilot, and what percentage of staked HP appears to not be.
Although, as I mentioned last time, there's a gap where the authority is not granted, but the voting is still automated by a locally running script, or something hosted on other infrastructure - so it won't be a complete definition of the sizes, but - a rudimentary, (albeit unreliable) baseline of the manual curation % on chain - both by users and HP :)
oh, that's smart, i think i'll have it add the HP at time of scan to the db too, might make some of it a bit easier,
select sum(vests)
and aJOIN from authority where authority_granted = "steemauto"
would do 90% of the work.View more