Pages:
Author

Topic: [ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer) - page 35. (Read 351531 times)

newbie
Activity: 22
Merit: 0
I use -k x13mod, but have error:
Error -11: Building Program (clBuildProgram)
"/usr/local/bin/simd.cl", line 37: warning: incompatible redefinition of macro "ROL32" (declared at line 6 of "/usr/local/bin/skein.cl")
#define ROL32 SPH_ROTL32 "/tmp/OCLNDA4lf.cl", line 325: error: function "UBI_BIG" declared
Failed to init GPU thread 0, disabling device 0.
 
I try to use modified sgminer(https://github.com/Elbandi/sgminer). I use "--algorithm marucoinmod", but I have mistake!

delete the whole folder, then:
git clone https://github.com/Elbandi/sgminer
cd sgminer
./autogen.sh
./configure
make
export DISPLAY=:0
export GPU_USE_SYNC_OBJECTS=1
export GPU_MAX_ALLOC_PERCENT=100
./sgminer --disable-asic --algorithm darkcoinmod
newbie
Activity: 22
Merit: 0

Tried that :S My Vga is old but I use it for Scrypt... I dont know why the new miner isn't initializing the GPU :S

./sgminer -T
let me see the first lines!

C:\Users\xx\sgminer_x11x13mod_03_06_2014>sgminer -T
[16:19:59] Started sgminer 4.1.0
[16:19:59] Loaded configuration file sgminer.conf
[16:19:59] Kernel x11mod is experimental.
[16:20:01] Error -11: Building Program (clBuildProgram)
[16:20:01] "C:\Users\xx\AppData\Local\Temp\OCL42C4.tmp.cl", line 7711: error: f
unction
          "get_global_offset" declared implicitly
      __global hash_t *hash = &(hashes[gid-get_global_offset(0)]);
                                           ^

"C:\Users\xx\A
[16:20:01] Failed to init GPU thread 0, disabling device 0
[16:20:01] Restarting the GPU from the menu will not fix this.

[16:20:01] Try restarting sgminer.
[16:20:01] Probing for an alive pool
[16:20:01] Pool 3 difficulty changed to 0.003
[16:20:01] Pool 4 difficulty changed to 0.003
[16:20:02] Pool 0 difficulty changed to 0.003
[16:20:02] Pool 1 difficulty changed to 0.003
[16:20:02] Switching to Pool 3 - first alive pool
[16:20:02] Pool 2 difficulty changed to 0.003
[16:20:02] Pool 0 alive, testing stability
[16:20:02] Switching to Pool 0
[16:20:02] Network diff set to 89

C:\Users\xx\sgminer_x11x13mod_03_06_2014>

What i linked is not for windows, its for linux. Smiley forget windows.
newbie
Activity: 39
Merit: 0
problem with x13

running r9 270



getting errors:

100 % rejected
invalid nonce error
Which pool? Is it really x13 algo?

I was testing it on nicehash stratum+tcp://stratum.nicehash.com:3337
Did you try a specified Nicehash miner: https://nicehash.com/software/?
Quote
Note: darkcoin and darkcoin-mod represents x11 and x11mod (optimized), respectively; marucoin and marucoin-mod represents x13 and x13mod (optimized), respectively.

now moved to random x13 stratum pool https://maru.suprnova.cc

still same problem, errors:

Invalid nonce count - HW Error
Rejected - Share is above target

skipping configuration option "kernel", invalid parameter set_kernel
Are you sure that you're using a current version of sph-sgminer_x11mod?

thanks, got it working now, I was stuck in wrong fork .
https://github.com/Cremator/sph-sgminer_x11mod
member
Activity: 113
Merit: 14
problem with x13

running r9 270



getting errors:

100 % rejected
invalid nonce error
Which pool? Is it really x13 algo?

I was testing it on nicehash stratum+tcp://stratum.nicehash.com:3337
Did you try a specified Nicehash miner: https://nicehash.com/software/?
Quote
Note: darkcoin and darkcoin-mod represents x11 and x11mod (optimized), respectively; marucoin and marucoin-mod represents x13 and x13mod (optimized), respectively.

now moved to random x13 stratum pool https://maru.suprnova.cc

still same problem, errors:

Invalid nonce count - HW Error
Rejected - Share is above target

skipping configuration option "kernel", invalid parameter set_kernel
Are you sure that you're using a current version of sph-sgminer_x11mod?
newbie
Activity: 39
Merit: 0
problem with x13

running r9 270



getting errors:

100 % rejected
invalid nonce error
Which pool? Is it really x13 algo?

I was testing it on nicehash stratum+tcp://stratum.nicehash.com:3337
Did you try a specified Nicehash miner: https://nicehash.com/software/?
Quote
Note: darkcoin and darkcoin-mod represents x11 and x11mod (optimized), respectively; marucoin and marucoin-mod represents x13 and x13mod (optimized), respectively.

now moved to random x13 stratum pool https://maru.suprnova.cc

still same problem, errors:

Invalid nonce count - HW Error
Rejected - Share is above target

skipping configuration option "kernel", invalid parameter set_kernel
legendary
Activity: 1151
Merit: 1001
Speed is almost same, tho with different settings
-w 256 no longer works (only HW received)

Фигасе )
Проникновенье наше по планете особенно заметно вдалеке )
хахаха Cheesy
member
Activity: 113
Merit: 14
problem with x13

running r9 270



getting errors:

100 % rejected
invalid nonce error
Which pool? Is it really x13 algo?

I was testing it on nicehash stratum+tcp://stratum.nicehash.com:3337
Did you try a specified Nicehash miner: https://nicehash.com/software/?
Quote
Note: darkcoin and darkcoin-mod represents x11 and x11mod (optimized), respectively; marucoin and marucoin-mod represents x13 and x13mod (optimized), respectively.
member
Activity: 113
Merit: 14
For some reason I had a compile error on commit cbdf6b32c3f21ea90b231c3c2a6fbf75eedcf759:

sgminer.c: In function ‘write_config’:
sgminer.c:4352:20: error: ‘X13MODOLD_KERNNAME’ undeclared (first use in this function)

You'll need do
Code:
make clean
./autogen.sh  <<<<<<<< mandatory
./configure
make

OK, I did autogen.sh -i instead of autogen.sh, maybe that was the problem.

Anyway, I deleted the directory and compiled form scratch and it is working fine. Спасибо большое!
Фигасе )
Проникновенье наше по планете особенно заметно вдалеке )
newbie
Activity: 19
Merit: 0

Tried that :S My Vga is old but I use it for Scrypt... I dont know why the new miner isn't initializing the GPU :S

./sgminer -T
let me see the first lines!

C:\Users\xx\sgminer_x11x13mod_03_06_2014>sgminer -T
[16:19:59] Started sgminer 4.1.0
[16:19:59] Loaded configuration file sgminer.conf
[16:19:59] Kernel x11mod is experimental.
[16:20:01] Error -11: Building Program (clBuildProgram)
[16:20:01] "C:\Users\xx\AppData\Local\Temp\OCL42C4.tmp.cl", line 7711: error: f
unction
          "get_global_offset" declared implicitly
      __global hash_t *hash = &(hashes[gid-get_global_offset(0)]);
                                           ^

"C:\Users\xx\A
[16:20:01] Failed to init GPU thread 0, disabling device 0
[16:20:01] Restarting the GPU from the menu will not fix this.

[16:20:01] Try restarting sgminer.
[16:20:01] Probing for an alive pool
[16:20:01] Pool 3 difficulty changed to 0.003
[16:20:01] Pool 4 difficulty changed to 0.003
[16:20:02] Pool 0 difficulty changed to 0.003
[16:20:02] Pool 1 difficulty changed to 0.003
[16:20:02] Switching to Pool 3 - first alive pool
[16:20:02] Pool 2 difficulty changed to 0.003
[16:20:02] Pool 0 alive, testing stability
[16:20:02] Switching to Pool 0
[16:20:02] Network diff set to 89

C:\Users\xx\sgminer_x11x13mod_03_06_2014>
newbie
Activity: 13
Merit: 0
For some reason I had a compile error on commit cbdf6b32c3f21ea90b231c3c2a6fbf75eedcf759:

sgminer.c: In function ‘write_config’:
sgminer.c:4352:20: error: ‘X13MODOLD_KERNNAME’ undeclared (first use in this function)

You'll need do
Code:
make clean
./autogen.sh  <<<<<<<< mandatory
./configure
make

OK, I did autogen.sh -i instead of autogen.sh, maybe that was the problem.

Anyway, I deleted the directory and compiled form scratch and it is working fine. Спасибо большое!
newbie
Activity: 39
Merit: 0
problem with x13

running r9 270



getting errors:

100 % rejected
invalid nonce error
Which pool? Is it really x13 algo?

I was testing it on nicehash stratum+tcp://stratum.nicehash.com:3337
newbie
Activity: 51
Merit: 0
That working x13 kernel for 5xxx and 6xxx cards is not near close hashrate how it should be.
Posted from Bitcointa.lk - #Af5Y9PGMa4GNVbSN
Because optimised x13 kernel doesn't work on older cards. Seems that people with knowledge are not interested in fixing it Sad
Just updated sources on github with fix for AMD HD 5xxx/6xxx cards. Windows binaries will be a little bit later.
Use "kernel" : "x13modold" in your configs or -k x13modold in command line.
Windows binaries.
https://www.dropbox.com/s/sodbzky1e3p2d32/sgminer_x11x13mod_03_06_2014.zip
I someone download binaries before i deleted my message, reload it. Sorry for that. Now it's correct
Use "kernel" : "x13modold" in your configs or -k x13modold in command line.
My observation: you should tune your settings, wrong settings and hello HW Grin. I tried on my hd5770, works fine with:
"intensity" : "12",
"kernel" : "x13modold",
"vector" : "1",
"worksize" : "128",
"thread-concurrency" : "5000",
"lookup-gap" : "2",
"gpu-threads" : "1"
I didn't try higher intensity, because my VRM temp on this card really sucks.


So, this binary should be a compiled sgminer-dev v5_0 github branch, the latest and greatest, and where all future development will go? If so, why not move the discussion to it's official thread here: https://bitcointalksearch.org/topic/ann-sgminer-v5-optimized-x11x13neoscryptlyra2reetc-kernel-switch-miner-632503 ?

And one more thing: does this latest (i guess v5_0) version has the extended SICK time period?

Great work, guys. Thank you very much.
legendary
Activity: 1151
Merit: 1001
doesn't work for me with settings which work for 281KB x13 version:(

And there is NO x13modold.cl file :S

PS: ah, damn there are ifdefs on cl file.

PPS: works with -w 128

Will test to compare speed
member
Activity: 117
Merit: 10
problem with x13

running r9 270



getting errors:

100 % rejected
invalid nonce error
Can you try this kernel folder?
https://www.dropbox.com/s/vfw9vupsxn5r9iu/kernel.zip
member
Activity: 113
Merit: 14
problem with x13

running r9 270



getting errors:

100 % rejected
invalid nonce error
Which pool? Is it really x13 algo?
member
Activity: 113
Merit: 14
For some reason I had a compile error on commit cbdf6b32c3f21ea90b231c3c2a6fbf75eedcf759:

sgminer.c: In function ‘write_config’:
sgminer.c:4352:20: error: ‘X13MODOLD_KERNNAME’ undeclared (first use in this function)

You'll need do
Code:
make clean
./autogen.sh  <<<<<<<< mandatory
./configure
make
newbie
Activity: 39
Merit: 0
problem with x13

running r9 270



getting errors:

100 % rejected
invalid nonce error
member
Activity: 117
Merit: 10
That working x13 kernel for 5xxx and 6xxx cards is not near close hashrate how it should be.
Posted from Bitcointa.lk - #Af5Y9PGMa4GNVbSN
Because optimised x13 kernel doesn't work on older cards. Seems that people with knowledge are not interested in fixing it Sad
Just updated sources on github with fix for AMD HD 5xxx/6xxx cards. Windows binaries will be a little bit later.
Use "kernel" : "x13modold" in your configs or -k x13modold in command line.
Windows binaries.
https://www.dropbox.com/s/sodbzky1e3p2d32/sgminer_x11x13mod_03_06_2014.zip
I someone download binaries before i deleted my message, reload it. Sorry for that. Now it's correct
Use "kernel" : "x13modold" in your configs or -k x13modold in command line.
My observation: you should tune your settings, wrong settings and hello HW Grin. I tried on my hd5770, works fine with:
"intensity" : "12",
"kernel" : "x13modold",
"vector" : "1",
"worksize" : "128",
"thread-concurrency" : "5000",
"lookup-gap" : "2",
"gpu-threads" : "1"
I didn't try higher intensity, because my VRM temp on this card really sucks.
sr. member
Activity: 416
Merit: 250
For some reason I had a compile error on commit cbdf6b32c3f21ea90b231c3c2a6fbf75eedcf759:

sgminer.c: In function ‘write_config’:
sgminer.c:4352:20: error: ‘X13MODOLD_KERNNAME’ undeclared (first use in this function)
I'm comlile, works fine. 280x + 7870 + 7850 + 5670
"kernel" : "x13mod,x13mod,x13mod,x13modold",

https://www.dropbox.com/s/lrcpu7bnxqhvd5f/sph-sgminer_x11mod.zip
newbie
Activity: 13
Merit: 0
For some reason I had a compile error on commit cbdf6b32c3f21ea90b231c3c2a6fbf75eedcf759:

sgminer.c: In function ‘write_config’:
sgminer.c:4352:20: error: ‘X13MODOLD_KERNNAME’ undeclared (first use in this function)
Pages:
Jump to: