2021-05-03 18:45:43 版本 : linux-Ubuntu系统安装chia钱包进行挖矿xch
作者: 文艺范儿 于 2021年04月30日 发布在分类 / 挖矿 / chia 下,并于 2021年05月03日 编辑
 历史版本

修改日期 修改人 备注
2021-05-30 16:59:45[当前版本] 文艺范儿 格式调整
2021-05-25 01:36:47 文艺范儿 格式调整
2021-05-03 18:45:43 文艺范儿 格式调整
2021-04-30 12:39:19 文艺范儿 格式调整

详情见官网:

https://github.com/Chia-Network/chia-blockchain/wiki/INSTALL#ubuntudebian

Ubuntu/Debian安装chia进行挖矿xch

我们有一个实验性的GUI安装程序(x86_64)用于Ubuntu 18.04 Desktop和Debian Buster w GUI和更新版本。还有一个用于ARM64 Ubuntu和Debian/Raspberry Pi OS 64的实验性GUI安装程序。二进制CLI工具可以在/usr/lib/chia-blockchain/resources/app.asar.unpack /daemon/中找到
下面是Ubuntu 20.04 LTS的安装说明。如果你是在Ubuntu 18.04 LTS上安装的,你应该使用Python 3.7:

sudo apt-get install python3.7-venv python3.7-distutils python3.7-dev git -y

sudo apt-get update
sudo apt-get upgrade -y

# 下载源代码并安装
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

# GUI要求你安装Ubuntu桌面或类似的窗口系统。
# 不能以root用户安装和运行GUI

chmod +x ./install-gui.sh
sh install-gui.sh



#在官网下载最新的安装包:https://github.com/Chia-Network/chia-blockchain/releases

wget https://github.com/Chia-Network/chia-blockchain/releases/download/1.1.3/chia-blockchain_1.1.3_amd64.deb
sudo dpkg -i chia-blockchain_1.1.2_amd64.deb
##此时安装后应该可以在Ubuntu的桌面里面找到chai钱包可以直接打开即可,后面不用操作。
cd chia-blockchain-gui
npm run electron &



升级/从以前的版本升级

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

# 如果得到RELEASE.dev0,则删除package-lock.json在chia-blockchain-gui和install.sh代理。

sh install.sh
. ./activate
chia init

# GUI要求你安装Ubuntu桌面或类似的窗口系统。
# 不能以root用户安装和运行GUI
cd chia-blockchain-gui
git fetch
cd ..
sh install-gui.sh

cd chia-blockchain-gui
npm run electron &


故障排除

有时,在升级到新版本时,从以前运行的进程中遗留下来的零散守护进程会导致奇怪的bug/errors。确保在安装或升级之前杀死所有守护进程和chia进程。
这通常是通过执行上面升级示例中的chia stop -d all来完成的。
但是使用ps -aux | grep chia重复检查以确保没有chia进程在运行也没有坏处。如果在没有先运行chia stop -d all的情况下执行了安装和chia start,那么您可能必须手动杀死chia守护进程。
如果所有这些都失败了,重新启动机器并重新启动chia守护进程/进程通常就可以了。

换能性能模式

root@dsf:~# apt install tuned -y
root@dsf:~# tuned-adm active # 检查
Current active profile: balanced
root@dsf:~# tuned-adm profile latency-performance
root@dsf:~# tuned-adm active # 检查
Current active profile: latency-performance
root@dsf:~# grep "cpu MHz" /proc/cpuinfo # 检查



历史版本-目录  [回到顶端]
    文艺知识分享平台 -V 4.9.5 -wcp
    京公网安备100012199188号 京ICP备2021030911号