The Top 5 Accounts that have Accumulated the most "Pending claimed accounts" by culgin

View this thread on steempeak.com
· @culgin · (edited)
$33.48
The Top 5 Accounts that have Accumulated the most "Pending claimed accounts"
Hello Steemians! After HF20, if you have enough Resource Credits (RC), you will be able to claim accounts for free. There is no need to use the account immediately after claiming and it can be stored as "Pending claimed accounts". 

So I have been thinking, if I want to create an application on the Steem platform, one of the things that I will do is to accumulate a good number of accounts so that I can build a sign-up process for new users. **So in my opinion, the accounts with large number of accumulated "Pending claimed accounts" are probably planning for something big. They are likely collecting these accounts so that they can onboard large number of users in a very short span of time.** 

Being curious, I started searching on Google on any existing services that have ranked accounts with the most "Pending claimed accounts". Unfortunately, I am unable to find any of such service (do let me know if there is one). Without an existing service, I guessed I had to take things into my own hands. Thus, I wrote a script to find out for myself.

---

## A Simple Script

The following script is written with Beempy and it is just a simple one which searches through all Steem accounts, check the "pending_claimed_accounts" attribute and keep track of the top 10 accounts.

```	
	stm = Steem()
	blockchain = Blockchain()	
	topten = {'1': 0, '2': 0, '3': 0, '4': 0, '5': 0, '6': 0, '7': 0, '8': 0, '9': 0, '10': 0}
	
	accts = blockchain.get_all_accounts()
	for acct in accts:
		account = Account(acct, steem_instance=stm)	
		print(acct + "," + str(account["pending_claimed_accounts"]))
		if account["pending_claimed_accounts"] > topten.get(min(topten, key=topten.get)):
			topten.pop(min(topten, key=topten.get))
			topten.update({acct:account["pending_claimed_accounts"]})
		print(topten)
```

And after running the script against more than a million accounts (which took me days), I found the  top 5 😎. Without further ado, here are the top 5 at the point of writing this article...

<center>![image.png](https://files.steempeak.com/file/steempeak/culgin/aMcfaz7C-image.png)</center>
*[Source](https://www.flickr.com/photos/117427305@N05/42298268845)*

---

## The Top 5

### <center>First Place: @smartsteem with 9010 "Pending Claimed Accounts"</center>

<center>![image.png](https://files.steempeak.com/file/steempeak/culgin/g5lZ8KEr-image.png)</center>

---

### <center>Second Place: @steem with 8405 "Pending Claimed Accounts"</center>	

<center>![image.png](https://files.steempeak.com/file/steempeak/culgin/y2RSqg3l-image.png)</center>

---

### <center>Third Place: @appreciator with 7218 "Pending Claimed Accounts"</center>	

<center>![image.png](https://files.steempeak.com/file/steempeak/culgin/4rYhIXo1-image.png)</center>

---

### <center>Fourth Place: @postpromoter with 5494 "Pending Claimed Accounts"</center>	

<center>![image.png](https://files.steempeak.com/file/steempeak/culgin/v1oLif9e-image.png)</center>

---

### <center>Fifth Place: @buildawhale with 5028 "Pending Claimed Accounts"</center>	

<center>![image.png](https://files.steempeak.com/file/steempeak/culgin/PIVFcftj-image.png)</center>

---

It is going to be interesting how these accounts will be using all these "Pending claimed accounts". I hope they have big plans in mind. Did any of them surprised you? How do you think they will use these accounts? Thanks for reading!

![steem-divider1.png](https://ipfs.busy.org/ipfs/QmPsAtjgRpyLH3o5p6zEvihF9fGkhL4uXPVJUysEwdyD5r)

**Projects/Services I am working on:**
- [Steem-Oracle Project](https://steemit.com/steemoracle/@culgin/the-steem-oracle-project-harnessing-the-wisdom-of-steemians)
- [Byteball to Steem conversion service](https://steemit.com/byteball/@culgin/i-am-running-a-service-to-convert-byteball-to-steem)

---

**You can find me in these communities:**

<center>[<img src="https://ipfs.busy.org/ipfs/QmQoa55t8qhBSYpGd4zqrmy264wWE8RUbn8P4ZZRGKBvko">](https://discord.gg/YJG6j7p)</center>

<center>[<img src="https://cdn.steemitimages.com/DQmR6qDmmpEJ9nhMbo6X4d35V3m8n75bo9691Tpv96chn7t/TeamSG%20Discord.png">](https://discord.gg/cymRS36)</center>	
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 896 others
properties (23)
post_id66,428,367
authorculgin
permlinkthe-top-5-accounts-that-have-accumulated-the-most-pending-claimed-accounts
categorysteem
json_metadata{"format":"markdown","links":["https:\/\/www.flickr.com\/photos\/117427305@N05\/42298268845","\/@smartsteem","\/@steem","\/@appreciator","\/@postpromoter","\/@buildawhale","https:\/\/steemit.com\/steemoracle\/@culgin\/the-steem-oracle-project-harnessing-the-wisdom-of-steemians","https:\/\/steemit.com\/byteball\/@culgin\/i-am-running-a-service-to-convert-byteball-to-steem","https:\/\/discord.gg\/YJG6j7p","https:\/\/discord.gg\/cymRS36"],"users":["N05","smartsteem","steem","appreciator","postpromoter","buildawhale","culgin"],"image":["https:\/\/files.steempeak.com\/file\/steempeak\/culgin\/aMcfaz7C-image.png"],"app":"steempeak","community":"steempeak","tags":["steem","fun","data","information","hf20"]}
created2018-11-22 13:49:15
last_update2018-11-22 13:52:42
depth0
children14
net_rshares54,873,798,736,984
last_payout2018-11-29 13:49:15
cashout_time1969-12-31 23:59:59
total_payout_value25.557 SBD
curator_payout_value7.919 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length4,116
author_reputation146,030,793,286,644
root_title"The Top 5 Accounts that have Accumulated the most "Pending claimed accounts""
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars0
author_curate_reward""
vote details (960)
@clumsysilverdad ·
Interesting.   What is this about claiming accounts... are these abandoned accounts?

Also, how do we check are resource credits... or accumulate these?

ty
👍  
properties (23)
post_id66,428,586
authorclumsysilverdad
permlinkre-culgin-the-top-5-accounts-that-have-accumulated-the-most-pending-claimed-accounts-20181122t135519613z
categorysteem
json_metadata{"app":"steemit\/0.1","tags":["steem"]}
created2018-11-22 13:55:21
last_update2018-11-22 13:55:21
depth1
children4
net_rshares5,842,041,306
last_payout2018-11-29 13:55:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length156
author_reputation24,049,780,175,854
root_title"The Top 5 Accounts that have Accumulated the most "Pending claimed accounts""
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@culgin ·
$0.12
After the recent Hard Fork 20, any account with sufficient Resource Credits will be able to claim accounts for free. You can check this [guide for more info](https://steemit.com/hf20/@steemitblog/velocity-hardfork-account-creation-guidelines).

If you are interested to see how much resource credits you have, just head over to [Steemd.com](https://steemd.com/@clumsysilverdad). For example, here is your current resource credits information:

![image.png](https://files.steempeak.com/file/steempeak/culgin/JEhcMHxV-image.png)

Scroll further down and you will be able to see the "pending claimed accounts" attribute. Below is the current numbers for @smartsteem

![image.png](https://files.steempeak.com/file/steempeak/culgin/hwMi0MNP-image.png)
👍  
properties (23)
post_id66,429,232
authorculgin
permlinkre-clumsysilverdad-re-culgin-the-top-5-accounts-that-have-accumulated-the-most-pending-claimed-accounts-20181122t140850739z
categorysteem
json_metadata{"app":"steempeak","community":"steempeak","tags":["steem"]}
created2018-11-22 14:08:54
last_update2018-11-22 14:08:54
depth2
children3
net_rshares201,120,104,486
last_payout2018-11-29 14:08:54
cashout_time1969-12-31 23:59:59
total_payout_value0.093 SBD
curator_payout_value0.031 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length746
author_reputation146,030,793,286,644
root_title"The Top 5 Accounts that have Accumulated the most "Pending claimed accounts""
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@clumsysilverdad ·
I have zero, zilch !  (-:  But anyways, what are claimed accounts??  ty
properties (22)
post_id66,435,419
authorclumsysilverdad
permlinkre-culgin-re-clumsysilverdad-re-culgin-the-top-5-accounts-that-have-accumulated-the-most-pending-claimed-accounts-20181122t162248209z
categorysteem
json_metadata{"app":"steemit\/0.1","tags":["steem"]}
created2018-11-22 16:22:51
last_update2018-11-22 16:22:51
depth3
children2
net_rshares0
last_payout2018-11-29 16:22:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length71
author_reputation24,049,780,175,854
root_title"The Top 5 Accounts that have Accumulated the most "Pending claimed accounts""
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@jrvacation ·
We used to pay some steem for creation ok steem accounts, eg anonsteem. So these thousands of claimed accounts are probably worth a lot.
👍  
properties (23)
post_id66,429,571
authorjrvacation
permlinkre-culgin-the-top-5-accounts-that-have-accumulated-the-most-pending-claimed-accounts-20181122t141631864z
categorysteem
json_metadata{"app":"steemit\/0.1","tags":["steem"]}
created2018-11-22 14:16:33
last_update2018-11-22 14:16:33
depth1
children2
net_rshares7,239,413,262
last_payout2018-11-29 14:16:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length136
author_reputation67,608,297,539,198
root_title"The Top 5 Accounts that have Accumulated the most "Pending claimed accounts""
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@kalif ·
They are worth a lot for all of us not just the people that claimed them. Because now we can give instant Registrations(almost?) Just like Facebook/Insta/twitter. So we are a step closer to Mainstream. It enables to have momentum for the next Influx of new users. At least that's my opinion.
👍  
properties (23)
post_id66,450,729
authorkalif
permlinkre-jrvacation-re-culgin-the-top-5-accounts-that-have-accumulated-the-most-pending-claimed-accounts-20181122t235640202z
categorysteem
json_metadata{"app":"steemit\/0.1","tags":["steem"]}
created2018-11-22 23:56:39
last_update2018-11-22 23:56:39
depth2
children1
net_rshares7,203,206,896
last_payout2018-11-29 23:56:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length291
author_reputation4,222,362,886,512
root_title"The Top 5 Accounts that have Accumulated the most "Pending claimed accounts""
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@culgin ·
$0.12
Indeed. I see them as a step towards mass adoption. Now it is accumulation phase. Previous sign-up process was too difficult and took too long. These accumulated accounts can be used to instantly create new accounts and onboard new users. 

Posted using [Partiko Android](https://steemit.com/@partiko-android)
👍  
properties (23)
post_id66,451,285
authorculgin
permlinkculgin-re-kalif-re-jrvacation-re-culgin-the-top-5-accounts-that-have-accumulated-the-most-pending-claimed-accounts-20181123t001400079z
categorysteem
json_metadata{"app":"partiko"}
created2018-11-23 00:14:00
last_update2018-11-23 00:14:00
depth3
children0
net_rshares201,107,188,237
last_payout2018-11-30 00:14:00
cashout_time1969-12-31 23:59:59
total_payout_value0.092 SBD
curator_payout_value0.030 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length309
author_reputation146,030,793,286,644
root_title"The Top 5 Accounts that have Accumulated the most "Pending claimed accounts""
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@steemhq ·
re-culgin-the-top-5-accounts-that-have-accumulated-the-most-pending-claimed-accounts-20181122t162817959z
![YOU JUST GOT UPVOTED](https://www.steemhq.com/CommunityBotUpvote.png)

**Congratulations,**
you just received a 12.61% upvote from @steemhq - Community Bot!

***Wanna join and receive free upvotes yourself?***
Vote for `steemhq.witness` on [Steemit](https://steemit.com/~witnesses) or directly on [SteemConnect](https://steemconnect.com/sign/account-witness-vote?witness=steemhq.witness&approve=1 "This link will take you away from steemit.com") and join the [Community Witness](https://www.steemhq.com/witness).
![](https://steemitimages.com/0x0/https://www.steemhq.com/steemhq_voting.gif)

This service was brought to you by [SteemHQ.com](https://www.steemhq.com)
properties (22)
post_id66,435,679
authorsteemhq
permlinkre-culgin-the-top-5-accounts-that-have-accumulated-the-most-pending-claimed-accounts-20181122t162817959z
categorysteem
json_metadata{"app":"communitybot\/1.1.0"}
created2018-11-22 16:28:18
last_update2018-11-22 16:28:18
depth1
children0
net_rshares0
last_payout2018-11-29 16:28:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length667
author_reputation4,222,362,886,512
root_title"The Top 5 Accounts that have Accumulated the most "Pending claimed accounts""
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@therealwolf ·
$0.03
https://media.giphy.com/media/3GmD4tGg7NZB4qAuSj/giphy.gif
👍  ,
properties (23)
post_id66,435,715
authortherealwolf
permlinkre-culgin-the-top-5-accounts-that-have-accumulated-the-most-pending-claimed-accounts-20181122t162912540z
categorysteem
json_metadata{"image":["https:\/\/media.giphy.com\/media\/3GmD4tGg7NZB4qAuSj\/giphy.gif"],"app":"steemit\/0.1","tags":["steem"]}
created2018-11-22 16:29:12
last_update2018-11-22 16:29:12
depth1
children3
net_rshares48,704,987,211
last_payout2018-11-29 16:29:12
cashout_time1969-12-31 23:59:59
total_payout_value0.022 SBD
curator_payout_value0.006 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length58
author_reputation371,535,229,097,172
root_title"The Top 5 Accounts that have Accumulated the most "Pending claimed accounts""
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@culgin ·
Will @therealwolf be sharing what you are going to do with those accounts? Haha..

Posted using [Partiko Android](https://steemit.com/@partiko-android)
properties (22)
post_id66,451,213
authorculgin
permlinkculgin-re-therealwolf-re-culgin-the-top-5-accounts-that-have-accumulated-the-most-pending-claimed-accounts-20181123t001159515z
categorysteem
json_metadata{"app":"partiko"}
created2018-11-23 00:12:00
last_update2018-11-23 00:12:00
depth2
children2
net_rshares0
last_payout2018-11-30 00:12:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length151
author_reputation146,030,793,286,644
root_title"The Top 5 Accounts that have Accumulated the most "Pending claimed accounts""
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@therealwolf ·
We're saving tokens for future use. If it turns out that we actually don't need them, then we'll give them away to other dApps.
properties (22)
post_id66,608,205
authortherealwolf
permlinkre-culgin-culgin-re-therealwolf-re-culgin-the-top-5-accounts-that-have-accumulated-the-most-pending-claimed-accounts-20181126t132502071z
categorysteem
json_metadata{"app":"steemit\/0.1","tags":["steem"]}
created2018-11-26 13:25:00
last_update2018-11-26 13:25:00
depth3
children1
net_rshares0
last_payout2018-12-03 13:25:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length127
author_reputation371,535,229,097,172
root_title"The Top 5 Accounts that have Accumulated the most "Pending claimed accounts""
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@steem-ua ·
#### Hi @culgin!

Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your **UA** account score is currently 3.323 which ranks you at **#7572** across all Steem accounts.
Your rank has improved 94 places in the last three days (old rank 7666).

In our last Algorithmic Curation Round, consisting of 242 contributions, your post is ranked at **#7**.
##### Evaluation of your UA score:

* You're on the right track, try to gather more followers.
* The readers appreciate your great work!
* Good user engagement!


**Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
properties (22)
post_id66,541,972
authorsteem-ua
permlinkre-the-top-5-accounts-that-have-accumulated-the-most-pending-claimed-accounts-20181125t022051z
categorysteem
json_metadata{"app":"beem\/0.20.9"}
created2018-11-25 02:20:54
last_update2018-11-25 02:20:54
depth1
children0
net_rshares0
last_payout2018-12-02 02:20:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length643
author_reputation23,203,609,903,979
root_title"The Top 5 Accounts that have Accumulated the most "Pending claimed accounts""
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000