anyone attempted a multiple p2sh(multisig) send (ideally using python)?

1

I attempted to use pycoin to do a "create_signed_tx" in python, but had no joy: Do you think it might be technically possible to use spendables(UTXOs) from multiple source P2SH wallets in a single push to the network ? Anyone done this successfully yet(ideally using python)?

kumarz

Posted 2016-09-06T18:34:08.340

Reputation: 231

what is a "multiple source p2sh wallet"?hartmut 2016-09-07T09:15:11.710

sorry if that was unclear: I mean sending bitcoin from "more than one" P2SH wallet in one transaction(push) transmit. By saying "multiple source" I didn't imply a special case. P2SH(pay to script hash) is like a multisig wallet(most "multisig" transactions these days are actually P2SH). Multisig wallet: one where more than one private key is required to spend coins.kumarz 2016-09-07T10:06:09.347

Answers

1

answer is yes, its possible: I was merely doing it wrong in my earlier attempt(s): have posted a gist to illustrate how I got it working using a few python libraries on the testnet: https://gist.github.com/kumrzz/111f8ea12af3528f496cbe678d153fc0

kumarz

Posted 2016-09-06T18:34:08.340

Reputation: 231