crypto:chia:install
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crypto:chia:install [2021/06/23 08:48] – peter | crypto:chia:install [2021/07/10 11:33] (current) – [Crypto - Chia - Install] peter | ||
---|---|---|---|
Line 2: | Line 2: | ||
< | < | ||
- | sudo apt-get update | + | sudo apt update |
- | sudo apt-get upgrade -y | + | sudo apt upgrade -y |
# Install Git. | # Install Git. | ||
Line 18: | Line 18: | ||
. ./activate | . ./activate | ||
- | # The GUI requires you have Ubuntu Desktop or a similar windowing system installed. | + | # If the GUI is going to be used then install it too. |
- | # You can not install and run the GUI as root | + | |
sh install-gui.sh | sh install-gui.sh | ||
+ | </ | ||
+ | <WRAP info> | ||
+ | **NOTE:** If the GUI is going to be used: | ||
+ | |||
+ | <code bash> | ||
cd chia-blockchain-gui | cd chia-blockchain-gui | ||
npm run electron & | npm run electron & | ||
</ | </ | ||
+ | |||
+ | </ | ||
---- | ---- | ||
+ | ====== Initialize ====== | ||
+ | |||
+ | <code bash> | ||
+ | chia init | ||
+ | chia keys add | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * The keys can be found from an existing chia install: | ||
+ | chia keys show --show-mnemonic-seed | ||
+ | </ | ||
+ | |||
+ | * Keep these keys secure! | ||
+ | </ | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== References ===== | ||
+ | |||
+ | https:// | ||
crypto/chia/install.1624438097.txt.gz · Last modified: 2021/06/23 08:48 by peter