Darren Rainey

Results 53 comments of Darren Rainey

> hello, if you're still hitting the problem please send us a `.pcap` of that interface, or the bytes of `raw_packet` which fails decoding Unfortunately I don't have a pcap...

Check if your firewall is blocking access to the server

git clone https://github.com/lucasjones/cpuminer-multi/ cd cpuminer-multi ./autogen.sh ./configure ./minerd -a ALGO -o stratum+tcp://POOL-ADDRESS -u WORKNAME -p PASSWORD

use screen or tmux to run the command otherwise the program will be killed when you logout or disconnect.

try running `make clean` or using Raspbian jessie in the meantime. Unfortunately this project is basically abandoned so it might be best to look at a more up to date...

I have the same problem

tkinjo1985 I've tryed that it doesn't work for me :( still gives the same error

tkinjo1985 I tryed it again and got a bit closer but now its giving me these errors also I have libcurl4-openssl-dev install /root/cpuminer-multi/cpu-miner.c:3388: undefined reference to `curl_global_init' cpuminer-util.o: In function...

never mind figured it out need to use this command for configure : ./configure --with-crypto --with-curl

its ok now I just use plain debian