From bb5e542cf12f4d6d262010e03df7cc365a569b91 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Fri, 3 Mar 2017 16:26:22 -0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 20d4eb8..c832315 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,12 @@ This tutorial assumes that you have some minimal background of how to use the co * [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) * [Linode_Bitcoin-Core_VPS_Setup.stackscript](./Linode_Bitcoin-Core_VPS_Setup.stackscript) +* [3.0: Playing with bitcoin-cli](3_0_Playing_with_Bitcoin-CLI.md) + * [3.1: Verifying Your bitcoin-cli Setup](3_1_Verifying_Your_Bitcoin-CLI_Setup.md) + * [3.2: Setting Up Your Wallet](3_2_Setting_Up_Your_Wallet.md) + * [3.3: Receiving a Transaction](3_3_Receiving_a_Transaction.md) + * [Interlude: Sending Coins the Easy Way](3_3__Interlude_Sending_Coins_The_Easy_Way.md) + * [3.4: Sending a Raw Transaction to a P2PKH](3_4_Sending_a_Raw_Transaction_to_a_P2PKH.md) + * [Interlude: Using JQ for Better Parsing](3_4__Interlude_Using_JQ_for_Better_Parsing.md) + * [Interlude: Writing a Raw Transaction the Easy Way](3_4__Interlude_Writing_a_Raw_Transaction_The_Easy_Way.md) + * [3.5: Sending a Raw Transaction to an OP_RETURN](3_5_Sending_a_Raw_Transaction_to_an_OP_RETURN.md)