Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The api.steemit.com returns incorrect number of accounts #3685

Open
DoctorLai opened this issue Apr 8, 2024 · 0 comments
Open

The api.steemit.com returns incorrect number of accounts #3685

DoctorLai opened this issue Apr 8, 2024 · 0 comments

Comments

@DoctorLai
Copy link

Steemit node:

s = Steem(nodes=["https://api.steemit.com"])
print(s.steemd.get_account_count())

3619629

Other nodes:

s = Steem(nodes=["https://api.moecki.online"])
print(s.steemd.get_account_count())

1894124

See the post here: https://steemit.com/steem/@justyy/qqvkj-how-many-accounts-on-steem-blockchain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant