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

Verification and Signing Key #150

Open
chainlabsio opened this issue Sep 15, 2021 · 0 comments
Open

Verification and Signing Key #150

chainlabsio opened this issue Sep 15, 2021 · 0 comments

Comments

@chainlabsio
Copy link

chainlabsio commented Sep 15, 2021

Child Private Key not working

I was able to follow these steps to create keys

./cardano-address recovery-phrase generate --size 15 > mnemonic.prv
./cardano-address key from-recovery-phrase Shelley < mnemonic.prv > root.prv
./cardano-address key child 1852H/1815H/0H/0/0 < root.prv > addr.prv
./cardano-address key public --with-chain-code < addr.prv > addr.pub
./cardano-address address payment --network-tag mainnet < addr.pub > addr.pay

We deposited test funds to addr.pay successfully and would like to move the funds with Exodus Wallet and using the private key.

But when I try to use the addr.prv in Exodus wallet to move the funds it does not accept the format as a private key.

Currently, the addr.prv starts with addr_xsk1..... and not sure if this is the correct format to work with Exodus Wallet or I have a Verification Key and need a Signing Key.

Any guidance would be appreciated.

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

1 participant