This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Compiling on Tinkerboard
#11
Wink 
(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.
Reply
#12
Thank you !
sudo apt-get install zlib1g-dev
now cpuminer-multi working


It seems library -lz missing
Do you have same error ?
[/quote]

You need to install an additional package "zlib1g-dev" in Tinkerboard. I run this miner with 12-13 h/s mining cryptonight.
[/quote]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)