Bitcoin Forum
April 20, 2024, 03:10:23 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: RAW TX with multisignature  (Read 609 times)
scalaz (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 1


View Profile
December 02, 2015, 11: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.
"Bitcoin: mining our own business since 2009" -- Pieter Wuille
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
mezzomix
Legendary
*
Offline Offline

Activity: 2618
Merit: 1252


View Profile
December 02, 2015, 11:19:04 AM
 #2

The following Gist might be helpful.

https://gist.github.com/gavinandresen/3966071
scalaz (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 1


View Profile
December 02, 2015, 11: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 ?
joshafest
Sr. Member
****
Offline Offline

Activity: 374
Merit: 250


View Profile
December 02, 2015, 11: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.

▄███████████████▄
▄██▀ ▀██▄
▄▄██▀ ▀██▄▄
█████▀▀ ▄▀▀▀▀▀▀▀▄▄ ▀▀█████
██ ▄▀ ▄▄▄▀▀▀▀▄▀█▄▄ ██
▐█▌ ▄▀ ▄▀ ▄▄▄▀▀▀▄▀▀▀███ ▐█▌
██ ▄▀▄▀▄▀▀▄▄▄▀▀▀▀▀█ ▄█▀ ██
▐█▌ █▄▀▄▀▄█▀▀▀ ▀█▀ ▄▀▄▀█ ▐█▌
██ █▄▀▄▀▄▄█▀ ▄▀ ▄▀▄▀▄▀█ ██
▐█▌ ▀▄█████▀▄▄▀▀▄▄▀▄▀▄▀▄▀█ ▐█▌
██▌▀████▀██▄▄▀▀▄▄▀▄▀▄▀▄█▀ ▐██
██▌▀█▀▀█▄▀▀▄▀▀▄▄▀▄█▄▄█▀ ▐██
██▌ ▀ ▀███▄▄▄█████▀ ▐██
██▄ ▀▀▀▀▀ ▄██
▀██▄ ▄██▀
▀██▄ ▄██▀
▀██▄ ▄██▀
▀███▄███▀
▀███▀
DeepOnion
★ ★ ★ ★ ★ ❱❱❱ JOIN AIRDROP NOW!
TOR INTEGRATED & SECURED
Your Anonymity Guaranteed
Your Assets Secured by TOR
Guard Your Privacy!
|Bitcointalk
Reddit
Telegram
| ▄▄▀▄▄▀▄▄▀▄▀▀
▄▄██▀█▀▄▀▀▀
▄██▄█▄██▀
▄██████▀
▄██████▀
▄█▄▄▄▄▄▄▄▄▄██████▀
██████▀▀▀▀▀██████▀
▀█████ ▄███████
████████████▀██
██▀███████▀ ██
██ ▀████▀ ██
██ ▀▀ ██
▀█████████████▀
mezzomix
Legendary
*
Offline Offline

Activity: 2618
Merit: 1252


View Profile
December 02, 2015, 12:13:18 PM
 #5

Did you try to create the transaction using the following pattern (use your multisig address details and the output)?

createrawtransaction '[{multisigAddress1},{multisigAddress2}]' '{output}'
fbueller
Sr. Member
****
Offline Offline

Activity: 412
Merit: 266


View Profile
December 05, 2015, 06: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?

Bitwasp Developer.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!