Pages:
Author

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

legendary
Activity: 2772
Merit: 1028
Duelbits.com
Install IE? I'll rather dump computer in the shredder.  Cheesy

http://www.youtube.com/watch?v=wvBOUy9E5Qw

the only use of ie is to download firefox/chrome  Grin

btw, there is one more windows 7/8 download posted in some of yac threads, it's bit different than this one. I haven't use it on my personal computer, don't know is it safe so only on servers and it gives at least double hash power for me than this one does.

Here is the link BUT use on your own responsibility, I haven't noticed anything but to be safe used it only on servers

https://mega.co.nz/#!pUMBkbbY!cMJYcFqPCMr1idZBr30VsFw0tLY7y63J0N4RVNYMUBc
full member
Activity: 196
Merit: 100
amd a10-4600m @ 60kh

what ? so low ?
I have 35-55kh with Athlon X2 340 ?

impossible..
full member
Activity: 130
Merit: 100
nice video, looked like they've thrown an asic into it, yay jump right behind it  Grin
full member
Activity: 130
Merit: 100
make sure that you install Internet Explorer 8 ...that fixed my problem with the normaliz.dll -you also need the latest service pack and all updates on xp (xp 32bit servicepack 3 - xp64 servicepack 2)
newbie
Activity: 42
Merit: 0
Downloaded miners from this thread, started 32-bit miner but it complained about normaliz.dll missing. Found and registered that .dll but some other shit keeps poping-up. Gave up.

Windows 7? Such problem was on Windows XP: https://bitcointalksearch.org/topic/m.2109154
newbie
Activity: 28
Merit: 0
ok guys i use this

minerd_scrypt_jane_x64_avx.exe -q -a scrypt-jane -o http://yac.dontmine.me:8080 -O username:pass

and i am getting 295-265 k/hs on CMD with a 2600k @ 4.2 GHz is this normal? should i use any other flags?



CAN I close minerd WITHOUT closing CMD?

I keep getting an error "minerd_scrypt_jane_x64_avx.exe has stopped working" when I start it.


try the ssse
newbie
Activity: 35
Merit: 0
ok guys i use this

minerd_scrypt_jane_x64_avx.exe -q -a scrypt-jane -o http://yac.dontmine.me:8080 -O username:pass

and i am getting 295-265 k/hs on CMD with a 2600k @ 4.2 GHz is this normal? should i use any other flags?



CAN I close minerd WITHOUT closing CMD?

I keep getting an error "minerd_scrypt_jane_x64_avx.exe has stopped working" when I start it.
newbie
Activity: 42
Merit: 0

Is minerd_scrypt_jane_x32.exe more optimized than scrypt(N,1,1) optimized miner posted some days ago?

https://bitcointalksearch.org/topic/m.2086153
https://bitcointalksearch.org/topic/m.2086306

I don't think so. But I've never tried another version, apparently it was compiled using mingw and should run a little faster
full member
Activity: 224
Merit: 100
Shitcoin Maximalist
I have no plans for further work on this software. For those who wish to continue I provided the source files.

Appreciate your efforts. Smiley
member
Activity: 81
Merit: 10
Thank you thank you, this is working fine.  what would it take to compile with sha256, and scrypt (ssse3, win).  also how about for linux base?  i will do it personally if you can just point me in the right direction. many thanks. accepting tips?

sha256 and scrypt in my sources are broken;) I do not set the goal to make them work. At the start, there was only one YACoin miner under Windows x86 who worked at 3-4 times slower and I decided to fix it.
I have no plans for further work on this software. For those who wish to continue I provided the source files.

For Linux you can look at https://bitcointalksearch.org/topic/yacoin-cpuminer-released-very-soon-pools-will-be-availaible-for-this-coin-200147.
Thank you. Very impressive.
member
Activity: 112
Merit: 10
amd a10-4600m @ 60kh
newbie
Activity: 42
Merit: 0
Thank you thank you, this is working fine.  what would it take to compile with sha256, and scrypt (ssse3, win).  also how about for linux base?  i will do it personally if you can just point me in the right direction. many thanks. accepting tips?

sha256 and scrypt in my sources are broken;) I do not set the goal to make them work. At the start, there was only one YACoin miner under Windows x86 who worked at 3-4 times slower and I decided to fix it.
I have no plans for further work on this software. For those who wish to continue I provided the source files.

For Linux you can look at https://bitcointalksearch.org/topic/yacoin-cpuminer-released-very-soon-pools-will-be-availaible-for-this-coin-200147.
member
Activity: 81
Merit: 10
hi there,

just win 7 x64 must use this version miner or debian x64 too?

Im confused  Grin

That version only for Windows 7 64 (optimised) / 32. Some users run it on Windows XP 64, Windows Server 2008.

Thank you thank you, this is working fine.  what would it take to compile with sha256, and scrypt (ssse3, win).  also how about for linux base?  i will do it personally if you can just point me in the right direction. many thanks. accepting tips?
newbie
Activity: 42
Merit: 0
hi there,

just win 7 x64 must use this version miner or debian x64 too?

Im confused  Grin

That version only for Windows 7 64 (optimised) / 32. Some users run it on Windows XP 64, Windows Server 2008.
newbie
Activity: 40
Merit: 0
hi there,

just win 7 x64 must use this version miner or debian x64 too?

Im confused  Grin
full member
Activity: 224
Merit: 100
Shitcoin Maximalist
I have no idea how to get this working Sad

Setting up the miner

1. Download the miner.
Quote

2. Unzip somewhere handy, and navigate to the folder.

3. Create a text file called yacoin.bat in the extracted folder.

4. Edit yacoin.bat, adding one of the following four lines, depending on your operating system.

Windows 64 bit*

Code:
minerd_scrypt_jane_x64_avx.exe -a scrypt-jane -o http://URL:PORT -O USER:PASSWORD
minerd_scrypt_jane_x64_ssse3.exe -a scrypt-jane -o http://URL:PORT -O USER:PASSWORD
minerd_scrypt_jane_x64.exe -a scrypt-jane -o http://URL:PORT -O USER:PASSWORD

Windows 32 bit

Code:
minerd_scrypt_jane_x32.exe -a scrypt-jane -o http://URL:PORT -O USER:PASSWORD

*Note: AVX support started from Windows 7 x64 SP1. You may need to experiment until you choose the best exe file for your operating system and processor.

5. Replace the URL, PORT, USER and PASSWORD with the relevant details depending on where you are mining and save the text file.

6. Click the newly created yacoin.bat to start mining.

To make your life easier, you could right click your yacoin.bat file and create a shortcut on your Desktop for easy launching of the miner. If you ever need to change the config, just return to the folder and edit the .bat file.

Troubleshooting

If the miner exits immediately, check config carefully and try again. If you're not sure which version of the miner you should be using, try one of the other .exe files (change it in yacoin.bat).


full member
Activity: 130
Merit: 100
can someone explain to me how to point a second pc to one wallet on solo mining? do i have to install the qt file on the second pc aswell, cause i can only mine solo when the wallet is running on my system? 
newbie
Activity: 16
Merit: 0
I have no idea how to get this working Sad
newbie
Activity: 42
Merit: 0
AMD Phenom X6 1605T @ 3.0GHz - 120KH/s
You should go on linux dude Wink
With a 1055T @ 2.6GHz, got 180-190KH/s  Shocked
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
Intel i5-2400 around 150KH/s

Not too shabby. Thank you for this.
Pages:
Jump to: