Pages:
Author

Topic: [ANN] sph-sgminer: multi-coin multi-algorithm GPU miner | added MaruCoin - page 49. (Read 515713 times)

full member
Activity: 142
Merit: 100
what is the best rate on darkcoin should I get on 7950? mine is 1.8 Mh/s

I'm getting ~1.9 Mh/s with these settings:
Code:
"intensity" : "18,18",
"worksize" : "256,256",
"kernel" : "darkcoin",
"lookup-gap" : "2,2",
"thread-concurrency" : "24000,24000",
"shaders" : "1792,1792",
"gpu-engine" : "1100,1100",
"gpu-memclock" : "1500,1500",
"gpu-powertune" : "20,20",
"gpu-vddc" : "1.056,1.094"
3ds
full member
Activity: 238
Merit: 100
Here is phm's newest build
https://mega.co.nz/#!vZAQwaob!MBbM81RRQUNUB6d1jgJCT7olfmCvkUH_lQSy4tYttV4
It has fuguecoin algo added

Are these hashes ok?

sha256: 67d8df4ab2c097ff5ff299e28959d1ca44a16d79e933c09223de5ee0f7eadae8
sha1: f4bd96f27cad5ea77f415dff838287631079c6ad
md5: 7d94d808c75b2a5c72b324c79a579e15

hero member
Activity: 658
Merit: 500
Ive been mining Bitquark for about a month using this miner. At first i had no HW errors at all, for probably about two weeks. Now after a hand full of hours of mining i will start getting lots of HW errors and have to restart the program. Ive been using the same command to mind and i dont believe i am overdoing it. I pretty much use the recommended command. Could this be anything i am doing wrong or is my GPU just starting to bite the dust?

sgminer -k quarkcoin -o p2pool.altcryptomining.com:8112 -u address -p anything -I 16 -g 4 -w 64
Try building from
https://github.com/badman74
hero member
Activity: 658
Merit: 500
sr. member
Activity: 258
Merit: 250
Ive been mining Bitquark for about a month using this miner. At first i had no HW errors at all, for probably about two weeks. Now after a hand full of hours of mining i will start getting lots of HW errors and have to restart the program. Ive been using the same command to mind and i dont believe i am overdoing it. I pretty much use the recommended command. Could this be anything i am doing wrong or is my GPU just starting to bite the dust?

sgminer -k quarkcoin -o p2pool.altcryptomining.com:8112 -u address -p anything -I 16 -g 4 -w 64
newbie
Activity: 5
Merit: 0
Hello, yesterday I migrate from BAMT 1.1 to BAMT 1.6 to try Darkcoin mining. Configure my BAMT like before - i had enough experience with Linux and mining but have trouble start mining Darkcoin. With default cgminer there are no problems at all - it mines like in older version, but when change the bamt.conf to sgminer-sph i get:

Started sgminer 4.1.0-85-gccc7d
Loaded configuration file /etc/bamt/sgminer-sph.conf
Kernel darkcoin is experimental.
Error -11: Building Program (clBuildProgram)
Error compiling program for search.
Frontend phase failed compilation.
Error: Creating kernel search failed!

Failed to init GPU thread 0, disabling device 0
Restarting the GPU from the menu will not fix this.
Try restarting sgminer.

In "sgminer-sph.conf" i change only the pool/worker data. In bamt.conf - stop cgminer with "#cgminer_opts: --api-listen --config /etc/bamt/cgminer.conf", and set: cgminer_opts: --api-listen --config /etc/bamt/sgminer-sph.conf miner-sgminer-sph: 1

I read in here:
"Error -11: Building Program (clBuildProgram) - execute miner from the directory where "kernel" directory is present"
and start mining process from the console with:

export DISPLAY=:0
export GPU_USE_SYNC_OBJECTS=1
export GPU_MAX_ALLOC_PERCENT=100
./sgminer --kernel darkcoin -o stratum+tcp://stratum1.suchpool.pw:3335 -u xxxxx.1 -p xxxx

with no options just to check if the mining process will start at any kH/s. The console returns:
Started sgminer 4.1.0-85-gccc7d
Kernel darkcoin is experimental.Killed

It takes about 1 or 2 minutes between start and error (kill) of the mining process.

Where can i find a solution of my problem, thanks in advance.
I mine with one HD6950.

sounds like the kernel path is messed up or something

Edit: also it defaults to thread-congurency 6016
So maybe try setting it manually to something lower will help



Last night i recompile the sgminer-sph:
------------------------------------------------------------------------
sgminer 4.1.0
------------------------------------------------------------------------


Configuration Options Summary:

  Use git version......: yes
  libcurl(GBT+getwork).: Enabled: -lcurl
  curses.TUI...........: FOUND: -lncurses
  OpenCL...............: FOUND. GPU mining support enabled
  ADL..................: SDK found, GPU monitoring support enabled

Compilation............: make (or gmake)
  CPPFLAGS.............:
  CFLAGS...............: -g -O2
  LDFLAGS..............:  -lpthread
  LDADD................: -ldl -lcurl   compat/jansson-2.5/src/.libs/libjansson.a -lpthread -L/opt/AMDAPP/lib/x86 -lOpenCL    -lm -lrt

Installation...........: make install (as root if needed, with 'su' or 'sudo')
  prefix...............: /usr/local

and no change with my problem (maybe if i change some flags in ./configure script?) - is there any other software or version for mining darkcoins in Linux?
full member
Activity: 132
Merit: 100
Are you planning on adding a bin for the latest client?
hero member
Activity: 658
Merit: 500
is there any way to use this miner for skein? t he kernel is included but it doesn't work
skein is not supported at the moment
i know very little about coding so i haven't been able to add a new kernel myself and phm is doing this as a hobby so it may not get added as there is already a cgminer version i believe
I looked at cgminer_heavy last night regarding may be adding skein to sgminer and it doesn't look that complicated borrowing a kernel that is  Wink However I didn't venture into doing it since mining MYR via skein is worse then doing it even via scrypt from what I could tell.
you're wrong, when the difficuly of skein is under 2K and groestl is at like 170+ you should be mining skein, you'll get more coins that way
right now I'm mining it with qubit, though

edit: mining skein now because I'd be getting 2300 coins a day which is $4 a day
hero member
Activity: 658
Merit: 500
is there any way to use this miner for skein? t he kernel is included but it doesn't work
skein is not supported at the moment
i know very little about coding so i haven't been able to add a new kernel myself and phm is doing this as a hobby so it may not get added as there is already a cgminer version i believe
I looked at cgminer_heavy last night regarding may be adding skein to sgminer and it doesn't look that complicated borrowing a kernel that is  Wink However I didn't venture into doing it since mining MYR via skein is worse then doing it even via scrypt from what I could tell.
i think the whole heavy.cl would have to be rewritten at the very least, in addition to the other changes to the miner for voting
i learned what little i know about coding in '92 on a TSR-80......
hero member
Activity: 658
Merit: 500
Anybody have luck on Mac?

I compiled on Mac after making quarkhash, xhash and quash "static inline" instead of just inline and it does start but after a while GPU get's sick and I don't see any hashes... Tried all of them kernels - same result with exception of scrypt. Any ideas what I might be missing?


ehhh? i don't know what you did but if you want to compile with working qubitcoin, and quarkcoin try using the one from here
https://github.com/DJstone/sph-sgminer
no mod needed just compile and go
I was using prettyhatemachine branch.

Regardless I am getting the same link error on DJstone and same 0h/s GPU reported as sick after a while...
Code:
Undefined symbols for architecture x86_64:
  "_qhash", referenced from:
      _qubitcoin_test in sgminer-qubitcoin.o
      _qubitcoin_regenhash in sgminer-qubitcoin.o
      _scanhash_qubitcoin in sgminer-qubitcoin.o
  "_quarkhash", referenced from:
      _quarkcoin_test in sgminer-quarkcoin.o
      _quarkcoin_regenhash in sgminer-quarkcoin.o
      _scanhash_quarkcoin in sgminer-quarkcoin.o
  "_xhash", referenced from:
      _darkcoin_test in sgminer-darkcoin.o
      _darkcoin_regenhash in sgminer-darkcoin.o
      _scanhash_darkcoin in sgminer-darkcoin.o
ld: symbol(s) not found for architecture x86_64
did you configure with
CFLAGS="-O2 -Wall -march=native" ./configure --enable-opencl

edit: not sure of the steps you need to take... (i am a windows user)

some guys working on it here http://www.asteroidapp.com/forums/discussion/402/support-for-sph-sgminer/p1
would love to know results. good luck!

Seems resolved in the thread I posted above:

"Just remove the inline in front of xhash, qhash, and quarkhash. The linker can't find the functions precisely because they're inline in their respective *.c file."

If you get this working PLEASE upload the compiled binary somewhere. Many thanks.

I think proper solution considering this is to add -std=gnu89 to CFLAGS.

CFLAGS="-O3 -std=gnu89 -march=native" ./configure

It would compile just fine, but still doesn't work for me (0 khs) on quark, dark and qubit... It does work for scrypt and grostl and needless to say that everything works on the same Mac in Windows...

It did for qubit for me but hash rates are pathetic 77kH/s vs. 500+ I am getting on the same Mac in Windows. Still no luck with quark or dark.
try building from here
https://github.com/badman74/sph-sgminer
This branch
1. didn't need  -std=gnu89,
2. gave me about 88khs on qubit (vs. 77 before and ~550 on Windows),
3. did "Error -11" on quark and same (0khs->SICK) on dark...

Something about .cl that OSX doesn't like... Just FYI I am playing with this on 6770. I am on Maverics 10.9.2 and from what I know there were updates to ATI drivers with 10.9.2, yet it didn't impact other .cl...
hmm that is very odd
it seems to work fine for me on all algo, but then again i am on windows
don't know what else to try at the moment
newbie
Activity: 21
Merit: 0
is there any way to use this miner for skein? t he kernel is included but it doesn't work
skein is not supported at the moment
i know very little about coding so i haven't been able to add a new kernel myself and phm is doing this as a hobby so it may not get added as there is already a cgminer version i believe
I looked at cgminer_heavy last night regarding may be adding skein to sgminer and it doesn't look that complicated borrowing a kernel that is  Wink However I didn't venture into doing it since mining MYR via skein is worse then doing it even via scrypt from what I could tell.
newbie
Activity: 21
Merit: 0
Anybody have luck on Mac?

I compiled on Mac after making quarkhash, xhash and quash "static inline" instead of just inline and it does start but after a while GPU get's sick and I don't see any hashes... Tried all of them kernels - same result with exception of scrypt. Any ideas what I might be missing?


ehhh? i don't know what you did but if you want to compile with working qubitcoin, and quarkcoin try using the one from here
https://github.com/DJstone/sph-sgminer
no mod needed just compile and go
I was using prettyhatemachine branch.

Regardless I am getting the same link error on DJstone and same 0h/s GPU reported as sick after a while...
Code:
Undefined symbols for architecture x86_64:
  "_qhash", referenced from:
      _qubitcoin_test in sgminer-qubitcoin.o
      _qubitcoin_regenhash in sgminer-qubitcoin.o
      _scanhash_qubitcoin in sgminer-qubitcoin.o
  "_quarkhash", referenced from:
      _quarkcoin_test in sgminer-quarkcoin.o
      _quarkcoin_regenhash in sgminer-quarkcoin.o
      _scanhash_quarkcoin in sgminer-quarkcoin.o
  "_xhash", referenced from:
      _darkcoin_test in sgminer-darkcoin.o
      _darkcoin_regenhash in sgminer-darkcoin.o
      _scanhash_darkcoin in sgminer-darkcoin.o
ld: symbol(s) not found for architecture x86_64
did you configure with
CFLAGS="-O2 -Wall -march=native" ./configure --enable-opencl

edit: not sure of the steps you need to take... (i am a windows user)

some guys working on it here http://www.asteroidapp.com/forums/discussion/402/support-for-sph-sgminer/p1
would love to know results. good luck!

Seems resolved in the thread I posted above:

"Just remove the inline in front of xhash, qhash, and quarkhash. The linker can't find the functions precisely because they're inline in their respective *.c file."

If you get this working PLEASE upload the compiled binary somewhere. Many thanks.

I think proper solution considering this is to add -std=gnu89 to CFLAGS.

CFLAGS="-O3 -std=gnu89 -march=native" ./configure

It would compile just fine, but still doesn't work for me (0 khs) on quark, dark and qubit... It does work for scrypt and grostl and needless to say that everything works on the same Mac in Windows...

It did for qubit for me but hash rates are pathetic 77kH/s vs. 500+ I am getting on the same Mac in Windows. Still no luck with quark or dark.
try building from here
https://github.com/badman74/sph-sgminer
This branch
1. didn't need  -std=gnu89,
2. gave me about 88khs on qubit (vs. 77 before and ~550 on Windows),
3. did "Error -11" on quark and same (0khs->SICK) on dark...

Something about .cl that OSX doesn't like... Just FYI I am playing with this on 6770. I am on Maverics 10.9.2 and from what I know there were updates to ATI drivers with 10.9.2, yet it didn't impact other .cl...
hero member
Activity: 658
Merit: 500
is there any way to use this miner for skein? t he kernel is included but it doesn't work
skein is not supported at the moment
i know very little about coding so i haven't been able to add a new kernel myself and phm is doing this as a hobby so it may not get added as there is already a cgminer version i believe
hero member
Activity: 658
Merit: 500
Anybody have luck on Mac?

I compiled on Mac after making quarkhash, xhash and quash "static inline" instead of just inline and it does start but after a while GPU get's sick and I don't see any hashes... Tried all of them kernels - same result with exception of scrypt. Any ideas what I might be missing?


ehhh? i don't know what you did but if you want to compile with working qubitcoin, and quarkcoin try using the one from here
https://github.com/DJstone/sph-sgminer
no mod needed just compile and go
I was using prettyhatemachine branch.

Regardless I am getting the same link error on DJstone and same 0h/s GPU reported as sick after a while...
Code:
Undefined symbols for architecture x86_64:
  "_qhash", referenced from:
      _qubitcoin_test in sgminer-qubitcoin.o
      _qubitcoin_regenhash in sgminer-qubitcoin.o
      _scanhash_qubitcoin in sgminer-qubitcoin.o
  "_quarkhash", referenced from:
      _quarkcoin_test in sgminer-quarkcoin.o
      _quarkcoin_regenhash in sgminer-quarkcoin.o
      _scanhash_quarkcoin in sgminer-quarkcoin.o
  "_xhash", referenced from:
      _darkcoin_test in sgminer-darkcoin.o
      _darkcoin_regenhash in sgminer-darkcoin.o
      _scanhash_darkcoin in sgminer-darkcoin.o
ld: symbol(s) not found for architecture x86_64
did you configure with
CFLAGS="-O2 -Wall -march=native" ./configure --enable-opencl

edit: not sure of the steps you need to take... (i am a windows user)

some guys working on it here http://www.asteroidapp.com/forums/discussion/402/support-for-sph-sgminer/p1
would love to know results. good luck!

Seems resolved in the thread I posted above:

"Just remove the inline in front of xhash, qhash, and quarkhash. The linker can't find the functions precisely because they're inline in their respective *.c file."

If you get this working PLEASE upload the compiled binary somewhere. Many thanks.

I think proper solution considering this is to add -std=gnu89 to CFLAGS.

CFLAGS="-O3 -std=gnu89 -march=native" ./configure

It would compile just fine, but still doesn't work for me (0 khs) on quark, dark and qubit... It does work for scrypt and grostl and needless to say that everything works on the same Mac in Windows...

It did for qubit for me but hash rates are pathetic 77kH/s vs. 500+ I am getting on the same Mac in Windows. Still no luck with quark or dark.
try building from here
https://github.com/badman74/sph-sgminer
full member
Activity: 163
Merit: 100
is there any way to use this miner for skein? t he kernel is included but it doesn't work
newbie
Activity: 16
Merit: 1
Trying to build on Ubuntu 13.10 64-bit. It seemed like it was going to succeed but did not produce a file 'sgminer'.

Code:
...
  CC       sgminer-scrypt.o
  CC       sgminer-darkcoin.o
  CC       sgminer-qubitcoin.o
  CC       sgminer-quarkcoin.o
  CC       sgminer-myriadcoin-groestl.o
  CC       sgminer-fuguecoin.o
  CCLD     sgminer
$

'make -n' output seems okay. At least it has a '-o sgminer' like I expected.

Code:
rm -f sgminer
echo "  CCLD    " sgminer;/bin/bash ./libtool --silent --tag=CC   --mode=link gcc  -g -O2 -lpthread  -o sgminer sgminer-sgminer.o sgminer-api.o sgminer-util.o sgminer-sha2.o sgminer-logging.o sgminer-driver-opencl.o sgminer-ocl.o sgminer-findnonce.o sgminer-adl.o sgminer-scrypt.o sgminer-darkcoin.o sgminer-qubitcoin.o sgminer-quarkcoin.o sgminer-myriadcoin-groestl.o sgminer-fuguecoin.o  -lcurl   compat/jansson-2.5/src/.libs/libjansson.a -lpthread -lOpenCL -lrt -lm lib/libgnu.a ccan/libccan.a sph/libsph.a -lpthread

I got rid of the '--silent' but still no executable produced.

Any idea what's wrong, or where it might be hiding a useful error message?

--
Well I copied the gcc command out and ran it and it worked. Don't know what's up with libtool.

I ran it and got the error about 'blake.cl' file not found. So 'cd kernel' and run '../sgminer'. No complaint about blake.cl. But ...

Code:
[21:47:34] Network diff set to 457                   
[21:47:34] Stratum from Pool 0 requested work restart                   
[21:47:34] Error -6: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)                   
[21:47:34] GPU 1 failure, disabling!                   
[21:47:36] Thread 4 being disabled                   
[21:47:36] Thread 5 being disabled                   
[21:47:37] Thread 6 being disabled
     

It claims to be doing 319Kh/s (darkcoin), but hasn't submitted anything yet (no accepts or rejects) so I'm a bit dubious.

(5s):318.7K (avg):319.6Kh/s | A:0  R:0  HW:0  WU:0.000/m

newbie
Activity: 21
Merit: 0
Anybody have luck on Mac?

I compiled on Mac after making quarkhash, xhash and quash "static inline" instead of just inline and it does start but after a while GPU get's sick and I don't see any hashes... Tried all of them kernels - same result with exception of scrypt. Any ideas what I might be missing?


ehhh? i don't know what you did but if you want to compile with working qubitcoin, and quarkcoin try using the one from here
https://github.com/DJstone/sph-sgminer
no mod needed just compile and go
I was using prettyhatemachine branch.

Regardless I am getting the same link error on DJstone and same 0h/s GPU reported as sick after a while...
Code:
Undefined symbols for architecture x86_64:
  "_qhash", referenced from:
      _qubitcoin_test in sgminer-qubitcoin.o
      _qubitcoin_regenhash in sgminer-qubitcoin.o
      _scanhash_qubitcoin in sgminer-qubitcoin.o
  "_quarkhash", referenced from:
      _quarkcoin_test in sgminer-quarkcoin.o
      _quarkcoin_regenhash in sgminer-quarkcoin.o
      _scanhash_quarkcoin in sgminer-quarkcoin.o
  "_xhash", referenced from:
      _darkcoin_test in sgminer-darkcoin.o
      _darkcoin_regenhash in sgminer-darkcoin.o
      _scanhash_darkcoin in sgminer-darkcoin.o
ld: symbol(s) not found for architecture x86_64
did you configure with
CFLAGS="-O2 -Wall -march=native" ./configure --enable-opencl

edit: not sure of the steps you need to take... (i am a windows user)

some guys working on it here http://www.asteroidapp.com/forums/discussion/402/support-for-sph-sgminer/p1
would love to know results. good luck!

Seems resolved in the thread I posted above:

"Just remove the inline in front of xhash, qhash, and quarkhash. The linker can't find the functions precisely because they're inline in their respective *.c file."

If you get this working PLEASE upload the compiled binary somewhere. Many thanks.

I think proper solution considering this is to add -std=gnu89 to CFLAGS.

CFLAGS="-O3 -std=gnu89 -march=native" ./configure

It would compile just fine, but still doesn't work for me (0 khs) on quark, dark and qubit... It does work for scrypt and grostl and needless to say that everything works on the same Mac in Windows...

It did for qubit for me but hash rates are pathetic 77kH/s vs. 500+ I am getting on the same Mac in Windows. Still no luck with quark or dark.
hero member
Activity: 812
Merit: 1000
Anybody have luck on Mac?

I compiled on Mac after making quarkhash, xhash and quash "static inline" instead of just inline and it does start but after a while GPU get's sick and I don't see any hashes... Tried all of them kernels - same result with exception of scrypt. Any ideas what I might be missing?


ehhh? i don't know what you did but if you want to compile with working qubitcoin, and quarkcoin try using the one from here
https://github.com/DJstone/sph-sgminer
no mod needed just compile and go
I was using prettyhatemachine branch.

Regardless I am getting the same link error on DJstone and same 0h/s GPU reported as sick after a while...
Code:
Undefined symbols for architecture x86_64:
  "_qhash", referenced from:
      _qubitcoin_test in sgminer-qubitcoin.o
      _qubitcoin_regenhash in sgminer-qubitcoin.o
      _scanhash_qubitcoin in sgminer-qubitcoin.o
  "_quarkhash", referenced from:
      _quarkcoin_test in sgminer-quarkcoin.o
      _quarkcoin_regenhash in sgminer-quarkcoin.o
      _scanhash_quarkcoin in sgminer-quarkcoin.o
  "_xhash", referenced from:
      _darkcoin_test in sgminer-darkcoin.o
      _darkcoin_regenhash in sgminer-darkcoin.o
      _scanhash_darkcoin in sgminer-darkcoin.o
ld: symbol(s) not found for architecture x86_64
did you configure with
CFLAGS="-O2 -Wall -march=native" ./configure --enable-opencl

edit: not sure of the steps you need to take... (i am a windows user)

some guys working on it here http://www.asteroidapp.com/forums/discussion/402/support-for-sph-sgminer/p1
would love to know results. good luck!

Seems resolved in the thread I posted above:

"Just remove the inline in front of xhash, qhash, and quarkhash. The linker can't find the functions precisely because they're inline in their respective *.c file."

If you get this working PLEASE upload the compiled binary somewhere. Many thanks.
hero member
Activity: 812
Merit: 1000
Anybody have luck on Mac?

I compiled on Mac after making quarkhash, xhash and quash "static inline" instead of just inline and it does start but after a while GPU get's sick and I don't see any hashes... Tried all of them kernels - same result with exception of scrypt. Any ideas what I might be missing?


ehhh? i don't know what you did but if you want to compile with working qubitcoin, and quarkcoin try using the one from here
https://github.com/DJstone/sph-sgminer
no mod needed just compile and go
I was using prettyhatemachine branch.

Regardless I am getting the same link error on DJstone and same 0h/s GPU reported as sick after a while...
Code:
Undefined symbols for architecture x86_64:
  "_qhash", referenced from:
      _qubitcoin_test in sgminer-qubitcoin.o
      _qubitcoin_regenhash in sgminer-qubitcoin.o
      _scanhash_qubitcoin in sgminer-qubitcoin.o
  "_quarkhash", referenced from:
      _quarkcoin_test in sgminer-quarkcoin.o
      _quarkcoin_regenhash in sgminer-quarkcoin.o
      _scanhash_quarkcoin in sgminer-quarkcoin.o
  "_xhash", referenced from:
      _darkcoin_test in sgminer-darkcoin.o
      _darkcoin_regenhash in sgminer-darkcoin.o
      _scanhash_darkcoin in sgminer-darkcoin.o
ld: symbol(s) not found for architecture x86_64
did you configure with
CFLAGS="-O2 -Wall -march=native" ./configure --enable-opencl

edit: not sure of the steps you need to take... (i am a windows user)

some guys working on it here http://www.asteroidapp.com/forums/discussion/402/support-for-sph-sgminer/p1
would love to know results. good luck!
hero member
Activity: 658
Merit: 500
Anybody have luck on Mac?

I compiled on Mac after making quarkhash, xhash and quash "static inline" instead of just inline and it does start but after a while GPU get's sick and I don't see any hashes... Tried all of them kernels - same result with exception of scrypt. Any ideas what I might be missing?


ehhh? i don't know what you did but if you want to compile with working qubitcoin, and quarkcoin try using the one from here
https://github.com/DJstone/sph-sgminer
no mod needed just compile and go
I was using prettyhatemachine branch.

Regardless I am getting the same link error on DJstone and same 0h/s GPU reported as sick after a while...
Code:
Undefined symbols for architecture x86_64:
  "_qhash", referenced from:
      _qubitcoin_test in sgminer-qubitcoin.o
      _qubitcoin_regenhash in sgminer-qubitcoin.o
      _scanhash_qubitcoin in sgminer-qubitcoin.o
  "_quarkhash", referenced from:
      _quarkcoin_test in sgminer-quarkcoin.o
      _quarkcoin_regenhash in sgminer-quarkcoin.o
      _scanhash_quarkcoin in sgminer-quarkcoin.o
  "_xhash", referenced from:
      _darkcoin_test in sgminer-darkcoin.o
      _darkcoin_regenhash in sgminer-darkcoin.o
      _scanhash_darkcoin in sgminer-darkcoin.o
ld: symbol(s) not found for architecture x86_64
did you configure with
CFLAGS="-O2 -Wall -march=native" ./configure --enable-opencl

edit: not sure of the steps you need to take... (i am a windows user)
Pages:
Jump to: