|
|
|
|
|
by oleganza
4376 days ago
|
|
SSSS is worse than using OP_CHECKMULTISIG because one has to put all the secrets at once on a single machine to produce the final private key. If the machine is compromised, such key can be stolen right away. Using multisig script allows you to have several (possibly compromised) machines sign a transaction independently without ever producing any "master secret". Here's my suggestion on how to use multisig with blinding so you can lock your bitcoins with N friends and have your financial privacy at the same time:
http://oleganza.com/blind-ecdsa-draft-v2.pdf Prototype for iOS (using my CoreBitcoin objc library):
http://github.com/oleganza/blindsignaturedemo |
|