User Tools

Site Tools


crypto:chia:install_for_cli

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_for_cli [2021/06/23 12:55] – [To add a new directory of plots to the farm] petercrypto:chia:install_for_cli [2021/06/28 13:10] (current) – removed peter
Line 1: Line 1:
-====== Crypto - Chia - Install for CLI ====== 
  
-Install Ubuntu or Debian. 
- 
-Allow to log in directly as root. 
- 
-Edit the /etc/ssh/sshd_config file. 
- 
-<file bash /etc/ssh/sshd_config> 
-PermitRootLogin yes 
-</file> 
- 
----- 
- 
-===== Install Apps ===== 
- 
-<code bash> 
-apt update 
-apt upgrade 
-apt -y install screen 
-apt -y install lsb-release 
-apt -y install git 
-apt -y install iotop 
-</code> 
- 
----- 
- 
-===== Install Chia ===== 
- 
-<code bash> 
-cd /home/ 
-git clone https://github.com/Chia-Network/chia-blockchain.git -b latest --recurse-submodules 
-cd chia-blockchain 
- 
-chmod 777 install.sh 
-./install.sh 
-</code> 
- 
----- 
- 
-===== Configure Chia ===== 
- 
-<code bash> 
-screen 
-. ./activate 
-chia init 
-</code> 
- 
----- 
- 
-===== Generate a new seed or add an existing seed ===== 
- 
-Generate a new seed (key) with this command: 
- 
-<code bash> 
-chia keys generate 
-chia keys show 
-</code> 
- 
-If you already have a seed (key), you can add it with this command: 
- 
-<code bash> 
-chia keys add 
-</code> 
- 
-<WRAP info> 
-**NOTE:**  This will prompt for the seed to be entered. 
- 
-The ID will be displayed, which can be checked to ensure it matches. 
- 
-</WRAP> 
- 
- 
----- 
- 
-===== Initialize the wallet for security ===== 
- 
-<code bash> 
-chia init 
-chia wallet show 
-</code> 
- 
-<WRAP info> 
-**NOTE:**  This should shown the account balance in XCH. 
-</WRAP> 
- 
----- 
- 
-===== Start the node and the farmer software ===== 
- 
-<code bash> 
-chia start farmer 
-</code> 
- 
----- 
- 
-===== Check the status of the Chia node ===== 
- 
-<code bash> 
-chia show -s 
-</code> 
- 
----- 
- 
-===== Check the status of the Chia farm ===== 
- 
-<code bash> 
-chia farm summary 
-</code> 
- 
----- 
- 
-===== To add a new directory of plots to the farm ===== 
- 
-<code bash> 
-chia plots add -d /chia 
-</code> 
- 
----- 
- 
- 
-<code bash> 
-create -k 32 -b 4000 -r 4 -n 10 -t /chia-temp/ -d /chia 
-</code> 
crypto/chia/install_for_cli.1624452956.txt.gz · Last modified: 2021/06/23 12:55 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki