6
1
BIP 11 makes M-of-N multi-sig transactions standard --- for N <= 3. What is the current support among miners for the multi-sig transactions with N > 3? (say 3-of-6). Also, BIP 11 states:
The current Satoshi bitcoin client does not relay or mine transactions with scriptSigs larger than 200 bytes; to accomodate 3-signature transactions, this will be increased to 500 bytes.
Does this still hold, and if yes, does this limit come into play for N > 3 or M > 3? What other obstacles are in the way of standardizing M-of-N for meaningful N?
I suspect the biggest obstacle is the fact that it will create a fork in the chain due to the fact new nodes can create seemingly invalid transactions for old nodes. – John T – 2014-03-09T21:55:44.703
Cross post from: https://bitcointalk.org/index.php?topic=508256.msg5618510#msg5618510
– goodguys_activate – 2014-03-10T12:46:54.753What % of miners will mine these transactions where N > 3? – Brian Armstrong – 2014-05-20T18:30:40.073