BIP 0017 QA: Difference between revisions
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
|- style="background:#ff9090" | |- style="background:#ff9090" | ||
| || | | || | ||
| Run BIP-17-capable Bitcoin 0.6 | | Run BIP-17-capable Bitcoin 0.6<br /> | ||
Send coins using GUI, RPC sendtoaddress, and RPC sendmany commands<br /> | Send coins using GUI, RPC sendtoaddress, and RPC sendmany commands<br /> | ||
Result: coins sent in all cases | Result: coins sent in all cases | ||
Line 16: | Line 16: | ||
| ✓ || ✓ | | ✓ || ✓ | ||
| Test multisig 1-of-1<br /> | | Test multisig 1-of-1<br /> | ||
Run 0.6 bitcoind, get a public key with: ./bitcoind | Run 0.6 bitcoind, get a public key with: ./bitcoind validateaddress $(./bitcoind getnewaddress)<br /> | ||
Generate a multisig 1-of-1 address: ./bitcoind addmultisigaddress 1 {public key from above}<br /> | Generate a multisig 1-of-1 address: ./bitcoind addmultisigaddress 1 {public key from above}<br /> | ||
Send-to-self some bitcoins using that address<br /> | Send-to-self some bitcoins using that address<br /> |
Revision as of 18:46, 30 January 2012
This page is a Quality Assurance test plan for BIPs 17. If you see a test missing, please add it. If you can help test, please edit this page to sign-off on it.
Testnet | Mainnet | Test Procedure | Tested by |
---|---|---|---|
Run BIP-17-capable Bitcoin 0.6 Send coins using GUI, RPC sendtoaddress, and RPC sendmany commands |
|||
✓ | ✓ | Test multisig 1-of-1 Run 0.6 bitcoind, get a public key with: ./bitcoind validateaddress $(./bitcoind getnewaddress) |
Luke Dashjr |
Test multisig 1-of-2 Run 0.6 bitcoind, get 2 new bitcoin addresses |
|||
Test multisig 1-of-3, 2-of-3, 3-of-3 Repeat test procedures above, with the other new multisignature transaction types |
|||
Test multisig send-to-other Repeat test procedures above, but use two bitcoinds, prepared as follows: |
|||
Test redeeming multisignature transactions Fund a new, empty wallet entirely with multisig transactions |
|||
Run 0.6 Bitcoin-Qt GUI on one of the test wallets from above Result: balance and transactions displayed correctly |
|||
Run BIP-17-capable backport Bitcoin 0.3.19 through 0.5.1 Send coins using GUI, RPC sendtoaddress, and RPC sendmany commands |
|||
n/a | Run BIP-17-capable Bitcoin 0.6.0 Mine coins using built-in miner |
||
✓ | Run BIP-17-capable Bitcoin 0.6.0 Mine coins using getwork interface |
||
Run BIP-17-capable Bitcoin 0.6.0 Mine coins using getmemorypool interface |
|||
n/a | Run BIP-17-capable Bitcoin 0.3.19 through 0.5.1 backports Mine coins using built-in miner |
||
Run BIP-17-capable Bitcoin 3.19 through 0.5.1 backports Mine coins using getwork interface |
|||
Run BIP-17-capable Bitcoin 3.19 through 0.5.1 backports Mine coins using getmemorypool interface |
|||
✓ | n/a | Create/run unit tests for: multisignature signing/verification |
Luke Dashjr, Gavin Andresen |
Create/run 'transaction fuzzer' to stress-test BIP 17 transactions |