From e535fee21e15e1cfa5f7a422c915c9702ade024f Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Mon, 10 Apr 2017 16:41:22 -0700 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cc1a38..bc077b4 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This tutorial assumes that you have some minimal background of how to use the co ## Files -* 1.0: Bitcoin-Core Basics +* 1.0: Bitcoin-Core Basics — _Pending_ * [2.0: Setting Up a Bitcoin-Core VPS](2_0_Setting_Up_a_Bitcoin-Core_VPS.md) * [2.1: Setting Up a Bitcoin-Core VPS by Hand](2_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md) * [2.2: Setting Up a Bitcoin-Core VPS with StackScript.md](2_2_Setting_Up_a_Bitcoin-Core_VPS_with_StackScript.md) @@ -27,3 +27,10 @@ This tutorial assumes that you have some minimal background of how to use the co * [3.3: Setting Up Your Wallet](3_3_Setting_Up_Your_Wallet.md) * [Interlude: Using Command-Line Variables](3_3__Interlude_Using_Command-Line_Variables.md) * [3.4: Receiving a Transaction](3_4_Receiving_a_Transaction.md) +* [4.0: Creating Basic Bitcoin Transactions](4_0_Creating_Basic_Bitcoin_Transactions.md) + * [4.1: Sending Coins the Easy Way](4_1_Sending_Coins_The_Easy_Way.md) + * [4.2: Creating a Raw Transaction](4_2_Creating_a_Raw_Transaction.md) + * [Interlude: Using JQ](4_2__Interlude_Using_JQ.md) + * [4.3: Creating a Raw Transaction with Named Arguments](4_3_Creating_a_Raw_Transaction_with_Named_Arguments.md) + * [4.4: Sending Coins with Raw Transactions](4_4_Sending_Coins_with_a_Raw_Transaction.md) + * [4.5: Sending Coins with Automated Raw Transactions](4_5_Sending_Coins_with_Automated_Raw_Transactions.md)