User Tools

Site Tools


crypto:chia:install

This is an old revision of the document!


Crypto - Chia - Install

sudo apt update
sudo apt upgrade -y

# Install Git.
sudo apt install git -y

# Checkout the source and install.
git clone https://github.com/Chia-Network/chia-blockchain.git -b latest --recurse-submodules

cd chia-blockchain

sh install.sh

# Activate the virtual environment in dir chia-blockchain.
. ./activate

# The GUI requires you have Ubuntu Desktop or a similar windowing system installed.
# You can not install and run the GUI as root

sh install-gui.sh

cd chia-blockchain-gui
npm run electron &

References

crypto/chia/install.1624444248.txt.gz · Last modified: 2021/06/23 10:30 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki