From d69bdf423e778b89875cce6dc27e72c3098b450d Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Fri, 19 Jun 2020 09:09:09 -1000 Subject: [PATCH] clarified path through chapter --- 02_0_Setting_Up_a_Bitcoin-Core_VPS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/02_0_Setting_Up_a_Bitcoin-Core_VPS.md b/02_0_Setting_Up_a_Bitcoin-Core_VPS.md index 7850eb2..8b2c10e 100644 --- a/02_0_Setting_Up_a_Bitcoin-Core_VPS.md +++ b/02_0_Setting_Up_a_Bitcoin-Core_VPS.md @@ -1,6 +1,6 @@ # Chapter Two: Creating a Bitcoin-Core VPS -To get started with Bitcoin, you first need to set up a machine running Bitcoin. The articles in this chapter describe how to do so using a VPS (Virtual Private Server). +To get started with Bitcoin, you first need to set up a machine running Bitcoin. The articles in this chapter describe how to do so, primarily by using a VPS (Virtual Private Server). ## Objectives for this Chapter @@ -20,7 +20,7 @@ Supporting objectives include the ability to: ## Table of Contents -You can either create your VPS by hand or you can use a simple StackScript at Linode.com to do so. +You don't actually need to read this entire chapter. Decide if you want to set up your VPS by hand, typing in every command (§2.1); if you want to run a StackScript to set it up on a Linode VPS (§2.2); or you want to set up on a different environment, such as on an AWS machine or a Mac (§2.3). Then, jump to the appropriate section. * [Section One: Setting Up a Bitcoin Core VPS by Hand](02_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md) * [Section Two: Setting Up a Bitcoin Core VPS with StackScript](02_2_Setting_Up_a_Bitcoin-Core_VPS_with_StackScript.md)