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 &



知识共享许可协议本作品采用知识共享署名-相同方式共享 4.0 国际许可协议进行许可。

相关推荐

chia:通过初筛的农田

意思就是通过初筛的田,才有资格抽奖。 比如过滤器前9个数字是0,田的数据也是钱9个0,则初筛通过。然后网络上所有通过 ...

暂无评论

目录展开