风险提示:虚拟货币不具有法定货币等同的法律地位,参与虚拟货币投资交易存在法律风险,继续浏览代表你同意以上所有声明,否则请立即关闭本站!

  • 目前只支持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

配置文件如图填写即可:
配置文件01.png

配置文件02.png

完成保存并退出。

创建并配置自启动文件

vi /etc/rc.local

把脚本代码插入进去

#!/bin/bash

##!/bin/sh -e
#

# rc.local

#

# This script is executed at the end of each multiuser runlevel.

# Make sure that the script will "exit 0" on success or any other

# value on error.

#

# In order to enable or disable this script just change the execution

# bits.

#

# By default this script does nothing.

/etc/h9-aleo/aleo.sh

exit 0

赋予执行权限

cd /etc && chmod 777 rc.local

重启

reboot

查看运行情况

screen -x aleo

发表评论