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