diff --git a/02_3_Setting_Up_Bitcoin_Core_Other.md b/02_3_Setting_Up_Bitcoin_Core_Other.md index cbdd6fc..0ddbd73 100644 --- a/02_3_Setting_Up_Bitcoin_Core_Other.md +++ b/02_3_Setting_Up_Bitcoin_Core_Other.md @@ -2,14 +2,12 @@ > :information_source: **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning. -The previous sections presume that you will be [§2.1: Setting up a Bitcoin-Core VPS by Hand](02_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md) or [§2.2: Setting Up a Bitcoin-Core VPS with StackScript](02_2_Setting_Up_a_Bitcoin-Core_VPS_with_StackScript.md) (as a Linode). However, you can actually create a Bitcoin-Core instance via any methodology of your choice and still follow along with the later steps of this tutorial. +The previous sections presume that you will be creating a full node on a VPS, either by [§2.1: Setting up a Bitcoin-Core VPS by Hand](02_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md) or [§2.2: Setting Up a Bitcoin-Core VPS with Bitcoin Standup](02_2_Setting_Up_a_Bitcoin-Core_VPS_with_StackScript.md) (as a Linode). However, you can actually create a Bitcoin-Core instance via any methodology of your choice and still follow along with the later steps of this tutorial. Following are other setup methodologies that we are aware of: -* *[Bitcoin Standup](https://github.com/BlockchainCommons/Bitcoin-Standup).* A completely mechanical setup from Blockchain Commons that will not only install Bitcoin-Core, but will also install other programs such as Tor. It is available as a [Mac App](https://github.com/BlockchainCommons/Bitcoin-StandUp-MacOS) or as [Linux Scripts](https://github.com/BlockchainCommons/Bitcoin-StandUp-MacOS) (based on our own setup in §2.2, but available for any flavor of Debian). -* *[Setting Up a Bitcoin Node on AWS](https://wolfmcnally.com/115/developer-notes-setting-up-a-bitcoin-node-on-aws/).* A step-by-step tutorial by @wolfmcnally on setting on Bitcoin-Core with Amazon Web Services (aws). - -Note that if you use one of these alternative setups, you will need to create the special Bitcoin aliases, as explained in [§3.1: Verifying Your Bitcoin Setup](03_1_Verifying_Your_Bitcoin_Setup.md). +* *[Bitcoin Standup](https://github.com/BlockchainCommons/Bitcoin-Standup).* The Blockchain Commons methodology used in §2.2 can alternatively be used as a [Mac App](https://github.com/BlockchainCommons/Bitcoin-StandUp-MacOS) or as [Linux Scripts](https://github.com/BlockchainCommons/Bitcoin-StandUp-MacOS) for any Debian setup. +* *[Setting Up a Bitcoin Node on AWS](https://wolfmcnally.com/115/developer-notes-setting-up-a-bitcoin-node-on-aws/).* A step-by-step tutorial exists from @wolfmcnally on setting on Bitcoin-Core with Amazon Web Services (AWN). ## What's Next?