1
I know how the script work together, but the Multisig is still confuse me.
input script: OP_0 [A's signature] [B's or C's signature] [serialized redeem script]
how the transcation being created, For example, "A" create a transaction, he can put a signature into the script, but where is the B signature from? A's wallet definally no B private key!
Logically, the transaction must send to B, then B put a signature into the script, right?
I mean, how the node B know that the A make an incomplete transaction? broadcast to the network? and the other nodes will help forward incomplete transaction to B? I just don't see where the B get the transaction because they are two nodes on the Internet, many examples doing manual or making the signature in the same node. – None – 2018-03-05T14:19:45.400
"and the other nodes will help forward incomplete transaction to B?" No. The incomplete transaction hash is sent to "B" through any communication channel they choose, including but not limited to, email, text, in person, or on paper. – m1xolyd1an – 2018-03-10T17:56:41.480