From ea3d3e872023827b4cafbd253c3106cc5a4c4e5a Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 13 Jun 2017 11:08:49 -0700 Subject: [PATCH] Create 04_2_Creating_a_Raw_Transaction.md --- 04_2_Creating_a_Raw_Transaction.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/04_2_Creating_a_Raw_Transaction.md b/04_2_Creating_a_Raw_Transaction.md index d36af90..310aff6 100644 --- a/04_2_Creating_a_Raw_Transaction.md +++ b/04_2_Creating_a_Raw_Transaction.md @@ -255,6 +255,10 @@ You can see that it matches the txid and the recipient address. Not only does it Congratulations! You're now a few satoshis poorer! -### Summary: Creating a Raw Transaction +## Summary: Creating a Raw Transaction When money comes into your Bitcoin wallet, it remains as distinct amounts, called UTXOs. When you create a raw transaction to send that money back out, you use one or more UTXOs to fund it. You then can create a raw transaction, sign it, and send it on the Bitcoin network. However, this is just a foundation: you'll usually need to create a raw transaction with multiple outputs to actually send something on the bitcoin network! + +## What's Next? + +Step Back from "Sending Bitcoin Transactions" with [Interlude: Using JQ](04_2__Interlude_Using_JQ.md).