Update and rename 2_A_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md to 2A_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md

This commit is contained in:
Shannon Appelcline 2017-03-03 15:46:58 -08:00 committed by GitHub
parent 7d6753b343
commit 6c9706b992

View File

@ -6,9 +6,9 @@ This document explains how to set up a VPS (Virtual Private Sever) by hand to ru
> **WARNING:** Dont use a VPS for a bitcoin wallet with significant real funds; see http://blog.thestateofme.com/2012/03/03/lessons-to-be-learned-from-the-linode-bitcoin-incident/ . It is very nice to be able experiment with real bitcoin transactions on a live node without tying up a self-hosted server on a local network. Ive also found it useful to be able to use an iPhone or iPad to communicate via SSH to my VPS to do some simple bitcoin tasks. But a higher level of safety is required for significant funds. > **WARNING:** Dont use a VPS for a bitcoin wallet with significant real funds; see http://blog.thestateofme.com/2012/03/03/lessons-to-be-learned-from-the-linode-bitcoin-incident/ . It is very nice to be able experiment with real bitcoin transactions on a live node without tying up a self-hosted server on a local network. Ive also found it useful to be able to use an iPhone or iPad to communicate via SSH to my VPS to do some simple bitcoin tasks. But a higher level of safety is required for significant funds.
If you want to instead have a script do the setup for you, specifically at linode.com, read the parallel HOWTO file, [2B - Setting up a Bitcoin-Core VPS with StackScript](./2_B_Setting_Up_a_Bitcoin-Core_VPS_with_StackScript.md). If you want to instead have a script do the setup for you, specifically at linode.com, read the parallel HOWTO file, [2B - Setting up a Bitcoin-Core VPS with StackScript](./2B_Setting_Up_a_Bitcoin-Core_VPS_with_StackScript.md).
If you already have a Bitcoin node running, instead read the next HOWTO file, [3 - Playing with Bitcoin Core](3__Playing_with_Bitcoin.md). If you already have a Bitcoin node running, instead read the next HOWTO file, [3 - Playing with Bitcoin Core](3_Playing_with_Bitcoin.md).
## Choosing Your Bitcoin Setup ## Choosing Your Bitcoin Setup
@ -434,7 +434,7 @@ If you chose the pruned mainnet, it will probably take a little over a day to do
So, it might be time for a few more espressos. So, it might be time for a few more espressos.
But, when you're ready to go, continue on with [Playing with Bitcoin](3__Playing_with_Bitcoin.md), where we'll talk about the files and how you can start experimenting. But, when you're ready to go, continue on with [Playing with Bitcoin](3_Playing_with_Bitcoin.md), where we'll talk about the files and how you can start experimenting.
### Useful commands ### Useful commands