Update README.md

This commit is contained in:
Shannon Appelcline 2017-04-10 16:41:22 -07:00 committed by GitHub
parent dc13f717e5
commit e535fee21e

View File

@ -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)