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

[Need Info] Create transaction by cardano-node using payment address generated by cardano-addresses #145

Open
hhqwerty opened this issue Aug 28, 2021 · 3 comments

Comments

@hhqwerty
Copy link

Hi,
I'm new in Cardano-addresses. I have a problem when try to make a transaction by using cardano-node using sender address generated by cardano-addresses.
So what I did is :

  1. generate a root private key (root.xsk) from recovery phrase.
  2. generate a payment verification key (addr.xvk)
  3. generate a payment address from a payment key (payment.addr)

And the when I tried to make a transaction using that (payment.addr),
I don't know what signing key should I use to sign this transaction:

cardano-cli transaction sign         
--tx-body-file body.raw         
--testnet-magic 1097911063         
--signing-key-file what_key_should_I_use          
--out-file signFile.signed 

Please help me

@chainlabsio
Copy link

chainlabsio commented Sep 15, 2021

I am having the same issue seems we are using the Verification Key and we need to generate a Secret Private Key. Did you find a solution?

@hhqwerty
Copy link
Author

I am having the same issue seems we are using the Verification Key and we need to generate a Secret Private Key. Did you find a solution?
@wchance yes. please refer to this link https://cardano.stackexchange.com/a/2514/2817

@stasha
Copy link

stasha commented Feb 19, 2022

Link posted by @hhqwerty helped me a lot.

Here is additional info that may help understand additional stuff a little bit further:
#171

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

3 participants