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
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
I used the method condenser_api.get_account_count. It returns the number of accounts on Steem. Or are you asking how I fetch all users?
There seems a difference:
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