Search content
Sort by

Showing 20 of 84 results by SavageWS6
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
SavageWS6
on 03/10/2014, 01:05:55 UTC
Has anyone tried Windows 10 yet?
I have tried it on Windows 10 x64.. Worked perfectly fine
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
SavageWS6
on 02/10/2014, 04:27:16 UTC
Can also confirm lost 2 MH/s total mining X11 combined with my 3x R9 270s and my 1x R9 280X on 14.9 drivers

All right, then I'm sure I fucked up my test somehow.

Did you delete the old .bin's from whatever drivers you had before, and had new ones generated for 14.9 drivers?
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
SavageWS6
on 01/10/2014, 20:00:30 UTC
Can also confirm lost 2 MH/s total mining X11 combined with my 3x R9 270s and my 1x R9 280X on 14.9 drivers
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
SavageWS6
on 12/09/2014, 17:59:11 UTC
Is anyone capable of integrating these kenels into SG-Miner v5? These are heavily optimized compared to the current qubit kernel.

https://github.com/MaxDZ8/M8M/tree/master/M8M/kernels

Also if anyone needs a pool for a coin let me know and I can open one up. Just trying to help contribute to the mining community.

Curious is yours working, the most recent build? I just keep getting socket closed even if I run it as Administrator (Failed Send, Socket Reset)

Working but only when connecting to a P2Pool. A bit unfortunate since I run my own pools.

Ah gotcha. I was also connecting to a P2Pool myself, and kept getting that error. I'll check for a later build then since I'm not sure why it's doing it
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
SavageWS6
on 12/09/2014, 17:04:36 UTC
Is anyone capable of integrating these kenels into SG-Miner v5? These are heavily optimized compared to the current qubit kernel.

https://github.com/MaxDZ8/M8M/tree/master/M8M/kernels

Also if anyone needs a pool for a coin let me know and I can open one up. Just trying to help contribute to the mining community.

Curious is yours working, the most recent build? I just keep getting socket closed even if I run it as Administrator (Failed Send, Socket Reset)
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
SavageWS6
on 19/08/2014, 03:34:51 UTC
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
SavageWS6
on 05/08/2014, 14:41:54 UTC
I'm still lost on my config atm. I know I'm overlooking it, but not sure what. Here it is

Code:
{
"pools" :
[
  {
"name" : "x13 multi",
"url" : "stratum+tcp://east02.us.trademybit.com:4011",
"user" : "x",
"pass" : "x",
"profile" : "x13",
"algorithm": "marucoin-mod"
},
{
"name" : "x11 multi",
"url" : "stratum+tcp://east02.us.trademybit.com:4010",
"user" : "x",
"pass" : "x",
"profile" : "x11",
"algorithm": "darkcoin-mod"
},
{
"profiles" :
[
    {
      "name": "x13",
      "algorithm": "marucoin-mod",
      "device" : "0,1,2,3",
      "xintensity" : "66,56,56,56",
      "worksize": "64",
      "gpu-engine" : "1130,1130,1130,1110",
      "gpu-memclock" : "1300,1300,1300,1300",
      "gpu-threads": "2",
      "gpu-fan" : "75,60,60,60"
    },
    {
      "name": "x11",
      "algorithm": "darkcoin-mod",
      "device" : "0,1,2,3",
      "intensity" : "18,17,17,17",
      "worksize" : "256,128,128,128",
      "gpu-engine" : "1130,1130,1130,1110",
      "gpu-memclock" : "1500,1500,1500,1500",
      "gpu-threads": "2",
      "gpu-fan" : "75,60,60,60"
    }
],
  "show-coindiff" : true,
  "api-listen" : true,
  "api-allow" : "W:127.0.0.1",
  "api-port" : "4028",
  "api-mcast-port" : "4028",
  "expiry" : "1",
  "queue" : "0",
  "scan-time" : "1",
  "hamsi-expand-big" : "1",
  "hamsi-short" : true,
  "no-pool-disable" : true,
  "no-client-reconnect" : true,
  "no-submit-stale" : true,
  "no-restart" : true,
  "failover-switch-delay" : "30"
}

JSONlist says the error is right at the end

Parse error on line 59:
...lay": "30"        }
----------------------^
Expecting '}', ',', ']'

Quote
  "no-submit-stale" : true,
  "no-restart" : true,
  "failover-switch-delay" : "30"
}

I thought I closed off all my brackets? I did try "include" : "profile.conf" but it wouldn't ever load it, and default right to Scrypt-N kernel
here is the fix
Code:
{
    "pools": [
        {
            "name": "x13 multi",
            "url": "stratum+tcp://east02.us.trademybit.com:4011",
            "user": "x",
            "pass": "x",
            "profile": "x13",
            "algorithm": "marucoin-mod"
        },
        {
            "name": "x11 multi",
            "url": "stratum+tcp://east02.us.trademybit.com:4010",
            "user": "x",
            "pass": "x",
            "profile": "x11",
            "algorithm": "darkcoin-mod"
        }
    ],
    "profiles": [
        {
            "name": "x13",
            "algorithm": "marucoin-mod",
            "device": "0,1,2,3",
            "xintensity": "66,56,56,56",
            "worksize": "64",
            "gpu-engine": "1130,1130,1130,1110",
            "gpu-memclock": "1300,1300,1300,1300",
            "gpu-threads": "2",
            "gpu-fan": "75,60,60,60"
        },
        {
            "name": "x11",
            "algorithm": "darkcoin-mod",
            "device": "0,1,2,3",
            "intensity": "18,17,17,17",
            "worksize": "256,128,128,128",
            "gpu-engine": "1130,1130,1130,1110",
            "gpu-memclock": "1500,1500,1500,1500",
            "gpu-threads": "2",
            "gpu-fan": "75,60,60,60"
        }
    ],
    "show-coindiff": true,
    "api-listen": true,
    "api-allow": "W:127.0.0.1",
    "api-port": "4028",
    "api-mcast-port": "4028",
    "expiry": "1",
    "queue": "0",
    "scan-time": "1",
    "hamsi-expand-big": "1",
    "hamsi-short": true,
    "no-pool-disable": true,
    "no-client-reconnect": true,
    "no-submit-stale": true,
    "no-restart": true,
    "failover-switch-delay": "30"
}

Thanks man, works now. Got my multi config working after learning it real quick in about a hour.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
SavageWS6
on 03/08/2014, 21:30:34 UTC
I'm still lost on my config atm. I know I'm overlooking it, but not sure what. Here it is

Code:
{
"pools" :
[
  {
"name" : "x13 multi",
"url" : "stratum+tcp://east02.us.trademybit.com:4011",
"user" : "x",
"pass" : "x",
"profile" : "x13",
"algorithm": "marucoin-mod"
},
{
"name" : "x11 multi",
"url" : "stratum+tcp://east02.us.trademybit.com:4010",
"user" : "x",
"pass" : "x",
"profile" : "x11",
"algorithm": "darkcoin-mod"
},
{
"profiles" :
[
    {
      "name": "x13",
      "algorithm": "marucoin-mod",
      "device" : "0,1,2,3",
      "xintensity" : "66,56,56,56",
      "worksize": "64",
      "gpu-engine" : "1130,1130,1130,1110",
      "gpu-memclock" : "1300,1300,1300,1300",
      "gpu-threads": "2",
      "gpu-fan" : "75,60,60,60"
    },
    {
      "name": "x11",
      "algorithm": "darkcoin-mod",
      "device" : "0,1,2,3",
      "intensity" : "18,17,17,17",
      "worksize" : "256,128,128,128",
      "gpu-engine" : "1130,1130,1130,1110",
      "gpu-memclock" : "1500,1500,1500,1500",
      "gpu-threads": "2",
      "gpu-fan" : "75,60,60,60"
    }
],
  "show-coindiff" : true,
  "api-listen" : true,
  "api-allow" : "W:127.0.0.1",
  "api-port" : "4028",
  "api-mcast-port" : "4028",
  "expiry" : "1",
  "queue" : "0",
  "scan-time" : "1",
  "hamsi-expand-big" : "1",
  "hamsi-short" : true,
  "no-pool-disable" : true,
  "no-client-reconnect" : true,
  "no-submit-stale" : true,
  "no-restart" : true,
  "failover-switch-delay" : "30"
}

JSONlist says the error is right at the end

Parse error on line 59:
...lay": "30"        }
----------------------^
Expecting '}', ',', ']'

Quote
  "no-submit-stale" : true,
  "no-restart" : true,
  "failover-switch-delay" : "30"
}

I thought I closed off all my brackets? I did try "include" : "profile.conf" but it wouldn't ever load it, and default right to Scrypt-N kernel
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DoS Coin [X13] [5% PoS 3 months] [PoM] [Htl] [10 GH]
by
SavageWS6
on 03/08/2014, 19:36:05 UTC
20% premine?Huh Does this come with lube and a speculum also?

Read further into this posts. It goes to the hosting providers.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DoS Coin [X13] [5% PoS 3 months] [PoM] [Htl] [10 GH]
by
SavageWS6
on 03/08/2014, 17:40:41 UTC
What in sams hell.... I've never seen a miner this high in hash on a X13 algo

https://www.dropbox.com/s/uv4ly9u63d7zbjw/wtf.jpg

It's a paid service called nicehash.

I like that this coin's proposed service directly aids stability for mining pools. It's like it provides value for miners and crypto exchanges as we stake it. Probably going to be a modest-value, long-term winner.

I was thinking it was something like that. I see the order also for it on Nicehash.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DoS Coin [X13] [5% PoS 3 months] [PoM] [Htl] [10 GH]
by
SavageWS6
on 03/08/2014, 17:14:42 UTC
What in sams hell.... I've never seen a miner this high in hash on a X13 algo

https://www.dropbox.com/s/uv4ly9u63d7zbjw/wtf.jpg
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DoS Coin [X13] [5% PoS 3 months] [PoM] [Htl] [10 GH]
by
SavageWS6
on 03/08/2014, 04:22:41 UTC
Seems like it recovered. Pools are accepting again. I think I saw 2 stale blocks too
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DoS Coin [X13] [5% PoS 3 months] [PoM] [Htl] [10 GH]
by
SavageWS6
on 03/08/2014, 03:56:50 UTC
Network just crashed, every single pool is rejecting shares like crazy.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DoS Coin [X13] [5% PoS 3 months] [PoM] [Htl]
by
SavageWS6
on 02/08/2014, 15:32:11 UTC
Hello,
Isnt 20% premined coin too much?
Thanks!

He answered a question about it being pre-mined back on Page two
Yes. All distribution for Domain owners. Check Op for email.
Post
Topic
Board Pools (Altcoins)
Re: [ANN][MULTI][VARDIFF] TradeMyBit MULTIALGO Profit Swap w/ Optional Auto-exchange
by
SavageWS6
on 02/08/2014, 01:45:10 UTC
Why Nist5 no miners coins worth 0?

Because no profitable NIST5 coins atm
Post
Topic
Board Mining (Altcoins)
Re: [ANN] UPDATED collection of newest GPU mining settings. X11/X13/X15/Nist5 etc.
by
SavageWS6
on 16/07/2014, 05:43:36 UTC
6 Days straight so far, no issues here. X11mod

280x > 270 > 270 > 270



Sapphire 280X w/ Stilt BIOS Dual-X Windows 8.1 x64, 14.6 Drivers @ 1150 mV using TRIXX. My card is subborn so that's why it's only hashing at that rate. And yes I think I'm using sgminer version from the first post, I don't remember

First values are the 280x

"intensity" : "18,17,17,17",
"thread-concurrency" : "8192,6401,6401,6401",
"lookup-gap" : "2",
"gpu-threads" : "2",
"worksize" : "256,128,128,128",
"expiry" : "1",
"queue" : "1",
"gpu-engine" : "1120,1120,1120,1110",
"gpu-memclock" : "1500,1500,1500,1500",

Here is NIST5


Sapphire 280X w/ Stilt BIOS Dual-X Windows 8.1 x64, 14.6 Drivers @ 1162 mV using TRIXX
"intensity" : "18,17,17,17",
"thread-concurrency" : "8192,6401,6401,6401",
"lookup-gap" : "2",
"gpu-threads" : "2",
"worksize" : "64",
"expiry" : "1",
"queue" : "1",
"gpu-engine" : "1135,1120,1120,1110",
"gpu-memclock" : "1500,1500,1500,1500",
Post
Topic
Board Pools (Altcoins)
Re: [ANN][MULTI][VARDIFF] Pool|TradeMyBit - 0.5% Prop/Profit Swap/Auto-Exch
by
SavageWS6
on 15/07/2014, 03:21:20 UTC
Ahdamn okay. Only real difference then is that I'm running 4.1.2 of SGminer. I can't get 4.2.2 running on my rig, Keep getting compiling error when it tries to build the .bin for the cards, then in the log posts up the .cl error in Appdata/Local/temp

I am not sure...

Make sure you are using the correct kernel. I am using 'talkcoin-mod.cl' kernel. I believe SGMiner 4.1.2 uses 'nist5.cl' correct?

Just a stab in the dark.

Hey buddy, sgminer 4.1.2 does use nist5.cl and 4.2.2 does use talkcoin-mod.cl

For some odd reason it didn't want to work 1.5 hours ago, now I just did the SAME exact thing, and downloaded the same exact build from nicehash and its running now. Sometimes I wanna throw my ATi cards into a lava pit
Post
Topic
Board Pools (Altcoins)
Re: [ANN][MULTI][VARDIFF] Pool|TradeMyBit - 0.5% Prop/Profit Swap/Auto-Exch
by
SavageWS6
on 15/07/2014, 03:18:24 UTC
Is ~6MH/s okay for a R9 270X?

I am also getting

R7 240 1.6MH
R7 250 353K/s (Which is odd, it should be higher than 240. Maybe Int is too high)


Edit: Int 14 helped a bit instead of 15. But should be higher hmm.

Which algo on the 270X? I get 8.4 MH/s on NIST5


NIST5, dang really. What settings?

"intensity" : "18,17,17,17",
"lookup-gap" : "2",
"thread-concurrency" : "8192,6401,6401,6401",
"gpu-threads" : "2",
"worksize" : "64,64,64,64",
"expiry" : "1",
"queue" : "1",
"gpu-engine" : "1130,1120,1120,1110",
"gpu-memclock" : "1450,1350,1350,1350",
"gpu-fan" : "80,65,65,65",
"kernel" : "nist5",
"scan-time" : "3"

The last 3 are my 270. I don't have the 270X. The first settings are my 280X so don't use those for the 270X lol

Wow, tiny worksize. I was trying 256 right now and it helped, trying your settings now.

Wish I had the kill-a-watt still connected, its on my Fury rack.

Edit: Thanks!!!  So much better! Wish I had spent the time playing with it sooner but I probably would of never tried 64.

Code:
"gpu-threads" : "2",
"gpu-engine" : "1200,950,950,1000",
"gpu-fan" : "45",
"gpu-memclock" : "1350,1000,1000,1400",
"gpu-powertune" : "10,10,10,20",
"intensity" : "17,14,14,17",
"temp-target" : "75",
"temp-overheat" : "80",
"temp-cutoff" : "95",
"worksize" : "64,64,64,64",

Strange that the 240's do better than the 250. Which makes them more efficient since they use hardly any power.

 


You can definitely set your core clock to 1100 on the 270X and get much higher hash rate too.
Post
Topic
Board Pools (Altcoins)
Re: [ANN][MULTI][VARDIFF] Pool|TradeMyBit - 0.5% Prop/Profit Swap/Auto-Exch
by
SavageWS6
on 15/07/2014, 03:03:51 UTC


I'm curious myself how you're getting 13.6 MH/s with your 280X, I'm pretty much capping out at 12.86MH/s on my 280X on NIST5



Am actually getting 13.8MH/s each now. Latest SGMiner v5 with 14.6 Beta (rev.1) drivers. 1X 280X Sapphire Dual-X and 2X Gigabyte 280X OC. I also have a Sapphire Vapor-X running in another machine at similar speeds.

My config (not including my auto switch/pool settings)

Code:

"intensity" : "20",
"thread-concurrency" : "8192",
"gpu-engine" : "1120",
"gpu-memclock" : "1500-1500",
"gpu-threads" : "2",
"vectors" : "1",
"lookup-gap" : "2",
"worksize" : "128",
"shaders" : "2048",
"gpu-fan" : "0-90",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "70",
"auto-fan" : true,
"log" : "5",
"failover-only" : true,
"failover-switch-delay" : "30",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "10",
"expiry" : "120",
"hamsi-expand-big" : "1"
}

Ahdamn okay. Only real difference then is that I'm running 4.1.2 of SGminer. I can't get 4.2.2 running on my rig, Keep getting compiling error when it tries to build the .bin for the cards, then in the log posts up the .cl error in Appdata/Local/temp
Post
Topic
Board Pools (Altcoins)
Re: [ANN][MULTI][VARDIFF] Pool|TradeMyBit - 0.5% Prop/Profit Swap/Auto-Exch
by
SavageWS6
on 15/07/2014, 03:01:46 UTC
Is ~6MH/s okay for a R9 270X?

I am also getting

R7 240 1.6MH
R7 250 353K/s (Which is odd, it should be higher than 240. Maybe Int is too high)


Edit: Int 14 helped a bit instead of 15. But should be higher hmm.

Which algo on the 270X? I get 8.4 MH/s on NIST5


NIST5, dang really. What settings?

"intensity" : "18,17,17,17",
"lookup-gap" : "2",
"thread-concurrency" : "8192,6401,6401,6401",
"gpu-threads" : "2",
"worksize" : "64,64,64,64",
"expiry" : "1",
"queue" : "1",
"gpu-engine" : "1130,1120,1120,1110",
"gpu-memclock" : "1450,1350,1350,1350",
"gpu-fan" : "80,65,65,65",
"kernel" : "nist5",
"scan-time" : "3"

The last 3 are my 270. I don't have the 270X. The first settings are my 280X so don't use those for the 270X lol