From 5e29c693db1e0c855775f8ccd21f6b8e6d5f2be9 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Fri, 3 Mar 2017 15:43:01 -0800 Subject: [PATCH] Create 2_Setting_Up_a_Bitcoin-Core_VPS --- 2_Setting_Up_a_Bitcoin-Core_VPS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 2_Setting_Up_a_Bitcoin-Core_VPS diff --git a/2_Setting_Up_a_Bitcoin-Core_VPS b/2_Setting_Up_a_Bitcoin-Core_VPS new file mode 100644 index 0000000..bedd0ef --- /dev/null +++ b/2_Setting_Up_a_Bitcoin-Core_VPS @@ -0,0 +1,5 @@ +To get started with Bitcoin, you first need to set up a machine to run Bitcoin from. The articles in this section describe how to do so using a VPS (Virtual Private Server). +You can either create your VPS by hand or you can use a simple StackScript at Linode.com to do so. + + * [Setting Up a Bitcoin Core VPS by Hand]p(2A_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md) + * [Setting Up a Bitcoin Core VPS with StackScript](2B_Setting_Up_a_Bitcoin-Core_VPS_with_StackScript.md)