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 :)
You are viewing a single comment's thread from:
It changes occasionally, but you can do it one of two ways:
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 :)