Bitcoin Forum
May 21, 2024, 04:14:01 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 ... 83 »
  Print  
Author Topic: [ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer)  (Read 351506 times)
jakecrow
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
May 24, 2014, 01:20:56 PM
 #21

Won't start, win7 x64. Compiles, sees pools, then stops every time. Tried changing various parameters but same result every time.
Remember remember the 5th of November
Legendary
*
Offline Offline

Activity: 1862
Merit: 1011

Reverse engineer from time to time


View Profile
May 24, 2014, 01:27:24 PM
 #22

I am looking into the issue.

BTC:1AiCRMxgf1ptVQwx6hDuKMu4f7F27QmJC2
lasybear (OP)
Member
**
Offline Offline

Activity: 113
Merit: 14


View Profile
May 24, 2014, 01:34:32 PM
 #23

I am looking into the issue.
Unfortunately, I haven't programming experience on windows.

I used sources from https://github.com/Atrides/sph-sgminer
Modded files
configure.in
ocl.{h,c}
driver-opencl.c
findnonce.h
miner.h
sgminer.c
Remember remember the 5th of November
Legendary
*
Offline Offline

Activity: 1862
Merit: 1011

Reverse engineer from time to time


View Profile
May 24, 2014, 01:39:27 PM
 #24

I identified and corrected the problem  https://www.dropbox.com/s/skv74wv378h5qnl/sgminerx11.rar

The problem is the use of an unitialized variable as an index.

i.e    
Code:
if (gpus[i].kernel == KL_FUGUECOIN || gpus[i].kernel == KL_GROESTLCOIN || gpus[i].kernel == KL_TWECOIN) {
sha256(pool->coinbase, pool->swork.cb_len, merkle_root);
}

I applied a dirty fix by removing said IF sentence, simply because it's not needed for darkcoin.

BTC:1AiCRMxgf1ptVQwx6hDuKMu4f7F27QmJC2
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
May 24, 2014, 01:54:12 PM
 #25

I identified and corrected the problem  https://www.dropbox.com/s/skv74wv378h5qnl/sgminerx11.rar

The problem is the use of an unitialized variable as an index.

i.e    
Code:
if (gpus[i].kernel == KL_FUGUECOIN || gpus[i].kernel == KL_GROESTLCOIN || gpus[i].kernel == KL_TWECOIN) {
sha256(pool->coinbase, pool->swork.cb_len, merkle_root);
}

I applied a dirty fix by removing said IF sentence, simply because it's not needed for darkcoin.

i'm not a coder, but i'm curious what "sha256(pool->coinbase, pool->swork.cb_len, merkle_root);" does
lasybear (OP)
Member
**
Offline Offline

Activity: 113
Merit: 14


View Profile
May 24, 2014, 01:56:57 PM
 #26

I identified and corrected the problem  https://www.dropbox.com/s/skv74wv378h5qnl/sgminerx11.rar

The problem is the use of an unitialized variable as an index.

i.e    
Code:
if (gpus[i].kernel == KL_FUGUECOIN || gpus[i].kernel == KL_GROESTLCOIN || gpus[i].kernel == KL_TWECOIN) {
sha256(pool->coinbase, pool->swork.cb_len, merkle_root);
}

I applied a dirty fix by removing said IF sentence, simply because it's not needed for darkcoin.

i'm not a coder, but i'm curious what "sha256(pool->coinbase, pool->swork.cb_len, merkle_root);" does
This is not a my modification.
Maybe this code from cycle below...
Amazing, on Linux this works )
Elun
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
May 24, 2014, 01:58:13 PM
 #27

Windows build report: shares with diff -0.000 and speed jumps from 2.1 to 2.6 up and down, up and down.
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
May 24, 2014, 01:59:10 PM
 #28

displayed best share is wrong, is negative, diff also is at 0.000, something in the type of digits in the code

I identified and corrected the problem  https://www.dropbox.com/s/skv74wv378h5qnl/sgminerx11.rar

The problem is the use of an unitialized variable as an index.

i.e    
Code:
if (gpus[i].kernel == KL_FUGUECOIN || gpus[i].kernel == KL_GROESTLCOIN || gpus[i].kernel == KL_TWECOIN) {
sha256(pool->coinbase, pool->swork.cb_len, merkle_root);
}

I applied a dirty fix by removing said IF sentence, simply because it's not needed for darkcoin.

i'm not a coder, but i'm curious what "sha256(pool->coinbase, pool->swork.cb_len, merkle_root);" does
This is not a my modification.
Maybe this code from cycle below...
Amazing, on Linux this works )

i've done some code in the past, but swork.cb_len, merkle_root i really don't know to what they refer
bbr
Sr. Member
****
Offline Offline

Activity: 290
Merit: 250


View Profile
May 24, 2014, 02:03:12 PM
 #29

i'm not getting any speed increase (2.1 mh/s 280x & 7970) over the normal sph-sgminer with darkcoin kernel on windows 7 64 bit.

The 2% version speed was 3.1 mh/s for both cards
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
May 24, 2014, 02:04:21 PM
 #30

i'm not getting any speed increase (2.1 mh/s 280x & 7970) over the normal sph-sgminer with darkcoin kernel on windows 7 64 bit.

The 2% version speed was 3.1 mh/s for both cards

--gpu-threads 2 --thread-concurrency 8192 -I 15 --lookup-gap 2

you need intensity 15 for 3.15M/s, but the share value are all fucked up, they are negative, something wrong in the code
Remember remember the 5th of November
Legendary
*
Offline Offline

Activity: 1862
Merit: 1011

Reverse engineer from time to time


View Profile
May 24, 2014, 02:04:24 PM
 #31

i'm not getting any speed increase (2.1 mh/s 280x & 7970) over the normal sph-sgminer with darkcoin kernel on windows 7 64 bit.

The 2% version speed was 3.1 mh/s for both cards
Did you select the x11mod kernel? Sounds like you omitted -k x11mod

BTC:1AiCRMxgf1ptVQwx6hDuKMu4f7F27QmJC2
lasybear (OP)
Member
**
Offline Offline

Activity: 113
Merit: 14


View Profile
May 24, 2014, 02:14:18 PM
 #32

I'll be unavailable till 20:00GMT.

Please provide your settings and hashrates )
SpeedDemon13
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
May 24, 2014, 02:16:23 PM
Last edit: May 24, 2014, 04:24:12 PM by SpeedDemon13
 #33

I'm testing on older AMD cards, ie 5870,6950,6970,etc... Using -k x11mod, I=15, w=128, gpu thread=4, TC=8000, power tune=+20%, 880core/1350mem, lookup gap=2....

I'm getting 1.8~1.9mh/s on a HD6950 1GB, but the shares are -0.0000 and diff is 0.000/0.000 .

Original hash was 1.1~1.2.

It does seem the coding still needs some tweaking to work right.

CRYPTSY exchange: https://www.cryptsy.com/users/register?refid=9017 BURST= BURST-TE3W-CFGH-7343-6VM6R BTC=1CNsqGUR9YJNrhydQZnUPbaDv6h4uaYCHv ETH=0x144bc9fe471d3c71d8e09d58060d78661b1d4f32 SHF=0x13a0a2cb0d55eca975cf2d97015f7d580ce52d85 EXP=0xd71921dca837e415a58ca0d6dd2223cc84e0ea2f SC=6bdf9d12a983fed6723abad91a39be4f95d227f9bdb0490de3b8e5d45357f63d564638b1bd71 CLAMS=xGVTdM9EJpNBCYAjHFVxuZGcqvoL22nP6f SOIL=0x8b5c989bc931c0769a50ecaf9ffe490c67cb5911
bbr
Sr. Member
****
Offline Offline

Activity: 290
Merit: 250


View Profile
May 24, 2014, 02:18:57 PM
 #34

i'm not getting any speed increase (2.1 mh/s 280x & 7970) over the normal sph-sgminer with darkcoin kernel on windows 7 64 bit.

The 2% version speed was 3.1 mh/s for both cards
Did you select the x11mod kernel? Sounds like you omitted -k x11mod

Your version with settings : -k x11mod -I 15 --gpu-engine 1050 --gpu-memclock 1500 --thread-concurrency 8192 --lookup-gap 2 --gpu-powertune 20



2% version with settings: -I 20 -w 128 --gpu-engine 1050 --gpu-memclock 1500 --thread-concurrency 8128 --gpu-powertune 20



I have tried different parameters but nothing changes
Remember remember the 5th of November
Legendary
*
Offline Offline

Activity: 1862
Merit: 1011

Reverse engineer from time to time


View Profile
May 24, 2014, 02:19:13 PM
 #35

I'm testing on older AMD cards, ie 5870,6950,6970,etc... Using -k x11mod and I=15....

I'm getting 1.8~1.9mh/s, but the shares are -0.0000/0.0000.

Original hash was 1.1~1.2.

It does seem the coding still need some tweaking to work right.
You got that right.  Smiley

BTC:1AiCRMxgf1ptVQwx6hDuKMu4f7F27QmJC2
Remember remember the 5th of November
Legendary
*
Offline Offline

Activity: 1862
Merit: 1011

Reverse engineer from time to time


View Profile
May 24, 2014, 02:20:37 PM
 #36

i'm not getting any speed increase (2.1 mh/s 280x & 7970) over the normal sph-sgminer with darkcoin kernel on windows 7 64 bit.

The 2% version speed was 3.1 mh/s for both cards
Did you select the x11mod kernel? Sounds like you omitted -k x11mod

Your version with settings : -k x11mod -I 15 --gpu-engine 1050 --gpu-memclock 1500 --thread-concurrency 8192 --lookup-gap 2 --gpu-powertune 20



2% version with settings: -I 20 -w 128 --gpu-engine 1050 --gpu-memclock 1500 --thread-concurrency 8128 --gpu-powertune 20



I have tried different parameters but nothing changes
Strange, everybody else is reporting higher hashrates. I know lasybear said intensity not to go over 15, but try setting it to 20 and test then.

BTC:1AiCRMxgf1ptVQwx6hDuKMu4f7F27QmJC2
bbr
Sr. Member
****
Offline Offline

Activity: 290
Merit: 250


View Profile
May 24, 2014, 02:23:32 PM
 #37

-I 18 - 20 causes the AMD drivers to crash
grendel25
Legendary
*
Offline Offline

Activity: 2282
Merit: 1031



View Profile
May 24, 2014, 02:31:10 PM
 #38

-I 18 - 20 causes the AMD drivers to crash

yep... they recommend nto going higher than -I 15

Hoping this gets tuned up a bit better.  Seems just a bit slower than the 2% fee scuzzball

..EPICENTRAL .....
..EPIC: Epic Private Internet Cash..
.
.
▄▄█████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄████████████████▀▀█████▄
▄████████████▀▀▀    ██████▄
████████▀▀▀   ▄▀   ████████
█████▄     ▄█▀     ████████
████████▄ █▀      █████████
▀████████▌▐       ████████▀
▀████████ ▄██▄  ████████▀
▀█████████████▄███████▀
▀█████████████████▀
▀▀█████████▀▀
.
▄▄█████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄████████▀█████▀████████▄
▄██████▀  ▀     ▀  ▀██████▄
██████▌             ▐██████
██████    ██   ██    ██████
█████▌    ▀▀   ▀▀    ▐█████
▀█████▄  ▄▄     ▄▄  ▄█████▀
▀██████▄▄███████▄▄██████▀
▀█████████████████████▀
▀█████████████████▀
▀▀█████████▀▀
.
.
[/center]
SpeedDemon13
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
May 24, 2014, 02:38:36 PM
 #39

I'm testing on older AMD cards, ie 5870,6950,6970,etc... Using -k x11mod and I=15....

I'm getting 1.8~1.9mh/s, but the shares are -0.0000/0.0000.

Original hash was 1.1~1.2.

It does seem the coding still need some tweaking to work right.
You got that right.  Smiley

It does hash and find work, but doesn't submit shares....

CRYPTSY exchange: https://www.cryptsy.com/users/register?refid=9017 BURST= BURST-TE3W-CFGH-7343-6VM6R BTC=1CNsqGUR9YJNrhydQZnUPbaDv6h4uaYCHv ETH=0x144bc9fe471d3c71d8e09d58060d78661b1d4f32 SHF=0x13a0a2cb0d55eca975cf2d97015f7d580ce52d85 EXP=0xd71921dca837e415a58ca0d6dd2223cc84e0ea2f SC=6bdf9d12a983fed6723abad91a39be4f95d227f9bdb0490de3b8e5d45357f63d564638b1bd71 CLAMS=xGVTdM9EJpNBCYAjHFVxuZGcqvoL22nP6f SOIL=0x8b5c989bc931c0769a50ecaf9ffe490c67cb5911
ekoice
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile
May 24, 2014, 02:41:18 PM
 #40

looking foward for this...seems nice
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 ... 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!