0
I have this Bip44 path implemented
m / purpose' / coin_type' / account' / change / address_index
Is it possible to use the Master private key to sign all the tx
ie. Bitcoin TX, Etherum TX
or do I have to get the asset based private keys for each asset and sign the tx's ?
Thanks for the answer, btw Is it possible to use m/0/k path and sign tx using the master private key ? – f4r4 – 2018-04-04T05:36:37.817
No, use this: https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki#private-parent-key--private-child-key
– MCCCS – 2018-04-04T06:06:04.027