test under pimp
wget
http://ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gztar -xvzf autoconf-2.69.tar.gz
cd autoconf-2.69/
./configure
make
make install
autoconf --version
cd ..
ln -s /opt/AMDAPP/lib/x86/libOpenCL.so /usr/lib/libOpenCL.so
wget
https://github.com/wolf9466/opencl-cryptonight/archive/master.zipunzip master.zip
cd opencl-cryptonight-master/
cp -R /opt/sgminer/winbuild/dist/include/CL CL
CFLAGS="-O2 -Wall -march=native" ./configure --prefix=/usr
make
minerd -a cryptonight -o stratum+tcp://mine.moneropool.org:80 -u 463tWEBn5XZJSxLU6uLQnQ2iY9xuNcDbjLSjkn3XAXHCbLrTTErJrBWYgHJQyrCwkNgYvyV3z8zctJL
PCZy24jvb3NiTcTJ -p x -t 2
[2014-07-02 20:38:35] Using JSON-RPC 2.0
[2014-07-02 20:38:35] 1 miner threads started, using 'cryptonight' algorithm.
[2014-07-02 20:38:35] Starting Stratum on stratum+tcp://mine.moneropool.org:80
[2014-07-02 20:38:35] Pool set diff to 10000
[2014-07-02 20:38:35] Stratum detected new block
[2014-07-02 20:38:36] thread 0: 1 hashes, 0.96 H/s
[2014-07-02 20:38:40] thread 0: 59 hashes, 14.90 H/s
it will not support the gpu yet?
or I forget something?