Author

Topic: sign a message with multisig (Read 987 times)

legendary
Activity: 3472
Merit: 4801
January 13, 2015, 10:11:10 AM
#8
I see, so the output script is created by one person . . . apparently you need an off chain communication method to arrange the transaction itself.

Correct.

I thought anonymous people could participate in creating a multisig transaction through the blockchain

The blockchain is nothing more than a chain of blocks.  A block is nothing more than a header with some basic information about the block followed by list of transactions.

There is no method "in the blockchain" for creating a multisig address (or any other type of address).
donator
Activity: 1736
Merit: 1014
Let's talk governance, lipstick, and pigs.
January 13, 2015, 10:03:41 AM
#7
there a way to sig a message with multisig address?
if not, there a nice idea...

No, you don't sign with addresses. You sign with private keys.

It is possible to use multiple private keys to provide multiple signatures on a message.  This is what a multisig address requires.

That's what multisigs are. They are created by signing with public keys.

No, you don't sign with public keys. You sign with private keys.

Multisig addresses are created by creating an output script that requires multiple signatures to be spent, and then hashing that script.  The resulting hash is used to generate a P2SH address.

IIRC a public key (not public address) is used to make multisig in the same way an address is signed by creating a public key.

What?

Version 1 addresses aren't typically signed. Version 1 addresses are a Pay-to-PubKeyHash output script with a version number and a checksum. The resulting bytes are then converted to base58.

In other words a bitcoin public key can exist without being seen by the blockchain, while a multisig address doesn't exist until it's been seen by the blockchain.

A multisig address does not need to be seen by the blockchain in order to "exist". Why do you think that?


I see, so the output script is created by one person. I thought anonymous people could participate in creating a multisig transaction through the blockchain, but apparently you need an off chain communication method to arrange the transaction itself.
legendary
Activity: 3472
Merit: 4801
January 13, 2015, 09:53:48 AM
#6
there a way to sig a message with multisig address?
if not, there a nice idea...

No, you don't sign with addresses. You sign with private keys.

It is possible to use multiple private keys to provide multiple signatures on a message.  This is what a multisig address requires.

That's what multisigs are. They are created by signing with public keys.

No, you don't sign with public keys. You sign with private keys.

Multisig addresses are created by creating an output script that requires multiple signatures to be spent, and then hashing that script.  The resulting hash is used to generate a P2SH address.

IIRC a public key (not public address) is used to make multisig in the same way an address is signed by creating a public key.

What?

Version 1 addresses aren't typically signed. Version 1 addresses are a Pay-to-PubKeyHash output script with a version number and a checksum. The resulting bytes are then converted to base58.

In other words a bitcoin public key can exist without being seen by the blockchain, while a multisig address doesn't exist until it's been seen by the blockchain.

A multisig address does not need to be seen by the blockchain in order to "exist". Why do you think that?
legendary
Activity: 1260
Merit: 1019
January 13, 2015, 09:22:16 AM
#5
Quote
...while a multisig address doesn't exist until it's been seen by the blockchain.
And how would you fund non-existing in blockchain multisig address?  Grin
donator
Activity: 1736
Merit: 1014
Let's talk governance, lipstick, and pigs.
January 13, 2015, 09:15:11 AM
#4
there a way to sig a message with multisig address?
if not, there a nice idea...

Why not to sign one message with two (three, four...) keys?
Note: we do not sign a message with address! We sign it with private key
IIRC a public key (not public address) is used to make multisig in the same way an address is signed by creating a public key.
In other words a bitcoin public key can exist without being seen by the blockchain, while a multisig address doesn't exist until it's been seen by the blockchain.
legendary
Activity: 1260
Merit: 1019
January 13, 2015, 09:06:14 AM
#3
there a way to sig a message with multisig address?
if not, there a nice idea...

Why not to sign one message with two (three, four...) keys?
Note: we do not sign a message with address! We sign it with private key
donator
Activity: 1736
Merit: 1014
Let's talk governance, lipstick, and pigs.
January 13, 2015, 07:49:49 AM
#2
That's what multisigs are. They are created by signing with public keys.
sr. member
Activity: 375
Merit: 255
January 13, 2015, 07:44:33 AM
#1
there a way to sig a message with multisig address?
if not, there a nice idea...
Jump to: