Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
7524437
Topic
666016
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 ?