From 3dbf47142b4905f8eaf82f1abc5e185d8258b0b5 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Wed, 7 Jun 2017 12:04:11 -0700 Subject: [PATCH] Update 3_1_Verifying_Your_Bitcoin_Setup.md --- 3_1_Verifying_Your_Bitcoin_Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3_1_Verifying_Your_Bitcoin_Setup.md b/3_1_Verifying_Your_Bitcoin_Setup.md index 1b37f56..f2ba988 100644 --- a/3_1_Verifying_Your_Bitcoin_Setup.md +++ b/3_1_Verifying_Your_Bitcoin_Setup.md @@ -33,7 +33,7 @@ You'll begin your exploration of the Bitcoin network with the `bitcoin-cli` comm $ ps auxww | grep bitcoind user1 29360 11.5 39.6 2676812 1601416 ? SLsl Feb23 163:42 /usr/local/bin/bitcoind -daemon ``` -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 [2A - Setting up a Bitcoin-Core VPS by Hand](./2A_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, as explained in [ยง2.1: Setting up a Bitcoin-Core VPS by Hand](./2_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md). ## Verify Your Blocks