Bitcoin Forum
June 14, 2024, 07:28:56 PM *
News: Voting for pizza day contest
 
   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 21 22 23 24 25 26 27 »
  Print  
Author Topic: [ANN] Yet another GPU miner release! [YAC]  (Read 53305 times)
hanzac (OP)
Sr. Member
****
Offline Offline

Activity: 425
Merit: 262


View Profile
June 12, 2013, 12:39:18 AM
Last edit: June 28, 2013, 04:27:27 AM by hanzac
 #1

It seems that under this weird circumstance, the GPU miner should be released.
Here it is:
Prebuilt binary for windows 64:
http://sourceforge.net/projects/hnindev/files/yaminer-beta-winx64-2.zip
Source code:
http://sourceforge.net/projects/hnindev/files/yaminer-beta-src-2.zip
Win32 binary built by Thirtybird: https://mega.co.nz/#!e1YVDBYZ!YSzn40ba5ciOVUeJjIcQnFxbvr0JhdYwkzqempL_l8Y
CL kernel v7 provided by mikaelh: https://bitcointalk.org/index.php?topic=232241.msg2595928#msg2595928
(Package Status: MINOR UPDATE, correct the program name issue, upgrade to cgminer 3.2.1, If you have working installation, no need to update.)

It's based on the cgminer scrypt mining, but there's some difference, the lookup-gap=2 + thread-concurrency parameters are just used to for allocate the pad buffer. The intensity (I) means the global work size 2^I, it seems to be related to the Nfactor & GPU stream cores & GPU memory size. For the GCN GPUs, set the worksize to 256 and for the pre-GCN GPUs, set the worksize to 64.

Some command lines only for reference:
For 5950
yacminer --device 0 --scrypt --worksize 64 --lookup-gap 2 -I 11 --thread-concurrency 8192 -o <URL> -u <username> -p <password>
Currently can hash 190KH/s (Nfactor=9)

For 6750
yacminer --device 0 --scrypt --worksize 64 --lookup-gap 2 -I 10 --thread-concurrency 2816 -o <URL> -u <username> -p <password>
Currently can hash 47KH/s (Nfactor=9)

For 7950
Some correction
[Under Linux]
yacminer --device 0 --scrypt --worksize 256 --lookup-gap 2 -I 12 --thread-concurrency 32768 -o <URL> -u <username> -p <password>
Currently can hash 230KH/s (Nfactor=9)
[Under Windows]
yacminer --device 0 --scrypt --worksize 256 --lookup-gap 2 -I 11 --thread-concurrency 8192 -o <URL> -u <username> -p <password>
Currently can hash ???KH/s (Nfactor=9)

When running under linux, maybe you need to set these environment variables:
Quote
export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1

[Compilation under linux]
It's quite easy if you've already complied cgminer once (have all the other dependency libraries installed)
Run:
Quote
chmod +x ./configure
./configure --enable-scrypt
make install
Then, it will be installed into the application's dir (typical /usr/local/bin).

[Known issue]
  • Because using the latest cgminer 3.2.0 code base, the network thread seems has slow reaction to submit hash & get a response at the beginning. After a while, it will become normal.
  • AMD Graphics drivers prior to 12.X may not work, so recommend using newer drivers.

[Q&As]
https://bitcointalk.org/index.php?topic=232241.msg2449944#msg2449944
https://bitcointalk.org/index.php?topic=232907.0  (Performance tuning, out-of-dated if you use the kernel supported Look-up gap & TC)

PS, my GPU miner is not quite fast comparing to some others, and it may not work for some other cards.
BrewCrewFan
Hero Member
*****
Offline Offline

Activity: 672
Merit: 501



View Profile
June 12, 2013, 12:55:02 AM
 #2

Be nice to see if nvidia could do this. Of course I can not get this to work with my cards to test :/

Free SIGNs giving everyday. Be part, do not miss!.
SqMe5ceYfdcGsRyVpgvpYb6bRLS9j8omvB

XChat : Addy : XYuZESQpeMtZ2wit8nVVnXKGytfiaTBCo6 PubKey : eteshLzeq8Bh54BRjGSunMTc6Ytxtk7HYaSmDYMQn61z
barwizi
Legendary
*
Offline Offline

Activity: 882
Merit: 1000



View Profile
June 12, 2013, 12:59:26 AM
 #3

linux item downloads but says error with archive
bitdwarf
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


The cryptocoin watcher


View Profile
June 12, 2013, 01:02:19 AM
 #4

Posting to watch. Good luck anyone beating LTC GPU mining profitability with this.

𝖄𝖆𝖈: YF3feU4PNLHrjwa1zV63BcCdWVk5z6DAh5 · 𝕭𝖙𝖈: 12F78M4oaNmyGE5C25ZixarG2Nk6UBEqme
Ɏ: "the altcoin for the everyman, where the sweat on one's brow can be used to cool one's overheating CPU" -- theprofileth
forsetifox
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
June 12, 2013, 01:02:40 AM
 #5

Network hashrate: 73.8Mhash
Difficulty: .73573658
hanzac (OP)
Sr. Member
****
Offline Offline

Activity: 425
Merit: 262


View Profile
June 12, 2013, 01:03:20 AM
 #6

linux item downloads but says error with archive

Oh, I upload again. There're some cgminer's files are very large. Try later.
bitcash2013
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
June 12, 2013, 01:08:33 AM
 #7

It seems that under this weird circumstance, the GPU miner should be released.
Here it is:
Prebuilt binary for windows 64:
http://sourceforge.net/projects/hnindev/files/yaminer-beta-winx64.zip
Source code for compiling under linux or win32
http://sourceforge.net/projects/hnindev/files/yaminer-beta-src.zip, (not fully tested, because under linux I used a older version of cgminer)

It's based on the cgminer scrypt mining, but there's some difference, the lookup-gap=2 + thread-concurrency parameters are just used to for allocate the pad buffer. The intensity (I) means the global work size 2^I, it seems to be related to the Nfactor & GPU stream cores & GPU memory size. For the GCN GPUs, set the worksize to 256 and for the pre-GCN GPUs, set the worksize to 64.

Some typical command lines:
For 5950
cgminer --device 0 --scrypt --worksize 64 --lookup-gap 2 -I 11 --thread-concurrency 8192 -o <URL> -u <username> -p <password>
Currently can hash 190KH/s (Nfactor=9)

For 6750
cgminer --device 0 --scrypt --worksize 64 --lookup-gap 2 -I 10 --thread-concurrency 2816 -o <URL> -u <username> -p <password>
Currently can hash 47KH/s (Nfactor=9)

For 7950
cgminer --device 0 --scrypt --worksize 256 --lookup-gap 2 -I 12 --thread-concurrency 32768 -o <URL> -u <username> -p <password>
Currently can hash 230KH/s (Nfactor=9)

When running under linux, maybe you need to set these environment variables:
export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1

PS, my GPU miner is not quite fast comparing to some others, and it may not work for some other cards.
YAC is dieing
mtrlt
Member
**
Offline Offline

Activity: 104
Merit: 10


View Profile
June 12, 2013, 01:22:38 AM
 #8

Does it work after N hits 8192?
hanzac (OP)
Sr. Member
****
Offline Offline

Activity: 425
Merit: 262


View Profile
June 12, 2013, 01:23:17 AM
Last edit: June 12, 2013, 01:42:13 AM by hanzac
 #9

Does it work after N hits 8192?

Give a shot, I find it can mine at 4.6 KH/s with 7950.

With intensity 10, it can do about 9.2 KH/s.
nfuse
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
June 12, 2013, 01:34:35 AM
 #10

do you maybe have the settings for an 7970 ?
BlazinBeaches
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
June 12, 2013, 01:36:06 AM
 #11

What settings for 7970?  I'm having trouble getting it to work, also what's a good p2pool
Hydroponica
Full Member
***
Offline Offline

Activity: 182
Merit: 100


fml


View Profile
June 12, 2013, 01:37:37 AM
 #12

Does it work after N hits 8192?

Give a shot, I find it can mine at 4.6 KH/s with 7950.

4.6 KH/s with a 7950...And why the fuck would I want to do that? That is far from mining fine, with a 7950..

hanzac (OP)
Sr. Member
****
Offline Offline

Activity: 425
Merit: 262


View Profile
June 12, 2013, 01:44:05 AM
 #13

What settings for 7970?  I'm having trouble getting it to work, also what's a good p2pool

7970 should be the same with 7950, what's the trouble, does it print HW errors?
BlazinBeaches
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
June 12, 2013, 01:47:49 AM
 #14

What settings for 7970?  I'm having trouble getting it to work, also what's a good p2pool

7970 should be the same with 7950, what's the trouble, does it print HW errors?

The hashrates for the cards are at zero and it crashes the display driver
nfuse
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
June 12, 2013, 01:48:27 AM
 #15

What settings for 7970?  I'm having trouble getting it to work, also what's a good p2pool

7970 should be the same with 7950, what's the trouble, does it print HW errors?

yes settings of 7950 do not work, my display drivers go mad but with cgminer -- scrypt --worksize 256 --lookup-gap 2 -I 11 --thread-concurrency 8192 i got arround 144 per card and just found my first block.
hanzac (OP)
Sr. Member
****
Offline Offline

Activity: 425
Merit: 262


View Profile
June 12, 2013, 01:52:00 AM
 #16

What settings for 7970?  I'm having trouble getting it to work, also what's a good p2pool

7970 should be the same with 7950, what's the trouble, does it print HW errors?

All the hashrates for the cards are at zero and it crashes the display driver

This might be the problem of driver. Here I'm using AMD-APP-SDK-v2.8-Windows-64 & Display driver: 13-1_vista_win7_win8_64_dd_ccc_whql
nfuse
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
June 12, 2013, 01:54:18 AM
 #17

What settings for 7970?  I'm having trouble getting it to work, also what's a good p2pool

7970 should be the same with 7950, what's the trouble, does it print HW errors?

All the hashrates for the cards are at zero and it crashes the display driver

This might be the problem of driver. Here I'm using AMD-APP-SDK-v2.8-Windows-64 & Display driver: 13-1_vista_win7_win8_64_dd_ccc_whql

nope got the same but windows 8 / 64b everything above I -11 crashes the driver.
hanzac (OP)
Sr. Member
****
Offline Offline

Activity: 425
Merit: 262


View Profile
June 12, 2013, 01:54:59 AM
 #18

What settings for 7970?  I'm having trouble getting it to work, also what's a good p2pool

7970 should be the same with 7950, what's the trouble, does it print HW errors?

yes settings of 7950 do not work, my display drivers go mad but with cgminer -- scrypt --worksize 256 --lookup-gap 2 -I 11 --thread-concurrency 8192 i got arround 144 per card and just found my first block.

I'm sorry, I run my 7950 under linux. with setting these:
export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1

I can set thread-concurrency 32768.

I don't know if under windows, you can set GPU_MAX_ALLOC_PERCENT ...
TheSwede75
Full Member
***
Offline Offline

Activity: 224
Merit: 100



View Profile
June 12, 2013, 01:55:20 AM
 #19

Wait.. There are people actually mining YAK still? That should be the thread topic. Cause it's freaking unbelievable!
obermensch
Member
**
Offline Offline

Activity: 106
Merit: 10


View Profile
June 12, 2013, 01:55:35 AM
 #20

Someone want to compile a 32bit version?
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 »
  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!