You are viewing a single comment's thread from:
RE: STEEMwatch Vol. 1 – March 2025 Activity Snapshot
Yeah, same here. I ran a script to fetch all Steem usernames and got 1,931,855 accounts.
I used an RPC endpoint that gives that number via the condenser_api.get_account_count method.
However, I didn’t use the official node RPC — when I run the same method there, it returns about 3.6 million accounts.
So I started wondering: maybe if I use the official node to fetch all accounts, I’ll actually get the full 3.6 million.
I got lazy and didn’t fetch them again with the official node at first, but I’ve just started doing that now.
Also, this file has all the Steem account usernames I previously fetched:
https://drive.google.com/file/d/1VoKbYfDSE35I2Zwb5DeKX9251Q-6HUa4/view?usp=sharing
Thanks for the ID info too — I didn’t know about that!
Today, I downloaded all accounts from one of the nodes that's reporting 3.6 million. Even there, the download file has 1,933,809 lines.
Yeah, me too. I got the same result when I used the official Node.