You are viewing a single comment's thread from:

RE: Vessel 0.0.6 - Steem Power Delegation

in #steem-project7 years ago (edited)

What's the fee to create accounts? Who do you pay it to?
There's always the possiblity to create a frontend for the cli_wallet and use the keys to generate an account. Perhaps I'll play with that in Delphi or Lazarus.
Even if they shared the private keys with you, they can always change them once the account is active on steemit :)

Sort:  

It changes occasionally, but you can do it one of two ways:

  • With delegation (cost would be like 0.2 STEEM + 65k VESTS delegated)
  • Without delegation (last I knew this method was like 20 STEEM)

They also shouldn't have to share the private keys. The create account API call only needs public keys. So having them generate the keys safely offline and sharing the public keys creates a very safe (and potentially offline) method of registration.

I need to dig into account creation services at some point here soon for chainBB, I'm hoping to pair it with Vessel :)