浏览文章

文章信息

Linux利用CPU挖矿 15235

1、下载

git clone https://github.com/pooler/cpuminer.git

2、编译

cd cpuminer

./autogen.sh

./configure CFLAGS="-O3" # CentOS或者Ubuntu   树莓派使用 ./configure CFLAGS="-mfpu=neon"

sudo make && sudo make install

3、开挖

矿池地址:eth.f2pool.com:6688

./minerd --url=stratum+tcp://eth.f2pool.com:6688 --userpass=user:pass -t 1


原创