首页 > 程序 > cgminer使用cpu挖矿
作者:ghostry 发布时间:2014-01-06 浏览: 17293
转载注明出处: https://blog.ghostry.cn/program/cgminer-shi-yong-cpu-wa-kuang.html最新版的cgminer已经抛弃了cpu这种方式了,因为效率低下,但是对于木有gpu的机器,还是可以玩玩的。
具体方法如下:
首先下载源码https://codeload.github.com/ckolivas/cgminer/zip/v2.11.4
2.11.4应该是最后支持cpu的版本
配置编译环境 apt-get install build-essential libncurses5-dev libcurl4-openssl-dev
配置编译autogen.sh & ./configure --enable-cpumining --disable-opencl
编译make
运行./cgminer --cpu-threads 3 --url http://pit.deepbit.net:8332 --userpass ghostry@ghostry.cn_2:123456
--cpu-threads 3 表示使用3个cpu内核。
另外还可以加上--real-quiet &取消状态输出并且放到后台执行。
下一篇: 在openshift上面建立redmine并且建立gitserver关联版本库
能否cpu gpu一起上,这样能赚钱吗
挖矿哈- -