Pawel Jakubas
Pawel Jakubas
@teddyjfpender I am happy to add this functionality if you can put that in some future sprint
hi @KtorZ So in essence we want to have: 1. ability to derive xprv with passwd as here https://github.com/input-output-hk/cardano-crypto/blob/04c211d7f9504b04eb6595cab62eb39a573467f1/src/Cardano/Crypto/Wallet.hs#L180 2. and then be able to "restore" xprv using this https://github.com/input-output-hk/cardano-crypto/blob/04c211d7f9504b04eb6595cab62eb39a573467f1/src/Cardano/Crypto/Wallet.hs#L171...
@KtorZ @gitmachtl @teddyjfpender the PR addressing what you asked for (I hope so) is there https://github.com/input-output-hk/cardano-addresses/pull/202
@gitmachtl @KtorZ PR https://github.com/input-output-hk/cardano-addresses/pull/202 merged - see READE.md in section ``` How to generate a root private key with passphrase (root.xsk) ``` on instructions
hi @mbos01 cardano-node 1.35.3 uses newer version of hw-aeson than cardano-addresses 3.7.0. Please use https://github.com/input-output-hk/cardano-addresses/releases/tag/3.12.0 - it is compatible with this version of cardano-node
@KtorZ thanks for looking at the PR. I will adopt the changes you suggested right after vacations (after 5th Sep) that I am just starting. Cheers!
we have the same issue that was reported here https://github.com/mstksg/setup-stack/issues/16
hi! I created PR adding the above to the documentation -> https://github.com/input-output-hk/cardano-addresses/pull/143 I hope it answers your questions
also `bech32` is binary from https://github.com/input-output-hk/bech32
So below is signing key + chain code (64+32=96 bytes): ``` $ cardano-address key child 1852H/1815H/0H/0/0 --with-chain-code < root.xprv | bech32 b0bf46232c7f0f58ad333030e43ffbea7c2bb6f8135bd05fb0d343ade8453c5eacc7ac09f77e16b635832522107eaa9f56db88c615f537aa6025e6c23da98ae8b0be1868d1c36ef9089b3b094f5fe1d783e4d5fea14e2034c0397bee50e65a1a ``` And below it is just signing key...