Sort:  

There seems a difference:

curl -s --data '{"jsonrpc":"2.0", "method":"condenser_api.get_account_count", "params":[], "id":1}' https://api.steemit.com/
{"id":1,"jsonrpc":"2.0","result":3657272}

curl -s --data '{"jsonrpc":"2.0", "method":"condenser_api.get_account_count", "params":[], "id":1}' https://api.justyy.com
{"jsonrpc":"2.0","result":1931768,"id":1}

I will extract all accounts using the different RPC methods with database_api.list_accounts and compare the results. I remember that yesterday, when I fetched accounts with https://steemd.steemworld.org using database_api.list_accounts, I got 3.6 million accounts. However, when I used condenser_api.get_account_count with https://steemd.steemworld, I only got 1.93M accounts. XD I will repeat the process again to verify and let you know the results

I belive the official nodes (api.steemitdev.com and api.steemit.com) return incorrect results - other community nodes return 1.93M.

And if you check here you will see 1.93M is more convincing.

That's interesting. I tried with another RPC, which gave me a different result, not just the official node. However, the problem is that yesterday I fetched 3.6M accounts' usernames using database_api.list_accounts. I didn't encounter any issues while analyzing them, and in the first 1M accounts, I didn't face any problems. I didn't run into issues like missing accounts or anything. After that, I stopped the process and decided to work with batches instead