打赏

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

posted @ 2021-04-26 11:17  苍山落暮  阅读(714)  评论(0编辑  收藏  举报