Pages:
Author

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

hero member
Activity: 518
Merit: 505
i have an issue compiling, maybe you can help me.

compiling seems to work at all, i'm not getting any errors but in the end i still have no executable.

any idea why? here's the log http://pastebin.com/ttdpVccR

edit. got it, make clean is required.
hero member
Activity: 980
Merit: 500
Thank for trying....It's odd that Darkcoin works well

Thank you but nothing works... May be the 6000 graphic cards are not supported

hmm that is odd one of my computers has 2 6850 and 2 7550
it is really picky with sgminer....
if i try to configure them separately or with a conf file it crashes my computer...
hmmm got it to work on that computer as well...
6850 at 980kh/s and 7750 at 320kh/s
i have not been able to reproduce your error so sorry i couldnt help
hero member
Activity: 551
Merit: 500
hero member
Activity: 658
Merit: 500
FYI: I get about 50% of the speed with this software compared to Smelter.

ie HD6970
Smelter 2.7Mhash/s (no settings....just run it)
sph-sgminer 1.4Mhash/s (tried many settings)


Nice being able to pool mine with this software though...so you take the good you take the bad you take them both and there you have...
you did use -k quarkcoin and nor -k quark right?
legendary
Activity: 912
Merit: 1000
FYI: I get about 50% of the speed with this software compared to Smelter.

ie HD6970
Smelter 2.7Mhash/s (no settings....just run it)
sph-sgminer 1.4Mhash/s (tried many settings)


Nice being able to pool mine with this software though...so you take the good you take the bad you take them both and there you have...
hero member
Activity: 658
Merit: 500
Thank you but nothing works... May be the 6000 graphic cards are not supported

hmm that is odd one of my computers has 2 6850 and 2 7550
it is really picky with sgminer....
if i try to configure them separately or with a conf file it crashes my computer...
hmmm got it to work on that computer as well...
6850 at 980kh/s and 7750 at 320kh/s
i have not been able to reproduce your error so sorry i couldnt help
legendary
Activity: 1498
Merit: 1001
180 BPM
Anyone got a good conf for QB for a 270x? Or anything similar?
hero member
Activity: 980
Merit: 500
Thank you but nothing works... May be the 6000 graphic cards are not supported

Thank you!  This does not work for 6990 Radeon quark mining for some reason...  Keeps saying failure to initialize gpu....It works fine when I mine Darkcoin

Hi,

Here you can find a compilation of today-02/03/2014

https://drive.google.com/folderview?id=0B3TH7a-0opyWeVg2V2FhdmhEVXM&usp=sharing

Hahhh, for Windows Smiley
you need to give more info if you want someone to try to help
also try latest binaries from the OP and quark is -k quarkcoin

For example, I wanted to mine QuarkBar and got this:
[22:41:28] Started sgminer 4.1.0-85-gccc7d
[22:41:30] WARNING: GPU_MAX_ALLOC_PERCENT is not specified!
[22:41:30] WARNING: GPU_USE_SYNC_OBJECTS is not specified!
[22:41:30] Kernel quarkcoin is experimental.
[22:42:04] Error -11: Building Program (clBuildProgram)
[22:42:04] Error compiling program for search.
Frontend phase failed compilation.
Error: Creating kernel search failed!

[22:42:04] Failed to init GPU thread 0, disabling device 0
[22:42:04] Restarting the GPU from the menu will not fix this.
[22:42:04] Try restarting sgminer.
Press enter to continue:

ahh ok try moving your sgminer directory to c:\sgminer
it doesnt like spaces in the directory names
also setup your .bat file with

setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
sgminer -k quarkcoin -o yourpool -u username -p pass

inside your sgminer directory

Thank you. I've taken away space from path and inserted that two lines. Error persists.
brother3 has exactly the same error as me and he uses 6990 (mine is 6950).
only other thing i can think of it from the OP

Common problems and solutions:
Error -11: Building Program (clBuildProgram) - execute miner from the directory where "kernel" directory is present
HW errors - select correct mining algorithm with -k option
still does not work - update Catalyst drivers to version 13.12

also you can try dropping quarkcoin.cl in the main directory

hero member
Activity: 658
Merit: 500
Thank you!  This does not work for 6990 Radeon quark mining for some reason...  Keeps saying failure to initialize gpu....It works fine when I mine Darkcoin

Hi,

Here you can find a compilation of today-02/03/2014

https://drive.google.com/folderview?id=0B3TH7a-0opyWeVg2V2FhdmhEVXM&usp=sharing

Hahhh, for Windows Smiley
you need to give more info if you want someone to try to help
also try latest binaries from the OP and quark is -k quarkcoin

For example, I wanted to mine QuarkBar and got this:
[22:41:28] Started sgminer 4.1.0-85-gccc7d
[22:41:30] WARNING: GPU_MAX_ALLOC_PERCENT is not specified!
[22:41:30] WARNING: GPU_USE_SYNC_OBJECTS is not specified!
[22:41:30] Kernel quarkcoin is experimental.
[22:42:04] Error -11: Building Program (clBuildProgram)
[22:42:04] Error compiling program for search.
Frontend phase failed compilation.
Error: Creating kernel search failed!

[22:42:04] Failed to init GPU thread 0, disabling device 0
[22:42:04] Restarting the GPU from the menu will not fix this.
[22:42:04] Try restarting sgminer.
Press enter to continue:

ahh ok try moving your sgminer directory to c:\sgminer
it doesnt like spaces in the directory names
also setup your .bat file with

setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
sgminer -k quarkcoin -o yourpool -u username -p pass

inside your sgminer directory

Thank you. I've taken away space from path and inserted that two lines. Error persists.
brother3 has exactly the same error as me and he uses 6990 (mine is 6950).
only other thing i can think of it from the OP

Common problems and solutions:
Error -11: Building Program (clBuildProgram) - execute miner from the directory where "kernel" directory is present
HW errors - select correct mining algorithm with -k option
still does not work - update Catalyst drivers to version 13.12

also you can try dropping quarkcoin.cl in the main directory
full member
Activity: 123
Merit: 100
Thank you!  This does not work for 6990 Radeon quark mining for some reason...  Keeps saying failure to initialize gpu....It works fine when I mine Darkcoin

Hi,

Here you can find a compilation of today-02/03/2014

https://drive.google.com/folderview?id=0B3TH7a-0opyWeVg2V2FhdmhEVXM&usp=sharing

Hahhh, for Windows Smiley
you need to give more info if you want someone to try to help
also try latest binaries from the OP and quark is -k quarkcoin

For example, I wanted to mine QuarkBar and got this:
[22:41:28] Started sgminer 4.1.0-85-gccc7d
[22:41:30] WARNING: GPU_MAX_ALLOC_PERCENT is not specified!
[22:41:30] WARNING: GPU_USE_SYNC_OBJECTS is not specified!
[22:41:30] Kernel quarkcoin is experimental.
[22:42:04] Error -11: Building Program (clBuildProgram)
[22:42:04] Error compiling program for search.
Frontend phase failed compilation.
Error: Creating kernel search failed!

[22:42:04] Failed to init GPU thread 0, disabling device 0
[22:42:04] Restarting the GPU from the menu will not fix this.
[22:42:04] Try restarting sgminer.
Press enter to continue:

ahh ok try moving your sgminer directory to c:\sgminer
it doesnt like spaces in the directory names
also setup your .bat file with

setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
sgminer -k quarkcoin -o yourpool -u username -p pass

inside your sgminer directory

Thank you. I've taken away space from path and inserted that two lines. Error persists.
brother3 has exactly the same error as me and he uses 6990 (mine is 6950).
With "-k darkcoin" miner works fine.
hero member
Activity: 658
Merit: 500
Thank you!  This does not work for 6990 Radeon quark mining for some reason...  Keeps saying failure to initialize gpu....It works fine when I mine Darkcoin

Hi,

Here you can find a compilation of today-02/03/2014

https://drive.google.com/folderview?id=0B3TH7a-0opyWeVg2V2FhdmhEVXM&usp=sharing

Hahhh, for Windows Smiley
you need to give more info if you want someone to try to help
also try latest binaries from the OP and quark is -k quarkcoin

For example, I wanted to mine QuarkBar and got this:
[22:41:28] Started sgminer 4.1.0-85-gccc7d
[22:41:30] WARNING: GPU_MAX_ALLOC_PERCENT is not specified!
[22:41:30] WARNING: GPU_USE_SYNC_OBJECTS is not specified!
[22:41:30] Kernel quarkcoin is experimental.
[22:42:04] Error -11: Building Program (clBuildProgram)
[22:42:04] Error compiling program for search.
Frontend phase failed compilation.
Error: Creating kernel search failed!

[22:42:04] Failed to init GPU thread 0, disabling device 0
[22:42:04] Restarting the GPU from the menu will not fix this.
[22:42:04] Try restarting sgminer.
Press enter to continue:

ahh ok try moving your sgminer directory to c:\sgminer
it doesnt like spaces in the directory names
also setup your .bat file with

setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
sgminer -k quarkcoin -o yourpool -u username -p pass

inside your sgminer directory

edit: odd your setup works fine for me... even with your pool and username ;p
hero member
Activity: 980
Merit: 500
Sorry about the omissions....I got excited...I also tried the newest binaries in the OP...No dice Sad

Here are the details:

bat file


Error message


File folders







Thank you!  This does not work for 6990 Radeon quark mining for some reason...  Keeps saying failure to initialize gpu....It works fine when I mine Darkcoin

Hi,

Here you can find a compilation of today-02/03/2014

https://drive.google.com/folderview?id=0B3TH7a-0opyWeVg2V2FhdmhEVXM&usp=sharing

Hahhh, for Windows Smiley
you need to give more info if you want someone to try to help
also try latest binaries from the OP and quark is -k quarkcoin
full member
Activity: 123
Merit: 100
Thank you!  This does not work for 6990 Radeon quark mining for some reason...  Keeps saying failure to initialize gpu....It works fine when I mine Darkcoin

Hi,

Here you can find a compilation of today-02/03/2014

https://drive.google.com/folderview?id=0B3TH7a-0opyWeVg2V2FhdmhEVXM&usp=sharing

Hahhh, for Windows Smiley
you need to give more info if you want someone to try to help
also try latest binaries from the OP and quark is -k quarkcoin

For example, I wanted to mine QuarkBar and got this:
[22:41:28] Started sgminer 4.1.0-85-gccc7d
[22:41:30] WARNING: GPU_MAX_ALLOC_PERCENT is not specified!
[22:41:30] WARNING: GPU_USE_SYNC_OBJECTS is not specified!
[22:41:30] Kernel quarkcoin is experimental.
[22:42:04] Error -11: Building Program (clBuildProgram)
[22:42:04] Error compiling program for search.
Frontend phase failed compilation.
Error: Creating kernel search failed!

[22:42:04] Failed to init GPU thread 0, disabling device 0
[22:42:04] Restarting the GPU from the menu will not fix this.
[22:42:04] Try restarting sgminer.
Press enter to continue:
hero member
Activity: 658
Merit: 500
Thank you!  This does not work for 6990 Radeon quark mining for some reason...  Keeps saying failure to initialize gpu....It works fine when I mine Darkcoin

Hi,

Here you can find a compilation of today-02/03/2014

https://drive.google.com/folderview?id=0B3TH7a-0opyWeVg2V2FhdmhEVXM&usp=sharing

Hahhh, for Windows Smiley
you need to give more info if you want someone to try to help
also try latest binaries from the OP and quark is -k quarkcoin
hero member
Activity: 980
Merit: 500
Thank you!  This does not work for 6990 Radeon quark mining for some reason...  Keeps saying failure to initialize gpu....It works fine when I mine Darkcoin

Hi,

Here you can find a compilation of today-02/03/2014

https://drive.google.com/folderview?id=0B3TH7a-0opyWeVg2V2FhdmhEVXM&usp=sharing

Hahhh, for Windows Smiley
member
Activity: 115
Merit: 10
PoSToken
full member
Activity: 123
Merit: 100
How can I post images in this forum?
member
Activity: 98
Merit: 10
Ah, I forgot : 3x R9 290 on Asrock H81 Pro
Drivers: amd_catalyst_13.11_betav94

there is no problem when i'm using standard cgminer

//EDIT: after full reinstall of:  drivers, cgminer - it's now working with full speed

Ahh Smiley), good luck Smiley
newbie
Activity: 2
Merit: 0
Ah, I forgot : 3x R9 290 on Asrock H81 Pro
Drivers: amd_catalyst_13.11_betav94

there is no problem when i'm using standard cgminer

//EDIT: after full reinstall of:  drivers, cgminer - it's now working with full speed
member
Activity: 98
Merit: 10
Code:
[P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
 GPU 0:  68.0C  897RPM | 1.228M/1.228Mh/s | R:  0.0% HW:0 WU:0.022/m xI:1100
 GPU 1:  71.0C  918RPM | 1.221M/1.228Mh/s | R:  0.0% HW:0 WU:0.022/m xI:1100
 GPU 2:  75.0C 1049RPM | 2.765M/2.794Mh/s | R:  0.0% HW:0 WU:0.050/m xI:1100

1.228M on GPU 0/1 and 2,7M on GPU 2 - is this normal?

config : --auto-fan --gpu-fan 0-85 --gpu-powertune 10 --temp-target 76 --temp-overheat 85 --temp-cutoff 87 -g 1 -w 512 --lookup-gap 2 --thread-concurrency 32765  --failover-only --xintensity  1100

No, however you not share any information about your gpu's Smiley
Pages:
Jump to: