From 864bd6c86988f0746271789cc796397e434a2f1c Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Wed, 26 Aug 2020 08:04:49 -1000 Subject: [PATCH] removing link to non-existent chapter per keblek, chapter was phased out previously --- 03_1_Verifying_Your_Bitcoin_Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03_1_Verifying_Your_Bitcoin_Setup.md b/03_1_Verifying_Your_Bitcoin_Setup.md index 61b78d5..11ea836 100644 --- a/03_1_Verifying_Your_Bitcoin_Setup.md +++ b/03_1_Verifying_Your_Bitcoin_Setup.md @@ -30,7 +30,7 @@ You'll begin your exploration of the Bitcoin network with the `bitcoin-cli` comm $ ps auxww | grep bitcoind standup 455 1.3 34.4 3387536 1392904 ? SLsl Jun16 59:30 /usr/local/bin/bitcoind -conf=/home/standup/.bitcoin/bitcoin.conf ``` -If it's not running, you'll want to run `/usr/local/bin/bitcoind -daemon` by hand and also place it in your crontab, as explained in [ยง2.1: Setting up a Bitcoin-Core VPS by Hand](02_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md). +If it's not running, you'll want to run `/usr/local/bin/bitcoind -daemon` by hand and also place it in your crontab. ## Verify Your Blocks