User Tools

Site Tools


crypto:chia:cli:install

This is an old revision of the document!


Crypto - Chia - CLI - Install

Update Ubuntu

sudo apt update
sudo apt upgrade -y

Install Git

sudo apt install git -y

Checkout the Chia source from Git

git clone https://github.com/Chia-Network/chia-blockchain.git -b latest --recurse-submodules

Install Chia

cd chia-blockchain
 
sh install.sh

Install GUI (Optional)

NOTE: The GUI requires Ubuntu Desktop or a similar windowing system is installed.

The GUI cannot be installed or run as root!

sh install-gui.sh
 
cd chia-blockchain-gui

NOTE: The GUI can then be run:

npm run electron &

References

crypto/chia/cli/install.1624708360.txt.gz · Last modified: 2021/06/26 11:52 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki