create account

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

View this thread on: hive.blogpeakd.comecency.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)
authorculgin
permlinkthe-top-5-accounts-that-have-accumulated-the-most-pending-claimed-accounts
categorysteem
json_metadata{"community":"steempeak","app":"steempeak","format":"markdown","tags":["steem","fun","data","information","hf20"],"users":["N05","smartsteem","steem","appreciator","postpromoter","buildawhale","culgin"],"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"],"image":["https://files.steempeak.com/file/steempeak/culgin/aMcfaz7C-image.png","https://files.steempeak.com/file/steempeak/culgin/g5lZ8KEr-image.png","https://files.steempeak.com/file/steempeak/culgin/y2RSqg3l-image.png","https://files.steempeak.com/file/steempeak/culgin/4rYhIXo1-image.png","https://files.steempeak.com/file/steempeak/culgin/v1oLif9e-image.png","https://files.steempeak.com/file/steempeak/culgin/PIVFcftj-image.png","https://ipfs.busy.org/ipfs/QmPsAtjgRpyLH3o5p6zEvihF9fGkhL4uXPVJUysEwdyD5r","https://ipfs.busy.org/ipfs/QmQoa55t8qhBSYpGd4zqrmy264wWE8RUbn8P4ZZRGKBvko","https://cdn.steemitimages.com/DQmR6qDmmpEJ9nhMbo6X4d35V3m8n75bo9691Tpv96chn7t/TeamSG%20Discord.png"]}
created2018-11-22 13:49:15
last_update2018-11-22 13:52:42
depth0
children14
last_payout2018-11-29 13:49:15
cashout_time1969-12-31 23:59:59
total_payout_value25.557 HBD
curator_payout_value7.919 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4,116
author_reputation170,100,255,531,223
root_title"The Top 5 Accounts that have Accumulated the most "Pending claimed accounts""
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id75,733,150
net_rshares54,873,798,736,984
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)
authorclumsysilverdad
permlinkre-culgin-the-top-5-accounts-that-have-accumulated-the-most-pending-claimed-accounts-20181122t135519613z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-11-22 13:55:21
last_update2018-11-22 13:55:21
depth1
children4
last_payout2018-11-29 13:55:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length156
author_reputation28,166,630,869,767
root_title"The Top 5 Accounts that have Accumulated the most "Pending claimed accounts""
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,733,407
net_rshares5,842,041,306
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)
authorculgin
permlinkre-clumsysilverdad-re-culgin-the-top-5-accounts-that-have-accumulated-the-most-pending-claimed-accounts-20181122t140850739z
categorysteem
json_metadata{"tags":["steem"],"community":"steempeak","app":"steempeak"}
created2018-11-22 14:08:54
last_update2018-11-22 14:08:54
depth2
children3
last_payout2018-11-29 14:08:54
cashout_time1969-12-31 23:59:59
total_payout_value0.093 HBD
curator_payout_value0.031 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length746
author_reputation170,100,255,531,223
root_title"The Top 5 Accounts that have Accumulated the most "Pending claimed accounts""
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,734,115
net_rshares201,120,104,486
author_curate_reward""
vote details (1)
@clumsysilverdad ·
I have zero, zilch !  (-:  But anyways, what are claimed accounts??  ty
properties (22)
authorclumsysilverdad
permlinkre-culgin-re-clumsysilverdad-re-culgin-the-top-5-accounts-that-have-accumulated-the-most-pending-claimed-accounts-20181122t162248209z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-11-22 16:22:51
last_update2018-11-22 16:22:51
depth3
children2
last_payout2018-11-29 16:22:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length71
author_reputation28,166,630,869,767
root_title"The Top 5 Accounts that have Accumulated the most "Pending claimed accounts""
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,741,033
net_rshares0
@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)
authorjrvacation
permlinkre-culgin-the-top-5-accounts-that-have-accumulated-the-most-pending-claimed-accounts-20181122t141631864z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-11-22 14:16:33
last_update2018-11-22 14:16:33
depth1
children2
last_payout2018-11-29 14:16:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length136
author_reputation98,808,821,433,006
root_title"The Top 5 Accounts that have Accumulated the most "Pending claimed accounts""
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,734,501
net_rshares7,239,413,262
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)
authorkalif
permlinkre-jrvacation-re-culgin-the-top-5-accounts-that-have-accumulated-the-most-pending-claimed-accounts-20181122t235640202z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-11-22 23:56:39
last_update2018-11-22 23:56:39
depth2
children1
last_payout2018-11-29 23:56:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length291
author_reputation4,203,491,344,736
root_title"The Top 5 Accounts that have Accumulated the most "Pending claimed accounts""
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,758,356
net_rshares7,203,206,896
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)
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
last_payout2018-11-30 00:14:00
cashout_time1969-12-31 23:59:59
total_payout_value0.092 HBD
curator_payout_value0.030 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length309
author_reputation170,100,255,531,223
root_title"The Top 5 Accounts that have Accumulated the most "Pending claimed accounts""
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,758,970
net_rshares201,107,188,237
author_curate_reward""
vote details (1)
@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)
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
last_payout2018-12-02 02:20:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length643
author_reputation23,214,230,978,060
root_title"The Top 5 Accounts that have Accumulated the most "Pending claimed accounts""
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,860,567
net_rshares0
@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)
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
last_payout2018-11-29 16:28:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length667
author_reputation4,219,992,220,673
root_title"The Top 5 Accounts that have Accumulated the most "Pending claimed accounts""
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,741,320
net_rshares0
@therealwolf ·
$0.03
https://media.giphy.com/media/3GmD4tGg7NZB4qAuSj/giphy.gif
👍  ,
properties (23)
authortherealwolf
permlinkre-culgin-the-top-5-accounts-that-have-accumulated-the-most-pending-claimed-accounts-20181122t162912540z
categorysteem
json_metadata{"tags":["steem"],"image":["https://media.giphy.com/media/3GmD4tGg7NZB4qAuSj/giphy.gif"],"app":"steemit/0.1"}
created2018-11-22 16:29:12
last_update2018-11-22 16:29:12
depth1
children3
last_payout2018-11-29 16:29:12
cashout_time1969-12-31 23:59:59
total_payout_value0.022 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length58
author_reputation582,208,885,469,814
root_title"The Top 5 Accounts that have Accumulated the most "Pending claimed accounts""
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,741,362
net_rshares48,704,987,211
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)
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
last_payout2018-11-30 00:12:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length151
author_reputation170,100,255,531,223
root_title"The Top 5 Accounts that have Accumulated the most "Pending claimed accounts""
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,758,890
net_rshares0
@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)
authortherealwolf
permlinkre-culgin-culgin-re-therealwolf-re-culgin-the-top-5-accounts-that-have-accumulated-the-most-pending-claimed-accounts-20181126t132502071z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-11-26 13:25:00
last_update2018-11-26 13:25:00
depth3
children1
last_payout2018-12-03 13:25:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length127
author_reputation582,208,885,469,814
root_title"The Top 5 Accounts that have Accumulated the most "Pending claimed accounts""
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,934,259
net_rshares0