From 9add2467ffd53bb608251d471b2fdca1bc6e94d9 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Thu, 23 Feb 2017 11:02:52 -0800 Subject: [PATCH] Update 2A_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md --- 2A_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/2A_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md b/2A_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md index 96ef9da..624afe5 100644 --- a/2A_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md +++ b/2A_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md @@ -47,11 +47,11 @@ If your cloud provider offers two-factor authentication for their web tools, we ### Create a Machine -You should now create your Bitcoin VPS. If you want to install an unPruned Mainnet setup, you'll need more than 120G of disk space. If you instead plan to use a Pruned setup, a much smaller amount will do: we use the smallest disk type, 24G, at Linode. +You should now create your Bitcoin VPS. If you want to install an unPruned Mainnet setup, you'll need more than 120G of disk space. If you instead plan to use a Pruned setup, a much smaller amount will do: this currently takes up about 15G of storage, so make sure you have 24G or 30G to be sure. You'll also need at least 2G of memory to run bitcoind. -We suggest going with the smaller, pruned node unless you're planning to set up a miner or a complex Bitcoin service. +We suggest Pruned setup unless you're planning to set up a miner or a complex Bitcoin service. -We also suggest you choose a Debian 8 image when you're creating your machine. These commands were all tested on Debian 8.7 (jessie). +We also suggest you choose a Debian 8 image when you're creating your machine. These commands were all tested on Debian 8.7 (jessie). The further you get away from that, the less likely things will work as laid out here. So, another Debian is probably OK and maybe ubuntu, but we've tried these out on a Mac, and we know that it's missing some commands like "wget". So, installer beware! Afterward, boot your VPS.