I've been curious about how SPS is utilized in the network and after a series of Python script coding sessions, I got some answers.
Participation
We have 1.33M accounts created in the blockchain. But the active part is much smaller. According to @penguinpablo's one of the recent report, we have around 33k active users daily.
Between 33k active users, only 1105 accounts actively vote for a proposal.
As the time I write this post, global vesting shares are reported as 408543085012 VESTS
. This maps to 206M
Steem power.
If we calculate the sum of the total SP of all proposal voters, we get 33.8M
SP. That's around %16 participation rate stake-wise.
Big players
These are the top10 influencers on SPS reward pool. Here is a percentage for each of them between all proposal voters:
Results look good, I was actually expecting worse participation considering the SPS is a new feature and most of the frontend tooling arrived not much long ago.
However, to keep the system decentralized, make sure you browse the proposals and use your stake. If you don't like any of these proposals, you can even vote for "return" or "burn" proposals.
steemproposals.comby @dmitrydao is a good interface to check the proposals. While you're at it, make sure you also check my my proposal and vote if you feel, it might be helpful for our community.
No pie chart.
Sad !BEER
How much more one can put into a pie chart!
It seems that the "community" cares less and less about the great things that could happen, that's what he gave me to understand, that data.
Hmm, so your interpretation of the data is almost the reverse of the poster's interpretation? What led you to conclude that the community cares less and less?
Thanks a lot for sharing and mentioning SteemProposals.
I honestly think proposals' voting is kind of similar to witnesses' voting, thus we have to come up with some framework or approach on how to educate people on the importance of these two.
!BEER
Posted using Partiko Android
View or trade
BEER
.Hey @emrebeyler, here is a little bit of
BEER
for you. Enjoy it!View or trade
BEER
.Hey @emrebeyler, here is a little bit of
BEER
for you. Enjoy it!This post has been included in the latest edition of The Steem News - a compilation of the key news stories on the Steem blockchain.
What's the total SP of the 33k "active" users?
that's a good question, but I don't know a feasible way to get this data. If only @penguinpablo shares the account names, it might be easy.
I have a list with all the accounts that have cast a vote in the last 24 hours. It is about 32.5k.
https://pastebin.com/iZV8KdQS
You can load it with
file = open("accounts.txt","r")
itemlist=file.readlines()
I hope :D
That might work, I’ll check today. Thanks. :)
Here you go: https://pastebin.com/9r8hzDTF :-)
All 33,673 active accounts from yesterday (October 22)
Would be nice to know. Im pretty curious how many of those 33k are "real users".
Most blockchains fake transaction volumes and user numbers drastically. We dont do that as far as i know.
Ethereum classic is one that doesnt do it so the number of their users is out on the open. Its only around a couple hundred or less.
My guess is that Steem has by far the most users so maybe compiling them somehow via a verification system would give us a clearer number.
We dont fake anything but we have bots and automated activity (mostly auto-votes) there is no way to differentiate these activities with manual activities.
Well you could potentially verify real users and compile a list.. One part could be done pretty effectively through direct browsing and nomination by a few select people of trust.
The rest via other means.
I know about a 100 real people of the top of my head.
Would this list provide value? Maybe... For marketers etc to know what the size of the community is and what reach they can expect to have.
Could add comparative value vs blockchains like tron that fake id guess 90% of their user numbers.