Post
Topic
Board Mining (Altcoins)
Re: [ANN][X11] X11/Darkcoin Gpu Miner 40% faster than sph-sgminer
by
Demontager
on 20/05/2014, 14:26:10 UTC
Code:
[08:11][root@pimp:/opt/sph-sgminer]# ./sgminer -k darkcoin -c config.conf
./sgminer: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.15' not found (required by ./sgminer)
./sgminer: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./sgminer)

guess I'll have to way for the sourcecode :[
You have to add testing repo first
Code:
nano /etc/apt/sources.list

#Tesing
deb http://http.us.debian.org/debian/ testing non-free contrib main
Then
Code:
apt-get update
apt-get -t testing install libc6-dev