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 &
本作品采用知识共享署名-相同方式共享 4.0 国际许可协议进行许可。
暂无评论
要发表评论,您必须先 登录