Skip to content
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 export CCXP format #49

Open
mvrahden opened this issue Sep 5, 2024 · 3 comments
Open

How to export CCXP format #49

mvrahden opened this issue Sep 5, 2024 · 3 comments

Comments

@mvrahden
Copy link

mvrahden commented Sep 5, 2024

I'm looking for a way to export the XPUB of a TapSigner in CCXP format.
How can I achieve this with this toolkit? Or are there other smarter ways?
I want to include it in a multisig setup.

@scgbckbone
Copy link
Contributor

  1. use cktap status cmd to see the path you're at, then cktap xpub -p <path> to get correct key, then it depends what you use as multisig coordinator, build import file manually
  2. wait for bugfix: json_dump #50 and use cktap json

@mvrahden
Copy link
Author

mvrahden commented Sep 6, 2024

Thanks for the fast response!
Is there some sort of documentation that I could follow (some readme or code snippet would suffice I guess) to build the import/export file manually?

@scgbckbone
Copy link
Contributor

File format depends on what you use as multisig coordinator. But usually xfp, derivarion path, and xpub is enough

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants