Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: 5flags on February 14, 2014, 09:07:18 AM



Title: Escrow via multisig
Post by: 5flags on February 14, 2014, 09:07:18 AM
I know this is a hot topic right now, but I'm thinking about multisig transactions and wondering what the best strategy is. I've seen the following pseudocode from Gavin:

https://gist.github.com/gavinandresen/3966071

I notice that it relies on the txid to work - so my questions is this: is this implementation of multisig vulnerable to the txid mutability issues?

5flags


Title: Re: Escrow via multisig
Post by: maxxoccupancy on February 14, 2014, 07:17:50 PM
I'M ALSO SPENDING A LOT OF TIME ON MULTI-SIG AND ESCROW ISSUES.  MY CONCERN IS WHETHER OR NOT THE PROCESS IS GOING TO BE EASY, INTUITIVE, OR FREE ("as in beer").


Title: Re: Escrow via multisig
Post by: jcrubino on February 17, 2014, 08:31:45 AM
It is not if you use only inputs with one or more transactions.