You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
With strace I can see, that bnbcli doesn't even trying to look into tss_data folder (with generated tss data), and fails at read operations in keys.db folder
I can't figure out what is going on, since bnbcli sources are not available.
Could you please explain what am I doing wrong and how can I generate tss signature for transaction.
Thank you!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
Using this instruction I've created script, that shares TSS secret, but when I'm trying to sign transaction with bnbcli, I get "Key not found" error.
Secret sharing
Result of the script execution is the following data in bnbcli keystore
Thansaction
Then I create transaction to sign
here it is
Signing
and when I'm trying to sign it with
I get
ERROR: Key not found
With strace I can see, that bnbcli doesn't even trying to look into tss_data folder (with generated tss data), and fails at read operations in keys.db folder
I can't figure out what is going on, since bnbcli sources are not available.
Could you please explain what am I doing wrong and how can I generate tss signature for transaction.
Thank you!
The text was updated successfully, but these errors were encountered: