BlockchainCommons / Learning-Bitcoin-from-the-Command-Line

A complete course for learning Bitcoin programming and usage from the command
3.12k stars 754 forks source link

Update Chapter 02.1 missing daemon first run #474

Closed cargaralo closed 3 years ago

cargaralo commented 3 years ago

I noticed following the guide everything was working perfectly, but running bitcoin-cli getblockcount showed this:

error: Could not connect to the server 127.0.0.1:8332

Make sure the bitcoind server is running and that you are connecting to the correct RPC port.

I just noticed the daemon was not started