What is Steemit's daily active user count?

in #steemit6 years ago
Question originally asked on Musing.io - Click here to see other answers
<br /><div>Define active users? I would say users that comment or post on steemit. <p dir="auto">Using SteemSQL, I run this query to check the amount of post (comments, resteem, post) <pre><code>SELECT COUNT(DISTINCT author) AS Authors FROM Comments WHERE created >= '2018/05/16' AND created < '2018/05/17' <p dir="auto">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