UNB22 - 04 - Bitcoin Core
2024-12-24T16:41:49+0800

In this video, we will go through downloading, verifying, installing, configuring and running of Bitcoin Core. bitcoin.conf settings server=1 txindex=1 daemon=1 rpcport=8332 rpcbind=0.0.0.0 rpcallowip=127.0.0.1 rpcallowip=10.0.0.0/8 rpcallowip=172.0.0.0/8 rpcallowip=192.0.0.0/8 zmqpubrawblock=tcp://0.0.0.0:28332 zmqpubrawtx=tcp://0.0.0.0:28333 zmqpubhashblock=tcp://0.0.0.0:28334 whitelist=127.0.0.1 rpcauth=bitcoin:[output of rpcauth.py] proxy=127.0.0.1:9050 listen=1 bind=127.0.0.1 onlynet=onion Update 23/6/23 The bitcoind.service file has been updated on the Bitcoin GitHub repository. The updated file does not work. Use this version instead: https://raw.githubusercontent.com/bitcoin/bitcoin/663f6cd9ddadeec30b27ec12f0f5ed49f3146cc9/contrib/init/bitcoind.service torrc file ControlPort 9051 CookieAuthentication 1 CookieAuthFileGroupReadable 1