Post
Topic
Board Project Development
Re: Multi Signature Address Script and Escrow Service
by
ABISprotocol
on 21/08/2014, 07:37:29 UTC
Hope people are still monitoring this topic.

I'm attempting to test this out and not having much success. I used two of my own existing addressed to do the test so I can't/won't provide my private keys. Here are the steps I took:

1. New MultiSig Address. Testing a 2-2.
2. Got this multisig address: 3BubMVeGDzvhZyJ1iCS8vpjKgDSfT18Dh1
3. Sent some btc from addr1 to the multisig. This worked.
4. Verified the redeem script. Says 2 signatures from both public keys are required.
5. Signed redeem script with private key of addr1
6. Copied the result of #5 back in to the upper field and pasted in private key of addr2
7. Copied the result of #6 in to Verify page. Shows the original transaction id, checkmark for redeem script, minimum number of signers 2 and number of times signed 2. Shows me the correct output address and the amount.
8. Copied the result of #6 in to Broadcast. TX Rejected.
9. Reattempted steps 5-8 using keys in reverse order. Same result.

So now I'm stuck. Not sure what to do.

Thanks!

1) I suggest you test this with another human rather than with yourself

2) Use this (ensure javascript is not on) https://rawgit.com/OutCast3k/bitcoin-multisig/master/index.html

3) Comments / testing / past reviews of it: Start from here and look at some original tests we did of it - read all comments (note that after some fixes order of signatures no longer will matter as you proceed through)
https://bitcointalk.org/index.php?topic=390046.msg4670505#msg4670505

4) If all else fails, send private message to OutCast3k