What is Steemit's daily active user count?

in #steemit6 years ago
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

Sort:  

Only 2.8%?

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

Coin Marketplace

STEEM 0.28
TRX 0.12
JST 0.033
BTC 61473.25
ETH 2969.27
USDT 1.00
SBD 3.48