crypto:chia:cli:install
This is an old revision of the document!
Table of Contents
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
Activate the virtual environment in directory chia-blockchain
. ./activate
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 &
Configure Chia
chia init
Setup the Keys
If you already have a seed (key)
Add it with this command:
chia keys add
NOTE: This will prompt for the seed to be entered.
The ID will be displayed, which can be checked to ensure it matches.
To display the current mnemonic keys:
chia keys show --show-mnemonic-seed
If not existing key exists, generate a new one
Generate a new seed (key) with this command:
chia keys generate chia keys show
References
crypto/chia/cli/install.1624884057.txt.gz · Last modified: 2021/06/28 12:40 by peter