Self-Host Share Threshold #849
ealeksandrov7
announced in
Help
Replies: 1 comment 3 replies
-
Actually can we use the private key generated from the Node.js SDK as a postboxKey when initializing a new ThresholdKey? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys. I understand how you generate new shares when using the Self-Host flow, but let's say I'm using it together with the new Node SDK:
By using the Node SDK I can get a PK to use as 'first share' so then my wallet access becomes 1/1.
If I add a security question/answer - I get 1/2 and so on.
How do I increase the threshold instead of just adding additional shares for 1/n security.
How do I go from threshold of '1' to a threshold of 'n'?
Thanks for the new awesome SDK btw!
Beta Was this translation helpful? Give feedback.
All reactions