Hi guys,
What happened:
I was playing with bip39 in
https://iancoleman.io/bip39/.
After generating a random 24 word mnemonic, and write it down on paper, i did chose the `Litecoin` network and `BIP0049` to generate some HD addresses! that is successfully created and i did send about $10 to one of addresses which I have both pvt key and public key successfully.
Actual question:
How can i transfer the $10 from the wallet into another wallet? when i use coinb.in to create transaction with public address of wallet, it tell me:
You should use the redeem script, not its address!
Where to get redeem script? And i'm only familiar with p2pkh. seems the bip49 is p2sh or something more weird P2WPKH-nested-in-P2SH.
In brief:
I want my money back! how to get that back?
i have both pvt key and public key of the P2WPKH-nested-in-P2SH wallet...
thanks