how to compile the cpuminer on redhat6.3
I have compiled ,but some error when ./configure
:
checking for pthread_create in -lpthread... yes
checking for OPENSSL_init in -lcrypto... no
configure: error: in `/home/axm/cpuminer-multi-master':
configure: error: could not find crypto
See `config.log' for more details.
[root@mu cpuminer-multi-master]#
my openssl:
[root@mu cpuminer-multi-master]# rpm -qa | grep openssl
openssl098e-0.9.8e-17.el6_2.2.x86_64
openssl-devel-1.0.0-27.el6.x86_64
openssl-1.0.0-27.el6.x86_64
krb5-pkinit-openssl-1.10.3-10.el6.x86_64
A CPU miner was put together by Elbandi_ on IRC and it appears to be working if you can compile from source yourself.
https://axiom.suprnova.cc/ (ocminer)
http://coinspool.cu.cc/info_axiomhash (Elbandi_ creator of cpuminer)
http://176.9.59.110:9595/ (bitspill)
To compile the cpuminer on Linux (debian/ubuntu specifically):
sudo apt-get install libcurl4-gnutls-dev openssl build-essential make automake autoconf git libc6-dev-amd64 libssl-dev g++
git clone
https://github.com/bitbandi/cpuminer-multi.gitcd cpuminer-multi
./autogen.sh
./configure
make
./minerd -a axiom -t 3 -o stratum+tcp://176.9.59.110:3032 -u YOURWALLETADDRESS -p x
Or another pool,
in -t 3, 3 = number of cores you want to use.
Windows 64 bit miner is being compiled.