create account

Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system) by noisy

View this thread on: hive.blogpeakd.comecency.com
· @noisy · (edited)
$103.54
Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)
<center>![claim.png](https://cdn.steemitimages.com/DQmU36e4nCAyADDesRFzvJtMRd4rMhJivXR6nbkU3XhJ6Sz/claim.png)</center>

It’s been some time since Hard Fork 20 was launched. Dust have settled, and the new tools and mechanisms it brought have prompted many developers to implement many new, interesting solutions, which Steem needed.

One of the biggest changes that HF20 has brought to us is definitely the new Resource Credits (RC) system (which replaces old bandwith-based system), which now allows people **to create new Steem accounts without waiting and paying anything**.

Many people still do not fully undestand how this works, so let's divide this into pices to better understand **why**, **how** and **what**.

# Why this is a big deal?

Creating a Steem account was for a long time a pain in the... neck. When 11 months ago Steemit Inc. [asked community](https://steemit.com/roadmap2018/@steemitblog/steemit-roadmap-2018-community-input-requested) what changes are needed the most:

[![](https://i.imgur.com/ReY0JNa.png)](https://steemit.com/roadmap2018/@steemitblog/steemit-roadmap-2018-community-input-requested)

majority of Steemians agreed that account creation needs to be addressed. We waited a long time for some improvements in a protocol, but now we have them...

# How this works right now

## Claiming a discounted ("free") account

Let's first answer a question _what "claiming an account"_ actually means?

By claiming an account you **reserve a right** for yourself to create a new account in the future without any extra costs.

Thanks to that you can create a 2nd account for yourself, first accounts for your friends or hundrends of accounts for users of your dapp build on top of Steem.


### Does it mean that those accounts are actually free?

Nope. By claiming discounted you burn your renewable **Resource Credits**, so basically you temporarly limit yourself to do other things on Steem blockchain (publish posts & comments, make transfers or even vote):


![](https://i.imgur.com/c77OXeS.png)

So, if you will not be carefull and you will use all your RC, next time you will try to publish a comment, you can get an error:

![](https://i.imgur.com/9xrYXEQ.png)

and information:

![](https://i.imgur.com/wl2QOOf.png)

But don't worry. RC regenerates 20% every day.

## What "claiming an account" is not

So, if someone will claim 100 accounts, it doesn't mean that this person created 100 new accounts. This mean that tomorrow, in a month or any point in the future this person will be able to create 1, 2 or up to 100 accounts instantly without extra cost.

When you claim an account, **you don't have to**:
- provide an account name for future account
- provide any public keys (claiming does not create an account so password and keys are not needed at this stage)


## What “claiming an account” is

Claiming an account is a procedure which require from you to burn some Resource Credits to reserve a slot, so you will be able to create a free account in any point in the future.


The cost of the operation is deducted from the user's Resource Credits, in return it receives a value of `pending_claimed_accounts` of its account. 

The amount of `pending_claimed_accounts` can be checked with steemd.com

<center>![](https://i.imgur.com/E8Wz3gq.png)</center>


if you never used the operation `claim_account`, it will be 0 *(And maybe it's time to change it?!)* 

Interestingly, `claim_account` has an optional option `fee`. By inserting the exact value of the current value of `account_creation_fee` (currently 3 STEEM), we will get an account, but we will pay for the operation as for a regular transfer.


## How to utilize **_claimed account_** to create an **acctual account**

There are two options for opening accounts - `account_create` and `create_claimed_account`. Both operations are built identically, with only one small difference, namely `create_claimed_account` does not require fee payment, instead it consumes one charge of `pending_claimed_accounts`. 

The operation `account_create_with_delegation` has been removed with HF20 so it is no longer possible. To sum up, there are two ways to get a Steem account, a standard one (using `account_create`) and a two-step one (using `claim_account` + `create_claimed_account`).

In both of these cases, an account will be created, whose Steem Power will be... 0 (in words - zero)! Interestingly, although the account has a 0 SP, it can work. Each account created with these methods will now have an unrivalled Resource Credits resource as if it had 3 Steem Power. This value allows the user to perform only a limited number of operations and their number depends on the amount of free network resources.


# Ok, so what should I do to create an account in such a way?

## Checking whether you have enought RC/"mana"

First of all, you should check, whether you have enough Resourse Credits to claim at least one account. Current cost of claming and account can be found on https://beempy.com/resource_costs, in first table:

![](https://i.imgur.com/sfpBD9x.png)


As historic data already showed to us, this value can change very often:

<center>![](https://i.imgur.com/Ut2suaE.png)</center>

Later you should check on Steemd.com, whether you have enough RC:

<center>![](https://i.imgur.com/rXy2ozf.png)</center>

With current cost of claiming an account, you would need to have at least ~4252 SP and 100% of RC to be able to claim 1 account.

## The process of claiming and creating an account

Currently, there are already at least 5 tools which I am aware of which supports new changes in a protocol. You can create discounted accounts and create claimed accounts:


#### Using SteemConenct

IMO the easiest way for non technical user. 

1. Just go to [https://steemconnect.com/sign/claim-account?fee=0.000 STEEM&extensions=[]](https://steemconnect.com/sign/claim-account?fee=0.000%20STEEM&extensions=%5B%5D)
2. Verify that you are on SteemConnect website
3. Authorize and sign a transaction by loging with your _private active key_ (read here [why it is a good idea to not use your Steem master password](https://steemit.com/security/@noisy/what-is-the-difference-between-a-password-and-a-private-key-s-on-steemit-how-to-make-your-account-more-secure-by-using-them))

Unfortunatelly at a time of writing this post, SteemConnect do not have a functionality to create new accounts using claims. I asked @fabien what is estimated time for delivering this feature:

<center>![](https://i.imgur.com/v2rZuT6.png)</center>


##### Using Python Script, with beem library


1. Open [article created by @holger80](https://www.steembr.com/beem/@holger80/claiming-and-creating-a-discounted-account-using-beem) and copy `claim_account.py` script
2. install python `beem` package
3. run `claim_account.py`
4. Provide a private active key of account which you want to use to claim an account:
    4.1. During typing/pasting a key, it will not be visible
5. A script will find your steem account using provided key 
6. A script will display current cost of claiming an account (in RC)
7. And confirmation if account will be claimed


[![asciicast](https://asciinema.org/a/5wtubtrGjJ9oYp4Zv3oTYUKXD.png)](https://asciinema.org/a/5wtubtrGjJ9oYp4Zv3oTYUKXD)

Creation of an account using claimed discounted account can be done with `create_claimed_account.py` from the same article, and by runing:

`python create_claimed_account.py <new_account_name>`
script will ask from active key of a creator and password for new account.


##### Using beempy command line tool

1. Install beem python package
2. Create a wallet by `beempy createwallet`
3. Import your private active key by `beempy addkey` or `beempy importaccount` like this: 

[![asciicast](https://asciinema.org/a/MlzCfOFrD4LJLXfM05Sn9tB6r.png)](https://asciinema.org/a/MlzCfOFrD4LJLXfM05Sn9tB6r)

4. Claim an account by `beempy claimaccount` (you can claim a few discounted account at once by providing an `-n` param)

[![asciicast](https://asciinema.org/a/c4Xyh7EXleTk0GlayPdGght6i.png)](https://asciinema.org/a/c4Xyh7EXleTk0GlayPdGght6i)

Creation of an account is simple, and can be done via `beempy newaccount`. What is important is... to remember about adding `--create-claimed-account` switch. Example command:

`beempy newaccount -a noisy --create-claimed-account johndoe`

##### Using @mcfarhat's html and js code 

Instructions provided here: https://steemit.com/utopian-io/@mcfarhat/hf20-tutorial-claiming-and-creating-discounted-accounts-1538321171071

Simply demo recorded by me is here:
https://youtu.be/Yg5vB0jQGgU


##### Using website @reazuliqbal's website

Just go to: https://codebull.github.io/AccountCreate/

1. claim a discounted account with first form
2. create claimed account with second form

![](https://i.imgur.com/yaHYaJa.png)


More info about this tool can be found here: https://steemit.com/utopian-io/@reazuliqbal/steem-hf20-discounted-account-claim-and-creation-tool


# Summary

I think... discounted accounts can help onboard a lot of new users. New tools is going to be build to utilize this feature and I hope it will be much easier to get fast a Steem account.

Is new feature of Steem blockchain perfect? Nope :( Personally I don't like the fact that I need to use my active key for claiming an account, I would prefer to use another key for that, like posting. Another problem is, that you cannot transfer claims to other accounts, so for example... utopian cannot use their dedicated @utopian.signup account to register new users, because they have effective SteemPower (and enough RC) only on their main account @utopian-io.


## Is this feature popular?

At moment of publication of this post, 405 accounts has claimed at least 1 account. Who claimed the most accounts, you can check here:


![Selection_999(400).png](https://cdn.steemitimages.com/DQmbVHAJnDNGnbfqQfjF16nMCViLUHus9nwkYXVgvRkhwsQ/Selection_999(400).png)

BTW, do you think it would be a good idea to have a real-time dashboard with such a data?

<center>![demo.gif](https://cdn.steemitimages.com/DQmbYBJ2AFk5wBMazLWnKvWDHqikQvrMVV7U1PDU3AmTsGa/demo.gif)
</center>

If yes... please follow me, and check my profile Tomorrow ;)

-----

This post was created thanks to collaboration with @santarius. I would like to thanks him for all his research about this topic and writing some paragraphs of this post.

-----
<center><sup>I'm part of @wise-team witness - check out [what we do](https://wise-team.io/) for Steem community!</sup></center>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 936 others
properties (23)
authornoisy
permlinkcreation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system
categorysteem
json_metadata{"tags":["steem","steemit","resource-credits","account-creation","claims"],"users":["fabien","mcfarhat","reazuliqbal","utopian.signup","utopian-io","santarius","wise-team"],"image":["https://cdn.steemitimages.com/DQmU36e4nCAyADDesRFzvJtMRd4rMhJivXR6nbkU3XhJ6Sz/claim.png","https://i.imgur.com/ReY0JNa.png","https://i.imgur.com/c77OXeS.png","https://i.imgur.com/9xrYXEQ.png","https://i.imgur.com/wl2QOOf.png","https://i.imgur.com/E8Wz3gq.png","https://i.imgur.com/sfpBD9x.png","https://i.imgur.com/Ut2suaE.png","https://i.imgur.com/rXy2ozf.png","https://i.imgur.com/v2rZuT6.png","https://asciinema.org/a/5wtubtrGjJ9oYp4Zv3oTYUKXD.png","https://asciinema.org/a/MlzCfOFrD4LJLXfM05Sn9tB6r.png","https://asciinema.org/a/c4Xyh7EXleTk0GlayPdGght6i.png","https://img.youtube.com/vi/Yg5vB0jQGgU/0.jpg","https://i.imgur.com/yaHYaJa.png","https://cdn.steemitimages.com/DQmbVHAJnDNGnbfqQfjF16nMCViLUHus9nwkYXVgvRkhwsQ/Selection_999(400).png","https://cdn.steemitimages.com/DQmbYBJ2AFk5wBMazLWnKvWDHqikQvrMVV7U1PDU3AmTsGa/demo.gif"],"links":["https://steemit.com/roadmap2018/@steemitblog/steemit-roadmap-2018-community-input-requested","https://beempy.com/resource_costs","https://steemconnect.com/sign/claim-account?fee=0.000%20STEEM&extensions=%5B%5D","https://steemit.com/security/@noisy/what-is-the-difference-between-a-password-and-a-private-key-s-on-steemit-how-to-make-your-account-more-secure-by-using-them","https://www.steembr.com/beem/@holger80/claiming-and-creating-a-discounted-account-using-beem","https://asciinema.org/a/5wtubtrGjJ9oYp4Zv3oTYUKXD","https://asciinema.org/a/MlzCfOFrD4LJLXfM05Sn9tB6r","https://asciinema.org/a/c4Xyh7EXleTk0GlayPdGght6i","https://steemit.com/utopian-io/@mcfarhat/hf20-tutorial-claiming-and-creating-discounted-accounts-1538321171071","https://youtu.be/Yg5vB0jQGgU","https://codebull.github.io/AccountCreate/","https://steemit.com/utopian-io/@reazuliqbal/steem-hf20-discounted-account-claim-and-creation-tool","https://wise-team.io/"],"app":"steemit/0.1","format":"markdown"}
created2018-10-23 22:08:51
last_update2018-10-24 00:49:15
depth0
children61
last_payout2018-10-30 22:08:51
cashout_time1969-12-31 23:59:59
total_payout_value78.590 HBD
curator_payout_value24.945 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10,496
author_reputation59,974,373,499,600
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,918,891
net_rshares91,384,877,356,696
author_curate_reward""
vote details (1000)
@bryan-imhoff · (edited)
$0.45
Great write up. I’ve been using [Steeminvite.com](https://steeminvite.com) by @pharesim, which now supports account claiming, and think it deserves some love as a tool too! It also incorporates sending invite emails etc. to help with the promotional process.
👍  , , , ,
properties (23)
authorbryan-imhoff
permlinkre-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181023t225838300z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1","users":["pharesim"],"links":["https://steeminvite.com"]}
created2018-10-23 22:58:39
last_update2018-10-23 23:06:27
depth1
children3
last_payout2018-10-30 22:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.346 HBD
curator_payout_value0.105 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length258
author_reputation71,780,425,099,152
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,920,955
net_rshares403,738,693,987
author_curate_reward""
vote details (5)
@noisy ·
You are right!

I didn't knew that SteemInvite also added a support for claimed accounts:

![Selection_999(402).png](https://cdn.steemitimages.com/DQmV6MeA6NLXVTiXZYHDAof9HLAUvd1JQZWWe8EFQ5xPXfp/Selection_999(402).png)
properties (22)
authornoisy
permlinkre-bryan-imhoff-re-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181023t231133016z
categorysteem
json_metadata{"tags":["steem"],"image":["https://cdn.steemitimages.com/DQmV6MeA6NLXVTiXZYHDAof9HLAUvd1JQZWWe8EFQ5xPXfp/Selection_999(402).png"],"app":"steemit/0.1"}
created2018-10-23 23:11:33
last_update2018-10-23 23:11:33
depth2
children0
last_payout2018-10-30 23:11: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_length218
author_reputation59,974,373,499,600
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout0.000 HBD
percent_hbd10,000
post_id73,921,473
net_rshares0
@santarius · (edited)
I recently wrote this post:

https://steemit.com/steem/@santarius/available-registration-methods-on-steem

However, I have the impression that with the new tools that blockchain offers, it will quickly become outdated :P
👍  
properties (23)
authorsantarius
permlinkre-bryan-imhoff-re-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181023t230124048z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/steem/@santarius/available-registration-methods-on-steem"],"app":"steemit/0.1"}
created2018-10-23 23:01:24
last_update2018-10-23 23:15:51
depth2
children0
last_payout2018-10-30 23:01:24
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_length220
author_reputation13,346,463,584,839
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,921,078
net_rshares12,977,320,810
author_curate_reward""
vote details (1)
@sorin.cristescu ·
$0.12
Tried to use it with 4400+ SP available. Had something like 9.1 TRC. Tough luck, discounted account was 9.4 TRC. Tried again with 4700+ SP Tough luck, discounted account price had climbed to 10.1 TRC. "The system" doesn't want me inviting people to steem it would seem. So I just delegated my SP to for-profit bid-bots and started focusing on other opportunities. 

Because obviously for-profit bid-bots are the Darwinian winners in the steem system. Survival of the fittest. It's obvious for-profit bid-bots are the fittest "organism" in the steem eco-system and no amount of idealism from @pharesim and other well-intentioned people is going to change that. Memento communism - a very humanistic ideology ... until it leads in practice to survival of the fittest: Stalin
👍  ,
properties (23)
authorsorin.cristescu
permlinkre-bryan-imhoff-re-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181024t105248297z
categorysteem
json_metadata{"tags":["steem"],"users":["pharesim"],"app":"steemit/0.1"}
created2018-10-24 10:52:51
last_update2018-10-24 10:52:51
depth2
children0
last_payout2018-10-31 10:52:51
cashout_time1969-12-31 23:59:59
total_payout_value0.094 HBD
curator_payout_value0.030 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length772
author_reputation256,819,409,712,090
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,951,642
net_rshares110,068,299,069
author_curate_reward""
vote details (2)
@checky ·
$0.07
Possible wrong mentions found
Hi @noisy, I'm @checky ! While checking the mentions made in this post I noticed that @holer80 doesn't exist on Steem. Did you mean to write @<em></em>hol<strong>g</strong>er80 ?

###### If you found this comment useful, consider upvoting it to help keep this bot running. You can see a list of all available commands by replying with `!help`.
👍  , , , ,
properties (23)
authorchecky
permlinkre-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system
categorysteem
json_metadata"{"app":"checky/0.2.4","details":{"holer80":["> this feature:\n> \n> <center></center>\n> \n> \n> ##### Using Python Script, with beem library\n> \n> \n> 1. Open [article created by <strong>@<em></em>holer80</strong>](https://www.steembr.com/beem/@holger80/claiming-and-creating-a-discounted-account-using-beem) and copy `claim_account.py` script\n> 2. install python `beem` package\n> 3. run `claim_account.py`\n> 4. Provide a"]},"format":"markdown","tags":["mentions","bot","checky"]}"
created2018-10-23 22:09:06
last_update2018-10-23 22:09:06
depth1
children1
last_payout2018-10-30 22:09:06
cashout_time1969-12-31 23:59:59
total_payout_value0.063 HBD
curator_payout_value0.010 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length343
author_reputation933,802,853,502
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,918,902
net_rshares73,420,143,464
author_curate_reward""
vote details (5)
@noisy ·
that was helpful! Thank you! :)
properties (22)
authornoisy
permlinkre-checky-re-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181023t221150304z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-10-23 22:11:51
last_update2018-10-23 22:11:51
depth2
children0
last_payout2018-10-30 22:11: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_length31
author_reputation59,974,373,499,600
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout0.000 HBD
percent_hbd10,000
post_id73,919,046
net_rshares0
@chesatochi ·
Great post, I will bookmark this post and try to make an alt account this way!
properties (22)
authorchesatochi
permlinkre-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181024t013722022z
categorysteem
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["steem"],"users":[],"links":[],"image":[]}
created2018-10-24 01:37:21
last_update2018-10-24 01:37:21
depth1
children0
last_payout2018-10-31 01:37: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_length78
author_reputation235,233,928,560,443
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,927,306
net_rshares0
@cloudspyder ·
I didn't try claiming an account yet...

Posted using [Partiko Android](https://steemit.com/@partiko-android)
properties (22)
authorcloudspyder
permlinkcloudspyder-re-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181024t140256479z
categorysteem
json_metadata{"app":"partiko"}
created2018-10-24 14:02:57
last_update2018-10-24 14:02:57
depth1
children0
last_payout2018-10-31 14:02:57
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_length109
author_reputation8,281,689,777,163
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,962,083
net_rshares0
@crypto.talk ·
Hello @noisy!

Posted using [Partiko Messaging](https://steemit.com/@partiko)
properties (22)
authorcrypto.talk
permlinkcrypto-talk-re-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181109t134348501z
categorysteem
json_metadata{"app":"partiko","from_partiko_messaging":true}
created2018-11-09 13:43:51
last_update2018-11-09 13:43:51
depth1
children2
last_payout2018-11-16 13:43: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_length77
author_reputation5,672,582,596,884
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id74,977,181
net_rshares0
@noisy ·
hello! :)
properties (22)
authornoisy
permlinkre-cryptotalk-crypto-talk-re-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181114t103644472z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-11-14 10:36:45
last_update2018-11-14 10:36:45
depth2
children1
last_payout2018-11-21 10:36:45
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_length9
author_reputation59,974,373,499,600
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout0.000 HBD
percent_hbd10,000
post_id75,266,836
net_rshares0
@crypto.talk ·
Amazing job on Wise! Let us know when we can help!

Posted using [Partiko Messaging](https://steemit.com/@partiko)
properties (22)
authorcrypto.talk
permlinkcrypto-talk-re-noisy-re-cryptotalk-crypto-talk-re-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181114t155624231z
categorysteem
json_metadata{"app":"partiko","from_partiko_messaging":true}
created2018-11-14 15:56:24
last_update2018-11-14 15:56:24
depth3
children0
last_payout2018-11-21 15:56:24
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_length114
author_reputation5,672,582,596,884
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,282,731
net_rshares0
@davidpatrick · (edited)
What a well written  article, BRAVO, keep it up
👍  
properties (23)
authordavidpatrick
permlinkre-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181023t230657822z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-10-23 23:07:06
last_update2018-10-23 23:09:30
depth1
children0
last_payout2018-10-30 23:07:06
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_length47
author_reputation1,451,725,763,658
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,921,295
net_rshares445,658,858
author_curate_reward""
vote details (1)
@dhimmel ·
$0.93
Just claimed an account in https://steemd.com/tx/8ca5e2da402ea620b40e2a120adcfe19be3729ba! Thanks for the tutorial of sorts. Also asciinema is awesome.
👍  , , ,
properties (23)
authordhimmel
permlinkre-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181024t002045150z
categorysteem
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["steem"],"users":[],"links":["https://steemd.com/tx/8ca5e2da402ea620b40e2a120adcfe19be3729ba!"],"image":[]}
created2018-10-24 00:20:45
last_update2018-10-24 00:20:45
depth1
children3
last_payout2018-10-31 00:20:45
cashout_time1969-12-31 23:59:59
total_payout_value0.698 HBD
curator_payout_value0.228 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length151
author_reputation39,788,295,023,882
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,924,192
net_rshares813,098,487,229
author_curate_reward""
vote details (4)
@noisy ·
yeah. I love it! : )
👍  
properties (23)
authornoisy
permlinkre-dhimmel-re-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181024t002443560z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-10-24 00:24:42
last_update2018-10-24 00:24:42
depth2
children2
last_payout2018-10-31 00:24:42
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_length20
author_reputation59,974,373,499,600
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout0.000 HBD
percent_hbd10,000
post_id73,924,328
net_rshares756,656,259,092
author_curate_reward""
vote details (1)
@dhimmel ·
$1.00
Haha yeah, I recently created a [tutorial](https://asciinema.org/a/205085?speed=2) for our manubot software and exported it to GIF and [animated SVG](https://raw.githubusercontent.com/greenelab/manubot/master/media/terminal-recordings/manubot-cite-cast.svg?sanitize=true).

![](https://github.com/greenelab/manubot/raw/a008126b39e3bd4b80ebaa5af9f9fa2f30b3a670/media/terminal-recordings/manubot-cite-cast.gif)

I gotta get back to [my PR](https://github.com/marionebl/svg-term-cli/pull/37) to add a `--speed` option to `svg-term-cli`, which is the utility for exporting asciicasts to SVGs.
👍  , , ,
properties (23)
authordhimmel
permlinkre-noisy-re-dhimmel-re-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181024t221918892z
categorysteem
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["steem"],"users":[],"links":["https://asciinema.org/a/205085?speed=2","https://raw.githubusercontent.com/greenelab/manubot/master/media/terminal-recordings/manubot-cite-cast.svg?sanitize=true","https://github.com/marionebl/svg-term-cli/pull/37"],"image":["https://github.com/greenelab/manubot/raw/a008126b39e3bd4b80ebaa5af9f9fa2f30b3a670/media/terminal-recordings/manubot-cite-cast.gif"]}
created2018-10-24 22:19:18
last_update2018-10-24 22:19:18
depth3
children1
last_payout2018-10-31 22:19:18
cashout_time1969-12-31 23:59:59
total_payout_value0.750 HBD
curator_payout_value0.245 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length588
author_reputation39,788,295,023,882
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,986,534
net_rshares873,344,567,366
author_curate_reward""
vote details (4)
@dlux-io ·
Wanted to make you aware of this option for getting accounts from bid-bot operators. 
Awaiting further interest. 
[Request discounted account from bidbot](https://staging.busy.org/@disregardfiat/solutions-for-hf20)
properties (22)
authordlux-io
permlinkre-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181025t035456893z
categorysteem
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["steem"],"users":["disregardfiat"],"links":["https://staging.busy.org/@disregardfiat/solutions-for-hf20"],"image":[]}
created2018-10-25 03:54:57
last_update2018-10-25 03:54:57
depth1
children0
last_payout2018-11-01 03:54:57
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_length214
author_reputation119,095,558,103,977
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id74,000,480
net_rshares0
@donkeypong ·
Thanks for a great overview!
properties (22)
authordonkeypong
permlinkre-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181024t004142848z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-10-24 00:41:45
last_update2018-10-24 00:41:45
depth1
children0
last_payout2018-10-31 00:41:45
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_length28
author_reputation431,667,636,679,304
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,925,061
net_rshares0
@empato365 ·
Alright I think I will begin the account claiming process right away

> So, if someone will claim 100 accounts, it doesn't mean that this person created 100 new accounts. This mean that tomorrow, in a month or any point in the future this person will be able to create 1, 2 or up to 100 accounts instantly without extra cost.

*without extra cost* in waiting time or money/steem?
properties (22)
authorempato365
permlinkre-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181023t230714122z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-10-23 23:07:00
last_update2018-10-23 23:07:00
depth1
children1
last_payout2018-10-30 23:07: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_length379
author_reputation24,028,324,704,929
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,921,293
net_rshares0
@noisy ·
without waiting or money/steem. Claims costs Resource Credits... but if you already have pending claims, then this is free.
👍  
properties (23)
authornoisy
permlinkre-empato365-re-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181023t233404600z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-10-23 23:34:06
last_update2018-10-23 23:34:06
depth2
children0
last_payout2018-10-30 23:34:06
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_length123
author_reputation59,974,373,499,600
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout0.000 HBD
percent_hbd10,000
post_id73,922,420
net_rshares21,492,202,007
author_curate_reward""
vote details (1)
@intrepidphotos ·
Hi.  That steemconect link gives me an error?
👍  ,
properties (23)
authorintrepidphotos
permlinkre-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181023t230043141z
categorysteem
json_metadata{"tags":["steem"],"community":"steempeak","app":"steempeak"}
created2018-10-23 23:00:45
last_update2018-10-23 23:00:45
depth1
children2
last_payout2018-10-30 23:00:45
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_length45
author_reputation583,698,312,014,318
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,921,040
net_rshares12,398,519,592
author_curate_reward""
vote details (2)
@noisy ·
Thank you. There was a typo (a missing `space` (or encoded space as `%20`) between `0.000` and `STEEM`). Should be ok now.
properties (22)
authornoisy
permlinkre-intrepidphotos-re-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181023t230932737z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-10-23 23:09:33
last_update2018-10-23 23:09:33
depth2
children1
last_payout2018-10-30 23:09: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_length122
author_reputation59,974,373,499,600
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout0.000 HBD
percent_hbd10,000
post_id73,921,390
net_rshares0
@intrepidphotos ·
Thanks.  I will check it out again.
properties (22)
authorintrepidphotos
permlinkre-noisy-re-intrepidphotos-re-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181023t231620517z
categorysteem
json_metadata{"tags":["steem"],"community":"steempeak","app":"steempeak"}
created2018-10-23 23:16:21
last_update2018-10-23 23:16:21
depth3
children0
last_payout2018-10-30 23:16: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_length35
author_reputation583,698,312,014,318
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,921,665
net_rshares0
@irelandscape ·
4252 SP!?!?
properties (22)
authorirelandscape
permlinkre-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181024t084743989z
categorysteem
json_metadata{"tags":["steem"],"community":"steempeak","app":"steempeak"}
created2018-10-24 08:47:45
last_update2018-10-24 08:47:45
depth1
children3
last_payout2018-10-31 08:47:45
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_length12
author_reputation15,380,678,988,494
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,945,797
net_rshares0
@noisy ·
Witnesses can change variables `account_subsidy_budget` and `account_subsidy_decay` and influence how much new claims could be made:

https://github.com/steemit/steem/blob/master/doc/witness_parameters.md#account_subsidy_budget
properties (22)
authornoisy
permlinkre-irelandscape-re-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181024t091012228z
categorysteem
json_metadata{"tags":["steem"],"links":["https://github.com/steemit/steem/blob/master/doc/witness_parameters.md#account_subsidy_budget"],"app":"steemit/0.1"}
created2018-10-24 09:10:12
last_update2018-10-24 09:10:12
depth2
children2
last_payout2018-10-31 09:10:12
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_length227
author_reputation59,974,373,499,600
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout0.000 HBD
percent_hbd10,000
post_id73,946,966
net_rshares0
@irelandscape ·
OK. Because at the moment I would suspect that less than 1% of users are able to claim a free account.
properties (22)
authorirelandscape
permlinkre-noisy-re-irelandscape-re-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181024t094718528z
categorysteem
json_metadata{"tags":["steem"],"community":"steempeak","app":"steempeak"}
created2018-10-24 09:47:18
last_update2018-10-24 09:47:18
depth3
children1
last_payout2018-10-31 09:47: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_length102
author_reputation15,380,678,988,494
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,948,696
net_rshares0
@jblew ·
Hello from Partiko chat at Partiko round table session #SteemFest

Posted using [Partiko Messaging](https://steemit.com/@partiko)
properties (22)
authorjblew
permlinkjblew-re-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181109t133200918z
categorysteem
json_metadata{"app":"partiko","from_partiko_messaging":true}
created2018-11-09 13:32:03
last_update2018-11-09 13:32:03
depth1
children0
last_payout2018-11-16 13:32:03
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_length129
author_reputation235,650,801,538
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id74,976,637
net_rshares0
@newageinv ·
I see the cost has come down a bit... I am trying to claim as many as I can but have been limited given the increased cost lately.  Will try later!  Thanks for the information!
properties (22)
authornewageinv
permlinkre-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181023t231503445z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-10-23 23:15:03
last_update2018-10-23 23:15:03
depth1
children0
last_payout2018-10-30 23:15:03
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_length176
author_reputation265,254,588,985,810
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,921,613
net_rshares0
@oflyhigh ·
Very helpful post!
Thank you.
properties (22)
authoroflyhigh
permlinkre-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181023t235057686z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-10-23 23:50:57
last_update2018-10-23 23:50:57
depth1
children1
last_payout2018-10-30 23:50:57
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_length29
author_reputation6,424,331,868,582,728
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,923,093
net_rshares0
@shenchensucc ·
Big Brother O, are you going to claim a lot of account? lol?
properties (22)
authorshenchensucc
permlinkre-oflyhigh-re-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181024t001505106z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-10-24 00:15:06
last_update2018-10-24 00:15:06
depth2
children0
last_payout2018-10-31 00:15:06
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_length60
author_reputation100,205,759,373,709
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,924,001
net_rshares0
@sorin.cristescu ·
$0.34
So let's have a critical look at what we are talking about here.

Before HF20 I have embarked 8 friends using create_account_with_delegation. Basically, almost anyone with 23 SP or more was able to onboard a new user by using steemconnect to "gift" 0.1 SP and delegate 20 SP ... temporarily ... as soon as I hade created that account I was "undelegating" (claiming back, pending a 1 month wait time) 17 SP  because a new account with 3 SP can do almost anything a newbie on Steemit wants to do

After HF20, with between 4400 and 4700 SP I was unable to claim any (none, zero, nada, zilch) discounted accounts - each time I looked (and no, I don't have the time and inclination to track the price change of discounted accounts), claiming one required more RC than I had. When I had 4700 SP for instance I was at about 9 TRC but the price was above 10 TRC for an account ...

Now of course I could have paid straight from the pocket the 3 SP (burned) in order to onboard someone (which was available before as well and I've used it also). Except that my experience showed that when something is offered "for free" most people tend not to value it.

So not knowing in advance whether a given friend would take to steem with relish or will simply ignore his new account ... I became unwilling to risk 3 steem to pay straightaway ... but I was willing to take a chance by paying 0.1 STEEM and using delegation (recoverable) for the rest ...

That second path is closed now. 

Which means that, all things being equal (forget paying, already possible before), anyone with less than 5000 SP is now unable to onboard a friend whenever he has the opportunity, whereas before anyone from 24 SP upward was able to do it.

Now we look at the data you published and who has claimed discounted accounts ... And what do we see ?

**From the top 10, 6 are ... bid-bots!** smartsteem, buildawhale, postpromoter, appreciator, rocky1, upme are bid bots !

So please do tell me: should we be celebrating that HF 20 has made user onboarding harder for normal steemians (those below 5000 SP) while allowing the bid-bot operators the ability to hoard discounted accounts ?

**This was the goal of HF20 ? Allow bid-bot operators to claim free discounted accounts ?**

Of course criticizing is easy when one doesn't offer an alternative. I believe that resources in this eco-system (and as it happens, Steemit Inc holds most of those resources) should be focused on creating and bringing to the market a product that allows "normies" (as @ned nicely calls them) to get as smooth an experience as possible up to the point they even forget there's a blockchain behind. 

Whoever has enough resources should rather deploy product development and marketing dollars to create a true competitor to Medium and/or Quora and/or other such web applications that make "the heart of the web beat"

"Steem moon" won't come from convincing crypto people to sell TRX, XVG, INS or whatever coin they fancy today and buy STEEM instead. Moon will  come when we'll have not 1 000 000 but 10 000 000 or 100 000 000 tx/day done predominantly by actual people active on the network. And to have those, we first need to onboard those people who are going to transact ...

**Are the bid-bot operators who are currently hoarding subsidized accounts going to on-board those normies?** Anyone out there believes that ? I hope I'm wrong to be distrustful

HF 20 just made onboarding costlier and harder. The exact opposite of what steem needed.
👍  , , , , , , , , , , , , , , ,
properties (23)
authorsorin.cristescu
permlinkre-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181023t230549343z
categorysteem
json_metadata{"tags":["steem"],"users":["ned"],"app":"steemit/0.1"}
created2018-10-23 23:05:51
last_update2018-10-23 23:05:51
depth1
children16
last_payout2018-10-30 23:05:51
cashout_time1969-12-31 23:59:59
total_payout_value0.260 HBD
curator_payout_value0.075 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3,491
author_reputation256,819,409,712,090
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,921,248
net_rshares303,666,928,133
author_curate_reward""
vote details (16)
@joeyarnoldvn ·
I registered for a 2nd Steem account some weeks ago and I'm still working. I'm feeling like I was denied. Should I continue to wait? Is it possible that Steemit will not approve a 2nd account? Perhaps, I should just pay for a 2nd account.
properties (22)
authorjoeyarnoldvn
permlinkptwip1
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2019-06-30 07:41:24
last_update2019-06-30 07:41:24
depth2
children0
last_payout2019-07-07 07:41:24
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_length238
author_reputation51,914,802,064,074
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id87,560,271
net_rshares0
@mcfarhat ·
just a quick comment regarding account creation options: account creating using delegation is still a valid option AFAIK
properties (22)
authormcfarhat
permlinkre-sorincristescu-re-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181024t092102510z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-10-24 09:21:12
last_update2018-10-24 09:21:12
depth2
children4
last_payout2018-10-31 09:21:12
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_length120
author_reputation150,672,349,167,341
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,947,493
net_rshares0
@noisy ·
I am not sure about that... I would need to double check that.
properties (22)
authornoisy
permlinkre-mcfarhat-re-sorincristescu-re-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181024t094208014z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-10-24 09:42:09
last_update2018-10-24 09:42:09
depth3
children1
last_payout2018-10-31 09:42:09
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_length62
author_reputation59,974,373,499,600
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout0.000 HBD
percent_hbd10,000
post_id73,948,420
net_rshares0
@sorin.cristescu ·
$0.05
Unfortunately not. create_account_with_delegation() has been deprecated with HF20. I'm not clear why but it has.
👍  
properties (23)
authorsorin.cristescu
permlinkre-mcfarhat-re-sorincristescu-re-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181024t104112586z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-10-24 10:41:15
last_update2018-10-24 10:41:15
depth3
children1
last_payout2018-10-31 10:41:15
cashout_time1969-12-31 23:59:59
total_payout_value0.036 HBD
curator_payout_value0.011 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length112
author_reputation256,819,409,712,090
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,951,166
net_rshares43,249,546,222
author_curate_reward""
vote details (1)
@noisy ·
I share a lot of your concerns... not only about bidbots.. but also about @steem account:

![Selection_999(403).png](https://cdn.steemitimages.com/DQmc5N4nw1euE2bAck2wtMj2cYUEpjaaG5wf4JSnRoo5Y4s/Selection_999(403).png)

I was asking this question earlier in few places.

I actually started to work on account-creation dashboard to have a possibility to analyze who claimed the most accounts.

In theory one potential solution would be... to make Recourse Credits non-linear. It should be more expensive for whales to claim and create accounts and it should be cheaper for minnows. Is that would be ideal? Nope... because there would be then a strong incentive to an abuser to spread SP among 1000 accounts.

After reading your comment I realized that my post may seem to be too optimistic. But the truth is... we decided to take a look on this topic because we were afraid of potential abuse. But to prevent an abuse, first we all need to understand how everything works.

Also... I believe that it is in best interest of whole community to learn how whales and bit-bots are claiming those accounts, so other people could also do this to equalize this situation somehow...
properties (22)
authornoisy
permlinkre-sorincristescu-re-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181023t233241886z
categorysteem
json_metadata{"tags":["steem"],"users":["steem"],"image":["https://cdn.steemitimages.com/DQmc5N4nw1euE2bAck2wtMj2cYUEpjaaG5wf4JSnRoo5Y4s/Selection_999(403).png"],"app":"steemit/0.1"}
created2018-10-23 23:32:42
last_update2018-10-23 23:32:42
depth2
children9
last_payout2018-10-30 23:32:42
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_length1,172
author_reputation59,974,373,499,600
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout0.000 HBD
percent_hbd10,000
post_id73,922,364
net_rshares0
@joeyarnoldvn ·
I registered for a 2nd account. Will it be approved?
properties (22)
authorjoeyarnoldvn
permlinkptwiql
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2019-06-30 07:42:21
last_update2019-06-30 07:42:21
depth3
children0
last_payout2019-07-07 07:42: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_length52
author_reputation51,914,802,064,074
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id87,560,290
net_rshares0
@mobbs ·
>But to prevent an abuse, first we all need to understand how everything works.

The problem with this being, Steem understood what's going on way, way before it was even public. As is demonstrated by their 18,000 account advantage
properties (22)
authormobbs
permlinkre-noisy-re-sorincristescu-re-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181024t075703701z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-10-24 07:57:06
last_update2018-10-24 07:57:06
depth3
children0
last_payout2018-10-31 07:57:06
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_length231
author_reputation390,553,010,457,151
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,943,480
net_rshares0
@santarius · (edited)
The solution I was thinking about is that there would be a maximum number of claimed accounts depending on SP. In this way accounts that do not create accounts cannot claim too many of them. 

...or this could simply work like a mana, but how much of it is regenerated globally every day would be decided by Witnesses...
👍  
properties (23)
authorsantarius
permlinkre-noisy-re-sorincristescu-re-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181023t234059086z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-10-23 23:41:00
last_update2018-10-23 23:41:12
depth3
children2
last_payout2018-10-30 23:41: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_length320
author_reputation13,346,463,584,839
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,922,713
net_rshares10,350,362,850
author_curate_reward""
vote details (1)
@sorin.cristescu ·
$0.10
Actually @steem claiming accounts was the whole point. Previously the only way to on-board was through delegation and for most users that delegated SP came from steem. 100000 new users costed steem 1.5 Million SP in delegation. But steem could do many interesting things with 1.5 Million SP such as supporting projects like fundition or steempress or Utopian. So there was an unhelpful competition between onboarding new users and supporting projects. 

With RC steem can embark new users with discounted accounts without locking precious SP up. That is a good thing.

However I'm not clear why create_account_with_delegation had to be deprecated ...
👍  ,
properties (23)
authorsorin.cristescu
permlinkre-noisy-re-sorincristescu-re-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181024t104157619z
categorysteem
json_metadata{"tags":["steem"],"users":["steem"],"app":"steemit/0.1"}
created2018-10-24 10:42:00
last_update2018-10-24 10:42:00
depth3
children2
last_payout2018-10-31 10:42:00
cashout_time1969-12-31 23:59:59
total_payout_value0.085 HBD
curator_payout_value0.012 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length650
author_reputation256,819,409,712,090
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,951,207
net_rshares99,389,632,731
author_curate_reward""
vote details (2)
@sorin.cristescu ·
$0.10
Another thing that Steemit Inc. could and should have directed resources to : bringing great voices to the steem blockchain.  If I had been @andrarchy,  I would have done whatever it takes to bring Caitlin Long to blog on the steem blockchain rather than on [caitlin-long.com](https://caitlin-long.com/2018/10/23/the-world-needs-more-systemic-thinkers/)
👍  ,
properties (23)
authorsorin.cristescu
permlinkre-noisy-re-sorincristescu-re-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181024t105658968z
categorysteem
json_metadata{"tags":["steem"],"users":["andrarchy"],"links":["https://caitlin-long.com/2018/10/23/the-world-needs-more-systemic-thinkers/"],"app":"steemit/0.1"}
created2018-10-24 10:57:03
last_update2018-10-24 10:57:03
depth3
children0
last_payout2018-10-31 10:57:03
cashout_time1969-12-31 23:59:59
total_payout_value0.084 HBD
curator_payout_value0.012 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length353
author_reputation256,819,409,712,090
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,951,859
net_rshares96,938,658,862
author_curate_reward""
vote details (2)
@steemengines ·
Thank you for taking the time to explain this. This is a great follow up read to the post on RC's that steemitblog just posted.
properties (22)
authorsteemengines
permlinkre-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181024t004701828z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-10-24 00:47:03
last_update2018-10-24 00:47:03
depth1
children0
last_payout2018-10-31 00:47:03
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_reputation13,895,357,660,648
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,925,300
net_rshares0
@steemexpress · (edited)
It was an honest mistake. Apologised for the inconvenient caused.
👍  ,
👎  
properties (23)
authorsteemexpress
permlinkre-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181023t223754
categorysteem
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["steem"],"users":[],"links":[],"image":[]}
created2018-10-23 22:37:54
last_update2018-10-24 08:33:33
depth1
children0
last_payout2018-10-30 22:37: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_length65
author_reputation1,639,324,752,318
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,920,071
net_rshares-17,337,755,033
author_curate_reward""
vote details (3)
@steemitboard ·
Congratulations @noisy! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

<table><tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@noisy/votes.png?201811070023</td><td>You made more than 13000 upvotes. Your next target is to reach 14000 upvotes.</td></tr>
</table>

<sub>_[Click here to view your Board of Honor](https://steemitboard.com/@noisy)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Do not miss the last post from @steemitboard:**
<table><tr><td><a href="https://steemit.com/steemfest/@steemitboard/uk1parhd"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmSz7NTFn1sazJvocuqkN7uZFHxAUTJrVYz7zqYEEExXfY/image.png"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/uk1parhd">SteemFest³ - SteemitBoard Contest Teaser</a></td></tr><tr><td><a href="https://steemit.com/steemfest/@steemitboard/the-new-steemfest-award-is-ready"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmeEYkuDHNp3c9dC6Q5s8Wysi8DrXR89FHAFiu5XoQW8Vr/SteemitBoard_header_Krakow2018.png"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/the-new-steemfest-award-is-ready">The new Steemfest³ Award is ready!</a></td></tr></table>

> Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-noisy-20181107t013713000z
categorysteem
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-11-07 01:37:12
last_update2018-11-07 01:37:12
depth1
children0
last_payout2018-11-14 01:37:12
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_length1,549
author_reputation38,975,615,169,260
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id74,822,461
net_rshares0
@steemitboard ·
Congratulations @noisy! You have received a personal award!

[![](https://steemitimages.com/70x70/http://steemitboard.com/@noisy/steemfest31.png)](http://steemitboard.com/@noisy)  SteemFest 3 Attendee
<sub>_Click on the badge to view your Board of Honor._</sub>


**Do not miss the last post from @steemitboard:**
<table><tr><td><a href="https://steemit.com/steemfest/@steemitboard/uk1parhd"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmSz7NTFn1sazJvocuqkN7uZFHxAUTJrVYz7zqYEEExXfY/image.png"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/uk1parhd">SteemFest³ - SteemitBoard Contest Teaser</a></td></tr><tr><td><a href="https://steemit.com/steemfest/@steemitboard/the-new-steemfest-award-is-ready"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmeEYkuDHNp3c9dC6Q5s8Wysi8DrXR89FHAFiu5XoQW8Vr/SteemitBoard_header_Krakow2018.png"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/the-new-steemfest-award-is-ready">The new Steemfest³ Award is ready!</a></td></tr></table>

> Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-noisy-20181107t162447000z
categorysteem
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-11-07 16:24:48
last_update2018-11-07 16:24:48
depth1
children0
last_payout2018-11-14 16:24:48
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_length1,275
author_reputation38,975,615,169,260
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id74,862,856
net_rshares0
@steemitboard ·
Congratulations @noisy! You received a personal award!

<table><tr><td>https://steemitimages.com/70x70/http://steemitboard.com/@noisy/msc2018.png</td><td>Thank you for your participation in the "Meet The Steemians" contest in Kraków. We hope you enjoyed it and made lots of new friends. See you at SteemFest4!</td></tr></table>

<sub>_[Click here to view your Board of Honor](https://steemitboard.com/@noisy)_</sub>


**Do not miss the last post from @steemitboard:**
<table><tr><td><a href="https://steemit.com/steemfest/@steemitboard/meet-the-steemians-contest-the-results-the-winners-and-the-prizes"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmeLukvNFRsa7RURqsFpiLGEZZD49MiU52JtWmjS5S2wtW/image.png"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/meet-the-steemians-contest-the-results-the-winners-and-the-prizes">Meet the Steemians Contest - The results, the winners and the prizes</a></td></tr><tr><td><a href="https://steemit.com/steemfest/@steemitboard/meet-the-steemians-contest-special-attendees-revealed"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmeLukvNFRsa7RURqsFpiLGEZZD49MiU52JtWmjS5S2wtW/image.png"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/meet-the-steemians-contest-special-attendees-revealed">Meet the Steemians Contest - Special attendees revealed</a></td></tr><tr><td><a href="https://steemit.com/steemfest/@steemitboard/meet-the-steemians-contest-intermediate-results"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmeLukvNFRsa7RURqsFpiLGEZZD49MiU52JtWmjS5S2wtW/image.png"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/meet-the-steemians-contest-intermediate-results">Meet the Steemians Contest - Intermediate results</a></td></tr></table>

> Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-noisy-20181119t143811000z
categorysteem
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-11-19 14:38:12
last_update2018-11-19 14:38:12
depth1
children0
last_payout2018-11-26 14:38:12
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_length2,029
author_reputation38,975,615,169,260
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,558,597
net_rshares0
@steemitboard ·
Congratulations @noisy! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

<table><tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@noisy/commented.png?201811201050</td><td>You got more than 3750 replies. Your next target is to reach 4000 replies.</td></tr>
</table>

<sub>_[Click here to view your Board of Honor](https://steemitboard.com/@noisy)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Do not miss the last post from @steemitboard:**
<table><tr><td><a href="https://steemit.com/steemfest/@steemitboard/meet-the-steemians-contest-the-results-the-winners-and-the-prizes"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmeLukvNFRsa7RURqsFpiLGEZZD49MiU52JtWmjS5S2wtW/image.png"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/meet-the-steemians-contest-the-results-the-winners-and-the-prizes">Meet the Steemians Contest - The results, the winners and the prizes</a></td></tr><tr><td><a href="https://steemit.com/steemfest/@steemitboard/meet-the-steemians-contest-special-attendees-revealed"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmeLukvNFRsa7RURqsFpiLGEZZD49MiU52JtWmjS5S2wtW/image.png"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/meet-the-steemians-contest-special-attendees-revealed">Meet the Steemians Contest - Special attendees revealed</a></td></tr><tr><td><a href="https://steemit.com/steemfest/@steemitboard/meet-the-steemians-contest-intermediate-results"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmeLukvNFRsa7RURqsFpiLGEZZD49MiU52JtWmjS5S2wtW/image.png"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/meet-the-steemians-contest-intermediate-results">Meet the Steemians Contest - Intermediate results</a></td></tr></table>

> Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-noisy-20181120t142711000z
categorysteem
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-11-20 14:27:09
last_update2018-11-20 14:27:09
depth1
children0
last_payout2018-11-27 14:27:09
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_length2,150
author_reputation38,975,615,169,260
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,619,128
net_rshares0
@steempeak ·
Thanks for the article... bookmarked.
👍  
properties (23)
authorsteempeak
permlinkre-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181023t225723359z
categorysteem
json_metadata{"tags":["steem"],"community":"steempeak","app":"steempeak"}
created2018-10-23 22:57:24
last_update2018-10-23 22:57:24
depth1
children4
last_payout2018-10-30 22:57:24
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_length37
author_reputation175,130,396,955,416
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,920,903
net_rshares4,299,563,318
author_curate_reward""
vote details (1)
@intrepidphotos ·
Cant wait account creation is part of steempeak! 
properties (22)
authorintrepidphotos
permlinkre-steempeak-re-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181023t231846799z
categorysteem
json_metadata{"tags":["steem"],"community":"steempeak","app":"steempeak"}
created2018-10-23 23:18:48
last_update2018-10-23 23:18:48
depth2
children0
last_payout2018-10-30 23:18:48
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_length49
author_reputation583,698,312,014,318
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,921,778
net_rshares0
@noisy ·
Is steempeak going to create Steem accounts for users as well?

I am asking, because I have one almost finished project which could help with that:

![Selection_999(372).png](https://cdn.steemitimages.com/DQmVDEsXamZzkmSMC2KgfZmApCHQ9q9kkzEp6R7yMMnDDqj/Selection_999(372).png)

it's going to be open-source. It will allow to authenticate users with over 100 different services, score them... and allow for manual, semi-manual or manual account verification:

https://python-social-auth.readthedocs.io/en/latest/backends/index.html#social-backends

:)
👍  
properties (23)
authornoisy
permlinkre-steempeak-re-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181023t230359158z
categorysteem
json_metadata{"tags":["steem"],"image":["https://cdn.steemitimages.com/DQmVDEsXamZzkmSMC2KgfZmApCHQ9q9kkzEp6R7yMMnDDqj/Selection_999(372).png"],"links":["https://python-social-auth.readthedocs.io/en/latest/backends/index.html#social-backends"],"app":"steemit/0.1"}
created2018-10-23 23:04:00
last_update2018-10-23 23:04:00
depth2
children2
last_payout2018-10-30 23:04: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_length550
author_reputation59,974,373,499,600
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout0.000 HBD
percent_hbd10,000
post_id73,921,175
net_rshares31,515,372,861
author_curate_reward""
vote details (1)
@mcfarhat ·
As @actifit, that's a key concerning point for new signups as we plan to kick this off. We would definitely be interested in your work on this !
properties (22)
authormcfarhat
permlinkre-noisy-re-steempeak-re-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181024t092225845z
categorysteem
json_metadata{"tags":["steem"],"users":["actifit"],"app":"steemit/0.1"}
created2018-10-24 09:22:36
last_update2018-10-24 09:22:36
depth3
children0
last_payout2018-10-31 09:22:36
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_length144
author_reputation150,672,349,167,341
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,947,567
net_rshares0
@steempeak ·
Yes we'll be working on a very extensive ON-BOARDING project @noisy 
And yes Account Creation will be part of it.

Sorry we didn't see this until now. Feel free to message us on Discord or Slack anytime 
- @jarvie
properties (22)
authorsteempeak
permlinkre-noisy-re-steempeak-re-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181025t170904913z
categorysteem
json_metadata{"tags":["steem"],"community":"steempeak","app":"steempeak"}
created2018-10-25 17:09:06
last_update2018-10-25 17:09:06
depth3
children0
last_payout2018-11-01 17:09:06
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_length213
author_reputation175,130,396,955,416
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id74,039,251
net_rshares0
@vipin99 ·
$0.06
Sound good create new accounts without waiting.
👍  ,
properties (23)
authorvipin99
permlinkre-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181024t055932537z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-10-24 05:59:36
last_update2018-10-24 05:59:36
depth1
children0
last_payout2018-10-31 05:59:36
cashout_time1969-12-31 23:59:59
total_payout_value0.048 HBD
curator_payout_value0.015 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length47
author_reputation3,763,037,093,676
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,938,186
net_rshares57,892,747,720
author_curate_reward""
vote details (2)
@ykdesign ·
thanks for your great support. love your work
properties (22)
authorykdesign
permlinkre-noisy-creation-of-new-steem-accounts-without-waiting-and-paying-anything-with-new-resource-credits-system-20181122t130549552z
categorysteem
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["steem"],"users":[],"links":[],"image":[]}
created2018-11-22 13:05:45
last_update2018-11-22 13:05:45
depth1
children0
last_payout2018-11-29 13:05:45
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_length45
author_reputation244,217,860,979,883
root_title"Creation of new Steem accounts without waiting and paying anything (with new Resource Credits system)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,730,958
net_rshares0