详情见官网:
https://github.com/Chia-Network/chia-blockchain/wiki/INSTALL#ubuntudebian
#在官网下载最新的安装包:https://github.com/Chia-Network/chia-blockchain/releases
wget https://github.com/Chia-Network/chia-blockchain/releases/download/1.1.6/chia-blockchain_1.1.6_amd64.deb sudo dpkg -i chia-blockchain_1.1.6_amd64.deb ##此时安装后应该可以在Ubuntu的桌面里面找到chai钱包可以直接打开即可,后面不用操作。
有时,在升级到新版本时,从以前运行的进程中遗留下来的零散守护进程会导致奇怪的bug/errors。确保在安装或升级之前杀死所有守护进程和chia进程。
这通常是通过执行上面升级示例中的chia stop -d all来完成的。
但是使用ps -aux | grep chia重复检查以确保没有chia进程在运行也没有坏处。如果在没有先运行chia stop -d all的情况下执行了安装和chia start,那么您可能必须手动杀死chia守护进程。
如果所有这些都失败了,重新启动机器并重新启动chia守护进程/进程通常就可以了。
apt install tuned -y systemctl enable --now tuned tuned-adm profile virtual-host tuned-adm active # 检查 grep "cpu MHz" /proc/cpuinfo #检查##注意:这里调整为virtual-host虚拟-主机模式
#!/bin/bash scripts_name=$(basename $0) scripts_dir=$(cd `dirname $0`;pwd) log_file=/var/log/${scripts_name}.log thred=6 tmp_dir=/mnt/ssd/sssd-05 done_dir=/mnt/5-32 key=3364022999 for (( i = 1 ;i<=${thred};i++ )) do cd `dirname $0` && nohup /usr/lib/chia-blockchain/resources/app.asar.unpacked/daemon/chia plots create -k32 -n1 -t ${tmp_dir} -2 ${tmp_dir} -d ${done_dir} -b6780 -u128 -r4 -a ${key} > nohup-${i}.log 2>&1 & done
修改日期 | 修改人 | 备注 |
2021-05-30 16:59:45[当前版本] | 文艺范儿 | 格式调整 |
2021-05-25 01:36:47 | 文艺范儿 | 格式调整 |
2021-05-03 18:45:43 | 文艺范儿 | 格式调整 |
2021-04-30 12:39:19 | 文艺范儿 | 格式调整 |