Create 06_3_Sending_an_Automated_Multisig.md

This commit is contained in:
Shannon Appelcline 2017-06-13 11:31:03 -07:00 committed by GitHub
parent 18b3c0bd4f
commit d57e4d86bb

View File

@ -94,8 +94,12 @@ When everyone that's required has signed, you're off to the races:
$ bitcoin-cli -named sendrawtransaction hexstring=$signedtx
3ce88839ac6165aeadcfb188c490e1b850468eff571b4ca78fac64342751510d
```
As with the shortcut demonstrated in [§4.5: Sending Coins with Automated Raw Transactions](4_5_Sending_Coins_with_Automated_Raw_Transactions.md), the result is a lot easier, but you lose some control in the process.
As with the shortcut demonstrated in [§4.5: Sending Coins with Automated Raw Transactions](04_5_Sending_Coins_with_Automated_Raw_Transactions.md), the result is a lot easier, but you lose some control in the process.
## Summary: Sending & Spending an Automated Multisig
There's an easier way to resepend funds sent to multisig addresses that simply requires use of the `addmultisigaddress` command when you create your address. It doesn't demonstrate the intricacies of P2SH respending, and it doesn't give you expansive control, but if you just want to get your money, this is the way to go.
## What's Next?
Continue "Expanding Bitcoin Transactions" with [§6.4: Sending a Transaction with a Locktime](06_4_Sending_a_Transaction_with_a_Locktime.md).