Bitcoin Forum
April 24, 2024, 04:31:28 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [17] 18 19 20 »  All
  Print  
Author Topic: YACoin Windows 7 x64 [SSSE3 and AVX support] / x86 miner  (Read 78925 times)
PGPpfKkx
Hero Member
*****
Offline Offline

Activity: 586
Merit: 501


View Profile
November 30, 2013, 10:42:57 AM
 #321

\minerd_scrypt_jane_x86_x64\x64>minerd_scrypt_jane_x64_av
x.exe -a scrypt-jane -o http://yac.coinmine.pl:9088 -O user:pass -t2
[2013-11-30 11:38:57] 2 miner threads started, using 'scrypt-jane' algorithm.
[2013-11-30 11:38:58] HTTP request failed: Empty reply from server
[2013-11-30 11:38:58] json_rpc_call failed, retry after 30 seconds

what am i doing wrong?
1713933088
Hero Member
*
Offline Offline

Posts: 1713933088

View Profile Personal Message (Offline)

Ignore
1713933088
Reply with quote  #2

1713933088
Report to moderator
1713933088
Hero Member
*
Offline Offline

Posts: 1713933088

View Profile Personal Message (Offline)

Ignore
1713933088
Reply with quote  #2

1713933088
Report to moderator
"Bitcoin: mining our own business since 2009" -- Pieter Wuille
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713933088
Hero Member
*
Offline Offline

Posts: 1713933088

View Profile Personal Message (Offline)

Ignore
1713933088
Reply with quote  #2

1713933088
Report to moderator
1713933088
Hero Member
*
Offline Offline

Posts: 1713933088

View Profile Personal Message (Offline)

Ignore
1713933088
Reply with quote  #2

1713933088
Report to moderator
1713933088
Hero Member
*
Offline Offline

Posts: 1713933088

View Profile Personal Message (Offline)

Ignore
1713933088
Reply with quote  #2

1713933088
Report to moderator
feeleep
Legendary
*
Offline Offline

Activity: 1197
Merit: 1000


View Profile WWW
November 30, 2013, 10:45:06 AM
 #322

\minerd_scrypt_jane_x86_x64\x64>minerd_scrypt_jane_x64_av
x.exe -a scrypt-jane -o http://yac.coinmine.pl:9088 -O user:pass -t2
[2013-11-30 11:38:57] 2 miner threads started, using 'scrypt-jane' algorithm.
[2013-11-30 11:38:58] HTTP request failed: Empty reply from server
[2013-11-30 11:38:58] json_rpc_call failed, retry after 30 seconds

what am i doing wrong?

use port 8080

bugilt
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile
December 02, 2013, 07:47:56 AM
 #323

Getting 0.05 khash/s per core on my i7 3930 solo mining.

minerd_scrypt_jane_x64_avx.exe -a scrypt-jane -o http://127.0.0.1:6724 -u user -p pass

SSSE3 just crashes on startup.

tuukerX
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
December 06, 2013, 08:29:16 AM
 #324

Getting 0.05 khash/s per core on my i7 3930 solo mining.

minerd_scrypt_jane_x64_avx.exe -a scrypt-jane -o http://127.0.0.1:6724 -u user -p pass

SSSE3 just crashes on startup.

on my i4 2400 i get only 0.09 khash/s per core? is not possible to get fater now anymore?
minerchamp123
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
December 07, 2013, 11:05:30 AM
Last edit: December 07, 2013, 07:33:08 PM by minerchamp123
 #325

I tried compiling the source with visual studio 2010, but there are alot of errors. I just start the .sln file and compile as release. Is there something else we have to do to compile or the source just has errors?

Code:
1>------ Build started: Project: Minerd, Configuration: Release Win32 ------
1>  scrypt-jane.c
1>c:\users\home\desktop\minersource\minerd\code/scrypt-jane-portable.h(50): warning C4005: '_CRT_SECURE_NO_WARNINGS' : macro redefinition
1>          command-line arguments :  see previous definition of '_CRT_SECURE_NO_WARNINGS'
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-mix_chacha-ssse3.h(245): error C2373: 'scrypt_ChunkMix_ssse3' : redefinition; different type modifiers
1>          c:\users\home\desktop\minersource\minerd\code\scrypt-jane-mix_chacha-ssse3.h(6) : see declaration of 'scrypt_ChunkMix_ssse3'
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-mix_chacha-ssse3.h(246): error C2489: 'blocksPerChunk' : initialized auto or register variable not allowed at function scope in 'naked' function
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-mix_chacha-ssse3.h(246): error C2489: 'half' : initialized auto or register variable not allowed at function scope in 'naked' function
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-mix_chacha-ssse3.h(248): error C2489: 'x4' : initialized auto or register variable not allowed at function scope in 'naked' function
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-mix_chacha-ssse3.h(248): error C2489: 'x5' : initialized auto or register variable not allowed at function scope in 'naked' function
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-mix_chacha-sse2.h(265): error C2373: 'scrypt_ChunkMix_sse2' : redefinition; different type modifiers
1>          c:\users\home\desktop\minersource\minerd\code\scrypt-jane-mix_chacha-sse2.h(6) : see declaration of 'scrypt_ChunkMix_sse2'
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-mix_chacha-sse2.h(266): error C2489: 'blocksPerChunk' : initialized auto or register variable not allowed at function scope in 'naked' function
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-mix_chacha-sse2.h(266): error C2489: 'half' : initialized auto or register variable not allowed at function scope in 'naked' function
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-romix-template.h(85): error C3861: 'scrypt_ChunkMix_ssse3': identifier not found
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-romix-template.h(87): error C3861: 'scrypt_ChunkMix_ssse3': identifier not found
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-romix-template.h(95): error C3861: 'scrypt_ChunkMix_ssse3': identifier not found
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-romix-template.h(101): error C3861: 'scrypt_ChunkMix_ssse3': identifier not found
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-romix-template.h(85): error C3861: 'scrypt_ChunkMix_sse2': identifier not found
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-romix-template.h(87): error C3861: 'scrypt_ChunkMix_sse2': identifier not found
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-romix-template.h(95): error C3861: 'scrypt_ChunkMix_sse2': identifier not found
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-romix-template.h(101): error C3861: 'scrypt_ChunkMix_sse2': identifier not found
1>c:\users\home\desktop\minersource\minerd\code\scrypt-jane-chacha.h(113): error C2664: 'scrypt_test_mix_instance' : cannot convert parameter 1 from 'void (__cdecl *)(uint32_t *,uint32_t *,uint32_t *,uint32_t)' to 'chunkmixfn'
1>          None of the functions with this name in scope match the target type
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Lol, I just had to set compile for X64 then it worked ;/
fede975
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
December 10, 2013, 02:24:15 AM
 #326

hey guys need help, im new,

one question , i want minnin Yacoin whit mi CPU, BUT i dont know how to.

I download the wallet and the MINNER but i click in minerd_scrypt_jane_x64_avx and say that i dont know how to configurate this

any can help me plz ty


[2013-12-09 23:23:08] 4 miner threads started, using 'scrypt' algorithm
[2013-12-09 23:23:10] HTTP request failed: Failed connect to 127.0.0.1:
error
[2013-12-09 23:23:10] json_rpc_call failed, retry after 30 seconds




cheetah3
Member
**
Offline Offline

Activity: 76
Merit: 10


View Profile
December 12, 2013, 11:53:00 AM
 #327

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 Sad


I did something wrong or my CPU not supported with your program?
Thanks!

Create new AltCoins, update existing. Please pm with proposals. BTC: 1LbVvrNZAb3RB8fgHkc93PHkMKUsbdDgsq
Thirtybird
Hero Member
*****
Offline Offline

Activity: 693
Merit: 500



View Profile
December 12, 2013, 03:16:20 PM
 #328

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 Sad


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://bitcointalk.org/index.php?topic=206577.msg3901104#msg3901104.  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!

YACMiner: https://github.com/Thirtybird/YACMiner  N-Factor information : https://docs.google.com/spreadsheet/ccc?key=0Aj3vcsuY-JFNdC1ITWJrSG9VeWp6QXppbVgxcm0tbGc&usp=drive_web#gid=0
BTC: 183eSsaxG9y6m2ZhrDhHueoKnZWmbm6jfC  YAC: Y4FKiwKKYGQzcqn3M3u6mJoded6ri1UWHa
cheetah3
Member
**
Offline Offline

Activity: 76
Merit: 10


View Profile
December 12, 2013, 03:33:26 PM
Last edit: December 12, 2013, 03:45:40 PM by cheetah3
 #329

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 Sad


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://bitcointalk.org/index.php?topic=206577.msg3901104#msg3901104.  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 Smiley

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 Sad
[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!


Create new AltCoins, update existing. Please pm with proposals. BTC: 1LbVvrNZAb3RB8fgHkc93PHkMKUsbdDgsq
Thirtybird
Hero Member
*****
Offline Offline

Activity: 693
Merit: 500



View Profile
December 12, 2013, 04:33:41 PM
 #330

Nothing is wrong - you're comparing mining scrypt based coins with mining YACoin.  YACoin has an increasing number of iterations in the hashing algorithm represented by N, which increases periodically (currently 14 - litecoin is fixed at 9).  The more times through, the more memory it requires and the longer it takes, hence the decreased hashrate you're questioning.  Everyone mining YACoin is affected, so the playing field is still the same - the difficulty is MUCH lower than litecoin or digitalcoin, or worldcoin, or whatever coin you might compare it to so people are still able to find a block in ~1 minute.  Your hashrate of .12 khash/sec per core is pretty good actually - especially for a laptop!

for more reading on how this coin differs, check the wikipedia page http://en.wikipedia.org/wiki/Yacoin

YACMiner: https://github.com/Thirtybird/YACMiner  N-Factor information : https://docs.google.com/spreadsheet/ccc?key=0Aj3vcsuY-JFNdC1ITWJrSG9VeWp6QXppbVgxcm0tbGc&usp=drive_web#gid=0
BTC: 183eSsaxG9y6m2ZhrDhHueoKnZWmbm6jfC  YAC: Y4FKiwKKYGQzcqn3M3u6mJoded6ri1UWHa
cheetah3
Member
**
Offline Offline

Activity: 76
Merit: 10


View Profile
December 17, 2013, 07:53:53 AM
 #331

Thats right,
but I mean difference when I use normal cpuminer and downloaded here.

As I understand from the topic, this one should to give more high hashrate.

I have another result: normal miner giving more high hashrate then this one Smiley

Create new AltCoins, update existing. Please pm with proposals. BTC: 1LbVvrNZAb3RB8fgHkc93PHkMKUsbdDgsq
Thirtybird
Hero Member
*****
Offline Offline

Activity: 693
Merit: 500



View Profile
December 17, 2013, 02:57:26 PM
 #332

Thats right,
but I mean difference when I use normal cpuminer and downloaded here.

As I understand from the topic, this one should to give more high hashrate.

I have another result: normal miner giving more high hashrate then this one Smiley


Your post where you're seeing 7KH/sec per thread is using a miner that is NOT mining YACoin - it is using a different algorithm and won't ever solve a share.  I've got a 24 core Xeon server and it generates 1.5KH/sec total (so about .06 KH/sec/core)

The latest CPU miner compiled for Windows is posted here http://github.com/thirtybird/cpuminer/releases/ and performs better than the ssse3 posted here thanks to some optimizations to the library another dev did.

Also, check your CPU against the list posted here http://yacoinwiki.tk/index.php/Mining_Hardware_Comparison if you think you're getting 30KH/sec from your CPU (or even your GPU).

YACMiner: https://github.com/Thirtybird/YACMiner  N-Factor information : https://docs.google.com/spreadsheet/ccc?key=0Aj3vcsuY-JFNdC1ITWJrSG9VeWp6QXppbVgxcm0tbGc&usp=drive_web#gid=0
BTC: 183eSsaxG9y6m2ZhrDhHueoKnZWmbm6jfC  YAC: Y4FKiwKKYGQzcqn3M3u6mJoded6ri1UWHa
ivanlabrie
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
December 17, 2013, 08:57:02 PM
 #333

I know it's kinda offtopic, but anyone seen r9 290 results?
cheetah3
Member
**
Offline Offline

Activity: 76
Merit: 10


View Profile
December 18, 2013, 07:34:23 AM
 #334

Thats right,
but I mean difference when I use normal cpuminer and downloaded here.

As I understand from the topic, this one should to give more high hashrate.

I have another result: normal miner giving more high hashrate then this one Smiley


Your post where you're seeing 7KH/sec per thread is using a miner that is NOT mining YACoin - it is using a different algorithm and won't ever solve a share.  I've got a 24 core Xeon server and it generates 1.5KH/sec total (so about .06 KH/sec/core)

The latest CPU miner compiled for Windows is posted here http://github.com/thirtybird/cpuminer/releases/ and performs better than the ssse3 posted here thanks to some optimizations to the library another dev did.

Also, check your CPU against the list posted here http://yacoinwiki.tk/index.php/Mining_Hardware_Comparison if you think you're getting 30KH/sec from your CPU (or even your GPU).

Thanks so much!
LOL will go to get correct CPU and will put inside miner Wink

But also question:
I tried also to run GPU miner listed on YaCoin website, it also not working with my 7870 card, giving output 1KH/s only, not 50KHs or 100Khs as  people writing
 Sad too bad...
Or maybe I need to compile code on machine where I want to use it?

Create new AltCoins, update existing. Please pm with proposals. BTC: 1LbVvrNZAb3RB8fgHkc93PHkMKUsbdDgsq
cheetah3
Member
**
Offline Offline

Activity: 76
Merit: 10


View Profile
December 18, 2013, 07:54:18 AM
 #335

Checking here

http://yacoinwiki.tk/index.php/Mining_Hardware_Comparison

I see absolutely another results for i7-3770S    4 : 0.53 KH/s   minerd_scrypt_jane_x86_avx.exe
thats same CPU miner, right?
 Why here you have ~500 Khs with same CPU and listed in wiki so low results ?

Or I miss something?

Create new AltCoins, update existing. Please pm with proposals. BTC: 1LbVvrNZAb3RB8fgHkc93PHkMKUsbdDgsq
Thirtybird
Hero Member
*****
Offline Offline

Activity: 693
Merit: 500



View Profile
December 18, 2013, 03:32:36 PM
 #336

Checking here

http://yacoinwiki.tk/index.php/Mining_Hardware_Comparison

I see absolutely another results for i7-3770S    4 : 0.53 KH/s   minerd_scrypt_jane_x86_avx.exe
thats same CPU miner, right?
 Why here you have ~500 Khs with same CPU and listed in wiki so low results ?

Or I miss something?

I still not sure you've finally grasped that the hashrate goes down as the N factor goes up and you cannot compare someones hasrate even from October to the hashrate today. Undecided  I'm not sure how else to descibe it to you.  Perhaps you should go read the wikipedia page on YACoing http://en.wikipedia.org/wiki/Yacoin and look at the network graphs on YAC Explorer http://yacexplorer.tk/graphs.htm.  That hashrate is probably a tad low for that CPU, but that could just be because that person is running the x86 version of the CPU miner program, and it might not be the one with the optimized scrypt jane library - I don't know, it wasn't my edit.  All I can do is try to give you correct and up-to-date information.

YACMiner: https://github.com/Thirtybird/YACMiner  N-Factor information : https://docs.google.com/spreadsheet/ccc?key=0Aj3vcsuY-JFNdC1ITWJrSG9VeWp6QXppbVgxcm0tbGc&usp=drive_web#gid=0
BTC: 183eSsaxG9y6m2ZhrDhHueoKnZWmbm6jfC  YAC: Y4FKiwKKYGQzcqn3M3u6mJoded6ri1UWHa
dbbit
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
January 27, 2014, 06:30:39 PM
 #337

So I'm running minerd_scrypt_jane_x86_avx.exe on 2 machines:

1) 4-core E3-1240 (It's a Xeon Sandy Bridge running at 3.3ghz)
2) 6-core Core i7-3930K, overclocked to 4.2ghz

However, I get the same hashrate per core on both (0.06kHs/thread). How can that be?


Also, my specific Core i7 model is listed on:
http://yacoinwiki.tk/index.php/Mining_Hardware_Comparison

and stated as performing at 1.2kHs in total.

I'm using the exact same miner, but mine totals 0.72kHs. Is my configuration wrong, or is the site out of date perhaps with regard to current difficulty?
Thirtybird
Hero Member
*****
Offline Offline

Activity: 693
Merit: 500



View Profile
January 27, 2014, 06:39:48 PM
 #338

So I'm running minerd_scrypt_jane_x86_avx.exe on 2 machines:

1) 4-core E3-1240 (It's a Xeon Sandy Bridge running at 3.3ghz)
2) 6-core Core i7-3930K, overclocked to 4.2ghz

However, I get the same hashrate per core on both (0.06kHs/thread). How can that be?


Also, my specific Core i7 model is listed on:
http://yacoinwiki.tk/index.php/Mining_Hardware_Comparison

and stated as performing at 1.2kHs in total.

I'm using the exact same miner, but mine totals 0.72kHs. Is my configuration wrong, or is the site out of date perhaps with regard to current difficulty?


The webpage denotes the right NFactor (which is what is important for determining hash).  It's possible that was not the miner they were using, and it might have been the 64 bit version or something.  I strongly recommend using the latest CPU miner here : https://github.com/Thirtybird/cpuminer/releases.  It supports stratum and also has the optimized scrypt-chacha routines mikaelh authored.

You will see a performance increase by using the x64 miner so long as you installed Windows x64.  For the i7 3930, you'll probably be best off with the AVX executable.  You'll have to experiment with the Xeon though - but my guess would be the minerd-corei7 will work.

YACMiner: https://github.com/Thirtybird/YACMiner  N-Factor information : https://docs.google.com/spreadsheet/ccc?key=0Aj3vcsuY-JFNdC1ITWJrSG9VeWp6QXppbVgxcm0tbGc&usp=drive_web#gid=0
BTC: 183eSsaxG9y6m2ZhrDhHueoKnZWmbm6jfC  YAC: Y4FKiwKKYGQzcqn3M3u6mJoded6ri1UWHa
dbbit
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
January 27, 2014, 06:50:02 PM
 #339

The webpage denotes the right NFactor (which is what is important for determining hash).  It's possible that was not the miner they were using, and it might have been the 64 bit version or something.  I strongly recommend using the latest CPU miner here : https://github.com/Thirtybird/cpuminer/releases.  It supports stratum and also has the optimized scrypt-chacha routines mikaelh authored.

You will see a performance increase by using the x64 miner so long as you installed Windows x64.  For the i7 3930, you'll probably be best off with the AVX executable.  You'll have to experiment with the Xeon though - but my guess would be the minerd-corei7 will work.

Woo-hoo!! That miner gives me 1.32kHs on my Core i7. (and 0.8kHs on my Xeon as well).

Thanks a bunch!
Thirtybird
Hero Member
*****
Offline Offline

Activity: 693
Merit: 500



View Profile
January 27, 2014, 06:53:53 PM
 #340

The webpage denotes the right NFactor (which is what is important for determining hash).  It's possible that was not the miner they were using, and it might have been the 64 bit version or something.  I strongly recommend using the latest CPU miner here : https://github.com/Thirtybird/cpuminer/releases.  It supports stratum and also has the optimized scrypt-chacha routines mikaelh authored.

You will see a performance increase by using the x64 miner so long as you installed Windows x64.  For the i7 3930, you'll probably be best off with the AVX executable.  You'll have to experiment with the Xeon though - but my guess would be the minerd-corei7 will work.

Woo-hoo!! That miner gives me 1.32kHs on my Core i7. (and 0.8kHs on my Xeon as well).

Thanks a bunch!

Glad to have another miner on the coin Smiley

My Xeon isn't very impressive either.  It's 24 cores and tops out at 1.5 KH/sec - the newer generation of CPU's are just so much more efficient and faster that I don't even use it right now.

YACMiner: https://github.com/Thirtybird/YACMiner  N-Factor information : https://docs.google.com/spreadsheet/ccc?key=0Aj3vcsuY-JFNdC1ITWJrSG9VeWp6QXppbVgxcm0tbGc&usp=drive_web#gid=0
BTC: 183eSsaxG9y6m2ZhrDhHueoKnZWmbm6jfC  YAC: Y4FKiwKKYGQzcqn3M3u6mJoded6ri1UWHa
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [17] 18 19 20 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!