Steemit Reaches 500k accounts today.

in #steemit7 years ago

We reach 500,000 accounts today with some pretty nice growth over the past week. Over 15,000 new accounts have been created in the past seven days. I think a conservative estimate for next year's growth would be one to two million new accounts.

Here are some stats from the database.

Total Steemit Accounts to date:

Number of Accounts: 500530

New accounts per day:

Date Accounts
2017-12-10 607
2017-12-11 2063
2017-12-12 3202
2017-12-13 2982
2017-12-14 1807
2017-12-15 4167
2017-12-16 300

Sql scripts I used to obtain this data:

select
count(name)
,convert(date, created)
from accounts
where convert(date, created) >= dateadd(day, datediff(day, 0, GetDate()) - 6, 0)
group by convert(date, created)
order by convert(date, created)

select count(id) from accounts

Sort:  

Thanks for sharing your script. Nice to see how these things work

Thanks

Is there any other coin doing anything similar to Steemit?

I am not aware of any other coins that focus exclusively on social media.

Golos :)

My girlfriend is from Hong Kong and tells me there's something similar in China, but I can't find out anything with my limited China skills!

Golos for russia

Too bad most of it is spam/duplicates :D

yeah it would be nice if they had some new filters for us to deal with it.

Wow thats amazing News.Thanks for information.

sweet~