__________     __ __     __  _______    ________
  / ____/ __ \   / // /    / / / /  _/ |  / / ____/
 / / __/ / / /  / // /_   / /_/ // / | | / / __/
/ /_/ / /_/ /  /__  __/  / __  // /  | |/ / /___
\____/\____/     /_/    /_/ /_/___/  |___/_____/

 --- A GOPHER-LIKE INTERFACE FOR HIVE BLOCKCHAIN ---

What is Steemit's daily active user count?

BY: @superoo7-dev | CREATED: May 17, 2018, 2:35 p.m. | VOTES: 12 | PAYOUT: $0.25 | [ VOTE ]

Question originally asked on Musing.io - Click here to see other answers
Define active users?
I would say users that comment or post on steemit.

Using SteemSQL, I run this query to check the amount of post (comments, resteem, post)

SELECT
  COUNT(DISTINCT author)  AS Authors
FROM
  Comments
WHERE
  created >= '2018/05/16' AND
  created < '2018/05/17'

There are 28113 authors writting post on 2018/05/16

TAGS: [ #musing-answer-steemit ] [ #musing-answer ] [ #musing ]

Replies

@howtostartablog | May 17, 2018, 3:02 p.m. | Votes: 1 | [ VOTE ]

Only 2.8%?

@superoo7 | May 17, 2018, 3:03 p.m. | Votes: 1 | [ VOTE ]

It is a bias data, cuz I only take 1 day. To properly calculate maybe take a week will be better

[ BACK TO TRENDING ] [ BACK TO MENU ]
CMD>