Post
Topic
Board Development & Technical Discussion
Merits 2 from 1 user
Re: Is it possible to sign a message from a multisig address?
by
Abdussamad
on 08/08/2016, 07:08:41 UTC
⭐ Merited by ETFbitcoin (2)
Because it isn't the address that signs the transaction, but rather the public keys of the address that sign the transaction. The reason the address can be identified is because the redeemScript of the multisig address is included in the input. The redeemScript is what makes the address, and it includes some more stuff other than the public keys.

Private keys are used to sign transactions not public keys.