Has anyone been able to compile cpuminer for the Raspberry pi yet? Also, gridseed has a modified cgminer up on their github. Has anyone tried it?
Really need to get a pi version! I tried to compile but I keep getting "Error: C compile cannot create executables" :/
Thanks!
That's your pi not the cpuminer.
It looks like the linux instructions work on the Pi from what I've seen. Someone on my thread seems to have been successful. I'll try it sometime this weekend and see.
Yea my Pi was being a bitch. I installed Rasp and ran this
sudo -s
apt-get update
apt-get install build-essential libtool libcurl4-openssl-dev libncurses5-dev libudev-dev autoconf automake screen
then I followed the above instruction and got to compile!
Now I ran into another problem... It seems that my Pi can communicate with the gridseed (5 chip device), but I never get a reply from the Gridseed. All I get back is:
0: Dispatching new work to GC3355 LTC core
0: >>> LTC : 55aa1f2816000000
0: >>> LTC : 55aa1f2817000000
0: >>> LTC : 55aa1f0000000000000000000000000 (A bunch of numbers)
0: Dispatching new work to GC3355 LTC core
0: >>> LTC : 55aa1f2816000000
0: >>> LTC : 55aa1f2817000000
0: >>> LTC : 55aa1f0000000000000000000000000 (A bunch of numbers)
0: Dispatching new work to GC3355 LTC core
0: >>> LTC : 55aa1f2816000000
0: >>> LTC : 55aa1f2817000000
0: >>> LTC : 55aa1f0000000000000000000000000 (A bunch of numbers)
Any help?
Also, for some odd reason, my G5 device (Gridseed 5) keep blinking green and red but my pool says that I'm mining at 300Kh/s.
Thanks!