(03-10-2018, 04:53 PM)nikel Wrote:(01-31-2018, 08:07 PM)signum71 Wrote:(01-31-2018, 07:00 PM)Annoying Twit Wrote: You got further than me. I couldn't even get ./configure to complete properly.
if it helps, i managed to compile this
https://www.novaspirit.com/2017/04/10/cp...pberry-pi/
on the tinkerboard, just dont forget to put a ./build.sh in the last command not like he has it as command ont he website, that does not work for me.
unfortunately, the cpu miner multi does not run as efficient and i only get hashrates of 6 kH/s instead of 10. it baffeling to me how i cannot seem to freaking compile the raspberry version of magi cpu miner v2 on the tinkerboard.
greetz,
Sig
Hi , I have also tried to install cpuminer-multi as following
sudo apt-get install automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev make g++ git
git clone https://github.com/tpruvot/cpuminer-multi
cd cpuminer-multi
./autogen.sh
./configure CFLAGS="-O2 -pipe -march=armv7-a -mtune=cortex-a17 -mfpu=neon -mfloat-abi=hard -pipe -fomit-frame-pointer -fstack-protector-strong" CXXFLAGS="-O2 -pipe -march=armv7-a -mtune=cortex-a17 -mfpu=neon -mfloat-abi=hard -pipe -fomit-frame-pointer -fstack-protector-strong" --with-crypto --with-curl
sudo make
it starts compile and error
asm/cpuminer-sha2-arm.o asm/cpuminer-scrypt-arm.o -lcurl -lz -lssl -lcrypto -ljansson -lpthread
/usr/bin/ld: cannot find -lz
collect2: error: ld returned 1 exit status
It seems library -lz missing
Do you have same error ?
You need to install an additional package "zlib1g-dev" in Tinkerboard. I run this miner with 12-13 h/s mining cryptonight.



![[-]](https://tinkerboarding.co.uk/forum/images/collapse.png)