Post
Topic
Board Development & Technical Discussion
Re: How to modify "standard" multisig script to create multiple P2SH addresses?
by
Aleksei Richards
on 26/06/2014, 09:34:49 UTC
OP_DROP might not work as the BIP16 spec specifies.

"Validation fails if there are any operations other than "push data" operations in the scriptSig."

Why not use one of the public keys as a master public key an derive other keys based on an index ?