RE: Analyzing Hive Account Authorities with a New Script

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 :)



0
0
0.000
2 comments
avatar
(Edited)

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 a JOIN from authority where authority_granted = "steemauto" would do 90% of the work.

0
0
0.000
avatar

Yeah, alternatively, it could be an inner join on the extracted list after the fact. Lots of ways to do it, depends on what has the least computational load, much of a muchness at the end of the day, given the large amount of accounts.

The problem with my thoughts is they are often far too ambitious for my current skills, (or my hardware! - like my recent post about AI detection using a local llm) so I am constantly trying to expand said skills :D

0
0
0.000