这几天挖XNM的热度比较高,之前用CPU挖,这几天开始用GPU挖,GPU的效率比CPU的效率至少高效10倍以上
这里介绍一下我自己使用的2种使用GPU挖XNM的方式,自己选择一种:
1. 租GPU服务器
我使用Vast.ai租借服务。租借是按小时收费,我租的机子平均0.075 usd每小时
租借服务器的优点是,机子GPU基本设置好了,拿到就可以直接运行挖矿程序跑了
缺点是成本高,每小时0.075,一天1.8 USD,一个月就54 USD了
机子我推荐用A2000,因为性价比高,也稳定。其次推荐3070/3060
2. 本地挖矿(Windows系统)
由于是Windows系统,需要在windows下安装Ubuntu子系统并且安装CUDA(GPU挖矿需要)
具体步骤参考之前类似的帖子Windows系统下安装df-explorer
(下载并安装df-explorer 之前部分)
安装并开启GPU挖矿
租借GPU服务器或者本地设置好后,只需运行下面命令就能开始挖矿
安装所需的库
sudo apt install ocl-icd-opencl-dev -y
sudo apt install cmake pip screen nano -y
下载GPU挖矿代码并编译
git clone https://github.com/shanhaicoder/XENGPUMiner.git
cd XENGPUMiner
chmod +x build.sh
./build.sh
后台运行GPU挖矿程序
screen -S miner
./xengpuminer -b 1024
程序运行后按'Ctrl-A' 再按 'D'退出,要回到GPU挖矿程序窗口,输入screen -r miner
后台运行Miner程序
screen -S xen
pip install -U -r requirements.txt
修改config.conf里面的地址,改成你的地址. 修改后运行miner程序
python3 miner.py --gpu true
程序运行后按'Ctrl-A' 再按 'D'退出,要回到miner程序窗口,输入screen -r xen
完成以上步骤,GPU挖矿程序就成功了
注意的是,GPU挖矿运行的2个程序,一个是GPU找块的程序,找到后会把块的信息保存在gpu_found_blocks_tmp
文件夹里面
而另外一个miner的程序会监视这个文件夹,如果有新的块信息就会把块的信息发送验证并出块
所以2个程序必须都要运行。miner的程序只需跑一个,如果你的内存足够,GPU的程序可以多跑几个,来增加找块效率
XEN Block的一些工具:
- XEN BLOCK面板:https://xen.pub/index-xenblocks.php
- 查看账号挖矿的信息: https://xen.pub/xblocks.php 或者https://hashhead.io/
- CPU挖矿网页版: https://xen-miner-app.vercel.app/
- CPU挖矿官方源代码: https://github.com/jacklevin74/xenminer
- CPU挖矿包装版(UI化): https://github.com/JozefJarosciak/XenMinerWrapper
- GPU挖矿源代码: https://github.com/shanhaicoder/XENGPUMiner/
一个月54 USD成本确实高
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
但是只跑几天,毕竟越早挖挖的越多,后面难度太高,挖不了多少。
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit