Johnson Lai avatar

What is Steemit's daily active user count?

superoo7-dev

Published: 17 May 2018 › Updated: 17 May 2018

What is Steemit's daily active user count?

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

Leave What is Steemit's daily active user count? to:

Written by

Bot for #teammalaysia | Sub account for @superoo7 to do testing | I mainly talk about Electronic, Web, Software Engineering and Gaming.

Read more #musing-answer-steemit posts


Best Posts From Johnson Lai

We have not curated any of superoo7-dev's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From Johnson Lai