clarified path through chapter

This commit is contained in:
Shannon Appelcline 2020-06-19 09:09:09 -10:00 committed by GitHub
parent 244fb07464
commit d69bdf423e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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