Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: Taras on March 29, 2014, 07:12:39 PM



Title: Do you know what a multisig address is?
Post by: Taras on March 29, 2014, 07:12:39 PM
Just creating a poll to see just how many people know about multisig addresses.
They seem really, really, really great for security but I almost never see them on the blockchain.


Title: Re: Do you know what a multisig address is?
Post by: monsterer on March 29, 2014, 07:17:11 PM
Just creating a poll to see just how many people know about multisig addresses.
They seem really, really, really great for security but I almost never see them on the blockchain.

Part of the reason is that only a handful of wallets support sending to a multi-sig address. This will change given time... Hopefully!

Cheers, Paul.


Title: Re: Do you know what a multisig address is?
Post by: principalg1 on March 29, 2014, 07:26:55 PM
Who's got the connections? I want to know multisig address.


Title: Re: Do you know what a multisig address is?
Post by: Taras on March 29, 2014, 07:34:06 PM
Who's got the [links]? I want to know [about] multisig [addresses].
A multi-signature address is an address that is associated with more than one ECDSA private key. The simplest type is an m-of-n address - it is associated with n private keys, and sending bitcoins from this address requires signatures from at least m keys. A multi-signature transaction is one that sends funds from a multi-signature address.

The primary use case is to greatly increase the difficulty of stealing the coins. With a 2-of-2 address, you can keep the two keys on separate machines, and then theft will require compromising both, which is very difficult - especially if the machines are as different as possible (e.g., one pc and one dedicated device, or two hosted machines with a different host and OS).

It can also be used for redundancy to protect against loss - with a 2-of-3 address, not only does theft require obtaining 2 different keys, but you can still use the coins if you forget any single key. This allows for more flexible options than just backups.

It can also be used for more advanced scenarios such as an address shared by multiple people, where a majority vote is required to use the funds.

Multi-signature transactions are often conflated with BIP 16 and 17. In fact they are not directly related. Multi-signature transactions have been supported by the protocol for a long time; but implementing them would require a special output script.

What BIP 16/17 do is offer a standard way to encapsulate a script within an address; this makes it easier to use advanced scripts, with the most prominent example being multi-signature transactions.
http://bitcoin.stackexchange.com/questions/3718/what-are-multi-signature-transactions


Title: Re: Do you know what a multisig address is?
Post by: gweedo on March 29, 2014, 07:37:58 PM
Just creating a poll to see just how many people know about multisig addresses.
They seem really, really, really great for security but I almost never see them on the blockchain.

Cause they aren't really addresses you do a lot of spending from. Usually you do one or two sweeps to them and they stay like that, they usually have the most days destroyed.

I use them on most of my partnership projects where a server will sweep profits to this address and then me and the partners want to move it their own wallets can.


Title: Re: Do you know what a multisig address is?
Post by: hjdt4fd1 on March 30, 2014, 01:45:20 AM
Who's got the [links]? I want to know [about] multisig [addresses].
A multi-signature address is an address that is associated with more than one ECDSA private key. The simplest type is an m-of-n address - it is associated with n private keys, and sending bitcoins from this address requires signatures from at least m keys. A multi-signature transaction is one that sends funds from a multi-signature address.

The primary use case is to greatly increase the difficulty of stealing the coins. With a 2-of-2 address, you can keep the two keys on separate machines, and then theft will require compromising both, which is very difficult - especially if the machines are as different as possible (e.g., one pc and one dedicated device, or two hosted machines with a different host and OS).

It can also be used for redundancy to protect against loss - with a 2-of-3 address, not only does theft require obtaining 2 different keys, but you can still use the coins if you forget any single key. This allows for more flexible options than just backups.

It can also be used for more advanced scenarios such as an address shared by multiple people, where a majority vote is required to use the funds.

Multi-signature transactions are often conflated with BIP 16 and 17. In fact they are not directly related. Multi-signature transactions have been supported by the protocol for a long time; but implementing them would require a special output script.

What BIP 16/17 do is offer a standard way to encapsulate a script within an address; this makes it easier to use advanced scripts, with the most prominent example being multi-signature transactions.
http://bitcoin.stackexchange.com/questions/3718/what-are-multi-signature-transactions
I do not know multisig address, they seem really good feeling after reading.


Title: Re: Do you know what a multisig address is?
Post by: WWWarrior on March 30, 2014, 04:15:07 PM
Hmmm  I've never heard of it. It's time to google!


Title: Re: Do you know what a multisig address is?
Post by: Bitalo_Maciej on March 30, 2014, 09:11:20 PM
We use them a lot on Bitalo (https://bitalo.com), multisig addresses are at the core of the wallet service we are providing. Since it's fairly easy to use that way our users are doing quite a lot of transactions between them. One example: https://blockchain.info/address/3EvUWjBKzhPFRJd7ffjciqij8R7qrgndde


Title: Re: Do you know what a multisig address is?
Post by: boumalo on March 31, 2014, 01:18:41 AM
Cold storage in multiple location and multi sig adresses seem the safest way to go

It is how some exchanges and Bitcoin businesses are operating apparently