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