You are viewing a single comment's thread from:

RE: Velocity Hardfork Account Creation Guidelines

in #hf206 years ago

"It would add extra complexity"??? How? Aren't we just talking about code ? Is it more than a "if (account_create (fee) > account_creation_fee) then ..."? Instead of a "if ... then" it's better to make the life of the user more miserable by rejecting its first transaction and asking him to do two more and get the amounts right ??? I don't understand.

Posted using Partiko Android

Sort:  

We are not talking about a user's first transaction here. We are talking about account creation services and other users who are creating accounts for their friends/family.

Precisely: first transaction when attempting to share her enthusiasm for Steemit with friends and family. "I'll promise you, this is a great system, you'll see, let me create an account for you! ... err ... there's a bug ... what does it say? I paid too much ? Why is that a problem? Just return the change or whatever! What? I have to submit 2 separate transactions to give you 10 STEEM to start you? Oh, forget about it!..."

Posted using Partiko Android

In order to use the account creation system, users will already have to follow very specific technical instructions. There are quite a few requirements in order for the transaction to work. For example, passing two decimal places instead of three will not work. If they are not able to follow instructions, then they probably should not be trying to use the APIs.

Making the blockchain code more complicated adds more risk of things breaking. It is better to keep the core logic simple and then rely on front-end user interfaces to provide a more seamless user experience.