Author

Topic: RAW TX with multisignature (Read 635 times)

sr. member
Activity: 412
Merit: 287
December 05, 2015, 02:01:32 PM
#6
Thanks, read this.
But that article describes how to prepare RAW tx only with one multi-signature address.

How can I create RAW TX and sign it with a few addresses

multisigAddress1
multisigAddress2

Any examples ?

You don't sign with an address - I don't really know what you're trying to do.

Do you want to send to two multisigs? or redeem coin from two different multisigs in one transaction?
legendary
Activity: 2702
Merit: 1261
December 02, 2015, 08:13:18 AM
#5
Did you try to create the transaction using the following pattern (use your multisig address details and the output)?

createrawtransaction '[{multisigAddress1},{multisigAddress2}]' '{output}'
sr. member
Activity: 374
Merit: 250
December 02, 2015, 07:42:56 AM
#4
Thanks, read this.
But that article describes how to prepare RAW tx only with one multi-signature address.

How can I create RAW TX and sign it with a few addresses

multisigAddress1
multisigAddress2

Any examples ?

i think currently no example ....
pherhaps due to security reason or somthing else.
newbie
Activity: 15
Merit: 1
December 02, 2015, 07:39:36 AM
#3
Thanks, read this.
But that article describes how to prepare RAW tx only with one multi-signature address.

How can I create RAW TX and sign it with a few addresses

multisigAddress1
multisigAddress2

Any examples ?
legendary
Activity: 2702
Merit: 1261
December 02, 2015, 07:19:04 AM
#2
The following Gist might be helpful.

https://gist.github.com/gavinandresen/3966071
newbie
Activity: 15
Merit: 1
December 02, 2015, 07:12:22 AM
#1
hello!

I have a few multi-signature addresses, and want to send from that addresses coins

For example if I want to spent coins from one 3 of 2 address

Prepare raw TX like this

Code:
signrawtransaction
'rawTxHex'
'[{"txid":"id","vout":1,
"scriptPubKey":"key",
"redeemScript":"redem"}]' '[[b]"priv_key","priv_key[/b]"]'

What should I do if I want to prepare Raw TX from many addresses to the one destination address ? how can I sign it ?

Any examples ?

Thanks.
Jump to: