# Gavin Andresen # 2011-03-17 12:01:44 # https://bitcointalk.org/index.php?topic=4459.msg66810#msg66810 Actually, falling asleep last night I realized what I proposed would be yet another variation on an 'anybody can claim' transaction (anybody can just choose an r1 that make r1 XOR hash_xor_r1 evaluate to a hash that they own). @p{par} I think this would work: @p{brk} Code: OP_OVER OP_ADD OP_HASH160 @p{lt}hash160(r1+public_key)@s{gt} OP_EQUALVERIFY OP_CHECKSIG @p{brk} ... supply @p{lt}scriptsig@s{gt} @p{lt}public_key@s{gt} @p{lt}r1@s{gt} to claim. @p{par} I'm not suggesting anything like this get implemented any time soon, I started this thread just to explore what is possible.