首页 > 其他 > 详细

chia安装

时间:2021-04-26 15:44:35      阅读:8      评论:0      收藏:0      [点我收藏+]

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

chia安装

原文:https://www.cnblogs.com/tomtellyou/p/14703865.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!