From d57e4d86bb59d95fb1ec2fd1f9b2a09f666112b3 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 13 Jun 2017 11:31:03 -0700 Subject: [PATCH] Create 06_3_Sending_an_Automated_Multisig.md --- 06_3_Sending_an_Automated_Multisig.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/06_3_Sending_an_Automated_Multisig.md b/06_3_Sending_an_Automated_Multisig.md index fae4536..19c7055 100644 --- a/06_3_Sending_an_Automated_Multisig.md +++ b/06_3_Sending_an_Automated_Multisig.md @@ -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).