BIP 0017 QA: Difference between revisions
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
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 /> | ||
Result: transaction is confirmed by network, displays properly in listtransactions. | Result: transaction is confirmed by network, displays properly in listtransactions.<br /> | ||
Result: balance is unaffected | Result: balance is unaffected | ||
| Luke Dashjr | | Luke Dashjr | ||
Line 29: | Line 29: | ||
Generate a multisig 1-of-2 address: ./bitcoind addmultisigaddress 1 {address1} {address2}<br /> | Generate a multisig 1-of-2 address: ./bitcoind addmultisigaddress 1 {address1} {address2}<br /> | ||
Send-to-self some bitcoins using that address<br /> | Send-to-self some bitcoins using that address<br /> | ||
Result: transaction is confirmed by network, displays properly in listtransactions. | Result: transaction is confirmed by network, displays properly in listtransactions.<br /> | ||
Result: bitcoin balance is unaffected. | Result: bitcoin balance is unaffected. | ||
| | | |
Revision as of 21:05, 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 |
Luke Dashjr | |
✓ | Run BIP-17-capable Bitcoin 3.19 through 0.5.1 backports Mine coins using getmemorypool interface |
Luke Dashjr | |
✓ | n/a | Create/run unit tests for: multisignature signing/verification |
Luke Dashjr, Gavin Andresen |
Create/run 'transaction fuzzer' to stress-test BIP 17 transactions |