目前只支持N卡,AMDcpu系列算力比较高
测试版本为5700x/7950x/E52680v4双路
Hive Os 环境搭建
版本为hiveos编译版本并且获取root权限(参考hiveos高级教程)
Cuda 12+ 驱动程序 (525+)
RAM>=16G
GLIBC>=23.4(对于任何问题回答是)
apt update && apt upgrade -y && echo "deb http://archive.ubuntu.com/ubuntu jammy main" >> /etc/apt/sources.list && apt update && apt install tmux -y && apt install libc6 -y
安装libcurl3-gnutls
sudo apt-get install libcurl3-gnutls程序编译安装
下载执行程序
wget -P /etc https://xz.bz121.com/download/h9/aleo/h9-aleo.zip
解压程序
unzip /etc/h9-aleo.zip
赋予执行权限
cd /etc/h9-aleo && chmod 777 aleo.sh && chmod 777 h9-miner-aleo-cuda
编译配置文件
vi /etc/h9-aleo/config.yaml
配置文件如图填写即可:
完成保存并退出。
创建并配置自启动文件
vi /etc/rc.local
把脚本代码插入进去
#!/bin/bas##!/bin/sh -# rc.loca# This script is executed at the end of each multiuser runlevel# Make sure that the script will "exit 0" on success or any othe# value on error# In order to enable or disable this script just change the executio# bits# By default this script does nothing/etc/h9-aleo/aleo.sexit 0
赋予执行权限
cd /etc && chmod 777 rc.local重启
reboot
查看运行情况
screen -x aleo
hiveos下载或者其他的请联系或者加交流群。
免责声明:挖币网作为信息交流平台,不对交易业务提供任何担保服务。您在与商家进行交易时,请务必做好沟通确认,签署有效合约。如若产生商业纠纷,挖币网不承担任何直接或间接连带责任。敬请谅解!