Bitcoin Forum
July 02, 2024, 03:38:32 AM *
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 351509 times)
flex65
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
June 03, 2014, 05:51:13 AM
 #941

Coming back to share some settings, as promised, now that I've found something that seems to be working stable.  Grin

Gigabyte R9-270 | win7 64, amd catalyst 14.4 | on x13mod hashing ~1.65mh/s per card

"intensity" : "18",
"kernel" : "x13mod",
"worksize" : "128",
"lookup-gap" : "2",
"gpu-threads" : "2",
"shaders" : "1280",
"gpu-engine" : "1110",
"gpu-memclock" : "1475",
"gpu-powertune" : "20"


Sapphire R9-280X | Xubuntu 12.04, amd catalyst 14.4 | on x13mod hashing ~2.65mh/s

"intensity" : "18",
"kernel" : "x13mod",
"worksize" : "128",
"lookup-gap" : "2",
"gpu-threads" : "2"
"shaders" : "2048",
"gpu-engine" : "1160",
"gpu-memclock" : "1500",
"gpu-powertune" : "20"

all you gotta do is add your pool/fan/temp details as normal and it should blast off.

Note that I have not thoroughly tested these for days on end yet. I'll report back if shit goes haywire and I need to reconfigure.

can you give to our community working sgminer + x13mod?  Grin Grin
ramx2
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
June 03, 2014, 06:12:09 AM
 #942

Could somebody help me out with my Radeon 4870, the miner is not working:

[08:57:28] Start sgminer with -T to see what failed to load.
[08:57:28] Kernel x11mod is experimental.
[08:57:30] Error -11: Building Program (clBuildProgram)
[08:57:30] "C:\Users\XX\AppData\Local\Temp\OCLB297.tmp.cl", line 7710: error: f
unction
          "get_global_offset" declared implicitly
      __global hash_t *hash = &(hashes[gid-get_global_offset(0)]);
                                           ^

"C:\Users\XX\A
[08:57:30] Failed to init GPU thread 0, disabling device 0
[08:57:30] Restarting the GPU from the menu will not fix this.
[08:57:30] Try restarting sgminer.
Press enter to continue:
PetrGasparik
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
June 03, 2014, 08:16:33 AM
 #943

i have a nvidia 650ti and windows 7 x64 .
what i need to mine x13 and what settings should i use ?
thank you !

No x13 on NV yet as far as I know, check the CC/cudaminer thread. They'll probably be adding it soon enough.


I never tried running more threads as I wanted to see how stable this setup is. Here's a 23 hour run:
http://i152.photobucket.com/albums/s196/nicknrd/Crypto/x11-1438mh-23h.png

3 X 290 tri-x 1080/1500
1 X 7870 OC 1300/1500

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
export GPU_FORCE_64BIT_PTR=1
##export GPU_MAX_HEAP_SIZE=50
del *.bin
timeout /t 4
sgminer.exe -k x11mod --rawintensity 1306624,1306624,1306624,1048576 -g 1,1,1,2 --shaders 2560,2560,2560,1280 -w 256,256,256,64  --no-submit-stale -c sgminer.conf

*Note, I removed TC from my post because it's irrelevant with X11, however I still have it in my .bat file.

Hi!

What is in your sgminer.conf? whis parameters gives me about 9kh Smiley

[10:15:59] GPU0                | (5s):8.693K (avg):9.045Kh/s | A:0 R:0 HW:0 WU:0.000/m
[10:15:59] GPU1                | (5s):9.065K (avg):9.045Kh/s | A:0 R:0 HW:0 WU:0.000/m
virtualista
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
June 03, 2014, 08:20:10 AM
 #944

Could somebody help me out with my Radeon 4870, the miner is not working:

[08:57:28] Start sgminer with -T to see what failed to load.
[08:57:28] Kernel x11mod is experimental.
[08:57:30] Error -11: Building Program (clBuildProgram)
[08:57:30] "C:\Users\XX\AppData\Local\Temp\OCLB297.tmp.cl", line 7710: error: f
unction
          "get_global_offset" declared implicitly
      __global hash_t *hash = &(hashes[gid-get_global_offset(0)]);
                                           ^

"C:\Users\XX\A

i got the same problam yesterday. delete the whole sgminer folder and download it again. will work


can you give to our community working sgminer + x13mod?  Grin Grin

allinone, 100% solid, working sgminer with almost every kernel: https://github.com/Elbandi/sgminer
use with --disable-asic --algorithm darkcoinmod/marucoinmod...
iru786
Full Member
***
Offline Offline

Activity: 224
Merit: 100



View Profile
June 03, 2014, 08:26:15 AM
 #945

Can't get passed 2.7Mhs on my MSI R9 290 with X13. No matter what i try  Cry
ramx2
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
June 03, 2014, 08:31:15 AM
 #946

Could somebody help me out with my Radeon 4870, the miner is not working:

[08:57:28] Start sgminer with -T to see what failed to load.
[08:57:28] Kernel x11mod is experimental.
[08:57:30] Error -11: Building Program (clBuildProgram)
[08:57:30] "C:\Users\XX\AppData\Local\Temp\OCLB297.tmp.cl", line 7710: error: f
unction
          "get_global_offset" declared implicitly
      __global hash_t *hash = &(hashes[gid-get_global_offset(0)]);
                                           ^

"C:\Users\XX\A

i got the same problam yesterday. delete the whole sgminer folder and download it again. will work


can you give to our community working sgminer + x13mod?  Grin Grin

allinone, 100% solid, working sgminer with almost every kernel: https://github.com/Elbandi/sgminer
use with --disable-asic --algorithm darkcoinmod/marucoinmod...




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

Activity: 112
Merit: 10


View Profile
June 03, 2014, 09:00:41 AM
 #947

That working x13 kernel for 5xxx and 6xxx cards is not near close hashrate how it should be.
Posted from Bitcointa.lk - #Af5Y9PGMa4GNVbSN

Did you get your 6xxx cards running? I'm having problems with my 6990's...

rasco2010
Full Member
***
Offline Offline

Activity: 177
Merit: 100


View Profile
June 03, 2014, 09:16:33 AM
 #948

That working x13 kernel for 5xxx and 6xxx cards is not near close hashrate how it should be.
Posted from Bitcointa.lk - #Af5Y9PGMa4GNVbSN

Did you get your 6xxx cards running? I'm having problems with my 6990's...

Hi,

I have the same problem.
My 6990´s works fine mining X11 coins but don´t work with X13 coins.
virtualista
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
June 03, 2014, 09:24:24 AM
 #949


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!
marklin
Member
**
Offline Offline

Activity: 138
Merit: 10

Bitcore (BTX) anything is possible!


View Profile WWW
June 03, 2014, 10:08:07 AM
 #950

So, this one has the same performance as the 40~50% extra performance as the 2% fee one?
6970 6950 x13mod Hw! Can be solved? Already tried 14.6 14.4 13.1 driver! All is invalid!

Bitcore (BTX) anything is possible!
flex65
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
June 03, 2014, 10:18:39 AM
 #951

can you give to our community working sgminer + x13mod?  Grin Grin

allinone, 100% solid, working sgminer with almost every kernel: https://github.com/Elbandi/sgminer
use with --disable-asic --algorithm darkcoinmod/marucoinmod...
[/quote]

do you have compiled windows version?
please help me  Embarrassed
rasco2010
Full Member
***
Offline Offline

Activity: 177
Merit: 100


View Profile
June 03, 2014, 10:21:06 AM
 #952

That working x13 kernel for 5xxx and 6xxx cards is not near close hashrate how it should be.
Posted from Bitcointa.lk - #Af5Y9PGMa4GNVbSN

Did you get your 6xxx cards running? I'm having problems with my 6990's...

Hi,

I have the same problem.
My 6990´s works fine mining X11 coins but don´t work with X13 coins.


Here´s my .bat file

\sgminer.exe -k x13mod -o <pool:xxxx>  --failover-only -u user.01 -p 1 -w 256 -I 18 -g 2 --lookup-gap 2 --thread-concurrency 8000

This config works with x11 coins with x11mod kernel
x13 ..... HW

Drivers: 13.12
flex65
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
June 03, 2014, 10:25:39 AM
 #953

https://github.com/Elbandi/sgminer

friends, who can compile win version?
this sgminer support x11mod and x13mod
flex65
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
June 03, 2014, 10:40:45 AM
 #954

https://www.dropbox.com/s/umdtns7vfvpnca4/X13mod.zip

now testing on giga 280x...


setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer.exe -k x13mod -o stratum+tcp://pool:port -u user -p pass --failover-only --gpu-engine 1087,1087 --gpu-memclock 1500,1500 --xintensity=512,512 --thread-concurrency 8192,8192 -g 2 -w 256 --lookup-gap 2 --gpu-powertune 0 --gpu-fan auto

2,52 and 2,50 MH
20min testing
restless
Legendary
*
Offline Offline

Activity: 1151
Merit: 1001


View Profile
June 03, 2014, 11:20:42 AM
 #955


Thanks, tested your 2nd link and the hd6970 is hashing and recieved accepted shares and no HW-errors Smiley btw is this the miner with the 2% fee??

Is the hashrate ok?
6970@960/1375
afaik No.
Yes.
Cheesy
restless
Legendary
*
Offline Offline

Activity: 1151
Merit: 1001


View Profile
June 03, 2014, 11:22:43 AM
 #956

So, this one has the same performance as the 40~50% extra performance as the 2% fee one?
6970 6950 x13mod Hw! Can be solved? Already tried 14.6 14.4 13.1 driver! All is invalid!

Please.
READ FEW PAGES OF THE THREAD. NOONE WILL ANSWER SAME QUESTION PAGE AFTER PAGE AFTER PAGE.
restless
Legendary
*
Offline Offline

Activity: 1151
Merit: 1001


View Profile
June 03, 2014, 11:25:11 AM
 #957

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

Activity: 100
Merit: 10


View Profile
June 03, 2014, 11:39:30 AM
 #958

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

Activity: 113
Merit: 14


View Profile
June 03, 2014, 11:42:10 AM
 #959

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

Activity: 13
Merit: 0


View Profile
June 03, 2014, 12:36:23 PM
 #960

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.

Thanks lasybear!
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!