Create a new device share using a backup share on self-host (tKey) #1241
cesariomartins
announced in
Help
Replies: 1 comment 2 replies
-
what is the format of your backup share? are you using the correct serialization here? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My user is backing up the share C using serialized module from tKey module.
When the user doesn't have share B (device share), how do I input the back up share so the user can create another device share?
In the code below, the backupSeed is the backup seed prase. We get the backup share using tkeyInstance.modules.shareSerialization.deserialize(backupSeed, "mnemonic");
After the tkeyInstance.inputShare(deserializedShare) call, the number of required share is still "1", so the backup share is not being viewed as a valid share.
What is the correct way to input the share from backup?
Beta Was this translation helpful? Give feedback.
All reactions