Bitcoin Forum
July 05, 2024, 03:01:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 2 3 4 [5] 6 7 »  All
  Print  
Author Topic: New sgminer support x11, x13, x14 and x15, fresh (with source)  (Read 34158 times)
machicafe
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
July 03, 2014, 11:54:55 AM
 #81

Wondering if someone could help me out, I compiled and tried /aznboy84/sgminer/tree/v5_0-x15 and /sgminer-dev/sgminer.git (not sure if that is exactly the same)  but when i start it gives me a load of nonce errors.  When i tried the compiled sgminer-5.0-pre-release-2014-06-30-linux-amd64.zip from nicehash.com both the darkcoin-mod and marucoind-mod work as expected and even a bit hash than the lasybear sgminer im currently using however the bitblock im only getting 2 mh/s with x2 7950 & 1 R9-270.  

So i dont mind using the nicehash compiled but 2 mh/s seems slow.  Fixing either ones would be cool for me.  any help would be appreciated.

Im on ubunutu 13.04, using catalyst drivers 13. something (not 14.6) I also got the latest ADL_SDK files when I compiled. also it compiled fine no errors.    

Thanks!

  
herbaljoe
Full Member
***
Offline Offline

Activity: 159
Merit: 100


View Profile
July 03, 2014, 12:43:00 PM
 #82

2.7 might be a bit low.. I'm getting 1.9MH x15 / each R9 270...

Try a lower worksize maybe? I had to drop mine to 64

I've tried it with 64, 128, and 256 work size. No notable difference.

Did u test it with "hamsi-expand-big" : "1", ?



Yes, absolutely. Also with "4". No change.
romeshomey
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
July 03, 2014, 01:45:55 PM
Last edit: July 03, 2014, 02:37:26 PM by romeshomey
 #83

I have not been able to figure out how to use this version of sgminer.

It keeps trying to use my Intel onboard graphics instead of my GPU's and won't allow me to use the -d switch.

Any ideas?

I don't have this issue with any other version of sgminer or any other miner and am baffled after 5 hours of changing .bat files trying to get them to work.

This is my .bat file.  When I execute it, it tells me that my GPU doesn't have enough memory, but its trying to use my HD On board graphics card instead of my GPU's and I can't disable the onboard graphics as thats what I use for display and always have.

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
Color 0A
sgminer --algorithm bitblock -o stratum+tcp://isis.suprnova.cc:3111 -u user.1 -p x -g 2 -w 128 --gpu-engine 1020 --gpu-memclock 1450 --shaders 2048 --thread-concurrency 20481  -I 17  --lookup-gap 0 --auto-fan --temp-target 77 --temp-overheat 83 --temp-cutoff 85
pause

I've tried adding -d switch but I also get an error when doing that.

This is what it keeps naming the .bin file.  I have never seen this before using any miner.

bitblockIntel(R) HD Graphics 4600gw128l4big4.bin

This is what I get when using -d switch.   This is with -d 0 .  If I use more than one device ie. -d 0,1,2 sgminer open and closes immediately.







wwzoon
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
July 03, 2014, 03:07:55 PM
 #84

i have problems too, i try with the preconfig file for 280x and dont work nothing Sad

bitboat.net - Compra Bitcoin in contanti; semplice, veloce e sicuro!
Mishiwaka
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
July 03, 2014, 03:22:11 PM
 #85

2.7 might be a bit low.. I'm getting 1.9MH x15 / each R9 270...

Try a lower worksize maybe? I had to drop mine to 64

I've tried it with 64, 128, and 256 work size. No notable difference.

Did u test it with "hamsi-expand-big" : "1", ?



Yes, absolutely. Also with "4". No change.
Same here ((( Absolute no difference for thread-concurrency, work-size and hams-expand-big ... just 2784 KH/s fro ASUS and 2733 for Gigabyte, but stable with 0 HW )))
bitwolf
Full Member
***
Offline Offline

Activity: 186
Merit: 100


View Profile
July 03, 2014, 03:47:45 PM
 #86

Some help to set up 2x 5970, pls.    Always 2 of the 4 cores give HW. The other 2 are OK.
spoonuk
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
July 03, 2014, 04:39:06 PM
 #87

Can someone post decent configs for 280x and 290x cards (X15) that don't throw up tons of HW errors? Also what is acceptable speed for the said cards on X15?
nadasmurf
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
July 03, 2014, 04:52:03 PM
 #88

why am I only getting 2.2 mhs out of my 290 and 1.5 out of 7950 i'm running 14.4 drivers.

this is my bat file

timeout /t 10

setx GPU_USE_SYNC_OBJECTS 1

setx GPU_MAX_ALLOC_PERCENT 100

sgminer --pool-algorithm bitblock -I 19 -w 128 --lookup-gap 2 --thread-concurrency 24000 --auto-gpu --no-submit-stale -o stratum+tcp://east1.us.stratum.dedicatedpool.com:6002 -u nadasmurf.1 -p 1234 Cry
romeshomey
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
July 03, 2014, 04:56:27 PM
 #89

I solved it.  For some reason I had to add this switch.   -d switch doesn't work but adding this does.

--gpu-platform 1

Code:
setx GPU_USE_SYNC_OBJECTS 1

setx GPU_MAX_ALLOC_PERCENT 100

sgminer --pool-algorithm bitblock --no-submit-stale --gpu-platform 1 -o stratum+tcp://east1.us.stratum.dedicatedpool.com:6006 -u romes.15 -p x -g 2 -w 128 --gpu-engine 1020 --gpu-memclock 1450 --shaders 2048 --thread-concurrency 20481  -I 19  --worksize 256 --lookup-gap 0 --auto-fan --temp-target 77 --temp-overheat 83 --temp-cutoff 85

We're rockin' now.  

EDIT;  The issue is with the AMD drivers which need that switch to work for some reason.
remulan
Member
**
Offline Offline

Activity: 71
Merit: 10


View Profile
July 03, 2014, 07:57:21 PM
 #90

I have mixed cards on one rig and if I try to set in config
Quote
"algorithm" : "bitblock,bitblock,bitblockold"
miner just ignore it, build ckolivas kernel and start with it
suggestion?
go6ooo1212
Legendary
*
Offline Offline

Activity: 1512
Merit: 1000


quarkchain.io


View Profile
July 04, 2014, 11:29:53 AM
 #91

Here I use this version, it is more stable and fast     https://www.dropbox.com/s/goxxxyma3x18tf2/sph-sgminer_x11_x13_mod_2.zip
which speeds do you reach on R9 280X ? Smiley
windblow11
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
July 04, 2014, 04:53:20 PM
 #92

anyone has 290(without x) bin file for X15, i can't upgrade to 14.6 cause it doesn't support +5 gpus
DriverDan
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile WWW
July 04, 2014, 05:18:28 PM
 #93

Here I use this version, it is more stable and fast     (LINK REMOVED)

WARNING! DO NOT USE RANDOM BINARY FILES LIKE THIS ONE, ESPECIALLY THOSE LINKED TO BY NEW ACCOUNTS.
unlock.mk
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
July 04, 2014, 05:37:12 PM
 #94

Some help to set up 2x 5970, pls.    Always 2 of the 4 cores give HW. The other 2 are OK.
Which kernel do u use, and what is your config file configuration please?
I have HD5970 too.
Bu777
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
July 05, 2014, 12:38:58 PM
 #95

anyone has 290(without x) bin file for X15, i can't upgrade to 14.6 cause it doesn't support +5 gpus

Use http://s2.stdns.ru/up/forum/941147_1.rar
New INF for 14.6 RC2 5+ GPU
From https://bitcointalk.org/index.php?topic=669227.0
ALEXFENG
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
July 05, 2014, 01:36:52 PM
 #96

great job Smiley

using R9 280X, got  4.3M for x11, 2.9M for X15, unfourtunately,can't set  successfully wiht X13.

PLZ fix the problem Grin
luckydag
Sr. Member
****
Offline Offline

Activity: 742
Merit: 260


View Profile
July 06, 2014, 09:05:51 AM
 #97

it is works fine on X15 and NIST5, but X13 can not work , someone help me with the bat file, please, my card is 270X
mrbrdo
Full Member
***
Offline Offline

Activity: 144
Merit: 100


View Profile
July 06, 2014, 09:56:15 AM
 #98

I solved it.  For some reason I had to add this switch.   -d switch doesn't work but adding this does.

--gpu-platform 1

Code:
setx GPU_USE_SYNC_OBJECTS 1

setx GPU_MAX_ALLOC_PERCENT 100

sgminer --pool-algorithm bitblock --no-submit-stale --gpu-platform 1 -o stratum+tcp://east1.us.stratum.dedicatedpool.com:6006 -u romes.15 -p x -g 2 -w 128 --gpu-engine 1020 --gpu-memclock 1450 --shaders 2048 --thread-concurrency 20481  -I 19  --worksize 256 --lookup-gap 0 --auto-fan --temp-target 77 --temp-overheat 83 --temp-cutoff 85

We're rockin' now.  

EDIT;  The issue is with the AMD drivers which need that switch to work for some reason.
I think -d should work too but you need to also set --remove-disabled

iOS/Android app for miners - Altcoin Monitor - https://bitcointalk.org/index.php?topic=419844.msg4927994
Rig management software - FarmCP - https://bitcointalk.org/index.php?topic=439402.msg4827394
opossum
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000


View Profile
July 06, 2014, 09:57:37 AM
 #99

it is works fine on X15 and NIST5, but X13 can not work , someone help me with the bat file, please, my card is 270X


Use this, works for me.

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer --algorithm marucoin-mod -o stratum+tcp://east1.us.stratum.dedicatedpool.com:7020 -u x -p x -I 16 -w 128 -g 2 --gpu-platform 1 --no-submit-stale --lookup-gap 2 --thread-concurrency 8192
pause


https://dl.dropboxusercontent.com/u/107636106/marucoin-mod.rar


 
         ▄▄█████████▄▄
      ▄█████████████████▄
   ▄████▀            ▀████▄
  █████                █████▄
 ███████████████████████████▄
████▀▀▀▀▀▀▀████████▀▀▀▀▀▀▀███▄
████        ██████        ████
████        ██████        ████
████        ██████        ████
████        ██████        ████
 ████▄      ██████      ▄████
  ▀████     ██████    ▄████▀
    ▀████▄▄▄██████▄▄▄████▀
      ▀▀██████████████▀▀
TIDEX



thiec
Hero Member
*****
Offline Offline

Activity: 854
Merit: 502



View Profile
July 06, 2014, 10:16:12 AM
 #100

Wondering if someone could help me out, I compiled and tried /aznboy84/sgminer/tree/v5_0-x15 and /sgminer-dev/sgminer.git (not sure if that is exactly the same)  but when i start it gives me a load of nonce errors.  When i tried the compiled sgminer-5.0-pre-release-2014-06-30-linux-amd64.zip from nicehash.com both the darkcoin-mod and marucoind-mod work as expected and even a bit hash than the lasybear sgminer im currently using however the bitblock im only getting 2 mh/s with x2 7950 & 1 R9-270.  

So i dont mind using the nicehash compiled but 2 mh/s seems slow.  Fixing either ones would be cool for me.  any help would be appreciated.

Im on ubunutu 13.04, using catalyst drivers 13. something (not 14.6) I also got the latest ADL_SDK files when I compiled. also it compiled fine no errors.    

Thanks!

  

Same here. I use ubuntu too.
Do i have to upgrade my catalyst driver?

Pages: « 1 2 3 4 [5] 6 7 »  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!