Start Bitcoin Core
Start your Bitcoin node and download the blockchain.
Last updated
Was this helpful?
Start your Bitcoin node and download the blockchain.
Last updated
Was this helpful?
Configure bitcoind to automatically start at boot:
Start bitcoind:
Your node will now connect to other peers to download and verify the entire blockchain, block by block, starting from .
Sync is in progress. This operation may take 3 to 7 days to complete.
To view the Bitcoin Core logs:
You can monitor progress live by checking for height= or progress=.
bitcoin-cli is part of Bitcoin Core and serves as a command-line interface for the JSON-RPC API.
You can use it to monitor the status of your node and the synchronization progress:
You can use it to check your integration with the P2P network:
If you're using Tor, note in the output how Bitcoin used the Tor control port to create an onion service for P2P on port 8333.
Get the current block height:
Get some blockchain statstics:
Once fully synchronized, edit Bitcoin's config file located at ~/.bitcoin/bitcoin.conf
, and lower the value of dbcache
to 500. Then, restart Bitcoin:
You can find the full list of bitcoin-cli commands .