空间网格池设置空间数据证明教程
Windows/Linux 安装教程概述:
- 空间网格介绍
- 程序下拉
3.Windows/Linux程序解压缩
4.显卡驱动安装(Windows/Linux)
5.Windows/Linux程序 – 配置文件编辑
6.运行Windows/Linux程序
- 空间网格介绍Spacemesh需要显卡进行绘图和CPU进行挖矿,这是最有效的解决方案。Spacemesh无法同时绘图和挖掘,用户只能等待绘图任务完成后再挖掘。使用H9解决方案将默认使用硬盘的全部空间,单个文件格式为32G。使用H9软件Plot时,用户不需要填写Apikey,直到绘图结束,用户开始使用软件挖矿,然后填写apikey进行挖矿。一张显卡只能对应一个硬盘,完成的绘图文件任何人都可以使用。文件无法复制,它们将无效。关于Spacemesh主网收入,根据官方规则,主网将于14年2023月14日上线,11月<>日至<>月<>日之间不会产生任何收入,这是网络初始化和预证明提交的时间。
在此期间,用户可以尝试完成一定数量的p盘。Spacemesh 的首笔营收将在 11 月 24 日之后发布,如果想第一时间获得收益,至少要在 24 月 <> 日之前完成一定数量的 P 盘(<> 月 <> 日之后要开始向主网提交校样,之后必须保持在线挂断)。
**了解更多:https://github.com/spacemeshos/wiki/wiki/Genesis-ceremony**
- 下载程序
**https://github.com/h9-dev/spacemesh-miner/releases/tag/v1.0.1**
- Windows/Linux 程序解压缩
窗户:
Linux:
- 安装显卡驱动程序
窗户:
在 NVIDIA 网站上根据用户的显卡型号下载驱动程序版本
Linux:
步骤1 设置显卡环境变量(安装时间有点长,请耐心等待)
apt-get install gcc make libhugetlbfs-dev libc-dev libc6-dev build-essential g++ -y
apt-get install nvidia-cuda-toolkit -y
apt-get install -y build-essential cmake libgmp-dev libnuma-dev
步骤 2
禁用 nouveau,运行以下命令:
echo "blacklist nouveau" >> /etc/modprobe.d/blacklist.conf
echo "options nouveau modeset=0" >> /etc/modprobe.d/blacklist.conf
Exit and save
Continue to run the command:
update-initramfs -u
systemctl set-default multi-user.target
Restart, and run the following command:
lsmod |grep nouveau
If no message is output, the disable was successful!
Step 3 Download the graphics card and cuda driver(It is recommended to use 11.7 or 11.8 version driver and cuda, otherwise there will be compilation error)
wget <https://developer.download.nvidia.com/compute/cuda/11.8.0/local_installers/cuda_11.8.0_520.61.05_linux.run
(Download> cuda program)
chmod +x cuda_11.8.0_520.61.05_linux.ru
(Giving permission)
sudo sh cuda_11.8.0_520.61.05_linux.run
(Install cuda)
Follow the prompts to keep pressing “instll” to install the driver, the installation to the last step will wait a little time, is normal
Set environment variables
echo 'export PATH=/usr/local/cuda-11.8/bin/:$PATH'>>~/.bashrc
echo 'export LD_LIBRARY_PATH=/usr/local/cuda-11.8/lib64:$LD_LIBRARY_PATH'>>/.bashrc
source ~/.bashrc
Step 4 Check whether the graphics card is successfully installed
nvcc -V
(If there is a prompt, it means that the environment variable needs to be set)
nvidia-smi
(The display of 520.61.05 driver and cuda 11.8 means that the variables just set are in effect)
- Windows/Linux Program – config file editing
- path:Plot paths or hard disk mount points
- Proxy:IP address of the proxy machine, port is 9190(Spacemesh can be used without xproxy)
- Device:Use all GPU devices by default
- DisablePlot:The default plot is closed during plotting, Spacemesh cannot mine while plotting, you need to wait for the plot to complete before you can mine.
- Windows/Linux Program Running
Windows:
Running h9-miner-spacemesh-console.exe
The following image shows that the plot is in progress
Linux:
Running h9-miner-spacemesh-linux-amd64
The following image shows that the plot is in progress