removing link to non-existent chapter

per keblek, chapter was phased out previously
This commit is contained in:
Shannon Appelcline 2020-08-26 08:04:49 -10:00 committed by GitHub
parent 844be66895
commit 864bd6c869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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