I pull those numbers for my voting engagement report via SteemSQL. You can see the latest report here. Looks like we're at 376,149 accounts.
You are viewing a single comment's thread from:
I pull those numbers for my voting engagement report via SteemSQL. You can see the latest report here. Looks like we're at 376,149 accounts.
@lukestokes - Can you please tell me the way to read the DB? Sir, I know little of MySQL, That's why I am asking Sir.
+W+
That's probably a little more than I can walk you through, but the query is simple enough:
SELECT count(id) as total_accounts FROM Accounts
I'm using DBeaver which is a free SQL tool. Good luck!
nice post...