chia安裝


chia安裝

1.)安裝python3.7/git環境

sudo apt-get install python3.7-venv python3.7-distutils python3.7-dev git -y

2.)安裝chia

sudo apt-get update
sudo apt-get upgrade -y

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

chmod +x ./install.sh
sh install.sh

. ./activate

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

chmod +x ./install-gui.sh
sh install-gui.sh

cd chia-blockchain-gui
npm run electron &

相關鏈接

https://github.com/Chia-Network/chia-blockchain/wiki/INSTALL#ubuntudebian
https://zhuanlan.zhihu.com/p/365567537


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM