Hello !
I have even more strange result with i7-3630QM Win7 64bit, SP1.
[2013-12-12 13:43:59] Long-polling activated for http://...
[2013-12-12 13:44:12] LONGPOLL detected new block
[2013-12-12 13:44:12] thread 8: 449 hashes, 0.03 khash/s
[2013-12-12 13:44:12] thread 4: 561 hashes, 0.04 khash/s
[2013-12-12 13:44:12] thread 7: 530 hashes, 0.04 khash/s
[2013-12-12 13:44:12] thread 0: 422 hashes, 0.03 khash/s
[2013-12-12 13:44:12] thread 1: 217 hashes, 0.02 khash/s
[2013-12-12 13:44:12] thread 3: 606 hashes, 0.05 khash/s
[2013-12-12 13:44:12] thread 2: 605 hashes, 0.05 khash/s
[2013-12-12 13:44:12] thread 6: 654 hashes, 0.05 khash/s
[2013-12-12 13:44:12] thread 5: 453 hashes, 0.04 khash/s
[2013-12-12 13:44:12] thread 9: 215 hashes, 0.02 khash/s
Used following commandline (tried all)
minerd_scrypt_jane_x64_ssse3.exe -a scrypt-jane -o
http://url:port -O user:passw -t 7
minerd_scrypt_jane_x64_avx.exe -a scrypt-jane -o
http://url:port -O user:passw -t 7
minerd_scrypt_jane_x64.exe -a scrypt-jane -o
http://url:port -O user:passw -t 7
also tried -t 4, -t 10.. same result
I did something wrong or my CPU not supported with your program?
Thanks!
I'm not sure I'm seeing what's wrong? Are you thinking those numbers are wrong? They're slightly low for that CPU (I have a 3610QM), but it could just be which package you're using. The latest CPU miner is here :
https://bitcointalksearch.org/topic/m.3901104. For your CPU, use the "minerd-avx" executable. Your rate per thread should be .09-.10 khash/s. My recommendation is to run the number of thread equal to or 1 less than the number of threads your cpu has (I believe you have 8 also?), so "-t 7" or "-t 8".
On top of it being the better performance for your CPU, it also supports stratum, so if you're mining at coinmine.pl, configure it for stratum for fewer stales!
Thanks for reply,
yes 8 threads. And also I just checked with CPU-Z it show processor support AVX.
Using normal CPU miner I have about 7 khash/s - 8 khash/s per one thread, so using 4 threads I can run it with ~30khash/s.
Found your program was really wonder that possible to do CPU mining with ~200 - 300 khash/s.
Now trying to check what can I get with my CPU too
With normal miner I have:
[2013-12-12 17:43:25] Stratum detected new block
[2013-12-12 17:43:25] thread 1: 4560 hashes, 7.86 khash/s
[2013-12-12 17:43:25] thread 2: 4224 hashes, 7.28 khash/s
[2013-12-12 17:43:25] thread 0: 4428 hashes, 7.63 khash/s
[2013-12-12 17:43:25] thread 3: 4800 hashes, 8.28 khash/s
[2013-12-12 17:43:25] thread 0: 1104 hashes, 7.36 khash/s
With miner-avx you gave link, lower results
[2013-12-12 17:43:03] Stratum detected new block
[2013-12-12 17:43:03] thread 0: 45 hashes, 0.12 khash/s
[2013-12-12 17:43:03] thread 3: 45 hashes, 0.12 khash/s
[2013-12-12 17:43:03] thread 1: 45 hashes, 0.12 khash/s
[2013-12-12 17:43:03] thread 2: 45 hashes, 0.12 khash/s
Very strange, do you have an idea what can be wrong?
Thanks!