coinbin icon indicating copy to clipboard operation
coinbin copied to clipboard

Varied Sighash types in multisig signatures?

Open zilveer opened this issue 8 years ago • 1 comments

Does anybody know if this is possible?

Is it possible somehow to create a multisignature RAW tx with each input signed with different kind of SIGHASH types? For example I have 3 inputs, which I would like to sign with the following: Input 1- single Input 2 - none Input 3 - none

Please let me know if this is possible, if so how can I achieve this?

regards

zilveer avatar Aug 17 '17 07:08 zilveer

As it stands, when you use the signing (https://coinb.in/#sign) feature you can the select SIGHASH type under advanced options, however this would create a signature with the same SIGHASH for all inputs with the public key that corresponds to the private key provided and not let you choose a specific input.

Adding this feature is something I've thought about though and would be keen to see in the near future.

OutCast3k avatar Aug 18 '17 15:08 OutCast3k