Chia(Ubuntu)版本升级

1)升级原因

每次打开chia的时候经常出现下面的一句话。百度了好久,找到是因为没有升级最新版本,提示要升级版本。

the application will stop working at block height XXXXX

2)升级步骤

方法一
cd chia-blockchain
chia stop -d all
deactivate
git fetch
git checkout latest
git reset --hard FETCH_HEAD
方法二
# If you get RELEASE.dev0 then delete the package-lock.json in chia-blockchain-gui and install.sh again

sh install.sh

. ./activate

chia init
方法三
# The GUI requires you have Ubuntu Desktop or a similar windowing system installed.
# You can not install and run the GUI as root
cd chia-blockchain-gui
git fetch
cd ..
sh install-gui.sh

cd chia-blockchain-gui
npm run electron &


微信扫描下方的二维码阅读本文

相关推荐

暂无评论

目录展开