Bitcoin Forum
June 27, 2024, 07:01:31 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)
dtest
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
July 01, 2014, 09:30:35 AM
 #61



4 - Open <your source path>/winbuild/sgminer.sln, change configuration from Debug to Release, then press F7 to build, the compiled sgminer.exe is located at <your source path>/winbuild/output/x86/Release

sgminer.sln not present in the download link
upload, please again
spoonuk
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
July 01, 2014, 10:12:02 AM
 #62

Has anyone gotten -d switch to work? If I put -d 0,1,2,3,4 only one card works, if I take the -d completely out it works ok but after reboot I get:

https://dl.dropboxusercontent.com/u/1471771/Forums/OCuk/X15%20Error.PNG

Weird.

start using task scheduler sir ?
some how it doesn't gives correct working folder i guess

Yes it was task scheduler, let me look into the task and my command line - cheers for the pointer.
CoinBuzz
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250



View Profile
July 01, 2014, 10:12:37 AM
 #63

Suggestion:

Just create a config to list ordered  algorithm names instead of X11, X13, X15, etc. For example algorithms="keccak,bmw, groetsl".

Lets call it XN algorithm Cheesy

Join ASAP: FREE BITCOIN
hedgy73
Legendary
*
Offline Offline

Activity: 1414
Merit: 1077



View Profile
July 01, 2014, 04:49:16 PM
 #64

Has anyone got a Radeon 69 series to run using this software? Trying to get a 6990 to work but just get hardware errors.

If not can anyone recommend any x15 software that will work?
bullus
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
July 01, 2014, 05:52:14 PM
 #65

Has anyone got a Radeon 69 series to run using this software? Trying to get a 6990 to work but just get hardware errors.

If not can anyone recommend any x15 software that will work?

Did u use bitblockold?

btc 16LWhms487bzCxQWq5oeW8SMDPmU2rvQjf
hedgy73
Legendary
*
Offline Offline

Activity: 1414
Merit: 1077



View Profile
July 01, 2014, 05:58:38 PM
 #66

Has anyone got a Radeon 69 series to run using this software? Trying to get a 6990 to work but just get hardware errors.

If not can anyone recommend any x15 software that will work?

Did u use bitblockold?

Thanks, yes I did still no luck. Here's my .bat file perhaps I've got it wrong:

COLOR 0A
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer.exe -o stratum+tcp://east1.us.stratum.dedicatedpool.com:6002 --pool-algorithm bitblockold --name BBL -u ***  -p *** --gpu-platform 0 -I 12 -g 1 -w 256
bullus
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
July 01, 2014, 06:15:57 PM
 #67

I'm using a config file for my 6970, u can try my setting

Code:
"profiles" : [
{
"name" : "x11",
"algorithm" : "darkcoin-mod",
"intensity" : "18",
                "hamsi-expand-big" : "4",
"gpu-threads" : "2",
"gpu-powertune" : "8",
                "gpu-fan" : "60-65",
"worksize": "64"
},
{
"name" : "x13",
"algorithm" : "marucoin-modold",
"intensity" : "18",
"gpu-threads" : "2",
"gpu-powertune" : "8",
                "gpu-fan" : "60-65",
"worksize": "64"
},
{
"name" : "x15",
"algorithm" : "bitblockold",
"intensity" : "18",
"gpu-threads" : "2",
"gpu-powertune" : "8",
                "gpu-fan" : "60-65",
"worksize": "64"
},
{
"name" : "scrypt",
"intensity" : "18",
"gpu-powertune" : "8",
"worksize" : "256",
"lookup-gap" : "0",
"gpu-threads": "1",
                "gpu-fan" : "55-65",
"algorithm" : "alexkarnew",
"nfactor" : "10"
},
{
"name" : "nscrypt",
"intensity" : "13",
"gpu-powertune" : "10",
"worksize" : "256",
"lookup-gap" : "0",
"gpu-threads": "2",
                "gpu-fan" : "55-65",
"algorithm" : "alexkarnew",
"nfactor" : "11"
},
{
"name" : "keccak",
"intensity" : "14",
"gpu-powertune" : "10",
"worksize" : "256",
"lookup-gap" : "2",
"gpu-threads": "2",
"algorithm" : "maxcoin"
}
],
"default-profile": "x15",
"hamsi-expand-big" : "4",
"failover-only" : true,
"shaders" : "1536",
"thread-concurrency" : "8000",
"temp-cutoff" : "96",
"temp-overheat" : "94",
"temp-target" : "88",
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "1",
"gpu-dyninterval" : "7",
"hotplug" : "5",
"log" : "5",
"queue" : "0",
"scan-time" : "1",
"temp-hysteresis" : "2",
"shares" : "0",
"no-submit-stale" : true,
"no-restart" : true,
"failover-switch-delay" : "30",
"show-coindiff" : true,
"remove-disabled" : true,
"extranonce-subscription" : true
}
I'm getting 1450kh/s x15

btc 16LWhms487bzCxQWq5oeW8SMDPmU2rvQjf
hedgy73
Legendary
*
Offline Offline

Activity: 1414
Merit: 1077



View Profile
July 01, 2014, 06:20:13 PM
 #68

Thanks very much I'll give it a try Smiley
CaffeinatedTech
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
July 02, 2014, 05:35:13 AM
 #69

sgminer freezes on quit for me on Windows 7 with 280x cards.  Once it is frozen, I can't even kill the process, I have to do a hard reset.

I'm still on Catalyst 14.1, should I update it?

Using the binary from the rar linked in OP
spoonuk
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
July 02, 2014, 06:26:30 AM
 #70

I'm having major issues with version 29 - 280X cards produce HW errors (X15) - up to 10 per hour and eventually freeze up the rig (black screen of death lol)

290x cards on the other hand are having no problems.
JuanHungLo
Hero Member
*****
Offline Offline

Activity: 935
Merit: 1001


I don't always drink...


View Profile
July 02, 2014, 11:12:16 AM
 #71

sgminer freezes on quit for me on Windows 7 with 280x cards.  Once it is frozen, I can't even kill the process, I have to do a hard reset.

I'm still on Catalyst 14.1, should I update it?

Using the binary from the rar linked in OP

I will second this and I already have the 14.6 beta drivers.

Bull markets are born on pessimism, grow on skepticism, mature on optimism, and die on euphoria. - John Templeton
zxbball
Sr. Member
****
Offline Offline

Activity: 311
Merit: 250


View Profile
July 02, 2014, 01:16:13 PM
 #72

|iPhone
I need a Windows version。I will not compile。
fonzerrellie
Legendary
*
Offline Offline

Activity: 1190
Merit: 1000

Kaspa


View Profile
July 02, 2014, 07:03:40 PM
 #73

Hi guy's could anyone show me what I'm doing wrong? I'm running a 6950 on windows 7.  I made a bat file  as below and get nothing but rejects

sgminer --pool-algorithm bitblockold -I 16  -o stratum+tcp://east1.us.stratum.dedicatedpool.com:6002 -u -p --thread-concurrency 4032


#Expanse $EXP 500 transactions 4 .1 EXP 1st Clone of ETH 
WAVES
Mishiwaka
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
July 02, 2014, 08:30:38 PM
 #74

Any experience with R9 290 Huh I have only 2,7 Mh per card on x15  Undecided Is this ok with 14.6 drivers or something wrong ?
SirChewie
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
July 02, 2014, 09:03:18 PM
 #75

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
herbaljoe
Full Member
***
Offline Offline

Activity: 159
Merit: 100


View Profile
July 02, 2014, 09:42:21 PM
 #76

Any experience with R9 290 Huh I have only 2,7 Mh per card on x15  Undecided Is this ok with 14.6 drivers or something wrong ?

That's the same speed I'm getting. I've tried changing every setting in the book and nothing really makes a difference. I have a feeling we need to wait for an optimized version of the kernel to get better performance.

Right now my 280x is outperforming my 290.
herbaljoe
Full Member
***
Offline Offline

Activity: 159
Merit: 100


View Profile
July 02, 2014, 09:43:19 PM
 #77

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.
bullus
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
July 02, 2014, 10:16:10 PM
 #78

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", ?


btc 16LWhms487bzCxQWq5oeW8SMDPmU2rvQjf
CaffeinatedTech
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
July 02, 2014, 10:30:40 PM
 #79

sgminer freezes on quit for me on Windows 7 with 280x cards.  Once it is frozen, I can't even kill the process, I have to do a hard reset.

I'm still on Catalyst 14.1, should I update it?

Using the binary from the rar linked in OP

I will second this and I already have the 14.6 beta drivers.

Just read an old thread of people complaining of the same problem in an older version of cgminer.  The temp workaround was to hit the x to close the miner instead of using the Quit option.  The downside is that cgminer doesn't reset your clocks and fans on exit, but who cares right.  This works on this build of sgminer.  You can also set CGWatcher to kill the process instead of quitting when stopping or restarting (Settings -> Miner -> top two check boxes).
dark8011
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
July 03, 2014, 06:03:30 AM
 #80

on my 1g memory (or above) 5xxx and 6xxx cards ,the bitblockold algorithm works fine,but 512m cards can't run,says not enough memory.
I tried to decrease TC or increase LG,can't work neither.
seems that parameter "--thread-concurrency" and "--lookup-gap" don't play a part in Bitblockold algorithm.
Is there any other ways that can  decrease the memory occupancy in order to let my 512m cards run the x15 algo?
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!