jakecrow
|
|
May 24, 2014, 01:20:56 PM |
|
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
Activity: 1862
Merit: 1011
Reverse engineer from time to time
|
|
May 24, 2014, 01:27:24 PM |
|
I am looking into the issue.
|
BTC:1AiCRMxgf1ptVQwx6hDuKMu4f7F27QmJC2
|
|
|
lasybear (OP)
Member
Offline
Activity: 113
Merit: 14
|
|
May 24, 2014, 01:34:32 PM |
|
I am looking into the issue.
Unfortunately, I haven't programming experience on windows. I used sources from https://github.com/Atrides/sph-sgminerModded files configure.in ocl.{h,c} driver-opencl.c findnonce.h miner.h sgminer.c
|
|
|
|
Remember remember the 5th of November
Legendary
Offline
Activity: 1862
Merit: 1011
Reverse engineer from time to time
|
|
May 24, 2014, 01:39:27 PM |
|
I identified and corrected the problem https://www.dropbox.com/s/skv74wv378h5qnl/sgminerx11.rarThe problem is the use of an unitialized variable as an index. i.e 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
Activity: 3248
Merit: 1070
|
|
May 24, 2014, 01:54:12 PM |
|
I identified and corrected the problem https://www.dropbox.com/s/skv74wv378h5qnl/sgminerx11.rarThe problem is the use of an unitialized variable as an index. i.e 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
Activity: 113
Merit: 14
|
|
May 24, 2014, 01:56:57 PM |
|
I identified and corrected the problem https://www.dropbox.com/s/skv74wv378h5qnl/sgminerx11.rarThe problem is the use of an unitialized variable as an index. i.e 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
Activity: 117
Merit: 10
|
|
May 24, 2014, 01:58:13 PM |
|
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
Activity: 3248
Merit: 1070
|
|
May 24, 2014, 01:59:10 PM |
|
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.rarThe problem is the use of an unitialized variable as an index. i.e 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
|
|
May 24, 2014, 02:03:12 PM |
|
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
Activity: 3248
Merit: 1070
|
|
May 24, 2014, 02:04:21 PM |
|
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
Activity: 1862
Merit: 1011
Reverse engineer from time to time
|
|
May 24, 2014, 02:04:24 PM |
|
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
Activity: 113
Merit: 14
|
|
May 24, 2014, 02:14:18 PM |
|
I'll be unavailable till 20:00GMT.
Please provide your settings and hashrates )
|
|
|
|
SpeedDemon13
|
|
May 24, 2014, 02:16:23 PM Last edit: May 24, 2014, 04:24:12 PM by SpeedDemon13 |
|
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
|
|
May 24, 2014, 02:18:57 PM |
|
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
Activity: 1862
Merit: 1011
Reverse engineer from time to time
|
|
May 24, 2014, 02:19:13 PM |
|
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.
|
BTC:1AiCRMxgf1ptVQwx6hDuKMu4f7F27QmJC2
|
|
|
Remember remember the 5th of November
Legendary
Offline
Activity: 1862
Merit: 1011
Reverse engineer from time to time
|
|
May 24, 2014, 02:20:37 PM |
|
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
|
|
May 24, 2014, 02:23:32 PM |
|
-I 18 - 20 causes the AMD drivers to crash
|
|
|
|
grendel25
Legendary
Offline
Activity: 2296
Merit: 1031
|
|
May 24, 2014, 02:31:10 PM |
|
-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
|
|
|
|
SpeedDemon13
|
|
May 24, 2014, 02:38:36 PM |
|
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. 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
|
|
May 24, 2014, 02:41:18 PM |
|
looking foward for this...seems nice
|
|
|
|
|