Bitcoin Forum
May 04, 2024, 10:02:43 PM *
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)
aznboy84 (OP)
Full Member
***
Offline Offline

Activity: 137
Merit: 100



View Profile
June 29, 2014, 07:04:10 AM
Last edit: July 09, 2014, 02:12:38 PM by aznboy84
 #1

Just realized that i might need a thread for my sgminer build for further support, so here goes ...

Optimized x11, x13, x14 and new x15 kernel

There also a "bitblockold" and "x14old" kernel working with older GPUs (78xx, 68xx ...)

Expecting X15 hash rate on 14.6 driver :

270X : 1.85MH/s (1100/1400 engine/mem)
7950 : 2.4MH/s (1050/1250  engine/mem) (mine was undervoltage / can't push engine clock)
280X : 2.9MH/s (1100/1400 engine/mem)

Github source :
https://github.com/aznboy84/sgminer/tree/v5_0-x15
https://github.com/aznboy84/freshgpu (freshcoin version )

Win32 binary :

X15_AMD_06_30.rar
X15_AMD_06_29.rar
FRESHCOIN SGMINER

there's 3 batch file for 7950, 270x and 280x and 3 pre-built binary kernel if you don't want to upgrade to 14.6, but hash rate would be 5% slower compared to 14.6 driver, just edit your pool, worker, password and run

There might be 2 "gpu-platform" on driver 14.6 (no idea why) so if your miner exit immediately after run just try  --gpu-platform (0 or 1) then it should work


How to make your own windows build
Quote
1 - Download dist files and extract to <your source path>/winbuild/
https://mega.co.nz/#!kIV1gDID!WsAh2XQo_YBIy3Ho5xLRnmMjj6V0Fh_JVS1OZOl5Zgw
(Those dist files does have x64 pre-compiled libraries so you can build x64 version too)
2 - Download ADL_SDK and extract adl_defines.h, adl_sdk.h, adl_structures.h from the archive include folder to <your source path>/ADL_SDK
http://developer.amd.com/tools-and-sdks/graphics-development/graphics-development-sdks/display-library-adl-sdk
3 - Get Visual Studio 2010 Express
http://www.visualstudio.com/en-us/downloads#d-2010-express
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

some help on linux (BAMT, PIMP) build
(don't have any exprience on BAMT or PIMP, after complied the rest is up to you Cheesy)
Quote
cd /<whatever folder you want>
git clone -b v5_0-x15 https://github.com/aznboy84/sgminer.git
cg sgminer
sh autogen.sh
CFLAGS="-O2 -Wall" ./configure
make

Fresh build instructions
Quote
cd /opt
git clone https://github.com/aznboy84/freshgpu.git
cd freshgpu
cp -av /opt/ADL-SDK/*.h ./ADL_SDK/
git submodule update --init --recursive
sh autogen.sh
CFLAGS="-O2 -Wall -march=native" ./configure
make


UPDATE 1 : Removing SPH_LUFFA_PARALLEL (Win32 binary rebuild too) guess someone getting few HW because of that Sad

UPDATE 2 : Added X14 support into github source, but don't think you gonna need it because hash rate was about the same as the other miner (same code lol)
There also a x14old kernel if you wanna try

1714860163
Hero Member
*
Offline Offline

Posts: 1714860163

View Profile Personal Message (Offline)

Ignore
1714860163
Reply with quote  #2

1714860163
Report to moderator
1714860163
Hero Member
*
Offline Offline

Posts: 1714860163

View Profile Personal Message (Offline)

Ignore
1714860163
Reply with quote  #2

1714860163
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714860163
Hero Member
*
Offline Offline

Posts: 1714860163

View Profile Personal Message (Offline)

Ignore
1714860163
Reply with quote  #2

1714860163
Report to moderator
havikk
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
June 29, 2014, 07:36:58 AM
 #2

Great work!

Did you have any luck in resolving the issue with using both bitblock & bitblockold kernels at the same time?

Thanks!
mammix2
Legendary
*
Offline Offline

Activity: 1302
Merit: 1004



View Profile
June 29, 2014, 07:40:10 AM
 #3

good work aznboy84, keep updating it and this could be 'The Place to go' for X15 mining information Smiley

1HfpFYxBUpQ941mKd4DEjsyA22HN4Kerzu
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 29, 2014, 08:26:35 AM
 #4

What's up dude, chiming in here since I'm usually over in the sgminer_5 multi-algo thread.

Your optimizations are pretty killer, pulling 3.6MH on a 290X.

It should be noted though I think that SPH_LUFFA_PARALLEL 1 is a killer for some cards that tend to go SICK, so people should maybe throttle back their overclocks.

I tried this version as is, with OC 1040/1300 and it threw a [questionable] card into SICK within 15 minutes, temps dropped on it to 40C and it basically just choked on a thread.  Scaled that card back to 1010/1250 [290X] and the uptime seems to be holding.

As you don't have any 290/X to test personally on, I'll definitely help wherever I can.  And I really like that you are releasing Windows binaries at the same time if not before the Linux compiles.  It was always a bitch and a half to wait for one of the few Windows compiling people to wake up and have the time to do that.

Very much fucking appreciated.  And I've backed you elsewhere in multiple threads already, as you may have seen dude.

Thanks sincerely for your contributions to the mining space so far.

Of course, if you have any more pull requests for sgminer v5_0 tree, please do not hesitate, ystarnaud has a shitload of commits going on over there as well; hopefully we can stay away from divergent forks, but whatever works right?
divo2014
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
June 29, 2014, 09:19:32 AM
 #5

very good job!!!! Badly that in conf  it is impossible to specify bitblock,bitblockold,chtoby at once simultaneously worked I am sorry for bad English
aznboy84 (OP)
Full Member
***
Offline Offline

Activity: 137
Merit: 100



View Profile
June 29, 2014, 09:26:58 AM
 #6

@divo2014, @havikk : i find out it's kidda hard to get multiple kernel into a pool configuration on this version, just threw away my 2 hours on that and still at nowhere Sad
@platinum4 : SPH_LUFFA_PARALLEL 1 doesn't increase hash rate much so i guess just gonna remove it Sad (copied from my x11 + x13 optimized Cheesy )

divo2014
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
June 29, 2014, 09:36:34 AM
 #7

x11 + x13 optimized -very good job!!!! +5%
ibfragalot2
Full Member
***
Offline Offline

Activity: 126
Merit: 100

First account stolen, in traditional BCT fashion!


View Profile
June 29, 2014, 10:08:06 AM
 #8

We need to be able to use bitblockold and bitblock at the same time... many people have old + new cards in the same rig.

Trying to bypass it by ignoring the old card(s) always results in a freeze too, doh.


bullus
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
June 29, 2014, 10:15:04 AM
 #9

We need to be able to use bitblockold and bitblock at the same time... many people have old + new cards in the same rig.

Trying to bypass it by ignoring the old card(s) always results in a freeze too, doh.




The problem lies in the v5 version from the beginning it is not supported. So I had to get rid of my 6970 because of the many problems I had. Now running with only 7950.
U can run it but u need 2 seperate sgminers to run with "remove-disabled" : true, and "device" option.


btc 16LWhms487bzCxQWq5oeW8SMDPmU2rvQjf
diks
Legendary
*
Offline Offline

Activity: 2632
Merit: 1450



View Profile
June 29, 2014, 10:30:33 AM
 #10

I have nvidia
and old amd R7 
X11
amd + ~ 15-18%

Thanks!  Smiley

ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
June 29, 2014, 10:34:16 AM
 #11

"/tmp/OCLgJOw7A.cl", line 1110: error: identifier "INPUT_BIG_LOCAL" is
          undefined
              INPUT_BIG_LOCAL;
              ^

"/tmp/OCLgJOw7A.cl", line 1116: error: identifier "INPUT_BIG_LOCAL" is
          undefined
          INPUT_BIG_LOCAL;   
          ^
whats this ?


suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
aznboy84 (OP)
Full Member
***
Offline Offline

Activity: 137
Merit: 100



View Profile
June 29, 2014, 10:43:16 AM
 #12

"/tmp/OCLgJOw7A.cl", line 1110: error: identifier "INPUT_BIG_LOCAL" is
          undefined
              INPUT_BIG_LOCAL;
              ^

"/tmp/OCLgJOw7A.cl", line 1116: error: identifier "INPUT_BIG_LOCAL" is
          undefined
          INPUT_BIG_LOCAL;  
          ^
whats this ?



Lol there was a mistake when i switch to the correct branch on github
re-download /kernel/bitblock.cl or just add
Quote
#define SPH_HAMSI_SHORT 1
at line 81 Grin

platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 29, 2014, 11:03:32 AM
 #13

"/tmp/OCLgJOw7A.cl", line 1110: error: identifier "INPUT_BIG_LOCAL" is
          undefined
              INPUT_BIG_LOCAL;
              ^

"/tmp/OCLgJOw7A.cl", line 1116: error: identifier "INPUT_BIG_LOCAL" is
          undefined
          INPUT_BIG_LOCAL;  
          ^
whats this ?



Lol there was a mistake when i switch to the correct branch on github
re-download /kernel/bitblock.cl or just add
Quote
#define SPH_HAMSI_SHORT 1
at line 81 Grin

I got this error when I tried to drop the newest bitblock.cl from 6/28 into a miner built on 6/25, which ran the original bitblock.cl

It was a very specific case, and I haven't experienced it with the 6/29 edition.

@aznboy84 I'm not sure if it's the LUFFA PARALLEL or not, but i have rigs up now for ~75 minutes after the last SICK/DEAD encountered.

Comparing to other sgminers this version knocked out 3 separate cards I haven't problems with before.  So something is especially aggressive.  The hard-coded hamsi_expand_big 1 shouldn't affect it since I'm on 290X
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
June 29, 2014, 11:06:12 AM
 #14

What are the optimized starting parameters for 280x under linux ?

I'm getting around 1.000 MH/s and after 5 mins all cards are sick/dead with -I 18, -g 2 and worksize 256 (1100/1400)

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
June 29, 2014, 11:16:42 AM
 #15

how much is the consumption with one 280x, hashing x15?
aznboy84 (OP)
Full Member
***
Offline Offline

Activity: 137
Merit: 100



View Profile
June 29, 2014, 11:17:20 AM
 #16

What are the optimized starting parameters for 280x under linux ?

I'm getting around 1.000 MH/s and after 5 mins all cards are sick/dead with -I 18, -g 2 and worksize 256 (1100/1400)

They was running on default SHA256 algo i guess  Huh
BTW here goes the config
Code:
{
  "pools": [
    {
      "name": "MAIA",
      "url": "stratum+tcp://east1.us.stratum.dedicatedpool.com:6002",
      "user": "xxx.1",
      "pass": "x",
      "algorithm": "bitblock"
    }
  ],
  "failover-only": true,
  "algorithm": "bitblock",
  "devices": "all",
  "intensity": "19",
  "worksize": "64",
  "gpu-engine": "1100",
  "gpu-memclock": "1250",
  "gpu-threads": "2",
  "gpu-fan": "50",
  "gpu-powertune": "20",
  "temp-cutoff": "95,95,95",
  "temp-overheat": "85,85,85",
  "temp-target": "75,75,75",
  "gpu-memdiff": "0,0,0",
  "shares": "0",
  "api-mcast-port": "4028",
  "api-port": "4028",
  "expiry": "28",
  "failover-switch-delay": "60",
  "gpu-dyninterval": "7",
  "log": "5",
  "no-pool-disable": true,
  "no-client-reconnect": true,
  "queue": "1",
  "scan-time": "7",
  "tcp-keepalive": "30",
  "temp-hysteresis": "3"
}

restless
Legendary
*
Offline Offline

Activity: 1151
Merit: 1001


View Profile
June 29, 2014, 11:33:32 AM
 #17

had you made any changes to x13modold?
On 5850 I'm getting higher hashrates using your miner on x15, than with lasybear miner on x13 :S
With your version now 5850@stock makes almost 1MH/s, up from 850-860, I have to check x11 also Cheesy

PS: x11 is unchanged, tho for some reason -I parameter, or intensity in conf file is ignored, always starting with I=12 :S
ibfragalot2
Full Member
***
Offline Offline

Activity: 126
Merit: 100

First account stolen, in traditional BCT fashion!


View Profile
June 29, 2014, 11:46:12 AM
 #18

The problem lies in the v5 version from the beginning it is not supported. So I had to get rid of my 6970 because of the many problems I had. Now running with only 7950.
U can run it but u need 2 seperate sgminers to run with "remove-disabled" : true, and "device" option.

Thanks for your help  Smiley
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 29, 2014, 12:53:34 PM
 #19

What are the optimized starting parameters for 280x under linux ?

I'm getting around 1.000 MH/s and after 5 mins all cards are sick/dead with -I 18, -g 2 and worksize 256 (1100/1400)

Right?  Aggressive as all hell huh.
bullus
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
June 29, 2014, 01:28:34 PM
 #20

Running it stable for 14hours now, but using the 06252014 version..didn't test this version yet.
4x7950@1035/1500 @2110kh/s

btc 16LWhms487bzCxQWq5oeW8SMDPmU2rvQjf
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
June 29, 2014, 01:38:27 PM
 #21

Running it stable for 14hours now, but using the 06252014 version..didn't test this version yet.
4x7950@1035/1500 @2110kh/s

consumption for x15?
miner555
Member
**
Offline Offline

Activity: 80
Merit: 10


View Profile
June 29, 2014, 01:40:31 PM
 #22

What is your windows .bat file ?
pls share. i dont config bat file. than others mixed
emdje
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile WWW
June 29, 2014, 02:09:22 PM
 #23

Was unable to build file at all when platform toolset was set at v110, had to set is to v100. After that I got a lot more errors:
Code:
1>------ Build started: Project: sgminer, Configuration: Debug Win32 ------
1>  Could Not Find C:\Users\Maarten\Desktop\SGMiner inc. X15\winbuild\output\x86\Debug\*.exe
1>  Could Not Find C:\Users\Maarten\Desktop\SGMiner inc. X15\winbuild\output\x86\Debug\*.dll
1>  'git' is not recognized as an internal or external command,
1>  operable program or batch file.
1>  util.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  whirlpool.c
1>  twecoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  skein.c
1>  simd.c
1>  shavite.c
1>  shabal.c
1>  sha2big.c
1>  sha2.c
1>  panama.c
1>  luffa.c
1>  keccak.c
1>c:\users\maarten\desktop\sgminer inc. x15\sph\keccak.c(1593): warning C4244: '=' : conversion from 'sph_u64' to 'sph_u32', possible loss of data
.
. alot more of these lines all the same
.
1>c:\users\maarten\desktop\sgminer inc. x15\sph\keccak.c(1593): warning C4244: '=' : conversion from 'sph_u64' to 'sph_u32', possible loss of data
1>  jh.c
1>  hamsi_helper.c
1>  hamsi.c
1>  groestl.c
1>  fugue.c
1>  echo.c
1>  cubehash.c
1>  bmw.c
1>  Generating Code...
1>  Compiling...
1>  blake.c
1>  aes_helper.c
1>  sifcoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  sgminer.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\curses.h(153): warning C4005: 'MOUSE_MOVED' : macro redefinition
1>          c:\program files (x86)\microsoft sdks\windows\v7.0a\include\wincon.h(101) : see previous definition of 'MOUSE_MOVED'
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  scrypt.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  qubitcoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  quarkcoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  pool.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  patch_kernel.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>  build_kernel.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  binary_kernel.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  ocl.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  myriadcoin-groestl.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  maxcoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  marucoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  logging.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  inkcoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  hexdump.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  groestlcoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  fuguecoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  Generating Code...
1>  Compiling...
1>  findnonce.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  driver-opencl.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\curses.h(153): warning C4005: 'MOUSE_MOVED' : macro redefinition
1>          c:\program files (x86)\microsoft sdks\windows\v7.0a\include\wincon.h(101) : see previous definition of 'MOUSE_MOVED'
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  config_parser.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  darkcoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  value.c
1>  utf.c
1>  strconv.c
1>  strbuffer.c
1>  pack_unpack.c
1>  memory.c
1>  load.c
1>  hashtable.c
1>  error.c
1>  dump.c
1>  usage.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>  parse.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>  opt.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>  helpers.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\ccan\opt\helpers.c(78): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
1>  api.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  talkcoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  Generating Code...
1>  Compiling...
1>  bitblock.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  animecoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  algorithm.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  adl.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\curses.h(153): warning C4005: 'MOUSE_MOVED' : macro redefinition
1>          c:\program files (x86)\microsoft sdks\windows\v7.0a\include\wincon.h(101) : see previous definition of 'MOUSE_MOVED'
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  Generating Code...
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Please help, this is my first time building something

the ADL_SDK folder is in the root folder and the winbuild folder.
bullus
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
June 29, 2014, 02:33:08 PM
Last edit: June 29, 2014, 03:21:20 PM by bullus
 #24

Running it stable for 14hours now, but using the 06252014 version..didn't test this version yet.
4x7950@1035/1500 @2110kh/s

consumption for x15?

With newer version

x15=622W -9680kh/s (2420kh/s each)
x13=616W -9990kh/s (2500kh/s each)
x11=618W -14300kh/s (3575kh/s each)

No much differents

I had to copy my old binfiles for x11/x13 because with the new miner I got an error when it was building the binfiles and it quits.

btc 16LWhms487bzCxQWq5oeW8SMDPmU2rvQjf
opossum
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000


View Profile
June 29, 2014, 03:22:44 PM
 #25

Are you going to add x14 support?
https://bitcointalk.org/index.php?topic=670119.0


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



platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 29, 2014, 05:50:44 PM
 #26

Are you going to add x14 support?
https://bitcointalk.org/index.php?topic=670119.0

I asked him on github.  Nice catch.  May as well grab it while it's hot.  Although the x14 pools don't serve a lot of work.

Code:
[11:31:43] Algorithm bitblock not found, using ckolivas.
[11:31:43] Started sgminer 4.2.1
[11:31:43] Loaded configuration file C:\sgminer-x14\sgminer-nicehash-new.conf
[11:31:44] Probing for an alive pool
[11:31:45] hh x14 difficulty changed to 0.001
[11:31:45] Switching to hh qubit - first alive pool
[11:31:45] Startup GPU initialization... Using settings from pool hh qubit.
[11:31:45] hh x14 alive, testing stability
[11:31:45] Building binary qubitcoinHawaiigw256l4.bin
[11:31:47] Switching mrr x13 platinum4.3 to stratum+tcp://us-east01.miningrigrentals.com:50146
[11:31:52] Initialising kernel qubitcoin.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[11:31:52] Initialising kernel qubitcoin.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[11:31:52] Initialising kernel qubitcoin.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[11:31:52] Waiting for work to be available from pools.
[11:31:53] Work available from pools, resuming.
[11:31:53] Building binary x14Hawaiigw256l4big1.bin
[11:32:09] Initialising kernel x14.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[11:32:09] Initialising kernel x14.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[11:32:09] Initialising kernel x14.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[11:32:09] Waiting for work to be available from pools.
[11:32:09] Work available from pools, resuming.
[11:32:10] Accepted Coin 50 Diff 0.001/0.001 GPU 1 at hh x14
[11:32:10] Accepted Coin 50 Diff 0.001/0.001 GPU 2 at hh x14
[11:32:10] Accepted Coin 50 Diff 0.001/0.001 GPU 1 at hh x14
[11:32:10] Accepted Coin 50 Diff 0.001/0.001 GPU 1 at hh x14
[11:32:11] Accepted Coin 50 Diff 0.001/0.001 GPU 0 at hh x14
[11:32:11] Accepted Coin 50 Diff 0.004/0.001 GPU 0 at hh x14
[11:32:11] Accepted Coin 50 Diff 0.002/0.001 GPU 0 at hh x14
[11:32:11] Accepted Coin 50 Diff 0.003/0.001 GPU 0 at hh x14
[11:32:12] Accepted Coin 50 Diff 0.001/0.001 GPU 2 at hh x14
[11:32:12] Accepted Coin 50 Diff 0.001/0.001 GPU 0 at hh x14
[11:32:12] Accepted Coin 50 Diff 0.001/0.001 GPU 0 at hh x14
[11:32:12] Accepted Coin 50 Diff 0.002/0.001 GPU 0 at hh x14
[11:32:12] Accepted Coin 50 Diff 0.002/0.001 GPU 2 at hh x14
[11:32:12] Accepted Coin 50 Diff 0.001/0.001 GPU 1 at hh x14
[11:32:12] Accepted Coin 50 Diff 0.001/0.001 GPU 0 at hh x14
[11:32:13] Accepted Coin 50 Diff 0.013/0.001 GPU 2 at hh x14
[11:32:13] Accepted Coin 50 Diff 0.001/0.001 GPU 2 at hh x14
[11:32:13] Accepted Coin 50 Diff 0.001/0.001 GPU 1 at hh x14
[11:32:13] Accepted Coin 50 Diff 0.001/0.001 GPU 2 at hh x14
[11:32:14] Accepted Coin 50 Diff 0.001/0.001 GPU 2 at hh x14
[11:32:14] Accepted Coin 50 Diff 0.001/0.001 GPU 0 at hh x14
[11:32:14] Accepted Coin 50 Diff 0.002/0.001 GPU 2 at hh x14
[11:32:15] Accepted Coin 50 Diff 0.001/0.001 GPU 2 at hh x14
[11:32:15] Accepted Coin 50 Diff 0.003/0.001 GPU 1 at hh x14
[11:32:15] Accepted Coin 50 Diff 0.001/0.001 GPU 1 at hh x14
[11:32:16] Accepted Coin 50 Diff 0.001/0.001 GPU 0 at hh x14
[11:32:16] Waiting for work to be available from pools.
[11:32:16] Work available from pools, resuming.
[11:32:16] Accepted Coin 50 Diff 0.003/0.001 GPU 2 at hh x14
[11:32:16] Accepted Coin 50 Diff 0.001/0.001 GPU 0 at hh x14
[11:32:16] Accepted Coin 50 Diff 0.001/0.001 GPU 2 at hh x14
[11:32:17] Accepted Coin 50 Diff 0.002/0.001 GPU 2 at hh x14
[11:32:17] Accepted Coin 50 Diff 0.001/0.001 GPU 1 at hh x14
[11:32:18] Accepted Coin 50 Diff 0.002/0.001 GPU 0 at hh x14
[11:32:18] Accepted Coin 50 Diff 0.004/0.001 GPU 0 at hh x14
[11:32:19] Accepted Coin 50 Diff 0.001/0.001 GPU 1 at hh x14
[11:32:20] Accepted Coin 50 Diff 0.001/0.001 GPU 0 at hh x14
[11:32:20] Accepted Coin 50 Diff 0.003/0.001 GPU 0 at hh x14
[11:32:20] Accepted Coin 50 Diff 0.002/0.001 GPU 2 at hh x14
[11:32:21] Accepted Coin 50 Diff 0.002/0.001 GPU 2 at hh x14
[11:32:22] Accepted Coin 50 Diff 0.002/0.001 GPU 2 at hh x14
[11:32:22] Accepted Coin 50 Diff 0.002/0.001 GPU 1 at hh x14
[11:32:23] Accepted Coin 50 Diff 0.001/0.001 GPU 2 at hh x14
[11:32:23] Accepted Coin 50 Diff 0.001/0.001 GPU 1 at hh x14
[11:32:23] Accepted Coin 50 Diff 0.001/0.001 GPU 2 at hh x14
[11:32:23] Accepted Coin 50 Diff 0.003/0.001 GPU 2 at hh x14
[11:32:23] Accepted Coin 50 Diff 0.002/0.001 GPU 1 at hh x14
[11:32:23] Accepted Coin 50 Diff 0.002/0.001 GPU 2 at hh x14
[11:32:23] Accepted Coin 50 Diff 0.001/0.001 GPU 1 at hh x14
[11:32:23] Accepted Coin 50 Diff 0.001/0.001 GPU 0 at hh x14
[11:32:24] Accepted Coin 50 Diff 0.001/0.001 GPU 1 at hh x14
[11:32:24] Accepted Coin 50 Diff 0.001/0.001 GPU 1 at hh x14
[11:32:24] Accepted Coin 50 Diff 0.001/0.001 GPU 1 at hh x14
[11:32:24] Accepted Coin 50 Diff 0.001/0.001 GPU 1 at hh x14
[11:32:24] Accepted Coin 50 Diff 0.002/0.001 GPU 1 at hh x14
[11:32:25] hh x14 difficulty changed to 0.002
[11:32:25] Accepted Coin 50 Diff 0.001/0.001 GPU 1 at hh x14
[11:32:25] Accepted Coin 50 Diff 0.005/0.001 GPU 1 at hh x14
[11:32:25] Waiting for work to be available from pools.
[11:32:25] Work available from pools, resuming.
[11:32:25] Accepted Coin 50 Diff 0.002/0.001 GPU 2 at hh x14
[11:32:25] Accepted Coin 50 Diff 0.003/0.002 GPU 2 at hh x14
[11:32:26] Accepted Coin 50 Diff 0.011/0.002 GPU 0 at hh x14
[11:32:26] Accepted Coin 50 Diff 0.002/0.002 GPU 0 at hh x14
[11:32:26] Accepted Coin 50 Diff 0.004/0.002 GPU 2 at hh x14
[11:32:26] Accepted Coin 50 Diff 0.002/0.002 GPU 1 at hh x14
[11:32:27] Accepted Coin 50 Diff 0.004/0.002 GPU 2 at hh x14
[11:32:27] Waiting for work to be available from pools.
[11:32:27] Work available from pools, resuming.
[11:32:30] Accepted Coin 50 Diff 0.002/0.002 GPU 0 at hh x14
[11:32:30] Accepted Coin 50 Diff 0.002/0.002 GPU 1 at hh x14
[11:32:30] Accepted Coin 50 Diff 0.014/0.002 GPU 0 at hh x14
[11:32:31] Accepted Coin 50 Diff 0.002/0.002 GPU 2 at hh x14
[11:32:32] Accepted Coin 50 Diff 0.003/0.002 GPU 1 at hh x14
[11:32:32] Accepted Coin 50 Diff 0.002/0.002 GPU 2 at hh x14
[11:32:33] Accepted Coin 50 Diff 0.005/0.002 GPU 2 at hh x14
[11:32:33] Accepted Coin 50 Diff 0.003/0.002 GPU 0 at hh x14
[11:32:33] Accepted Coin 50 Diff 0.003/0.002 GPU 0 at hh x14
[11:32:34] Accepted Coin 50 Diff 0.003/0.002 GPU 1 at hh x14
[11:32:34] Accepted Coin 50 Diff 0.003/0.002 GPU 2 at hh x14
[11:32:34] Accepted Coin 50 Diff 0.007/0.002 GPU 0 at hh x14
[11:32:35] Accepted Coin 50 Diff 0.002/0.002 GPU 2 at hh x14
[11:32:36] Accepted Coin 50 Diff 0.002/0.002 GPU 0 at hh x14
[11:32:36] Accepted Coin 50 Diff 0.003/0.002 GPU 2 at hh x14
[11:32:37] Accepted Coin 50 Diff 0.002/0.002 GPU 0 at hh x14
[11:32:37] Accepted Coin 50 Diff 0.003/0.002 GPU 2 at hh x14
[11:32:38] Accepted Coin 50 Diff 0.002/0.002 GPU 0 at hh x14
[11:32:39] Accepted Coin 50 Diff 0.004/0.002 GPU 1 at hh x14
[11:32:40] Accepted Coin 50 Diff 0.002/0.002 GPU 0 at hh x14
[11:32:40] Accepted Coin 50 Diff 0.002/0.002 GPU 0 at hh x14
[11:32:40] Accepted Coin 50 Diff 0.002/0.002 GPU 2 at hh x14
[11:32:41] Accepted Coin 50 Diff 0.002/0.002 GPU 0 at hh x14
[11:32:41] Accepted Coin 50 Diff 0.018/0.002 GPU 0 at hh x14
[11:32:41] Accepted Coin 50 Diff 0.003/0.002 GPU 0 at hh x14
[11:32:42] Waiting for work to be available from pools.
[11:32:42] Work available from pools, resuming.
[11:32:43] Accepted Coin 50 Diff 0.042/0.002 GPU 2 at hh x14
[11:32:43] Accepted Coin 50 Diff 0.006/0.002 GPU 1 at hh x14
[11:32:43] Accepted Coin 50 Diff 0.024/0.002 GPU 0 at hh x14
[11:32:44] Accepted Coin 50 Diff 0.006/0.002 GPU 1 at hh x14
[11:32:44] Accepted Coin 50 Diff 0.004/0.002 GPU 1 at hh x14
[11:32:45] Accepted Coin 50 Diff 0.005/0.002 GPU 2 at hh x14
[11:32:46] Accepted Coin 50 Diff 0.006/0.002 GPU 0 at hh x14
[11:32:47] Accepted Coin 50 Diff 0.002/0.002 GPU 2 at hh x14
[11:32:47] Accepted Coin 50 Diff 0.003/0.002 GPU 1 at hh x14
[11:32:48] Accepted Coin 50 Diff 0.005/0.002 GPU 2 at hh x14
[11:32:48] Accepted Coin 50 Diff 0.002/0.002 GPU 2 at hh x14
[11:32:49] Accepted Coin 50 Diff 0.003/0.002 GPU 2 at hh x14
[11:32:49] Accepted Coin 50 Diff 0.003/0.002 GPU 1 at hh x14
[11:32:49] Accepted Coin 50 Diff 0.016/0.002 GPU 2 at hh x14
[11:32:49] Accepted Coin 50 Diff 0.004/0.002 GPU 0 at hh x14
[11:32:50] Waiting for work to be available from pools.
[11:32:50] Work available from pools, resuming.
[11:32:50] Accepted Coin 50 Diff 0.055/0.002 GPU 2 at hh x14
[11:32:51] Accepted Coin 50 Diff 0.002/0.002 GPU 1 at hh x14
[11:32:51] Accepted Coin 50 Diff 0.002/0.002 GPU 0 at hh x14
[11:32:53] Accepted Coin 50 Diff 0.003/0.002 GPU 2 at hh x14
[11:32:53] Accepted Coin 50 Diff 0.005/0.002 GPU 0 at hh x14
[11:32:53] Accepted Coin 50 Diff 0.002/0.002 GPU 2 at hh x14
[11:32:53] Accepted Coin 50 Diff 0.011/0.002 GPU 0 at hh x14
[11:32:53] Accepted Coin 50 Diff 0.010/0.002 GPU 0 at hh x14
[11:32:54] Accepted Coin 50 Diff 0.004/0.002 GPU 0 at hh x14
[11:32:55] hh x14 difficulty changed to 0.003
[11:32:55] Accepted Coin 50 Diff 0.008/0.002 GPU 1 at hh x14
[11:32:55] Waiting for work to be available from pools.
[11:32:55] Work available from pools, resuming.
[11:32:56] Accepted Coin 50 Diff 0.004/0.003 GPU 1 at hh x14
[11:32:57] Accepted Coin 50 Diff 0.004/0.003 GPU 1 at hh x14
[11:32:58] Accepted Coin 50 Diff 0.071/0.003 GPU 0 at hh x14
[11:32:58] Accepted Coin 50 Diff 0.004/0.003 GPU 0 at hh x14
[11:32:58] Accepted Coin 50 Diff 0.005/0.003 GPU 0 at hh x14
[11:32:59] Accepted Coin 50 Diff 0.005/0.003 GPU 2 at hh x14
[11:32:59] Accepted Coin 50 Diff 0.005/0.003 GPU 0 at hh x14
[11:32:59] Waiting for work to be available from pools.
[11:32:59] Work available from pools, resuming.
[11:33:00] Accepted Coin 50 Diff 0.058/0.003 GPU 1 at hh x14
[11:33:00] Accepted Coin 50 Diff 0.008/0.003 GPU 2 at hh x14
[11:33:02] Accepted Coin 50 Diff 0.004/0.003 GPU 0 at hh x14
[11:33:03] Accepted Coin 50 Diff 0.071/0.003 GPU 0 at hh x14
[11:33:04] Accepted Coin 50 Diff 0.003/0.003 GPU 0 at hh x14
[11:33:05] Accepted Coin 50 Diff 0.007/0.003 GPU 1 at hh x14
[11:33:05] Accepted Coin 50 Diff 0.006/0.003 GPU 1 at hh x14
[11:33:05] Accepted Coin 50 Diff 0.055/0.003 GPU 0 at hh x14
[11:33:06] Accepted Coin 50 Diff 0.006/0.003 GPU 2 at hh x14
[11:33:07] Accepted Coin 50 Diff 0.003/0.003 GPU 1 at hh x14
[11:33:07] Accepted Coin 50 Diff 0.004/0.003 GPU 0 at hh x14
[11:33:07] Accepted Coin 50 Diff 0.003/0.003 GPU 0 at hh x14
[11:33:08] Waiting for work to be available from pools.
[11:33:08] Work available from pools, resuming.
[11:33:08] Accepted Coin 50 Diff 0.016/0.003 GPU 0 at hh x14
[11:33:09] Accepted Coin 50 Diff 0.019/0.003 GPU 0 at hh x14
[11:33:09] Accepted Coin 50 Diff 0.004/0.003 GPU 0 at hh x14
[11:33:11] Accepted Coin 50 Diff 0.016/0.003 GPU 0 at hh x14
[11:33:13] Accepted Coin 50 Diff 0.163/0.003 GPU 2 at hh x14
[11:33:13] Accepted Coin 50 Diff 0.082/0.003 GPU 1 at hh x14
[11:33:14] Waiting for work to be available from pools.
[11:33:14] Work available from pools, resuming.
[11:33:14] Accepted Coin 50 Diff 0.006/0.003 GPU 1 at hh x14
[11:33:14] Accepted Coin 50 Diff 0.077/0.003 GPU 2 at hh x14
[11:33:15] Accepted Coin 50 Diff 0.008/0.003 GPU 0 at hh x14
[11:33:15] Accepted Coin 50 Diff 0.005/0.003 GPU 1 at hh x14
[11:33:16] Accepted Coin 50 Diff 0.066/0.003 GPU 2 at hh x14
[11:33:18] Waiting for work to be available from pools.
[11:33:18] Work available from pools, resuming.
[11:33:19] Accepted Coin 50 Diff 0.003/0.003 GPU 2 at hh x14
[11:33:20] Waiting for work to be available from pools.
[11:33:20] Work available from pools, resuming.
[11:33:21] Accepted Coin 50 Diff 0.004/0.003 GPU 2 at hh x14
[11:33:21] Accepted Coin 50 Diff 0.030/0.003 GPU 2 at hh x14
[11:33:22] Accepted Coin 50 Diff 0.009/0.003 GPU 1 at hh x14
[11:33:23] Accepted Coin 50 Diff 0.012/0.003 GPU 1 at hh x14
[11:33:25] hh x14 difficulty changed to 0.006
[11:33:25] Accepted Coin 50 Diff 0.011/0.003 GPU 1 at hh x14
[11:33:25] Waiting for work to be available from pools.
[11:33:25] Work available from pools, resuming.
[11:33:26] Accepted Coin 50 Diff 0.012/0.006 GPU 0 at hh x14
[11:33:27] Accepted Coin 50 Diff 0.025/0.006 GPU 2 at hh x14
[11:33:27] Waiting for work to be available from pools.
[11:33:27] Work available from pools, resuming.
[11:33:34] Accepted Coin 50 Diff 0.007/0.006 GPU 1 at hh x14
[11:33:36] Waiting for work to be available from pools.
[11:33:36] Work available from pools, resuming.
[11:33:36] Waiting for work to be available from pools.
[11:33:36] Work available from pools, resuming.
[11:33:37] Accepted Coin 50 Diff 0.009/0.006 GPU 2 at hh x14
[11:33:38] Waiting for work to be available from pools.
[11:33:38] Work available from pools, resuming.
[11:33:38] Accepted Coin 50 Diff 0.012/0.006 GPU 1 at hh x14
[11:33:39] Accepted Coin 50 Diff 0.064/0.006 GPU 2 at hh x14
[11:33:41] Accepted Coin 50 Diff 0.131/0.006 GPU 1 at hh x14
[11:33:42] Waiting for work to be available from pools.
[11:33:42] Work available from pools, resuming.
[11:33:42] Accepted Coin 50 Diff 0.006/0.006 GPU 2 at hh x14
[11:33:44] Accepted Coin 50 Diff 0.148/0.006 GPU 2 at hh x14
[11:33:47] Accepted Coin 50 Diff 0.008/0.006 GPU 1 at hh x14
[11:33:48] Waiting for work to be available from pools.
[11:33:48] Work available from pools, resuming.
[11:33:50] Accepted Coin 50 Diff 0.007/0.006 GPU 1 at hh x14
[11:33:53] Accepted Coin 50 Diff 0.014/0.006 GPU 2 at hh x14
[11:33:55] hh x14 difficulty changed to 0.013
[11:33:55] Accepted Coin 50 Diff 0.025/0.006 GPU 2 at hh x14
[11:33:55] Accepted Coin 50 Diff 0.019/0.013 GPU 0 at hh x14
[11:33:57] Waiting for work to be available from pools.
[11:33:57] Work available from pools, resuming.
[11:33:59] Accepted Coin 50 Diff 0.867/0.013 GPU 2 at hh x14
[11:34:02] Accepted Coin 54 Diff 0.033/0.013 GPU 1 at hh x14
[11:34:04] Accepted Coin 54 Diff 0.015/0.013 GPU 0 at hh x14
[11:34:04] Accepted Coin 54 Diff 0.027/0.013 GPU 0 at hh x14
[11:34:06] Waiting for work to be available from pools.
[11:34:06] Work available from pools, resuming.
[11:34:08] Accepted Coin 54 Diff 0.022/0.013 GPU 2 at hh x14
[11:34:10] Waiting for work to be available from pools.
[11:34:10] Work available from pools, resuming.
[11:34:12] Accepted Coin 54 Diff 0.014/0.013 GPU 1 at hh x14
[11:34:19] Accepted Coin 54 Diff 0.015/0.013 GPU 1 at hh x14
[11:34:22] Accepted Coin 54 Diff 0.027/0.013 GPU 2 at hh x14
[11:34:22] Waiting for work to be available from pools.
[11:34:22] Work available from pools, resuming.
[11:34:23] Accepted Coin 54 Diff 0.013/0.013 GPU 0 at hh x14
[11:34:24] Accepted Coin 54 Diff 0.014/0.013 GPU 2 at hh x14
[11:34:24] hh x14 difficulty changed to 0.026
[11:34:24] Accepted Coin 54 Diff 0.018/0.013 GPU 1 at hh x14
[11:34:25] Waiting for work to be available from pools.
[11:34:25] Work available from pools, resuming.
[11:34:26] Accepted Coin 54 Diff 0.041/0.026 GPU 2 at hh x14
[11:34:27] Waiting for work to be available from pools.
[11:34:27] Work available from pools, resuming.
[11:34:28] Accepted Coin 54 Diff 0.046/0.026 GPU 0 at hh x14
[11:34:29] Waiting for work to be available from pools.
[11:34:29] Work available from pools, resuming.
[11:34:35] Accepted Coin 54 Diff 0.045/0.026 GPU 0 at hh x14
[11:34:41] Accepted Coin 54 Diff 0.029/0.026 GPU 0 at hh x14
[11:34:41] Waiting for work to be available from pools.
[11:34:41] Work available from pools, resuming.
[11:34:41] Waiting for work to be available from pools.
[11:34:41] Work available from pools, resuming.
[11:34:46] Waiting for work to be available from pools.
[11:34:46] Work available from pools, resuming.
[11:34:46] Waiting for work to be available from pools.
[11:34:46] Work available from pools, resuming.
[11:34:48] Waiting for work to be available from pools.
[11:34:48] Work available from pools, resuming.
[11:34:48] Waiting for work to be available from pools.
[11:34:48] Work available from pools, resuming.
[11:34:52] Accepted Coin 54 Diff 0.062/0.026 GPU 2 at hh x14
[11:35:03] hh x14 difficulty changed to 0.051
[11:35:03] Accepted Coin 54 Diff 0.295/0.026 GPU 0 at hh x14
[11:35:03] Waiting for work to be available from pools.
[11:35:03] Work available from pools, resuming.
[11:35:07] Accepted Coin 54 Diff 0.140/0.051 GPU 1 at hh x14
[11:35:07] Waiting for work to be available from pools.
[11:35:07] Work available from pools, resuming.
[11:35:14] Waiting for work to be available from pools.
[11:35:14] Work available from pools, resuming.
[11:35:18] Waiting for work to be available from pools.
[11:35:18] Work available from pools, resuming.
[11:35:18] Waiting for work to be available from pools.
[11:35:18] Work available from pools, resuming.
[11:35:20] Waiting for work to be available from pools.
[11:35:20] Work available from pools, resuming.
[11:35:21] Accepted Coin 54 Diff 0.285/0.051 GPU 0 at hh x14
[11:35:22] Waiting for work to be available from pools.
[11:35:22] Work available from pools, resuming.
[11:35:26] Waiting for work to be available from pools.
[11:35:26] Work available from pools, resuming.
[11:35:27] Accepted Coin 54 Diff 0.121/0.051 GPU 0 at hh x14
[11:35:43] Waiting for work to be available from pools.
[11:35:43] Work available from pools, resuming.
[11:35:52] Waiting for work to be available from pools.
[11:35:52] Work available from pools, resuming.
[11:36:07] Accepted Coin 55 Diff 0.085/0.051 GPU 0 at hh x14
[11:36:14] Waiting for work to be available from pools.
[11:36:14] Work available from pools, resuming.
[11:36:14] Waiting for work to be available from pools.
[11:36:14] Work available from pools, resuming.
[11:36:16] Accepted Coin 55 Diff 0.596/0.051 GPU 1 at hh x14
[11:36:16] Waiting for work to be available from pools.
[11:36:16] Work available from pools, resuming.
[11:36:23] Waiting for work to be available from pools.
[11:36:23] Work available from pools, resuming.
[11:36:33] Waiting for work to be available from pools.
[11:36:33] Work available from pools, resuming.
[11:36:48] Waiting for work to be available from pools.
[11:36:48] Work available from pools, resuming.
[11:36:48] Waiting for work to be available from pools.
[11:36:48] Work available from pools, resuming.
[11:36:50] Waiting for work to be available from pools.
[11:36:50] Work available from pools, resuming.
[11:36:53] Accepted Coin 55 Diff 0.073/0.051 GPU 1 at hh x14
[11:36:57] Accepted Coin 55 Diff 0.114/0.051 GPU 1 at hh x14
[11:37:01] Accepted Coin 55 Diff 0.108/0.051 GPU 1 at hh x14
[11:37:09] Waiting for work to be available from pools.
[11:37:09] Work available from pools, resuming.
[11:37:09] Waiting for work to be available from pools.
[11:37:09] Work available from pools, resuming.
[11:37:17] Waiting for work to be available from pools.
[11:37:17] Work available from pools, resuming.
[11:37:17] Waiting for work to be available from pools.
[11:37:17] Work available from pools, resuming.
[11:37:28] Waiting for work to be available from pools.
[11:37:28] Work available from pools, resuming.
[11:37:28] Accepted Coin 55 Diff 0.330/0.051 GPU 2 at hh x14
[11:37:34] Accepted Coin 55 Diff 0.127/0.051 GPU 0 at hh x14
[11:37:47] Waiting for work to be available from pools.
[11:37:47] Work available from pools, resuming.
[11:37:47] Waiting for work to be available from pools.
[11:37:47] Work available from pools, resuming.
[11:37:56] Accepted Coin 55 Diff 0.060/0.051 GPU 0 at hh x14
[11:37:57] Accepted Coin 55 Diff 0.332/0.051 GPU 2 at hh x14
[11:38:05] Accepted Coin 55 Diff 0.819/0.051 GPU 1 at hh x14
[11:38:06] Waiting for work to be available from pools.
[11:38:06] Work available from pools, resuming.
[11:38:08] Waiting for work to be available from pools.
[11:38:08] Work available from pools, resuming.
[11:38:10] Waiting for work to be available from pools.
[11:38:10] Work available from pools, resuming.
[11:38:35] Waiting for work to be available from pools.
[11:38:35] Work available from pools, resuming.
[11:38:37] Waiting for work to be available from pools.
[11:38:37] Work available from pools, resuming.
[11:38:39] Waiting for work to be available from pools.
[11:38:39] Work available from pools, resuming.
[11:38:50] Waiting for work to be available from pools.
[11:38:50] Work available from pools, resuming.
[11:38:50] Waiting for work to be available from pools.
[11:38:50] Work available from pools, resuming.
[11:38:53] Accepted Coin 55 Diff 0.076/0.051 GPU 1 at hh x14
[11:39:20] Accepted Coin 53 Diff 0.081/0.051 GPU 1 at hh x14
[11:39:24] Waiting for work to be available from pools.
[11:39:24] Work available from pools, resuming.
[11:39:33] Waiting for work to be available from pools.
[11:39:33] Work available from pools, resuming.
[11:39:33] Waiting for work to be available from pools.
[11:39:33] Work available from pools, resuming.
[11:39:37] Waiting for work to be available from pools.
[11:39:37] Work available from pools, resuming.
[11:39:39] Waiting for work to be available from pools.
[11:39:39] Work available from pools, resuming.
[11:39:45] Waiting for work to be available from pools.
[11:39:45] Work available from pools, resuming.
[11:39:45] Waiting for work to be available from pools.
[11:39:45] Work available from pools, resuming.
[11:39:51] Waiting for work to be available from pools.
[11:39:51] Work available from pools, resuming.
[11:39:54] Waiting for work to be available from pools.
[11:39:54] Work available from pools, resuming.
[11:40:06] Waiting for work to be available from pools.
[11:40:06] Work available from pools, resuming.
[11:40:08] Waiting for work to be available from pools.
[11:40:08] Work available from pools, resuming.
[11:40:08] Waiting for work to be available from pools.
[11:40:08] Work available from pools, resuming.
[11:40:13] Waiting for work to be available from pools.
[11:40:13] Work available from pools, resuming.
^C
tz
Sr. Member
****
Offline Offline

Activity: 350
Merit: 251


View Profile
June 29, 2014, 05:51:32 PM
 #27

Was unable to build file at all when platform toolset was set at v110, had to set is to v100. After that I got a lot more errors:
Code:
1>------ Build started: Project: sgminer, Configuration: Debug Win32 ------
1>  Could Not Find C:\Users\Maarten\Desktop\SGMiner inc. X15\winbuild\output\x86\Debug\*.exe
1>  Could Not Find C:\Users\Maarten\Desktop\SGMiner inc. X15\winbuild\output\x86\Debug\*.dll
1>  'git' is not recognized as an internal or external command,
1>  operable program or batch file.
1>  util.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  whirlpool.c
1>  twecoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  skein.c
1>  simd.c
1>  shavite.c
1>  shabal.c
1>  sha2big.c
1>  sha2.c
1>  panama.c
1>  luffa.c
1>  keccak.c
1>c:\users\maarten\desktop\sgminer inc. x15\sph\keccak.c(1593): warning C4244: '=' : conversion from 'sph_u64' to 'sph_u32', possible loss of data
.
. alot more of these lines all the same
.
1>c:\users\maarten\desktop\sgminer inc. x15\sph\keccak.c(1593): warning C4244: '=' : conversion from 'sph_u64' to 'sph_u32', possible loss of data
1>  jh.c
1>  hamsi_helper.c
1>  hamsi.c
1>  groestl.c
1>  fugue.c
1>  echo.c
1>  cubehash.c
1>  bmw.c
1>  Generating Code...
1>  Compiling...
1>  blake.c
1>  aes_helper.c
1>  sifcoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  sgminer.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\curses.h(153): warning C4005: 'MOUSE_MOVED' : macro redefinition
1>          c:\program files (x86)\microsoft sdks\windows\v7.0a\include\wincon.h(101) : see previous definition of 'MOUSE_MOVED'
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  scrypt.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  qubitcoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  quarkcoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  pool.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  patch_kernel.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>  build_kernel.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  binary_kernel.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  ocl.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  myriadcoin-groestl.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  maxcoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  marucoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  logging.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  inkcoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  hexdump.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  groestlcoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  fuguecoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  Generating Code...
1>  Compiling...
1>  findnonce.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  driver-opencl.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\curses.h(153): warning C4005: 'MOUSE_MOVED' : macro redefinition
1>          c:\program files (x86)\microsoft sdks\windows\v7.0a\include\wincon.h(101) : see previous definition of 'MOUSE_MOVED'
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  config_parser.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  darkcoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  value.c
1>  utf.c
1>  strconv.c
1>  strbuffer.c
1>  pack_unpack.c
1>  memory.c
1>  load.c
1>  hashtable.c
1>  error.c
1>  dump.c
1>  usage.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>  parse.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>  opt.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>  helpers.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\ccan\opt\helpers.c(78): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
1>  api.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  talkcoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  Generating Code...
1>  Compiling...
1>  bitblock.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  animecoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  algorithm.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  adl.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\curses.h(153): warning C4005: 'MOUSE_MOVED' : macro redefinition
1>          c:\program files (x86)\microsoft sdks\windows\v7.0a\include\wincon.h(101) : see previous definition of 'MOUSE_MOVED'
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  Generating Code...
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Please help, this is my first time building something

the ADL_SDK folder is in the root folder and the winbuild folder.

I encountered the same issue. If you look into your ADL_SDK directory you will be able to see a readme file stating the following:

Quote
Please insert AMD ADL files adl_defines.h adl_sdk.h adl_structures.h here.

They can be found at
http://developer.amd.com/tools-and-sdks/graphics-development/display-library-adl-sdk/

these files can be found in ADL_SDK\include\
just copy them in the ADL_SDK directory and you should be able to build.
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
miner555
Member
**
Offline Offline

Activity: 80
Merit: 10


View Profile
June 29, 2014, 06:49:48 PM
 #28

anyone using windows ? pls send me bat file ?
taaku
Full Member
***
Offline Offline

Activity: 145
Merit: 100


View Profile
June 29, 2014, 06:53:59 PM
 #29

i am getting invalid nounce hardware error when i use 2 pools in the args...for one pool it works fine for me ...any idea how to resolve this issue??

BTC: 1DgUj6s1yRwauEb89mGn92ZfNqK8xwcZPP
savale
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile WWW
June 29, 2014, 08:40:34 PM
 #30

can you please fix the source. Won't build because it's missing a reference to x14 regenhash... thnx

aznboy84 (OP)
Full Member
***
Offline Offline

Activity: 137
Merit: 100



View Profile
June 29, 2014, 08:54:25 PM
 #31

can you please fix the source. Won't build because it's missing a reference to x14 regenhash... thnx

Linux build ? Added some source to makefile.am and /sph/makefile.am now, please give it a try (dont have linux now Grin )

platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 29, 2014, 09:39:06 PM
 #32

can you please fix the source. Won't build because it's missing a reference to x14 regenhash... thnx

Linux build ? Added some source to makefile.am and /sph/makefile.am now, please give it a try (dont have linux now Grin )

wooo aznboy84!!
look at him go!!

https://github.com/aznboy84/X15GPU/issues/3

Hook us up brah!
Rebeli
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
June 29, 2014, 09:44:42 PM
 #33

Hey

I can't get Radeon 5000 series card to work with bitblock or bitblockold kernels. 6000 Series works with bitblockold however.

The miner hashes but gets no work done and some hw errors are seen. Any idea whats the issue ?

Using cata 14.4 and 14.6 and several different cards.
ibfragalot2
Full Member
***
Offline Offline

Activity: 126
Merit: 100

First account stolen, in traditional BCT fashion!


View Profile
June 29, 2014, 10:50:08 PM
 #34

Anyone else getting the occasional HW errors? Over 12 hours I've got 4-5 on each card... no good.

Should I be throttling back my clocks? I'm using regular X11 settings but with 128 worksize, and 2 threads.

platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 29, 2014, 11:34:51 PM
 #35

Anyone else getting the occasional HW errors? Over 12 hours I've got 4-5 on each card... no good.

Should I be throttling back my clocks? I'm using regular X11 settings but with 128 worksize, and 2 threads.

Fuck that, I get a massive amount of hardware errors on the newest 06_30 build.

It might hold on x14 ok, but then switch to another algo, and about 100 HW errors in a minute.

I think this was forked from the broken sgminer 5_0 multi-algo, which isn't quite fixed up yet.

That shit is gut-wrenching to watch it ratchet up on HW errors barely 5 minutes after initializing.  I went back to his 06_29 build.

aznboy84 can you please keep your daily builds up longer without replacing them?
dark8011
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
June 29, 2014, 11:45:32 PM
 #36

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
WolfLee84
Member
**
Offline Offline

Activity: 101
Merit: 10


View Profile WWW
June 29, 2014, 11:46:37 PM
Last edit: July 02, 2014, 08:10:10 AM by WolfLee84
 #37

Tested with a low-end card (HD6000 with bitblockold), seems to work great & not a single HW @ the start. Will let it run for 24hrs & add testing to a few more cards (New APU's).. Thanks aznboy84  Grin

Sincerely,
WolfLee84


Edit: Tested with a 5000+ (did have a few HW's over 24hrs), 6000+ (same as the 5000, only one or two HW errors in 24hrs), FM2 APU's A4 & A6 didn't have a single HW. Going to test an AM1 & FM2+ as soon as possible, knowing the hash/s will be low & mostly just for testing purposes) Cool Works great with the newest SDK & 14.6  Grin Did manage to get the old 5000/6000+ models & an APU matched up with the bitblockold without any HW errors, not having to have separate miners running helps  Wink
ibfragalot2
Full Member
***
Offline Offline

Activity: 126
Merit: 100

First account stolen, in traditional BCT fashion!


View Profile
June 29, 2014, 11:55:14 PM
 #38


Fuck that, I get a massive amount of hardware errors on the newest 06_30 build.

It might hold on x14 ok, but then switch to another algo, and about 100 HW errors in a minute.


I get hundreds immediately whenever I include an old 68xx card with a new card. I had to disable that card to get the others to work.

platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 30, 2014, 12:06:45 AM
 #39


Fuck that, I get a massive amount of hardware errors on the newest 06_30 build.

It might hold on x14 ok, but then switch to another algo, and about 100 HW errors in a minute.


I get hundreds immediately whenever I include an old 68xx card with a new card. I had to disable that card to get the others to work.

Nah these are on 290X.

On 6_29 build I have 3 HW errors in 1 hour.

On 6_30 build 100 HW errors 1st minute.
aznboy84 (OP)
Full Member
***
Offline Offline

Activity: 137
Merit: 100



View Profile
June 30, 2014, 12:08:40 AM
 #40

We need to get back in time then  Cheesy
The first release with whirlpool unroll which doesn't produce any HW error for 1 hour testing
X15_AMD_06_29.rar

Somehow the forked one on https://github.com/sgminer-dev/sgminer/tree/v5_0-x15 produce HW error, gonna work around it Sad

platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 30, 2014, 12:17:09 AM
 #41

We need to get back in time then  Cheesy
The first release with whirlpool unroll which doesn't produce any HW error for 1 hour testing
X15_AMD_06_29.rar

Somehow the forked one on https://github.com/sgminer-dev/sgminer/tree/v5_0-x15 produce HW error, gonna work around it Sad

Yeah yeah thanks aznboy84!

I should've told you that ystarnaud was off for the weekend, and that latest sgminer 5_0 and sgminer 5_0_X15 are both kinda fucked up as they create HW errors out the ass whenever switching algos or not.

I'm using the 6_29 and just barely experiencing 3 HW/hr on 1 out of 8 total 290X

EDIT: ystar should be able to fix it up in a day or so whenever he gets back, in the meantime you da man thanks for providing a backdated link for those who might only see the newest mega link.
ibfragalot2
Full Member
***
Offline Offline

Activity: 126
Merit: 100

First account stolen, in traditional BCT fashion!


View Profile
June 30, 2014, 12:33:30 AM
 #42

The first release with whirlpool unroll which doesn't produce any HW error for 1 hour testing
X15_AMD_06_29.rar

Thank you! Smiley
restless
Legendary
*
Offline Offline

Activity: 1151
Merit: 1001


View Profile
June 30, 2014, 05:37:13 AM
 #43

Yesterday I downloaded a version called xxxxx_NEW3.rar, dated 29-06, which is fine, not sure about the version which is currently posted as 29-06...
Boko
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
June 30, 2014, 05:39:26 AM
 #44

@anzboy84: When i tried to compile for BAMT, i got this error:

make[3]: Leaving directory `/opt/miners/sgminer/compat'
make[2]: Leaving directory `/opt/miners/sgminer/compat'
Making all in ccan
make[2]: Entering directory `/opt/miners/sgminer/ccan'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/miners/sgminer/ccan'
Making all in sph
make[2]: Entering directory `/opt/miners/sgminer/sph'
make[2]: *** No rule to make target `x14.o', needed by `libsph.a'.  Stop.
make[2]: Leaving directory `/opt/miners/sgminer/sph'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/miners/sgminer'
make: *** [all] Error 2


Can you please have a look?
aznboy84 (OP)
Full Member
***
Offline Offline

Activity: 137
Merit: 100



View Profile
June 30, 2014, 05:56:16 AM
 #45

@anzboy84: When i tried to compile for BAMT, i got this error:

make[3]: Leaving directory `/opt/miners/sgminer/compat'
make[2]: Leaving directory `/opt/miners/sgminer/compat'
Making all in ccan
make[2]: Entering directory `/opt/miners/sgminer/ccan'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/miners/sgminer/ccan'
Making all in sph
make[2]: Entering directory `/opt/miners/sgminer/sph'
make[2]: *** No rule to make target `x14.o', needed by `libsph.a'.  Stop.
make[2]: Leaving directory `/opt/miners/sgminer/sph'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/miners/sgminer'
make: *** [all] Error 2


Can you please have a look?

fixed by remove "x14.c" from "/sph/Makefile.am"
my bad linux  Grin

platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 30, 2014, 05:56:31 AM
 #46

aznboy84!

Looks like ystarnaud fixed the HW errors, can you re-base or re-fork and then synchronize pull request 303?
Rebeli
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
June 30, 2014, 06:17:56 AM
 #47

We need to get back in time then  Cheesy
The first release with whirlpool unroll which doesn't produce any HW error for 1 hour testing
X15_AMD_06_29.rar

Somehow the forked one on https://github.com/sgminer-dev/sgminer/tree/v5_0-x15 produce HW error, gonna work around it Sad

I'm still getting errors and no work done on 5000 series cards (Cypress). 6000 series and above work fine. Should I use other kernel than bitblockold ?

Thanks.
aznboy84 (OP)
Full Member
***
Offline Offline

Activity: 137
Merit: 100



View Profile
June 30, 2014, 06:19:31 AM
 #48

We need to get back in time then  Cheesy
The first release with whirlpool unroll which doesn't produce any HW error for 1 hour testing
X15_AMD_06_29.rar

Somehow the forked one on https://github.com/sgminer-dev/sgminer/tree/v5_0-x15 produce HW error, gonna work around it Sad

I'm still getting errors and no work done on 5000 series cards (Cypress). 6000 series and above work fine. Should I use other kernel than bitblockold ?

Thanks.

Does you card works with x13modold or marucoin-modold ?

Boko
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
June 30, 2014, 06:31:43 AM
 #49

@aznboy84: I finished compiling BAMT and i found out a problem. Everytime i tried to mine X13, sgminer gave me this error:

2 errors detected in the compilation of "/tmp/OCL18047T14.cl".

Frontend phase failed compilation.

[08:29:44] Failed to init GPU thread 0, disabling device 0
[08:29:44] Restarting the GPU from the menu will not fix this.
[08:29:44] Re-check your config
Rebeli
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
June 30, 2014, 07:06:50 AM
 #50

We need to get back in time then  Cheesy
The first release with whirlpool unroll which doesn't produce any HW error for 1 hour testing
X15_AMD_06_29.rar

Somehow the forked one on https://github.com/sgminer-dev/sgminer/tree/v5_0-x15 produce HW error, gonna work around it Sad

I'm still getting errors and no work done on 5000 series cards (Cypress). 6000 series and above work fine. Should I use other kernel than bitblockold ?

Thanks.

Does you card works with x13modold or marucoin-modold ?

marucoin-modold gives error -11 when building binary. I can't seem to be able to find x13modold kernel Sad
Tested with 5830, 5870 with 2 different rigs. Win 7 64bit cata 14.4 and 14.6 beta.
bullus
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
June 30, 2014, 08:59:56 AM
 #51

We need to get back in time then  Cheesy
The first release with whirlpool unroll which doesn't produce any HW error for 1 hour testing
X15_AMD_06_29.rar

Somehow the forked one on https://github.com/sgminer-dev/sgminer/tree/v5_0-x15 produce HW error, gonna work around it Sad

I'm still getting errors and no work done on 5000 series cards (Cypress). 6000 series and above work fine. Should I use other kernel than bitblockold ?

Thanks.

Does you card works with x13modold or marucoin-modold ?

marucoin-modold gives error -11 when building binary. I can't seem to be able to find x13modold kernel Sad
Tested with 5830, 5870 with 2 different rigs. Win 7 64bit cata 14.4 and 14.6 beta.

I also got the same problem with this versions..using same config from the v5 prerelease, what was working fine.
It doesn't matter which binary it is building, marucoinmod-old or darkocoinmod etc.

btc 16LWhms487bzCxQWq5oeW8SMDPmU2rvQjf
Rebeli
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
June 30, 2014, 09:47:00 AM
 #52

We need to get back in time then  Cheesy
The first release with whirlpool unroll which doesn't produce any HW error for 1 hour testing
X15_AMD_06_29.rar

Somehow the forked one on https://github.com/sgminer-dev/sgminer/tree/v5_0-x15 produce HW error, gonna work around it Sad

I'm still getting errors and no work done on 5000 series cards (Cypress). 6000 series and above work fine. Should I use other kernel than bitblockold ?

Thanks.

Does you card works with x13modold or marucoin-modold ?

marucoin-modold gives error -11 when building binary. I can't seem to be able to find x13modold kernel Sad
Tested with 5830, 5870 with 2 different rigs. Win 7 64bit cata 14.4 and 14.6 beta.

I also got the same problem with this versions..using same config from the v5 prerelease, what was working fine.
It doesn't matter which binary it is building, marucoinmod-old or darkocoinmod etc.

You have a working v5 release? Do you have a dl link?
emdje
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile WWW
June 30, 2014, 10:08:24 AM
 #53

Was unable to build file at all when platform toolset was set at v110, had to set is to v100. After that I got a lot more errors:
Code:
1>------ Build started: Project: sgminer, Configuration: Debug Win32 ------
1>  Could Not Find C:\Users\Maarten\Desktop\SGMiner inc. X15\winbuild\output\x86\Debug\*.exe
1>  Could Not Find C:\Users\Maarten\Desktop\SGMiner inc. X15\winbuild\output\x86\Debug\*.dll
1>  'git' is not recognized as an internal or external command,
1>  operable program or batch file.
1>  util.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  whirlpool.c
1>  twecoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  skein.c
1>  simd.c
1>  shavite.c
1>  shabal.c
1>  sha2big.c
1>  sha2.c
1>  panama.c
1>  luffa.c
1>  keccak.c
1>c:\users\maarten\desktop\sgminer inc. x15\sph\keccak.c(1593): warning C4244: '=' : conversion from 'sph_u64' to 'sph_u32', possible loss of data
.
. alot more of these lines all the same
.
1>c:\users\maarten\desktop\sgminer inc. x15\sph\keccak.c(1593): warning C4244: '=' : conversion from 'sph_u64' to 'sph_u32', possible loss of data
1>  jh.c
1>  hamsi_helper.c
1>  hamsi.c
1>  groestl.c
1>  fugue.c
1>  echo.c
1>  cubehash.c
1>  bmw.c
1>  Generating Code...
1>  Compiling...
1>  blake.c
1>  aes_helper.c
1>  sifcoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  sgminer.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\curses.h(153): warning C4005: 'MOUSE_MOVED' : macro redefinition
1>          c:\program files (x86)\microsoft sdks\windows\v7.0a\include\wincon.h(101) : see previous definition of 'MOUSE_MOVED'
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  scrypt.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  qubitcoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  quarkcoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  pool.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  patch_kernel.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>  build_kernel.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  binary_kernel.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  ocl.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  myriadcoin-groestl.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  maxcoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  marucoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  logging.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  inkcoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  hexdump.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  groestlcoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  fuguecoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  Generating Code...
1>  Compiling...
1>  findnonce.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  driver-opencl.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\curses.h(153): warning C4005: 'MOUSE_MOVED' : macro redefinition
1>          c:\program files (x86)\microsoft sdks\windows\v7.0a\include\wincon.h(101) : see previous definition of 'MOUSE_MOVED'
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  config_parser.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  darkcoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  value.c
1>  utf.c
1>  strconv.c
1>  strbuffer.c
1>  pack_unpack.c
1>  memory.c
1>  load.c
1>  hashtable.c
1>  error.c
1>  dump.c
1>  usage.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>  parse.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>  opt.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>  helpers.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\ccan\opt\helpers.c(78): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
1>  api.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  talkcoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  Generating Code...
1>  Compiling...
1>  bitblock.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  animecoin.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  algorithm.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  adl.c
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\winbuild.h(115): warning C4244: 'return' : conversion from 'double' to '__int64', possible loss of data
1>c:\users\maarten\desktop\sgminer inc. x15\winbuild\dist\include\curses.h(153): warning C4005: 'MOUSE_MOVED' : macro redefinition
1>          c:\program files (x86)\microsoft sdks\windows\v7.0a\include\wincon.h(101) : see previous definition of 'MOUSE_MOVED'
1>c:\users\maarten\desktop\sgminer inc. x15\miner.h(124): fatal error C1083: Cannot open include file: 'ADL_SDK/adl_sdk.h': No such file or directory
1>  Generating Code...
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Please help, this is my first time building something

the ADL_SDK folder is in the root folder and the winbuild folder.

I encountered the same issue. If you look into your ADL_SDK directory you will be able to see a readme file stating the following:

Quote
Please insert AMD ADL files adl_defines.h adl_sdk.h adl_structures.h here.

They can be found at
http://developer.amd.com/tools-and-sdks/graphics-development/display-library-adl-sdk/

these files can be found in ADL_SDK\include\
just copy them in the ADL_SDK directory and you should be able to build.
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

That solved part of the problem (I downloaded the zip but extracted the whole thing in the folder except for just those 3 files)

BUT I still receive the 'conversion from 'double' to '__int64', possible loss of data' errors which results in a failed build  Sad
restless
Legendary
*
Offline Offline

Activity: 1151
Merit: 1001


View Profile
June 30, 2014, 11:00:57 AM
Last edit: June 30, 2014, 11:29:07 AM by restless
 #54

the version called NEW3 (downloaded yeaterday), works fine for me on 2 PCs - with 5850/6970 inside
x13modold/bitblockmodold
For x13 I even get higher speed than lasybear builds

I use different drivers, but put 14.6 ocl binaries in sgminer folder...
I can even post bin files for 5850/6970 ?

But I have 1 relatively big problem - miner Always starts with Intensity 12... -I in bat file or "intensity" in conf file don't work Sad

Another problem... no way to use x13mod if in the system is present an older radeon

"remove-disabled" : true, is in conf file but it still tries to build bin file... and fails.Someone who can share bin file for 290?
Rebeli
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
June 30, 2014, 12:09:19 PM
 #55

the version called NEW3 (downloaded yeaterday), works fine for me on 2 PCs - with 5850/6970 inside
x13modold/bitblockmodold
For x13 I even get higher speed than lasybear builds

I use different drivers, but put 14.6 ocl binaries in sgminer folder...
I can even post bin files for 5850/6970 ?

But I have 1 relatively big problem - miner Always starts with Intensity 12... -I in bat file or "intensity" in conf file don't work Sad

Another problem... no way to use x13mod if in the system is present an older radeon

"remove-disabled" : true, is in conf file but it still tries to build bin file... and fails.Someone who can share bin file for 290?

Hey, thanks for the info.

I can't find NEW3 build or x13modold kernel from anywhere, do you have url?
Also bin files could work, though I have 5870 and 5830 cards.
spoonuk
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
June 30, 2014, 04:08:00 PM
 #56

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.
monoxide
Hero Member
*****
Offline Offline

Activity: 774
Merit: 500



View Profile
June 30, 2014, 07:48:22 PM
 #57


Can someone help AMD n00b?? i just changed from Nvidia to Radeon and want to try to mine with this.

I know how to setup pools but cgminer and sgminer are new to me.

I'm using:

Asus Radeon 6950@6970 2GDDR5
Win 8.1 x64
8gb Ram 1600mhz
i5-4670

Thanks!!

Edit: Also if someone got .bat file for my gpu, can you please post it?
aznboy84 (OP)
Full Member
***
Offline Offline

Activity: 137
Merit: 100



View Profile
June 30, 2014, 09:28:23 PM
 #58

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:



Weird.

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

restless
Legendary
*
Offline Offline

Activity: 1151
Merit: 1001


View Profile
July 01, 2014, 07:18:45 AM
 #59

I still hope someone will explain how to run latest sgminer with different cards in the system
Like one using x13mod and one using x13modold
The problem is that when setting x13mod, miner tries to compile x13mod for the older card... and fails and quits...
Using -d doesn't help. Binaries, obviously, I can't use - naming bin file doesn't work, maybe sgminer is checking not only the name but the actual content :/
bullus
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
July 01, 2014, 08:27:13 AM
 #60

I still hope someone will explain how to run latest sgminer with different cards in the system
Like one using x13mod and one using x13modold
The problem is that when setting x13mod, miner tries to compile x13mod for the older card... and fails and quits...
Using -d doesn't help. Binaries, obviously, I can't use - naming bin file doesn't work, maybe sgminer is checking not only the name but the actual content :/

When I was using older and newer cards I used 2 seperate sgminer to run it, this was with sgminer v5

1x6970
"remove-disabled" : true,
"device" : "1",

4x7950
"remove-disabled" : true,
"device" : "0,2,3,4",

btc 16LWhms487bzCxQWq5oeW8SMDPmU2rvQjf
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?
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?

adaseb
Legendary
*
Online Online

Activity: 3752
Merit: 1710



View Profile
July 07, 2014, 12:14:04 AM
 #101

I tried just about everything but can't get X15 to work properly.

It works fine on my R9 270X but not on my older 6990 cards.



.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
basilisk
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile
July 07, 2014, 02:48:05 AM
 #102

Dear. Someone could put a file .bat for mining multicoin with Nicehash with this sgminer? . Thanks

I have 2x280x and 2x7950.
mrbrdo
Full Member
***
Offline Offline

Activity: 144
Merit: 100


View Profile
July 07, 2014, 02:50:46 AM
 #103

All changes by aznboy84 have been merged to official sgminer v5.0 beta, see this thread for more information about v5.0 https://bitcointalk.org/index.php?topic=632503.0

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
Rebeli
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
July 07, 2014, 02:55:44 PM
 #104

I tried just about everything but can't get X15 to work properly.

It works fine on my R9 270X but not on my older 6990 cards.




You need to use bitblockold kernel and make sure your worksize is not 256, it has to be 64 or 128.
StuffOfInterest
Sr. Member
****
Offline Offline

Activity: 401
Merit: 250


View Profile
July 07, 2014, 03:06:43 PM
 #105

Dear. Someone could put a file .bat for mining multicoin with Nicehash with this sgminer? . Thanks

I have 2x280x and 2x7950.

Rather than a batch file you could try this: NiceHash with Radeon

I would suggest running two instances (one for the 2x280x and one for the 2x7950) as the hash rate ratio between algorithms may be different between the two models of card.

BExR exchange rates on your phone's home screen.
Miner Control to get auto algorithm switching for multiple mining services. (please donate if you like)
Could Proof of Blockchain (PoBC) help secure a coin and avoid runaway ASIC mining?
remulan
Member
**
Offline Offline

Activity: 71
Merit: 10


View Profile
July 07, 2014, 04:31:15 PM
 #106

one config, 2 profiles
Code:
"profiles" : [
{
"name" : "x15",
"algorithm" : "bitblock",
"thread-concurrency" : "10240",
"gpu-memclock" : "1250",
"device" : "0,1"
},
{
"name" : "x15old",
"algorithm" : "bitblockold",
"thread-concurrency" : "7040",
"gpu-memclock" : "1150",
"device" : "2"
}
]

to run
first instance: sgminer.exe -c x15coin.conf
2nd instance: sgminer.exe -c x15coin.conf --default-profile x15old

problem: if set "remove-disabled":true... miner start 2nd instance and card there OFF
if not use "remove-disabled" miner incorrect work with "auto-fan" : true (keep 0% till temp lower "temp-target" and if above set cooler speed to 100%.. and to 0% again when lower target ....)
basilisk
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile
July 07, 2014, 04:50:08 PM
 #107

Dear. Someone could put a file .bat for mining multicoin with Nicehash with this sgminer? . Thanks

I have 2x280x and 2x7950.

Rather than a batch file you could try this: NiceHash with Radeon

I would suggest running two instances (one for the 2x280x and one for the 2x7950) as the hash rate ratio between algorithms may be different between the two models of card.

Thank you very much for your help my friend, for now goes perfect in my 280x.

Now, with NiceHash control, the program change the most proffit algorithms? or I have to change manually?

Nt: In "Action" I have in Auto. Thanks again
SpeedDemon13
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
July 08, 2014, 03:01:51 AM
 #108

I getting nothing but hardware errors with FRESH.

CRYPTSY exchange: https://www.cryptsy.com/users/register?refid=9017 BURST= BURST-TE3W-CFGH-7343-6VM6R BTC=1CNsqGUR9YJNrhydQZnUPbaDv6h4uaYCHv ETH=0x144bc9fe471d3c71d8e09d58060d78661b1d4f32 SHF=0x13a0a2cb0d55eca975cf2d97015f7d580ce52d85 EXP=0xd71921dca837e415a58ca0d6dd2223cc84e0ea2f SC=6bdf9d12a983fed6723abad91a39be4f95d227f9bdb0490de3b8e5d45357f63d564638b1bd71 CLAMS=xGVTdM9EJpNBCYAjHFVxuZGcqvoL22nP6f SOIL=0x8b5c989bc931c0769a50ecaf9ffe490c67cb5911
SpeedDemon13
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
July 08, 2014, 03:16:53 AM
 #109

I getting nothing but hardware errors with FRESH.

My bad, I put freshcoin as the Algo flag instead of fresh only....lol

Will there be a fresh mod for old AMD cards, ie. 5xxx/6xxx?

CRYPTSY exchange: https://www.cryptsy.com/users/register?refid=9017 BURST= BURST-TE3W-CFGH-7343-6VM6R BTC=1CNsqGUR9YJNrhydQZnUPbaDv6h4uaYCHv ETH=0x144bc9fe471d3c71d8e09d58060d78661b1d4f32 SHF=0x13a0a2cb0d55eca975cf2d97015f7d580ce52d85 EXP=0xd71921dca837e415a58ca0d6dd2223cc84e0ea2f SC=6bdf9d12a983fed6723abad91a39be4f95d227f9bdb0490de3b8e5d45357f63d564638b1bd71 CLAMS=xGVTdM9EJpNBCYAjHFVxuZGcqvoL22nP6f SOIL=0x8b5c989bc931c0769a50ecaf9ffe490c67cb5911
shogun47
Hero Member
*****
Offline Offline

Activity: 1764
Merit: 554



View Profile
July 08, 2014, 03:42:05 AM
 #110

I'm mining a darkcoin variant x11 and am getting my 7970's to 3.12mh each. Does any one have an optimal setting for these cards. This is only a little better than the other x11mod sgminer I was using. I'm hearing i should be getting 4 mh each or better. i'm having best luck with config file so a best case sample of that would be cool.  Cool

▄▄███████████████████▄▄
▄█████████▀█████████████▄
███████████▄▐▀▄██████████
███████▀▀███████▀▀███████
██████▀███▄▄████████████
█████████▐█████████▐█████
█████████▐█████████▐█████
██████████▀███▀███▄██████
████████████████▄▄███████
███████████▄▄▄███████████
█████████████████████████
▀█████▄▄████████████████▀
▀▀███████████████████▀▀
Peach
BTC bitcoin
Buy and Sell
Bitcoin P2P
.
.
▄▄███████▄▄
▄████████
██████▄
▄██
█████████████████▄
▄███████
██████████████▄
███████████████████████
█████████████████████████
████████████████████████
█████████████████████████
▀███████████████████████▀
▀█████████████████████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀

▀▀▀▀███▀▀▀▀
EUROPE | AFRICA
LATIN AMERICA
▄▀▀▀











▀▄▄▄


███████▄█
███████▀
██▄▄▄▄▄░▄▄▄▄▄
████████████▀
▐███████████▌
▐███████████▌
████████████▄
██████████████
███▀███▀▀███▀
.
Download on the
App Store
▀▀▀▄











▄▄▄▀
▄▀▀▀











▀▄▄▄


▄██▄
██████▄
█████████▄
████████████▄
███████████████
████████████▀
█████████▀
██████▀
▀██▀
.
GET IT ON
Google Play
▀▀▀▄











▄▄▄▀
Divorcion
Full Member
***
Offline Offline

Activity: 171
Merit: 100


View Profile
July 08, 2014, 07:22:21 PM
 #111

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?

I have the same problem, my 2 cards R9-280x and 6950 won't mine, always the complete computer freezes (only "bitblock" setted) or when i try with
only "bitblockold" i got only rejects. But mining x11 for example works without problems.

litecoinbeast
Full Member
***
Offline Offline

Activity: 136
Merit: 100


View Profile
July 09, 2014, 02:36:43 AM
 #112

I am still getting 25+ hw errors on x15 using the given bin files for 13.12 drivers. Win7x64, 270x. Anyone get this setting "stable"?
litecoinbeast
Full Member
***
Offline Offline

Activity: 136
Merit: 100


View Profile
July 09, 2014, 02:37:25 AM
 #113

I am still getting 25+ hw errors on x15 using the given bin files for 13.12 drivers. Win7x64, 270x. Anyone get this setting "stable"?
charmees
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
July 09, 2014, 09:06:56 AM
 #114

how can I switch to x15 on bamt/smos?

when running x13 I could change kernel type by

kernel: "x13mod" but at when putting x15mod or x15, it says "algorithm x15mod not found"
Boko
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
July 09, 2014, 01:04:35 PM
 #115

Tired to compile the Freshcoin Version. This is what i got when using "MAKE"

make[4]: Leaving directory `/opt/miners/freshgpu/lib'
make[3]: Leaving directory `/opt/miners/freshgpu/lib'
make[2]: Leaving directory `/opt/miners/freshgpu/lib'
Making all in submodules
make[2]: Entering directory `/opt/miners/freshgpu/submodules'
Making all in jansson
make[3]: Entering directory `/opt/miners/freshgpu/submodules/jansson'
make[3]: *** No rule to make target `all'.  Stop.
make[3]: Leaving directory `/opt/miners/freshgpu/submodules/jansson'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/miners/freshgpu/submodules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/miners/freshgpu'
make: *** [all] Error 2


Please help
aznboy84 (OP)
Full Member
***
Offline Offline

Activity: 137
Merit: 100



View Profile
July 09, 2014, 02:11:14 PM
 #116

Tired to compile the Freshcoin Version. This is what i got when using "MAKE"

make[4]: Leaving directory `/opt/miners/freshgpu/lib'
make[3]: Leaving directory `/opt/miners/freshgpu/lib'
make[2]: Leaving directory `/opt/miners/freshgpu/lib'
Making all in submodules
make[2]: Entering directory `/opt/miners/freshgpu/submodules'
Making all in jansson
make[3]: Entering directory `/opt/miners/freshgpu/submodules/jansson'
make[3]: *** No rule to make target `all'.  Stop.
make[3]: Leaving directory `/opt/miners/freshgpu/submodules/jansson'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/miners/freshgpu/submodules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/miners/freshgpu'
make: *** [all] Error 2


Please help

Since the lastest sgminer v5 beta implemented jansson lib as a submodule, you need to pull it down to .... here's the build instructions
Quote
cd /opt
git clone https://github.com/aznboy84/freshgpu.git
cd freshgpu
cp -av /opt/ADL-SDK/*.h ./ADL_SDK/
git submodule update --init --recursive
sh autogen.sh
CFLAGS="-O2 -Wall -march=native" ./configure
make

reza_abay
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile
July 09, 2014, 05:08:27 PM
 #117

Tired to compile the sgminer-5 Version. This is what i got when using
install-recursive
make[2]: Entering directory `/opt/miners/sgminer-5/lib'
make[3]: Entering directory `/opt/miners/sgminer-5/lib'
make[4]: Entering directory `/opt/miners/sgminer-5/lib'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/opt/miners/sgminer-5/lib'
make[3]: Leaving directory `/opt/miners/sgminer-5/lib'
make[2]: Leaving directory `/opt/miners/sgminer-5/lib'
make[1]: Leaving directory `/opt/miners/sgminer-5/lib'
Making install in submodules
make[1]: Entering directory `/opt/miners/sgminer-5/submodules'
Making install in jansson
make[2]: Entering directory `/opt/miners/sgminer-5/submodules/jansson'
make[2]: *** No rule to make target `install'.  Stop.
make[2]: Leaving directory `/opt/miners/sgminer-5/submodules/jansson'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/opt/miners/sgminer-5/submodules'
make: *** [install-recursive] Error 1

my compile config here
#!/bin/sh
mine stop
sleep 5
cd /opt/miners/sgminer-5
cp -av /opt/AMDADL/* /opt/miners/sgminer-5/ADL_SDK/
make clean
sleep 5
chmod +x autogen.sh
./autogen.sh
sleep 2
CFLAGS="-O2 -Wall -march=native -I /opt/AMDAPP/include/" LDFLAGS="-L/opt/AMDAPP/lib/x86" ./configure --enable-opencl
sleep 5
make install
sleep 5
clear
cp example.conf /etc/bamt/sgminer-5.conf
cd /etc/bamt/
patch /etc/bamt/bamt.conf <<.
116a117
>   cgminer_opts: --api-listen --config /etc/bamt/sgminer-5.conf
124a126
>   # Sgminer 5 - Multi-Algo
130a133
>   miner-sgminer-5: 1
.
patch /opt/bamt/common.pl <<.
1477a1478,1480
>       } elsif (\${\$conf}{'settings'}{'miner-sgminer-5'}) {
>         \$cmd = "cd /opt/miners/sgminer-5/;/usr/bin/screen -d -m -S sgminer-5 /opt/miners/sgminer-5/sgminer \$args";
>         \$miner = "sgminer-5";
.
cd /etc/bamt/
mv /tmp/config.patch /etc/bamt/
cd /etc/bamt/
patch /etc/bamt/sgminer-5.conf < config.patch
rm config.patch
sync
echo 'SGMiner 5 Installed.'
echo 'Please review your /etc/bamt/bamt.conf to enable.'
echo 'Configure /etc/bamt/sgminer-5.conf with a pool'
Boko
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
July 09, 2014, 07:31:10 PM
 #118

Tired to compile the Freshcoin Version. This is what i got when using "MAKE"

make[4]: Leaving directory `/opt/miners/freshgpu/lib'
make[3]: Leaving directory `/opt/miners/freshgpu/lib'
make[2]: Leaving directory `/opt/miners/freshgpu/lib'
Making all in submodules
make[2]: Entering directory `/opt/miners/freshgpu/submodules'
Making all in jansson
make[3]: Entering directory `/opt/miners/freshgpu/submodules/jansson'
make[3]: *** No rule to make target `all'.  Stop.
make[3]: Leaving directory `/opt/miners/freshgpu/submodules/jansson'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/miners/freshgpu/submodules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/miners/freshgpu'
make: *** [all] Error 2


Please help

Since the lastest sgminer v5 beta implemented jansson lib as a submodule, you need to pull it down to .... here's the build instructions
Quote
cd /opt
git clone https://github.com/aznboy84/freshgpu.git
cd freshgpu
cp -av /opt/ADL-SDK/*.h ./ADL_SDK/
git submodule update --init --recursive
sh autogen.sh
CFLAGS="-O2 -Wall -march=native" ./configure
make

Thanks. U're the best
mig6r
Sr. Member
****
Offline Offline

Activity: 826
Merit: 250



View Profile
July 09, 2014, 10:17:56 PM
 #119

it would be really nice to use SEVERAL kernels as in the old sgminer

"kernel": "x13mod, x13modold" -> "algorithm": "marucoin-mod-marucoin modold"

It's possible to compile a sgminer who can do it?

            ▄▄▄▄▄▄▄▄
       ▄▄██████████████▄
     █████████████████████▄
   █████████████████████████
  ██████████▀▀       ▀▀██████▄
 █████████               █████
▐███████▌                 ▀███▌
████████                   ████
▐██████▌                   ▐██▌
 ███████                   ███
  ███████                 ███
   ▀██████▄             ▄██▀
     ▀███████▄▄▄▄▄▄▄▄████▀
        ▀▀███████████▀▀



 ▄▄▄             ▄▄▄           ▄▄▄   ▄▄▄▄▄         ▄▄▄         ▄▄▄▄▄▄       ▄▄▄                    ▄▄▄▄▄▄        ▄▄▄▄          ▄▄▄   ▄▄▄▄▄▄▄▄▄▄▄▄▄   
 ███             ███           ███   ███████▄      ███        ████████      ███                   ████████       ██████▄       ███   ███████████████▄
 ███             ███           ███   ███ ▀████     ███       ███▀  ▀███     ███                  ███▀  ▀███      ███ ▀███▄     ███   ███         ▀███
 ███             ███           ███   ███   ▀███▄   ███      ███▀    ▀███    ███                 ███▀    ▀███     ███   ████    ███   ███          ███
 ███             ███           ███   ███     ▀███▄ ███     ████▄▄▄▄▄▄████   ███                ████▄▄▄▄▄▄████    ███    ▀███▄  ███   ███          ███
 ████▄▄▄▄▄▄▄▄▄▄▄ ████▄▄▄▄▄▄▄▄▄▄███   ███       ███████    ███▀▀▀▀▀▀▀▀▀▀███  ████▄▄▄▄▄▄▄▄▄▄▄   ███▀▀▀▀▀▀▀▀▀▀███   ███      ▀███▄███   ███▄▄▄▄▄▄▄▄▄████
  ▀████████████▌  ▀█████████████▀    ███        ▀▀████   ███▀          ▀███  ▀█████████████  ███▀          ▀███  ███        ▀▀████   █████████████▀▀
                     ▄▄███████
                 ▄████████████
              ▄██████▀▀▀██████
       ▄▄   ▄███████     ████
   ▄▄███▀  ██████████▄▄▄████▀
 ▄████▀▀  █████████████████
         ████████████████▀
        ▀██████████████▀
          ▀█████████▀
     ▄█▀    ▀██▀▀   ▄▄
    ██  ▄█▀      ▄███▌
   █████▀        ███▀
   ▀▀▀          ███▀
                ▀     



  ▄█████████  ███       ██▄      ▄██         █████       ████▌   ▄██████████   
 ██▌          ███        ▀██▄  ▄██▀          ██▌███     ██▀██▌  ▐██           
 ███████████  ███          ▀████▀            ██▌ ███   ██▀ ██▌  ▐███████████   
 ██▌          ███▄          ▐██▌             ██▌  ███ ██▀  ██▌  ▐██           
 ██▌           ▀█████████   ▐██▌             ██▌   ▀███▀   ██▌   ▀██████████



 █████████████▌  ▄███████████▄         █████████████▌  ██▌      ▐██    ▄██████████         █████       █████    ▄██████████▄     ▄██████████▄   ▐████▄     ▐██ 
      ▐██       ▐██▀       ▀██▌             ▐██        ██▌      ▐██   ▐██                  ██▌███     ███▐██   ▐██▀      ▀██▌   ▐██▀      ▀██▌  ▐██▀███    ▐██ 
      ▐██       ▐██         ██▌             ▐██        ████████████   ▐███████████         ██▌ ███   ███ ▐██   ▐██        ██▌   ▐██        ██▌  ▐██  ▀██▄  ▐██ 
      ▐██       ▐██▄       ▄██▌             ▐██        ██▌      ▐██   ▐█▌                  ██▌  ███ ███  ▐██   ▐██▄      ▄██▌   ▐██▄      ▄██▌  ▐██    ▀██▄▐██ 
      ▐██        ▀███████████▀              ▐██        ██▌      ▐██    ▀██████████         ██▌   ▀███▀   ▐██    ▀██████████▀     ▀██████████▀   ▐██      ▀████ 
  (
BUY LLN
)Twitter
Facebook
Telegram
bensam123
Sr. Member
****
Offline Offline

Activity: 423
Merit: 250


View Profile
July 11, 2014, 12:53:33 AM
 #120

Anyone successfully get x13 to run? It always crashes sgminer when it's building the bin file.

Building binary marucoin-modtahitigw128l4big4.bin
error -11: building program (clbuildprogram)
tooney
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
July 12, 2014, 01:35:58 PM
 #121

Anyone successfully get x13 to run? It always crashes sgminer when it's building the bin file.

Building binary marucoin-modtahitigw128l4big4.bin
error -11: building program (clbuildprogram)

Try replacing marucoin-mod.cl from other sgminer (I used one from nicehash build), worked for me.
bensam123
Sr. Member
****
Offline Offline

Activity: 423
Merit: 250


View Profile
July 12, 2014, 02:51:21 PM
 #122

Won't that result in the same performance from the other builds you take it from?
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
July 15, 2014, 05:38:53 AM
 #123

@aznboy84, I'm noticing a decrease in performance on x11/x13/x15 over your VERY FIRST X15GPU build, which was a repurposed edition of the 06-25-prerelease build from Nicehash.

I really need to see that exact source from that exact day.

The miner there works perfect for x11/x13 and on, and ever since then, we've lost hashing ability over the days of massive development, down from 5.4MH on a 290x to sometimes 4.9

We need to take a look at this shit
jaitor
Full Member
***
Offline Offline

Activity: 227
Merit: 100



View Profile
July 16, 2014, 07:35:38 PM
 #124

i can't get it work with x13 algo...anyone succeeded?? I'm getting crazy...
istvandv
Sr. Member
****
Offline Offline

Activity: 342
Merit: 250


View Profile
July 19, 2014, 06:50:35 AM
 #125

i wonder if you would be interested in x17

https://bitcointalk.org/index.php?topic=684854.0

         ▄███████████████▄
       ▄██▀             ▀██▄
    ▄▄██▀                 ▀██▄▄
█████▀▀       ▄▀▀▀▀▀▀▀▄▄    ▀▀█████
██          ▄▀ ▄▄▄▀▀▀▀▄▀█▄▄      ██
▐█▌       ▄▀ ▄▀ ▄▄▄▀▀▀▄▀▀▀███   ▐█▌
 ██      ▄▀▄▀▄▀▀▄▄▄▀▀▀▀▀█ ▄█▀   ██
 ▐█▌    █▄▀▄▀▄█▀▀▀ ▀█▀ ▄▀▄▀█   ▐█▌
  ██    █▄▀▄▀▄▄█▀ ▄▀ ▄▀▄▀▄▀█   ██
  ▐█▌ ▀▄█████▀▄▄▀▀▄▄▀▄▀▄▀▄▀█  ▐█▌
   ██▌▀████▀██▄▄▀▀▄▄▀▄▀▄▀▄█▀ ▐██
    ██▌▀█▀▀█▄▀▀▄▀▀▄▄▀▄█▄▄█▀ ▐██
     ██▌ ▀  ▀███▄▄▄█████▀  ▐██
      ██▄      ▀▀▀▀▀      ▄██
       ▀██▄             ▄██▀
         ▀██▄         ▄██▀
           ▀██▄     ▄██▀
             ▀███▄███▀
               ▀███▀
DeepOnion 
★ ★ ★ ★ ★   ❱❱❱ JOIN AIRDROP NOW!
TOR INTEGRATED & SECURED
★  Your Anonymity Guaranteed
★  Your Assets Secured by TOR
★  Guard Your Privacy!
|Bitcointalk
Reddit
Telegram
|                        ▄▄▀▄▄▀▄▄▀▄▀▀
                    ▄▄██▀█▀▄▀▀▀
                  ▄██▄█▄██▀
                ▄██████▀
              ▄██████▀
  ▄█▄▄▄▄▄▄▄▄▄██████▀
██████▀▀▀▀▀██████▀
 ▀█████  ▄███████
  ████████████▀██
  ██▀███████▀  ██
  ██ ▀████▀    ██
  ██   ▀▀      ██
  ▀█████████████▀
Handofmidas
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
July 20, 2014, 10:39:23 AM
 #126

Hi, I am getting HW with X14. Not many, less than 1HW/hour. Using the following settings:

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer.exe -k x14 -o stratum+tcp://x:y --userpass=z.a:b --thread-concurrency 8192 --intensity 18 --shaders 1792 -g 2 --lookup-gap 2

Settings work well for FRESH, X13mod and X11mod.

Cards are Sapphire HD 7950.

Any ideas to fix this?
oldkolobok
Full Member
***
Offline Offline

Activity: 229
Merit: 100


View Profile
July 20, 2014, 10:48:44 AM
 #127

X15_AMD_06_30 oн x14 works fine. Check the settings for your card miner.
Handofmidas
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
July 21, 2014, 08:55:17 PM
 #128

As far as I remember X15 worked fine for me as well, but will test it later to be sure.

So far, I got the following HW for X14 after 48 hours of mining:

Rig 1: Windows 7, Freshminer, Catalyst 14.4 with 14.6 opencl. GPU0: 14HW, GPU1: 7HW, GPU2: 6HW
Rig 2: Windows 8.1, X15_AMD_06_30, Catalyst 13.251. GPU0: 11 HW, GPU1: 9HW, GPU2: 9HW

Strange...?
Stormbringer
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
July 22, 2014, 12:49:39 PM
 #129

@aznboy84 thanks, X15 .bin files for 280X worked for me,
did you post .bin files for x11 and x13?

BTC:14aefvedNKjJJoHZ8Pv5LqXqjj5Nprd89d
kgonepostl
Full Member
***
Offline Offline

Activity: 124
Merit: 100



View Profile
July 28, 2014, 05:50:45 PM
 #130

Ok, quick question. I noticed in the zip there's only sgminer.exe, so I assume you drag and drop the latest sgminer and overwrite the sgminer.exe and you're optomized? Help!
Meticulous7
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
August 17, 2014, 05:13:40 PM
 #131

Which kernel is for x15? I downloaded it and it does not appear to have a "x15mod" or other such kernel.

Receiving "low difficulty" 100% rejected shares


EDIT: NVM, I got it ... bitblock
Shitblast
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
August 26, 2014, 02:41:11 AM
 #132

I tried it on my Asus 5770 1 Gb with bitblockold. About 20 HWs/s. .conf:

"intensity" : "11",
"worksize" : "256",
"kernel" : "bitblockold",
"lookup-gap" : "2",
"thread-concurrency" : "7680",
"shaders" : "800",
"gpu-threads" : "2",
"gpu-engine" : "850",
"gpu-fan" : "0-0",
"gpu-memclock" : "1200",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "28",
"failover-switch-delay" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
opossum
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000


View Profile
August 29, 2014, 07:11:15 AM
 #133

Any updates coming?


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



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!