cardano-addresses icon indicating copy to clipboard operation
cardano-addresses copied to clipboard

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

Open hhqwerty opened this issue 3 years ago • 3 comments

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

hhqwerty avatar Aug 28 '21 16:08 hhqwerty

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?

chainlabsio avatar Sep 15 '21 04:09 chainlabsio

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

hhqwerty avatar Sep 22 '21 11:09 hhqwerty

Link posted by @hhqwerty helped me a lot.

Here is additional info that may help understand additional stuff a little bit further: https://github.com/input-output-hk/cardano-addresses/issues/171

stasha avatar Feb 19 '22 12:02 stasha