|
|
|
|
|
by jafaku
4155 days ago
|
|
> This means 98% of customers don't have multisig control over their coins, since multisig-protected coins can't be put into offline storage. What makes you think you can't use multi-sig and offline storage at the same time? That's just false. You don't need an internet connection to sign a multi-sig transaction. But I agree on everything else: 98% of funds aren't insured, and to me Coinbase has always been just another Rails startup (not necessarily a bad thing, but they made tons of mistakes typical of having web developer talent only). |
|
Here's an explanation of multisig: https://bitcoinmagazine.com/11108/multisig-future-bitcoin/
Multisignature escrow works as follows. When Alice wants to send $20 to Bob in exchange for a product, Alice first picks a mutually trusted arbitrator, whom we’ll call Martin, and sends the $20 to a multisig between Alice, Martin and Bob. Bob sees that the payment was made, and confirms the order and ships the product. When Alice receives the product, Alice finalizes the transaction by creating a transaction sending the $20 from the multisig to Bob, signing it, and passing it to Bob. Bob then signs the transcation, and publishes it with the required two signatures.
In this case, Bob is Coinbase and Alice is you. Alice plus Martin always retain control over the coins, so Bob alone can't take them offline.
The way that a multisignature wallet works is simple. Instead of the Bitcoin address having one private key, it has three. One private key is stored semi-securely, just as in a traditional Bitcoin wallet. The second key the user is instructed to store safely (eg. in a safety deposit box), and the third key is stored on the server.
Basically, the user would be the one storing it in offline storage, not Coinbase. But since Coinbase is claiming 98% of coins are stored offline, that means at least 98% of coins aren't using multisig.
EDIT: Thank you to kanzure's comment below. Updated.