I will compile tenebrix on linux and try that right now, thanks
edit: There is a bug possibly
./configure: line 4888: syntax error near unexpected token `,'
./configure: line 4888: `LIBCURL_CHECK_CONFIG(, 7.10.1, ,'
That's a problem inherited from cpuminer, some distros *cough*redhat*cough* don't package libcurl.m4 in curl-dev which causes exactly this :/
You can easily get around it by commenting these lines out though, since pretty much everyone with linux is running curl already
[/quote]
That's about a +0.85 KH/s boost per core, so now I'm getting 16kh/s on my 1055T
model name : AMD Phenom(tm) II X6 1100T Processor
cpu MHz : 3600.000
gcc -v
gcc version 4.6.1 (Debian 4.6.1-13)
uname -a
Linux buildhost 3.0.0-1-amd64 #1 SMP Tue Sep 20 07:03:13 UTC 2011 x86_64 GNU/Linux
./configure
make
./minerd --userpass artforz.1:1 --url http://pool.simplecoin.us:8337/ --threads 5
[2011-10-05 20:48:59] Long-polling activated for http://pool.simplecoin.us:8337/LP
[2011-10-05 20:49:03] 5 miner threads started, using SHA256 'scrypt' algorithm.
[2011-10-05 20:49:22] thread 0: 63077 hashes, 2.67 khash/sec
[2011-10-05 20:49:23] PROOF OF WORK RESULT: true (yay!!!)
[2011-10-05 20:49:24] thread 1: 65535 hashes, 2.67 khash/sec
[2011-10-05 20:49:25] thread 2: 65535 hashes, 2.67 khash/sec
[2011-10-05 20:49:26] thread 3: 65535 hashes, 2.66 khash/sec
[2011-10-05 20:49:27] thread 4: 65535 hashes, 2.67 khash/sec
CFLAGS="-O3" ./configure
make clean; make
./minerd --userpass artforz.1:1 --url http://pool.simplecoin.us:8337/ --threads 5
[2011-10-05 20:50:11] Long-polling activated for http://pool.simplecoin.us:8337/LP
[2011-10-05 20:50:16] 5 miner threads started, using SHA256 'scrypt' algorithm.
[2011-10-05 20:50:32] thread 0: 65535 hashes, 3.21 khash/sec
[2011-10-05 20:50:33] thread 1: 65535 hashes, 3.23 khash/sec
[2011-10-05 20:50:33] thread 2: 65535 hashes, 3.24 khash/sec
[2011-10-05 20:50:34] thread 3: 65535 hashes, 3.24 khash/sec
[2011-10-05 20:50:36] thread 4: 65535 hashes, 3.22 khash/sec
CFLAGS="-march=amdfam10 -O3" ./configure
make clean; make
./minerd --userpass artforz.1:1 --url http://pool.simplecoin.us:8337/ --threads 5
[2011-10-05 20:51:22] Long-polling activated for http://pool.simplecoin.us:8337/LP
[2011-10-05 20:51:26] 5 miner threads started, using SHA256 'scrypt' algorithm.
[2011-10-05 20:51:42] thread 0: 65535 hashes, 3.27 khash/sec
[2011-10-05 20:51:42] thread 1: 65535 hashes, 3.27 khash/sec
[2011-10-05 20:51:43] thread 2: 65535 hashes, 3.27 khash/sec
[2011-10-05 20:51:44] thread 3: 65535 hashes, 3.28 khash/sec
[2011-10-05 20:51:45] thread 4: 65535 hashes, 3.29 khash/sec