Pages:
Author

Topic: YACoin Windows 7 x64 [SSSE3 and AVX support] / x86 miner - page 4. (Read 78929 times)

newbie
Activity: 8
Merit: 0
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 ;/
newbie
Activity: 8
Merit: 0
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?
member
Activity: 85
Merit: 10
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.
legendary
Activity: 1197
Merit: 1000
\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
hero member
Activity: 586
Merit: 501
\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?
newbie
Activity: 29
Merit: 0
What would be the optimized settings for 2670QM ?
Currenty i get:

[2013-11-27 21:49:43] LONGPOLL detected new block
[2013-11-27 21:49:43] thread 2: 585 hashes, 0.07 khash/s
[2013-11-27 21:49:43] thread 3: 581 hashes, 0.07 khash/s
[2013-11-27 21:49:43] thread 5: 583 hashes, 0.07 khash/s
[2013-11-27 21:49:43] thread 0: 583 hashes, 0.07 khash/s
[2013-11-27 21:49:43] thread 1: 582 hashes, 0.07 khash/s
[2013-11-27 21:49:43] thread 4: 576 hashes, 0.07 khash/s
[2013-11-27 21:49:48] thread 4: 372 hashes, 0.07 khash/s
[2013-11-27 21:49:50] accepted: 3/3 (100.00%), 0.39 khash/s (yay!!!)
[2013-11-27 21:50:08] thread 5: 1663 hashes, 0.07 khash/s
[2013-11-27 21:50:08] accepted: 4/4 (100.00%), 0.39 khash/s (yay!!!)
sr. member
Activity: 274
Merit: 250
Guys I need some help!

I have reinstalled windows and there is no way to sync the wallet. I have tried -resync and -rescan but nothing. Trying for 3 days strait and my wallet cannot be syncronised. Same is for 32 and 64bit one, it just come to the some point and stops, no sync no activity just stands there. Removed, several times, all yacoin data from win registry and folders, but nothing helps. Please help!!!!

May be you should ask your question here:
https://bitcointalksearch.org/topic/annyac-yacoin-ongoing-development-206577

That's the de facto official thread these days.
sr. member
Activity: 337
Merit: 250
Guys I need some help!

I have reinstalled windows and there is no way to sync the wallet. I have tried -resync and -rescan but nothing. Trying for 3 days strait and my wallet cannot be syncronised. Same is for 32 and 64bit one, it just come to the some point and stops, no sync no activity just stands there. Removed, several times, all yacoin data from win registry and folders, but nothing helps. Please help!!!!
hero member
Activity: 812
Merit: 1000
I'm a cowboy on a cryptographic horse I ride lol Grin

sr. member
Activity: 337
Merit: 250
Why can't I start -avx on neither machine? Win8 64bit-
1)C2D T7500-0,60kh/s
2)Celeron IB G1610-1.02kh/s
3)Pentium D960-0.2kh/s
on all 3 of them only sse2 or ssse3 but no avx?

Well, those cpus don't have AVX instruction sets, google the model and look at cpu-world or intel ark info.

Thank You Bon Jovi!
hero member
Activity: 812
Merit: 1000
Why can't I start -avx on neither machine? Win8 64bit-
1)C2D T7500-0,60kh/s
2)Celeron IB G1610-1.02kh/s
3)Pentium D960-0.2kh/s
on all 3 of them only sse2 or ssse3 but no avx?

Well, those cpus don't have AVX instruction sets, google the model and look at cpu-world or intel ark info.
sr. member
Activity: 337
Merit: 250
Why can't I start -avx on neither machine? Win8 64bit-
1)C2D T7500-0,60kh/s
2)Celeron IB G1610-1.02kh/s
3)Pentium D960-0.2kh/s
on all 3 of them only sse2 or ssse3 but no avx?
legendary
Activity: 1898
Merit: 1024
One more request for Haswell AVX2 support...

cpuminer for scrypt just released AVX2 version which is 85% faster...
AGD
legendary
Activity: 2069
Merit: 1164
Keeper of the Private Key
hero member
Activity: 798
Merit: 1000
‘Try to be nice’
Maybe you have forgotten to add the -scrypt-jane flag.

ok possibly best Avatar ever. AGD
hero member
Activity: 812
Merit: 1000
Has anyone tried this with Haswell's AVX2?

I know the nfactor has destroyed these numbers, but I am still curious if AVX2 would make a difference

I'd love to see that...my next cpu will be a 4770k.
I guess someone would have to create a new avx2 optimized miner, right?
newbie
Activity: 14
Merit: 0
I wonder what is the best (= most efficient) CPU for YAC mining (= scrypt-jane algo) at the moment? Is Quad Core preferred over Dual Core?

I'd like to assemble a sweet little YACoin Miner and have an older Asus P5B Deluxe board (Socket LGA775) with Intel Core 2 Extreme X6800 on hand.

So, should I stick to the X6800 or upgrade to an E8600 (dual core)/Q9650 (quad core) for best mining performance? TIA!
newbie
Activity: 11
Merit: 0
Work someone a x86 miner on Windows XP???
newbie
Activity: 56
Merit: 0
It is already compiled.
full member
Activity: 383
Merit: 100
is there a way to download the miner allready compiled?
Pages:
Jump to: