-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to generate MPC keys? #29
Comments
There is this command which you should probably run. for example:
This will create the keys for all 5 nodes. This looks like a trusted key generation, not a DKG (I believe). |
yes this is generation of keys via a trusted dealer, we haven't exposed the DKG stuff yet but this is planned work |
@0xBEEFCAF3 have you had any luck creating the MPC keys? Shall we close this issue? |
yes! Thank you for your help! Thanks again 👍 |
@0xBEEFCAF3 you can probably share your thoughts here #32 |
I was setting up the full stack and ran into an issue running the MPC node against a regtest environment.
When I run
cargo run -- start-committee-node
I getHow do I perform DKG? Can I generate new keys or should I always be using the keys defined in the container?
https://github.com/sigma0-xyz/zkbitcoin/blob/main/DEVELOPER.md#run-an-mpc-node-with-docker
Thanks
The text was updated successfully, but these errors were encountered: