User Tools

Site Tools


crypto:chia:install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
crypto:chia:install [2021/06/23 09:12] petercrypto:chia:install [2021/07/10 11:33] (current) – [Crypto - Chia - Install] peter
Line 2: Line 2:
  
 <code> <code>
-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
 +</code>
  
 +<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 &
 </code> </code>
 +
 +</WRAP>
 +
 +----
 +
 +====== Initialize ======
 +
 +<code bash>
 +chia init
 +chia keys add
 +</code>
 +
 +<WRAP info>
 +**NOTE:**  This will prompt for the 24 mnemonic keys.
 +
 +  * The keys can be found from an existing chia install:  <code bash>
 +chia keys show --show-mnemonic-seed
 +</code>
 +
 +  * Keep these keys secure!
 +</WRAP>
 +
  
 ---- ----
crypto/chia/install.1624439539.txt.gz · Last modified: 2021/06/23 09:12 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki