You are viewing a single comment's thread from:

RE: Have LITE accounts been integrated with The #Hive blockchain yet? #HiveDevs ...

in DBuzzlast month

There is a way.

You create an account with a posting key with a weight of 40, and for each new user you have a private key and a public key created. This account will have a weight of 1. Then, when the user logs in with your API, they will see the public key and the original account name will be hidden. The user then logs in as if using their own public and private keys. For content, you only return the content that was signed with the user's public key. And for publishing, they will end up sending a multisign request with their key, and the main account will arrive at your server. If it's new content, it's accepted; if it's for editing, there will be a check to see if it was signed with their key.

Sort:  

This is interesting.

Thank you for sharing this.

  • How long has this technology been on Hive?
  • How many Private/Public Keys can be created per account?
  • Has anyone implemented this yet?

    Posted via blog.d.buzz

How long has this technology been on Hive?

Which one? MultiSig? Create new public and private keys to add? Always

How many Private/Public Keys can be created per account?

40, I think, and if you want you can remove or swap any of them at any time, https://multisig.hive-keychain.com

Has anyone implemented this yet?

No one.

To complement this, you can also use Hive Keychain (you need to enable multisig in its settings, and use the real username) to make this multisig request, and the requests appear on https://multisig.hive-keychain.com/#/signRequest

image.png