Update Bitcoin Node to a New Release (Mac)
Update Bitcoin QT (GUI)
- If it's running, shut down Ord server.
- If it's running, shut down Bitcoin QT.
- Go to Bitcoin Core and download the Mac .dmg of Bitcoin Core (select ARM if your Mac has an M1 or M2 chip)
- Open the downloaded .dmg file and copy the Bitcoin application to your Applications folder while overwriting the previous version.
- Run the Bitcoin app from your Applications folder.
Note: The first couple of times you try to open the newly installed app, you will need to go to Settings > Privacy & Security to allow the app.
Update Bitcoin Daemon (bitcoind)
- If it’s running, shut down Ord server.
- If it’s running, shut down Bitcoin QT.
- In Terminal, run the following to confirm the currently installed version
bitcoind -version
- If it’s running, shut down bitcoind.
- In Terminal, run the following command.
brew update && brew upgrade
- Navigate to Go > Home > Library > Application Support > Bitcoin and open the bitcon.conf file to make sure the contents look appropriate (you may be missing server=1 and that’s okay).
datadir=/Volumes/Bitcoin/Bitcoin
txindex=1
server=1
- In terminal, run the following to confirm the update has been applied.
bitcoin -version
- In terminal, start bitcoind to comfirm it functions
bitcoind -datadir=/Volumes/Bitcoin/Bitcoin
or if you created the alias
bitcoindm