This assumes you have brew installed and are comfortable using a terminal.
Following the guide on https://github.com/tpruvot/cpuminer-multi will likely lead to errors about invalid paths to OpenSSL, and neoscrypt errors to the tune of Undefined symbols for architecture x86_64
during the build. I managed to piece together different fixes into an installation that has worked for me. So I hope it works for you.
Ensure a c compiler is installed. Type g++
in the terminal and continue with the xcode installation if necessary. If it prints clang: error: no input files
, then you can proceed.
# install dependencies
brew install automake openssl zlib curl jansson make
# clone repo
git clone [email protected]:tpruvot/cpuminer-multi.git
# run build scripts
cd cpuminer-multi
./autogen.sh
./nomacro.pl
# where /usr/local/opt/openssl is your brew bin openssl
./configure CFLAGS="-march=native" --with-crypto=/usr/local/opt/openssl --with-curl
# Due to some issues within ASM Neoscrypt
perl -p -i -e "s/#if \(WINDOWS\)/#define ASM 0\n#if (WINDOWS)/g" algo/neoscrypt.c
# aaand make
make
# example, using Ravencoin on suprnova
./cpuminer -a x16r -o stratum+tcp://rvn.suprnova.cc:6666 -u [username].[workername] -p [workerpassword]
# example, using Ravencoin on Three Eyed
./cpuminer -a x16r -o stratum+tcp://pool.threeeyed.info:3333 -u [publicaddress]
https://github.com/Roykk/veriumMinerDocker/tree/master/OSXwithoutDocker (SSL paths issue)
https://bitcointalk.org/index.php?topic=841401.msg13025434#msg13025434 (User wladston
with the perl fix)
💱 | 🍺 |
---|---|
RVN | RX1Rcn7BRorWvq8HPih8Y7Pg1ZVo7fp7Du |
BTC | 1HSbmfcqWxNA2AHmK8qLLcJoBzRBankZu9 |
LTC | LPkFXzY59DgAKMpvg94Cg3LbofwcgTz4ko |
ETH | 0x22dF535A59f6c0f9E96f5631D4B0c0a975E926C8 |