From 141cae3ddcf28f2b40e81937e5fb9dadfab1c242 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 28 Mar 2017 14:21:43 -0700 Subject: [PATCH] Create 5_0_Knowing_Transaction_Tricks.md --- 5_0_Knowing_Transaction_Tricks.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 5_0_Knowing_Transaction_Tricks.md diff --git a/5_0_Knowing_Transaction_Tricks.md b/5_0_Knowing_Transaction_Tricks.md new file mode 100644 index 0000000..e691e69 --- /dev/null +++ b/5_0_Knowing_Transaction_Tricks.md @@ -0,0 +1,30 @@ +This section describes how to send basic Bitcoin transactions from the command line, using only the bitcoin-cli interface. + +## Objectives for This Section + +After working through this section, a developer will be able to: + + * Decide How to Send Money Through Bitcoin + * Create a Raw Transaction + + [[decide whether this should include OP_RETURN or not]] + +Supporting objectives include the ability to: + + * Use Basic Methods to Send Money + * Use Shell Tools to Make Raw Transactions Simple + * Understand TXes + * Understand Transaction Fees + * Understand How Money Goes Through a Transaction + * Use Auto Fee Calculation Methods to Send Money + +## Table of Contents + + * [Interlude: Sending Coins the Easy Way](3_3__Interlude_Sending_Coins_The_Easy_Way.md) +* [Part Four: Sending a Raw Transaction to a P2PKH](3_4_Sending_a_Raw_Transaction_to_a_P2PKH.md) +[[break out shell tools here]] + * Interlude: Shell Variables + * [Interlude: Using JQ for Better Parsing](3_4__Interlude_Using_JQ_for_Better_Parsing.md) +[[then continue with real raw transaction]] + * [Interlude: Writing a Raw Transaction the Easy Way](3_4__Interlude_Writing_a_Raw_Transaction_The_Easy_Way.md) +* [Part Five: Sending a Raw Transaction to an OP_RETURN](3_5_Sending_a_Raw_Transaction_to_an_OP_RETURN.md)