首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >如何在后台运行nheqminer

如何在后台运行nheqminer
EN

Ask Ubuntu用户
提问于 2017-12-31 05:15:17
回答 1查看 884关注 0票数 0

我在Ubuntu16.04LTS上使用了以下命令:

代码语言:javascript
运行
复制
sudo apt-get install cmake build-essential libboost-all-dev
git clone -b Linux https://github.com/nicehash/nheqminer
cd nheqminer/cpu_xenoncat/Linux/asm/
sh assemble.sh
cd ../../../Linux_cmake/nheqminer_cpu
cmake .
make -j $(nproc)
./nheqminer_cpu -b
./nheqminer_cpu -l equihash.hk.nicehash.com:3357 -u WalletID.work1 -t 14

所以如果我关闭会话,挖掘就会停止。我怎么才能在后台运行这个?我试过screen,但没成功。

EN

回答 1

Ask Ubuntu用户

发布于 2018-01-11 10:56:11

代码语言:javascript
运行
复制
nohup ./nheqminer_cpu -l equihash.hk.nicehash.com:3357 -u WalletID.work1 -t 14 &
票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/990987

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档