From 6c500d0762dfcb319c9aae48113b447007570010 Mon Sep 17 00:00:00 2001 From: Joe Gesualdo Date: Mon, 27 Jun 2022 09:38:51 -0400 Subject: [PATCH] Fix typo in section 02_1 --- 02_1_Setting_Up_a_Bitcoin-Core_VPS_with_StackScript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02_1_Setting_Up_a_Bitcoin-Core_VPS_with_StackScript.md b/02_1_Setting_Up_a_Bitcoin-Core_VPS_with_StackScript.md index 9339321..aa18687 100644 --- a/02_1_Setting_Up_a_Bitcoin-Core_VPS_with_StackScript.md +++ b/02_1_Setting_Up_a_Bitcoin-Core_VPS_with_StackScript.md @@ -258,7 +258,7 @@ You have a few options for what's next: ## Synopsis: Bitcoin Installation Types -**Mainnet.** This will download the entirety of the Bitnet blockchain. That's 280G of data (and getting more every day). +**Mainnet.** This will download the entirety of the Bitcoin blockchain. That's 280G of data (and getting more every day). **Pruned Mainnet.** This will cut the blockchain you're storing down to just the last 550 blocks. If you're not mining or running some other Bitcoin service, this should be plenty for validation.