Showing Summary of Account Creation

in witness-category •  4 years ago  (edited)

Now adding a new summary table to Account Registration List page.

image.png

We can see, on the steem blockchain, the @steem account is still dominating the account creation. Maybe this is due to the fact that when you register via @steem you get temporarly Steem Power (e.g. 15 SP) delegation for a short period of time e.g. 30 days.

You can register via this tool provided by me as well. Currently, 10397 Account Tickets may be used to claim Accounts by @justyy on the Steem Blockchain.

The summary is obtained in PHP code rather than querying the SQLite database:

$arr = array();
for ($i = 0; $i < count($data); ++ $i) {
    $creator = $data[$i]['creator'];
    if (isset($arr[$creator])) {
        $arr[$creator] ++;
    } else {
        $arr[$creator] = 1;
    }                      
}
arsort($arr);

@steemcurator01
@steemcurator02


Follow me for topics of Algorithms, Blockchain and Cloud.
I am @justyy - a Steem Witness
https://steemyy.com

Steem On!~
Every little helps! I hope this helps!


If you like my work, please consider voting for me or Buy Me a Coffee, thanks!
https://steemit.com/~witnesses type in justyy and click VOTE



Alternatively, you could proxy to me if you are too lazy to vote!

Also: you can vote me at the tool I made: https://steemyy.com/witness-voting/?witness=justyy

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

can you consider by adding new endpoint for getting a users last 7days main post list which are pending for payout?

  ·  4 years ago 

Thank you. I'll think about it.

I'm starting to think my Posts are invisible... Feel free to stop by and comment...
October 3, 2020... 9.4 Hollywood Time...