5
I have been checking the Bitcoin wiki for script and Bitcoin contracts and I have some doubts about advanced contracts.
For instance, I have seen in many places references to password controlled transfers, where only the owner of a keyword could get the BTC in the contract. Do you know of any example in the blockchain? I am curious about anything with script commands beyond the standard use.
There might be some examples referenced here: http://bitcoin.stackexchange.com/a/2803/153
– Stephen Gornick – 2012-11-23T02:32:08.600The multiple signature example in the link is similar to what I was looking for. From the linked post, I guess that using script should be possible, but, in practice, it is seldom used as miners won't include them in their blocks. – halftimepad – 2012-11-23T10:55:49.237