Bitcoin Forum
May 03, 2024, 05:19:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 ... 233 »
  Print  
Author Topic: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner  (Read 877795 times)
Demontager
Newbie
*
Offline Offline

Activity: 60
Merit: 0


View Profile
July 15, 2014, 11:57:53 AM
 #1081

Guys, i have problem with sgminer5 compiled from source. Basically it works, but after sometime it randomly dropping hashing speed from 2.7 Mhs (R 9 270) to 2.1 Mhs. If i just do manual mining restart speed goes up again to 2.7 Mhs.
 I have recent 14.6 Linux Beta drivers installed.
Miner compiled as follows:
Code:
git clone -b v5_0 https://github.com/sgminer-dev/sgminer.git
cd sgminer
git submodule init
git submodule update
autoreconf -i
CFLAGS="-O2 -Wall -march=native" ./configure
make
Config:
Code:

{
"pools" : [
        {
                 "poolname" : "Trademybit-X11",
                 "url" : "stratum+tcp://am01.eu.trademybit.com:4440",
                 "user": "User.x11",
                 "pass": "x",
                 "profile":"x11"
        },
        {
                "notes" : "Trademybit-X13",
                "url" : "stratum+tcp://east01.us.trademybit.com:5550",
                "user" : "User.x13",
                "pass" : "x",
                "profile":"x13"
        },
        {
        "name" : "Trademybit X15",
        "url" : "stratum+tcp://east03.us.trademybit.com:4012",
        "user" : "User.x15",
        "pass" : "x",
        "pool-priority" : "0",
        "profile":"x15"
        }
]
,
"profiles" : [
        {
        "name":"x11",
        "algorithm":"darkcoin-mod",
"rawintensity":"262144",
"gpu-platform" : "0",
"thread-concurrency" : "8192",
"gpu-engine" : "1150",
"gpu-fan" : "50-100",
"gpu-memclock" : "1250",
"gpu-powertune" : "0",
"gpu-threads" : "2"
        },
        {
         "name":"x15",
         "algorithm":"bitblock",
         "rawintensity":"262144",
         "thread-concurrency" : "8192",
         "gpu-engine" : "1150",
         "gpu-fan" : "50-80",
         "gpu-memclock" : "1250",
         "gpu-powertune" : "0",
         "gpu-threads" : "2"
},
        {
                "name":"x13",
                "algorithm":"marucoin-mod",
                "intensity" : "17",
                "thread-concurrency" : "0",
                "gpu-engine" : "1150",
                "gpu-fan" : "50-100",
                "gpu-memclock" : "1250",
                "gpu-powertune" : "0",
                "gpu-threads" : "2"
        },
        {
                "name" : "scrypt",
                "algorithm" : "ckolivas"
        }
],
"default-profile":"x11",
"lookup_gap":"2",
"worksize":"128",
"failover-only":true,
"auto-fan" : true,
"vectors" : "1",
"api-listen" : true,
"api-port" : "4028",
"api-allow" : "W:127.0.0.1",
"temp-hysteresis" : "3",
"temp-cutoff" : "95",
"temp-overheat" : "90",
"temp-target" : "75",
"log" : "5",
"no-pool-disable" : true,
"queue" : "0",
"expiry" : "1",
"scan-time" : "1",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}

1714713552
Hero Member
*
Offline Offline

Posts: 1714713552

View Profile Personal Message (Offline)

Ignore
1714713552
Reply with quote  #2

1714713552
Report to moderator
1714713552
Hero Member
*
Offline Offline

Posts: 1714713552

View Profile Personal Message (Offline)

Ignore
1714713552
Reply with quote  #2

1714713552
Report to moderator
Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
badman74
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
July 15, 2014, 12:22:14 PM
 #1082

@badman74, do you have a directory with source from 06-25?
try
https://github.com/sgminer-dev/sgminer/archive/78014ab0d53c661c8d3acd4184e3ca81e802896c.zip
or
https://github.com/sgminer-dev/sgminer/archive/044bf709018d8509cad7bfb758670f087f924980.zip
badman74
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
July 15, 2014, 12:28:53 PM
 #1083

Guys, i have problem with sgminer5 compiled from source. Basically it works, but after sometime it randomly dropping hashing speed from 2.7 Mhs (R 9 270) to 2.1 Mhs. If i just do manual mining restart speed goes up again to 2.7 Mhs.
 I have recent 14.6 Linux Beta drivers installed.
Miner compiled as follows:
Code:
git clone -b v5_0 https://github.com/sgminer-dev/sgminer.git
cd sgminer
git submodule init
git submodule update
autoreconf -i
CFLAGS="-O2 -Wall -march=native" ./configure
make
Config:
Code:

{
"pools" : [
        {
                 "poolname" : "Trademybit-X11",
                 "url" : "stratum+tcp://am01.eu.trademybit.com:4440",
                 "user": "User.x11",
                 "pass": "x",
                 "profile":"x11"
        },
        {
                "notes" : "Trademybit-X13",
                "url" : "stratum+tcp://east01.us.trademybit.com:5550",
                "user" : "User.x13",
                "pass" : "x",
                "profile":"x13"
        },
        {
        "name" : "Trademybit X15",
        "url" : "stratum+tcp://east03.us.trademybit.com:4012",
        "user" : "User.x15",
        "pass" : "x",
        "pool-priority" : "0",
        "profile":"x15"
        }
]
,
"profiles" : [
        {
        "name":"x11",
        "algorithm":"darkcoin-mod",
"rawintensity":"262144",
"gpu-platform" : "0",
"thread-concurrency" : "8192",
"gpu-engine" : "1150",
"gpu-fan" : "50-100",
"gpu-memclock" : "1250",
"gpu-powertune" : "0",
"gpu-threads" : "2"
        },
        {
         "name":"x15",
         "algorithm":"bitblock",
         "rawintensity":"262144",
         "thread-concurrency" : "8192",
         "gpu-engine" : "1150",
         "gpu-fan" : "50-80",
         "gpu-memclock" : "1250",
         "gpu-powertune" : "0",
         "gpu-threads" : "2"
},
        {
                "name":"x13",
                "algorithm":"marucoin-mod",
                "intensity" : "17",
                "thread-concurrency" : "0",
                "gpu-engine" : "1150",
                "gpu-fan" : "50-100",
                "gpu-memclock" : "1250",
                "gpu-powertune" : "0",
                "gpu-threads" : "2"
        },
        {
                "name" : "scrypt",
                "algorithm" : "ckolivas"
        }
],
"default-profile":"x11",
"lookup_gap":"2",
"worksize":"128",
"failover-only":true,
"auto-fan" : true,
"vectors" : "1",
"api-listen" : true,
"api-port" : "4028",
"api-allow" : "W:127.0.0.1",
"temp-hysteresis" : "3",
"temp-cutoff" : "95",
"temp-overheat" : "90",
"temp-target" : "75",
"log" : "5",
"no-pool-disable" : true,
"queue" : "0",
"expiry" : "1",
"scan-time" : "1",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}

my only guess is that you may be crashing the gpu drivers and have them continue hashing at a lower clock
try lowering your clocks just a little and see if it helps at all
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
July 15, 2014, 12:58:03 PM
 #1084

@badman74, can you take a look at this issue?

https://github.com/sgminer-dev/sgminer/issues/347

I want to know if you're experiencing the same on your Hawaiis.

There's something fundamentally different from 06-25 and current builds; I cannot track it down by myself however.
badman74
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
July 15, 2014, 01:44:00 PM
Last edit: July 15, 2014, 02:37:04 PM by badman74
 #1085

@badman74, can you take a look at this issue?

https://github.com/sgminer-dev/sgminer/issues/347

I want to know if you're experiencing the same on your Hawaiis.

There's something fundamentally different from 06-25 and current builds; I cannot track it down by myself however.
don't know what the problem is for you but i am getting 5.7mh/s  on the non throttled gpu and 5.45mh/s on the high temp one
Code:
{
"profiles" : [
{
"name" : "x11",
"algorithm" : "darkcoin-mod",
"intensity" : "17",
"gpu-threads" : "2",
"worksize": "128"
},
{
"name" : "x13",
"algorithm" : "marucoin-mod",
"intensity" : "18",
"gpu-threads" : "2",
"worksize": "256"
},
{
"name" : "x15",
"algorithm" : "bitblock",
"intensity" : "16",
"gpu-threads" : "2",
"worksize": "256"
},
{
"name" : "NIST5",
"algorithm" : "talkcoin-mod",
"intensity" : "16",
"gpu-threads" : "2",
"worksize": "256"
},
{
"name" : "scrypt",
"intensity" : "16",
"worksize" : "64",
"lookup-gap" : "2",
"gpu-threads": "1",
"algorithm" : "alexkarnew",
"nfactor" : "10"
},
{
"name" : "nscrypt",
"intensity" : "16",
"worksize" : "64",
"lookup-gap" : "2",
"gpu-threads": "2",
"algorithm" : "zuikkis",
"nfactor" : "11"
},
{
"name" : "keccak",
"intensity" : "12",
"worksize" : "256",
"gpu-threads": "4",
"algorithm" : "maxcoin"
},
{
"name" : "qubit",
"intensity" : "18",
"worksize" : "256",
"algorithm" : "qubitcoin",
"gpu-threads" : "2"
},
{
"name" : "quark",
"intensity" : "18",
"worksize" : "256",
"algorithm" : "quarkcoin",
"gpu-threads" : "2"
}
],
"hamsi-expand-big" : "1",
"hamsi-short" : true,
"gpu-map" : "0:1,1:0",
"gpu-fan" : "50-100",
"gpu-engine": "750-1000,750-1050",
"gpu-memdiff" : "300,350",
"failover-only" : true,
"temp-cutoff" : "96",
"temp-overheat" : "94",
"temp-target" : "90",
"auto-fan" : true,
"auto-gpu" : true,
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-port" : "4028",
"expiry" : "1",
"gpu-dyninterval" : "7",
"hotplug" : "5",
"log" : "5",
"queue" : "0",
"scan-time" : "1",
"temp-hysteresis" : "2",
"shares" : "0",
"no-submit-stale" : true,
"no-restart" : false,
"failover-switch-delay" : "30",
"show-coindiff" : true,
"remove-disabled" : true
}
Bajawah
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
July 15, 2014, 04:33:07 PM
 #1086

Has anyone found a solution for the full machine lockup?

I searched through this thread and found a few people also running into this, but without resolution.

I'm assuming it has to do with a GPU going sick and bringing down the whole shabang.

My mine is headless, so it's hard to tell what happened other than after about 24 hours it sometimes becomes unresponsive and requires a power cycle. :-/
badman74
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
July 15, 2014, 04:50:34 PM
 #1087

Has anyone found a solution for the full machine lockup?

I searched through this thread and found a few people also running into this, but without resolution.

I'm assuming it has to do with a GPU going sick and bringing down the whole shabang.

My mine is headless, so it's hard to tell what happened other than after about 24 hours it sometimes becomes unresponsive and requires a power cycle. :-/
hard to say without knowing more about your setup but generally it has to do with setting TC or clocks too high
mannyg
Full Member
***
Offline Offline

Activity: 142
Merit: 101


View Profile
July 15, 2014, 06:09:47 PM
 #1088

I cant stress enough how important it is to curb your GPU clocks to keep the switching working right.  If you are pushing one algo too hard and a switch comes along, chances are the card will go SICK and DEAD after the driver crashes.
risingtide
Member
**
Offline Offline

Activity: 143
Merit: 10


View Profile
July 15, 2014, 06:36:14 PM
 #1089

I'm not getting any GPUs recognized (Win7 x64 w/ 14.6 drivers) as mentioned here.

Code:
clDevicesNum returned error, no GPUs usable

Wondering if anyone else had encountered this problem?

🚀 🚀Bitcoin mining with NFTs 🚀 🚀
⚡️⚡️Join us in the Digimint Discord⚡️⚡️
mannyg
Full Member
***
Offline Offline

Activity: 142
Merit: 101


View Profile
July 15, 2014, 06:49:49 PM
 #1090

I'm not getting any GPUs recognized (Win7 x64 w/ 14.6 drivers) as mentioned here.

Code:
clDevicesNum returned error, no GPUs usable

Wondering if anyone else had encountered this problem?


Double check for your on-board video and disable it if it is enabled.
badman74
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
July 15, 2014, 07:00:30 PM
 #1091

I'm not getting any GPUs recognized (Win7 x64 w/ 14.6 drivers) as mentioned here.

Code:
clDevicesNum returned error, no GPUs usable

Wondering if anyone else had encountered this problem?
have you tried --gpu-platform 1 in the .bat file or "gpu-platform" : "1", in your .conf
atomicchaos
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500


View Profile
July 15, 2014, 07:37:00 PM
 #1092

I'm not getting any GPUs recognized (Win7 x64 w/ 14.6 drivers) as mentioned here.

Code:
clDevicesNum returned error, no GPUs usable

Wondering if anyone else had encountered this problem?
have you tried --gpu-platform 1 in the .bat file or "gpu-platform" : "1", in your .conf

This will solve it. See? I knew someone else had the same issue that I did. This just appeared in SGMiner 5.

Did they change the default? I believe it used to default to "1". If the above doesn't work, do --gpu-platform 0

On my 50 rigs, I had to have a mixture.. Some worked by default, others had an error unless I specified. I submitted a bug report in Github, but I guess it was thought that this would fix the "new" issue, which it does, but it doesn't explain why the behavior changed between 4.1 and 5.

BTC:113mFe2e3oRkZQ5GeqKhoHbGtVw16unnw2
badman74
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
July 15, 2014, 07:59:26 PM
 #1093

I'm not getting any GPUs recognized (Win7 x64 w/ 14.6 drivers) as mentioned here.

Code:
clDevicesNum returned error, no GPUs usable

Wondering if anyone else had encountered this problem?
have you tried --gpu-platform 1 in the .bat file or "gpu-platform" : "1", in your .conf

This will solve it. See? I knew someone else had the same issue that I did. This just appeared in SGMiner 5.

Did they change the default? I believe it used to default to "1". If the above doesn't work, do --gpu-platform 0

On my 50 rigs, I had to have a mixture.. Some worked by default, others had an error unless I specified. I submitted a bug report in Github, but I guess it was thought that this would fix the "new" issue, which it does, but it doesn't explain why the behavior changed between 4.1 and 5.
it has something to do with sgminer 5 not working with the onboard video (gpu-platform 0 if it there)
Bajawah
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
July 15, 2014, 08:57:35 PM
 #1094

Has anyone found a solution for the full machine lockup?

I searched through this thread and found a few people also running into this, but without resolution.

I'm assuming it has to do with a GPU going sick and bringing down the whole shabang.

My mine is headless, so it's hard to tell what happened other than after about 24 hours it sometimes becomes unresponsive and requires a power cycle. :-/
hard to say without knowing more about your setup but generally it has to do with setting TC or clocks too high

I cant stress enough how important it is to curb your GPU clocks to keep the switching working right.  If you are pushing one algo too hard and a switch comes along, chances are the card will go SICK and DEAD after the driver crashes.

Is there a log file that I can look through to see what is causing an issue?

I added a restart crontab as a hacky fix for now. Unsure if it will work.

On Asus DCII 280x x 6 :

Code:
{
    "pools": [
        {
            "name": "TradeMyBit_X11",
            "url": "stratum+tcp://west01.us.trademybit.com:4010",
            "user": "x",
            "pass": "x",
            "nfactor": "10",
            "algorithm": "darkcoin-mod",
            "profile": "X-Coins"
        },
        {
            "name": "TradeMyBit_X13",
            "url": "stratum+tcp://west01.us.trademybit.com:4011",
            "user": "x",
            "pass": "x",
            "nfactor": "10",
            "algorithm": "marucoin-mod",
            "profile": "X-Coins"
        },
        {
            "name": "TradeMyBit_X15",
            "url": "stratum+tcp://west01.us.trademybit.com:4012",
            "user": "x",
            "pass": "x",
            "algorithm": "bitblock",
            "profile": "X-Coins"
        },
        {
            "name": "TradeMyBit_Nist5",
            "url": "stratum+tcp://west01.us.trademybit.com:4013",
            "user": "x",
            "pass": "x",
            "algorithm": "talkcoin-mod",
            "profile": "Nist5"
        },
        {
            "name": "TradeMyBit_Scrypt-N",
            "url": "stratum+tcp://west01.us.trademybit.com:2220",
            "user": "x",
            "pass": "x",
            "profile": "Scrypt-N"
        },
        {
            "name": "TradeMyBit_Scrypt",
            "url": "stratum+tcp://west01.us.trademybit.com:3330",
            "user": "x",
            "pass": "x",
            "nfactor": "10",
            "algorithm": "zuikkis"
        }
    ],
    "profiles": [
        {
            "name": "X-Coins",
            "intensity": "16",
            "gpu-engine": "1100",
            "gpu-memclock": "1800"
        },
        {
            "name": "Scrypt-N",
            "intensity": "13",
            "gpu-threads": "1",
            "gpu-engine": "1000",
            "gpu-memclock": "1500",
            "thread-concurrency": "10240"
        },
        {
            "name": "Nist5",
            "worksize": "64",
            "intensity": "18",
            "hamsi-expand-big": "1",
            "gpu-powertune": "8"
        }
    ],
    "hamsi-expand-big": "4",
    "worksize": "256",
    "thread-concurrency": "8192",

    "gpu-threads": "2",
    "gpu-powertune": "20",
    "gpu-engine": "1070",
    "gpu-memclock": "1600",

    "auto-fan": true,
    "gpu-fan": "50-85",
    "temp-target": "75",
    "temp-cutoff": "95",
    "temp-overheat": "85",

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

    "queue": "0",
    "expiry": "1",
    "show-coindiff": true,
    "no-submit-stale": true,
    "failover-only": true,
    "failover-switch-delay": "30",
    "extranonce-subscription": true,
    "no-extranonce": true,
    "hotplug": "5",
    "no-restart": true,
    "remove-disabled": true
}
badman74
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
July 15, 2014, 09:11:13 PM
 #1095

Is there a log file that I can look through to see what is causing an issue?

I added a restart crontab as a hacky fix for now. Unsure if it will work.

On Asus DCII 280x x 6 :
Code:
{
    "pools": [
        {
            "name": "TradeMyBit_X11",
            "url": "stratum+tcp://west01.us.trademybit.com:4010",
            "user": "x",
            "pass": "x",
            "nfactor": "10",
            "algorithm": "darkcoin-mod",
            "profile": "X-Coins"
        },
        {
            "name": "TradeMyBit_X13",
            "url": "stratum+tcp://west01.us.trademybit.com:4011",
            "user": "x",
            "pass": "x",
            "nfactor": "10",
            "algorithm": "marucoin-mod",
            "profile": "X-Coins"
        },
        {
            "name": "TradeMyBit_X15",
            "url": "stratum+tcp://west01.us.trademybit.com:4012",
            "user": "x",
            "pass": "x",
            "algorithm": "bitblock",
            "profile": "X-Coins"
        },
        {
            "name": "TradeMyBit_Nist5",
            "url": "stratum+tcp://west01.us.trademybit.com:4013",
            "user": "x",
            "pass": "x",
            "algorithm": "talkcoin-mod",
            "profile": "Nist5"
        },
        {
            "name": "TradeMyBit_Scrypt-N",
            "url": "stratum+tcp://west01.us.trademybit.com:2220",
            "user": "x",
            "pass": "x",
            "profile": "Scrypt-N"
        },
        {
            "name": "TradeMyBit_Scrypt",
            "url": "stratum+tcp://west01.us.trademybit.com:3330",
            "user": "x",
            "pass": "x",
            "nfactor": "10",
            "algorithm": "zuikkis"
        }
    ],
    "profiles": [
        {
            "name": "X-Coins",
            "intensity": "16",
            "gpu-engine": "1100",
            "gpu-memclock": "1800"
        },
        {
            "name": "Scrypt-N",
            "intensity": "13",
            "gpu-threads": "1",
            "gpu-engine": "1000",
            "gpu-memclock": "1500",
            "thread-concurrency": "10240"
        },
        {
            "name": "Nist5",
            "worksize": "64",
            "intensity": "18",
            "hamsi-expand-big": "1",
            "gpu-powertune": "8"
        }
    ],
    "hamsi-expand-big": "4",
    "worksize": "256",
    "thread-concurrency": "8192",

    "gpu-threads": "2",
    "gpu-powertune": "20",
    "gpu-engine": "1070",
    "gpu-memclock": "1600",

    "auto-fan": true,
    "gpu-fan": "50-85",
    "temp-target": "75",
    "temp-cutoff": "95",
    "temp-overheat": "85",

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

    "queue": "0",
    "expiry": "1",
    "show-coindiff": true,
    "no-submit-stale": true,
    "failover-only": true,
    "failover-switch-delay": "30",
    "extranonce-subscription": true,
    "no-extranonce": true,
    "hotplug": "5",
    "no-restart": true,
    "remove-disabled": true
}
hmm have you tried all the different algo's individually to make sure they all work?
i know TC for nscrypt is about half of what it is for scrypt
also if you recently updated to 14.6 drivers TC will need to be reevaluated
other than that, your cards seem to be able to run way higher mem clocks than any of mine (sapphire 290x BF4 edition, and gigabyte 290 windforce) mine crash if i go above 1400 for any length of time
Bajawah
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
July 15, 2014, 09:37:48 PM
 #1096

Is there a log file that I can look through to see what is causing an issue?

I added a restart crontab as a hacky fix for now. Unsure if it will work.

On Asus DCII 280x x 6 :
Code:
{
    "pools": [
        {
            "name": "TradeMyBit_X11",
            "url": "stratum+tcp://west01.us.trademybit.com:4010",
            "user": "x",
            "pass": "x",
            "nfactor": "10",
            "algorithm": "darkcoin-mod",
            "profile": "X-Coins"
        },
        {
            "name": "TradeMyBit_X13",
            "url": "stratum+tcp://west01.us.trademybit.com:4011",
            "user": "x",
            "pass": "x",
            "nfactor": "10",
            "algorithm": "marucoin-mod",
            "profile": "X-Coins"
        },
        {
            "name": "TradeMyBit_X15",
            "url": "stratum+tcp://west01.us.trademybit.com:4012",
            "user": "x",
            "pass": "x",
            "algorithm": "bitblock",
            "profile": "X-Coins"
        },
        {
            "name": "TradeMyBit_Nist5",
            "url": "stratum+tcp://west01.us.trademybit.com:4013",
            "user": "x",
            "pass": "x",
            "algorithm": "talkcoin-mod",
            "profile": "Nist5"
        },
        {
            "name": "TradeMyBit_Scrypt-N",
            "url": "stratum+tcp://west01.us.trademybit.com:2220",
            "user": "x",
            "pass": "x",
            "profile": "Scrypt-N"
        },
        {
            "name": "TradeMyBit_Scrypt",
            "url": "stratum+tcp://west01.us.trademybit.com:3330",
            "user": "x",
            "pass": "x",
            "nfactor": "10",
            "algorithm": "zuikkis"
        }
    ],
    "profiles": [
        {
            "name": "X-Coins",
            "intensity": "16",
            "gpu-engine": "1100",
            "gpu-memclock": "1800"
        },
        {
            "name": "Scrypt-N",
            "intensity": "13",
            "gpu-threads": "1",
            "gpu-engine": "1000",
            "gpu-memclock": "1500",
            "thread-concurrency": "10240"
        },
        {
            "name": "Nist5",
            "worksize": "64",
            "intensity": "18",
            "hamsi-expand-big": "1",
            "gpu-powertune": "8"
        }
    ],
    "hamsi-expand-big": "4",
    "worksize": "256",
    "thread-concurrency": "8192",

    "gpu-threads": "2",
    "gpu-powertune": "20",
    "gpu-engine": "1070",
    "gpu-memclock": "1600",

    "auto-fan": true,
    "gpu-fan": "50-85",
    "temp-target": "75",
    "temp-cutoff": "95",
    "temp-overheat": "85",

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

    "queue": "0",
    "expiry": "1",
    "show-coindiff": true,
    "no-submit-stale": true,
    "failover-only": true,
    "failover-switch-delay": "30",
    "extranonce-subscription": true,
    "no-extranonce": true,
    "hotplug": "5",
    "no-restart": true,
    "remove-disabled": true
}
hmm have you tried all the different algo's individually to make sure they all work?
i know TC for nscrypt is about half of what it is for scrypt
also if you recently updated to 14.6 drivers TC will need to be reevaluated
other than that, your cards seem to be able to run way higher mem clocks than any of mine (sapphire 290x BF4 edition, and gigabyte 290 windforce) mine crash if i go above 1400 for any length of time

They all do work by themselves.

I just added the scrypt-n today, so I know it didn't cause the locks in the past few days. Going to remove scrypt-n for now just to keep things simple.

In sitting here at work, I have watched it switch back and forth multiple times without issue.

Do these things kinda pop up randomly? Work great with no HW errors or rejects and then boom dead?

I appreciate your help! Smiley
badman74
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
July 15, 2014, 09:56:21 PM
 #1097

Is there a log file that I can look through to see what is causing an issue?

I added a restart crontab as a hacky fix for now. Unsure if it will work.

On Asus DCII 280x x 6 :
Code:
{
    "pools": [
        {
            "name": "TradeMyBit_X11",
            "url": "stratum+tcp://west01.us.trademybit.com:4010",
            "user": "x",
            "pass": "x",
            "nfactor": "10",
            "algorithm": "darkcoin-mod",
            "profile": "X-Coins"
        },
        {
            "name": "TradeMyBit_X13",
            "url": "stratum+tcp://west01.us.trademybit.com:4011",
            "user": "x",
            "pass": "x",
            "nfactor": "10",
            "algorithm": "marucoin-mod",
            "profile": "X-Coins"
        },
        {
            "name": "TradeMyBit_X15",
            "url": "stratum+tcp://west01.us.trademybit.com:4012",
            "user": "x",
            "pass": "x",
            "algorithm": "bitblock",
            "profile": "X-Coins"
        },
        {
            "name": "TradeMyBit_Nist5",
            "url": "stratum+tcp://west01.us.trademybit.com:4013",
            "user": "x",
            "pass": "x",
            "algorithm": "talkcoin-mod",
            "profile": "Nist5"
        },
        {
            "name": "TradeMyBit_Scrypt-N",
            "url": "stratum+tcp://west01.us.trademybit.com:2220",
            "user": "x",
            "pass": "x",
            "profile": "Scrypt-N"
        },
        {
            "name": "TradeMyBit_Scrypt",
            "url": "stratum+tcp://west01.us.trademybit.com:3330",
            "user": "x",
            "pass": "x",
            "nfactor": "10",
            "algorithm": "zuikkis"
        }
    ],
    "profiles": [
        {
            "name": "X-Coins",
            "intensity": "16",
            "gpu-engine": "1100",
            "gpu-memclock": "1800"
        },
        {
            "name": "Scrypt-N",
            "intensity": "13",
            "gpu-threads": "1",
            "gpu-engine": "1000",
            "gpu-memclock": "1500",
            "thread-concurrency": "10240"
        },
        {
            "name": "Nist5",
            "worksize": "64",
            "intensity": "18",
            "hamsi-expand-big": "1",
            "gpu-powertune": "8"
        }
    ],
    "hamsi-expand-big": "4",
    "worksize": "256",
    "thread-concurrency": "8192",

    "gpu-threads": "2",
    "gpu-powertune": "20",
    "gpu-engine": "1070",
    "gpu-memclock": "1600",

    "auto-fan": true,
    "gpu-fan": "50-85",
    "temp-target": "75",
    "temp-cutoff": "95",
    "temp-overheat": "85",

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

    "queue": "0",
    "expiry": "1",
    "show-coindiff": true,
    "no-submit-stale": true,
    "failover-only": true,
    "failover-switch-delay": "30",
    "extranonce-subscription": true,
    "no-extranonce": true,
    "hotplug": "5",
    "no-restart": true,
    "remove-disabled": true
}
hmm have you tried all the different algo's individually to make sure they all work?
i know TC for nscrypt is about half of what it is for scrypt
also if you recently updated to 14.6 drivers TC will need to be reevaluated
other than that, your cards seem to be able to run way higher mem clocks than any of mine (sapphire 290x BF4 edition, and gigabyte 290 windforce) mine crash if i go above 1400 for any length of time

They all do work by themselves.

I just added the scrypt-n today, so I know it didn't cause the locks in the past few days. Going to remove scrypt-n for now just to keep things simple.

In sitting here at work, I have watched it switch back and forth multiple times without issue.

Do these things kinda pop up randomly? Work great with no HW errors or rejects and then boom dead?

I appreciate your help! Smiley
in my experience when you have a miner that runs fine for a while then suddenly goes sick the clocks are set just a tad too high
my 290's will  run fine at 1100/1400 for a while then at some random time 1 or both will go sick on me
i solved that by setting them at 1075/1350 and no more problems
granted i lost the extra 200kh/s i was getting per card but that does't help if they crash all the time
and yes they will be hashing perfect and just suddenly go sick
mannyg
Full Member
***
Offline Offline

Activity: 142
Merit: 101


View Profile
July 15, 2014, 10:55:58 PM
 #1098

Ive spent weeks fine tuning and finding the happy engine clock for the GPUs, heres what I'm running without any random SICK or DEAD ones popping up.

All GPUs are MSI Gaming. gpu-engine/gpu-memclock

280x:
X11 -- 1130/1500
X13 -- 1120/1500
X15 -- 1130/1500
NIST5 -- 1125/1500

290:
X11 --1040/1250
X13 -- 1030/1250
X15 -- 1020/1250
NIST5 -- 1050/1250


The 290 is notoriously tough to overclock without it just totally crapping out the driver.  The above settings have maintained a miner stable for well over a period of days on the same algorithm.
opet
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
July 16, 2014, 01:15:03 AM
Last edit: July 16, 2014, 01:27:28 AM by opet
 #1099

Any ideas what might cause this URL error when launching sgminer5?

Code:
[21:07:35] Please check the details from the list below of the servers you have
input
[21:07:35] Most likely you have input the wrong URL, forgotten to add a port, or
 have not set up workers
[21:07:35] Pool: 0  URL: stratum+tcp://east01.us.trademybit.com:4010  User: xxx  Password: x
[21:07:35] Pool: 1  URL: stratum+tcp://east01.us.trademybit.com:4011  User: xxx  Password: x
[21:07:35] Pool: 2  URL: stratum+tcp://east01.us.trademybit.com:4012  User: xxx  Password: x
[21:07:35] Pool: 3  URL: stratum+tcp://east01.us.trademybit.com:4013  User: xxx  Password: x
[21:07:35] Press any key to exit, or sgminer will try again in 15s.

My sgminer.conf follows:
Code:
{
"pools" : [
{
"name" : "x11 multi",
"url" : "stratum+tcp://east01.us.trademybit.com:4010",
"user" : "xxx",
"pass" : "x",
"profile" : "x11"
}
,
{
"name" : "x13 multi",
"url" : "stratum+tcp://east01.us.trademybit.com:4011",
"user" : "xxx",
"pass" : "x",
"profile" : "x13"
}
,
{
"name" : "x15 multi",
"url" : "stratum+tcp://east01.us.trademybit.com:4012",
"user" : "xxx",
"pass" : "x",
"profile" : "x15"
}
,
{
"name" : "nist5 multi",
"url" : "stratum+tcp://east01.us.trademybit.com:4013",
"user" : "xxx",
"pass" : "x",
"profile" : "nist5"
}
]
,
"profiles" : [
"name" : "x11",
"algorithm" : "darkcoin-mod",
"intensity" : "21",
"gpu-threads" : "1",
"thread-concurrency" : "24000",
"worksize": "256"
}
,
{
"name" : "x13",
"algorithm" : "marucoin-mod",
"intensity" : "18",
"gpu-threads" : "4",
"thread-concurrency" : "24000",
"worksize": "256"
}
,
{
"name" : "x15",
"algorithm" : "bitblock",
"intensity" : "18",
"gpu-threads" : "2",
"thread-concurrency" : "8192",
"worksize": "256"
}
,
{
"name" : "nist5",
"algorithm" : "talkcoin-mod",
"intensity" : "20",
"gpu-threads" : "4",
"thread-concurrency" : "8192",
"worksize": "256"
}
]
,
"look-up gap": 2,
"gpu-powertune": "20",
"gpu-engine": "1050",
"gpu-memclock": "1570",
"failover-only": true,
"auto-fan": true,
"gpu-fan": "50-85",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-listen": true,
"api-port": "4028",
"api-mcast-port": "4028",
"api-allow": "W:127.0.0.1",
"queue": "0",
"expiry": "1",
"show-coindiff": true,
"no-submit-stale": true,
"failover-only": true,
"failover-switch-delay": "30",
"extranonce-subscription": true,
"no-extranonce": true,
"hotplug": "5",
"no-restart": true,
"remove-disabled": true
}
I'm new to this multi-agro version, so it's probably just something stupid that I missed.  Any help would be much appreciated!
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
July 16, 2014, 01:19:44 AM
 #1100

Those ports may be closed if nist5 is the most profitable, which it has been for the last day or two.

All you have are profitability ports, with no fixed port as a failover.
Pages: « 1 ... 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 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 ... 233 »
  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!