Fastest, for now, is mine:
http://www.cs.cmu.edu/~dga/crypto/ric/I should be pushing an update in a few hours. Dev fee is 7% now as discussed earlier, will be chopped down and open sourced with no fee within a few days. Only xptMiner is compatible with ypool at this point, to my knowledge.
Your compilation problem is because of an STL issue - you may be missing a -I to where clang has its STL, or are using an out of date version.
Are you on a mac? I haven't tried getting xptminer built on mine, but I could give it a go if that's why you're having troubles with it.
Is the miner in the first page compatible with ypool (seems to have its own?)... and if yes, which is the fastest?
And a second question: If I replace g++ with clang++ I get this:
make
clang++ -c -Wall -Wextra -std=c++0x -O3 -march=native -fomit-frame-pointer -march=native -I/usr/local/include -I/usr/include -IxptMiner/includes/ -IxptMiner/OpenCL -I../gmp-5.1.3 xptMiner/ticker.cpp -o xptMiner/ticker.o
clang++ -c -Wall -Wextra -std=c++0x -O3 -march=native -fomit-frame-pointer -march=native -I/usr/local/include -I/usr/include -IxptMiner/includes/ -IxptMiner/OpenCL -I../gmp-5.1.3 xptMiner/main.cpp -o xptMiner/main.o
In file included from xptMiner/main.cpp:1:
xptMiner/global.h:4:10: fatal error: 'algorithm' file not found
#include
^
1 error generated.
make: *** [xptMiner/main.o] Error 1
...any ideas to fix it?