Bitcoin Forum
May 30, 2024, 05:12:20 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 [49] 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 »
  Print  
Author Topic: [ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer)  (Read 351506 times)
t0mpr1c3
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
June 03, 2014, 12:50:16 PM
 #961

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

Activity: 416
Merit: 250



View Profile
June 03, 2014, 12:56:33 PM
 #962

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

Relax, I’m russian!...
BURST-B2LU-SGCZ-NYVS-HZEPK
Elun
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
June 03, 2014, 12:57:08 PM
 #963

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.
charmees
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
June 03, 2014, 01:06:55 PM
 #964

problem with x13

running r9 270

http://i61.tinypic.com/28qthr8.png

getting errors:

100 % rejected
invalid nonce error
lasybear (OP)
Member
**
Offline Offline

Activity: 113
Merit: 14


View Profile
June 03, 2014, 01:09:17 PM
 #965

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
lasybear (OP)
Member
**
Offline Offline

Activity: 113
Merit: 14


View Profile
June 03, 2014, 01:09:55 PM
 #966

problem with x13

running r9 270



getting errors:

100 % rejected
invalid nonce error
Which pool? Is it really x13 algo?
Elun
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
June 03, 2014, 01:10:13 PM
 #967

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
restless
Legendary
*
Offline Offline

Activity: 1151
Merit: 1001


View Profile
June 03, 2014, 01:11:19 PM
 #968

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

Activity: 51
Merit: 0


View Profile
June 03, 2014, 01:17:46 PM
 #969

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://bitcointalk.org/index.php?topic=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.
charmees
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
June 03, 2014, 01:18:04 PM
 #970

problem with x13

running r9 270

http://i61.tinypic.com/28qthr8.png

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

Activity: 13
Merit: 0


View Profile
June 03, 2014, 01:18:28 PM
 #971

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. Cпacибo бoльшoe!
ramx2
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
June 03, 2014, 01:21:04 PM
 #972


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>
lasybear (OP)
Member
**
Offline Offline

Activity: 113
Merit: 14


View Profile
June 03, 2014, 01:22:12 PM
 #973

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. Cпacибo бoльшoe!
Фигace )
Пpoникнoвeньe нaшe пo плaнeтe ocoбeннo зaмeтнo вдaлeкe )
lasybear (OP)
Member
**
Offline Offline

Activity: 113
Merit: 14


View Profile
June 03, 2014, 01:24:20 PM
 #974

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.
restless
Legendary
*
Offline Offline

Activity: 1151
Merit: 1001


View Profile
June 03, 2014, 01:31:29 PM
 #975

Speed is almost same, tho with different settings
-w 256 no longer works (only HW received)

Фигace )
Пpoникнoвeньe нaшe пo плaнeтe ocoбeннo зaмeтнo вдaлeкe )
xaxaxa Cheesy
charmees
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
June 03, 2014, 01:39:45 PM
 #976

problem with x13

running r9 270

http://i61.tinypic.com/28qthr8.png

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
lasybear (OP)
Member
**
Offline Offline

Activity: 113
Merit: 14


View Profile
June 03, 2014, 01:49:33 PM
 #977

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?
charmees
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
June 03, 2014, 01:53:44 PM
 #978

problem with x13

running r9 270

http://i61.tinypic.com/28qthr8.png

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

Activity: 22
Merit: 0


View Profile
June 03, 2014, 02:38:02 PM
 #979


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.
virtualista
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
June 03, 2014, 02:41:28 PM
 #980

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
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 [49] 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 »
  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!