You are viewing a single comment's thread from:
RE: How many accounts on STEEM blockchain?
Although the python lib is undoubtedly outdated, this is not the cause this time. It depends on the server you are requesting:
Steemit node:
s = Steem(nodes=["https://api.steemit.com"])
print(s.steemd.get_account_count())
3619629
My node:
s = Steem(nodes=["https://api.moecki.online"])
print(s.steemd.get_account_count())
1894124
However, this is no less worrying because we can now ask ourselves why the steemit node throws out such an obviously erroneous number.
Thank you. I have created an issue https://github.com/steemit/steem/issues/3685
@ety001 @moecki
!thumbup
Nice, and I hope someone will deal with it at sometime...
... just like with the Python Lib. I already have ambitions for that. Do you know who has the authorisations for the steem-python repo? Also @ety001?
Hello @moecki! You are Amazing!
command: !thumbup is powered by witness @justyy and his contributions are: https://steemyy.com
More commands are coming!