0
I want to redeem bitcoin received into several bip32 subwallets in only one transaction. Is that possible?
I've tried using pycoin's ku utility to generate a tpub and a wif from a tprv. I'm using the tpub to generate the subwallets and the wif to sign the transaction, but pycoin says the signing fails.
Is that conceptually wrong, or am I just handling the keys in the wrong way?
So in a transaction, each utxo is signed separately? – Gabriel – 2017-02-01T18:02:20.217
That's correct. – Pieter Wuille – 2017-02-01T19:21:17.350
In a non bip32 situation, where all utxos point to the same wallet, that looks like a terrible waste of block space. – Gabriel – 2017-02-02T13:23:31.763