🍪 Cookie Notice
We serve cookies on this site to analyze traffic, remember your
preferences, and optimize your experience,
read more .
Accept
How to install and farm Chia on MacOS ?
MacOS Big Sur Recommended (Apple Silicon/Intel)
Install Chia using the MacOS installer in 3 simple steps
Visit the Chia website download page.
Scroll down to Your MacOS version and download the Chia Blockchain for MacOS.
Install and run the Chia Blockchain.
That's it, well done! Check out our Plotting Guide & Farming Guide
Install Chia & GUI via Terminal
git clone https://github.com/Chia-Network/chia-blockchain.git -b latest
cd chia-blockchain
sh install.sh
. ./activate
sh install-gui.sh
cd chia-blockchain-gui
npm run electron &
There are commands available in /Applications/Chia.app/Contents/Resources/app.asar.unpacked/daemon
Try ./chia -h
or ./chia plots -h
for example. You can view your debug.log as it runs in from Terminal, tail -f ~/.chia/mainnet/log/debug.log
.
← Back to the home page
Subscribe to our newsletter!