Pages:
Author

Topic: [POOL][Scrypt][Scrypt-N][X11] Profit switching pool - wafflepool.com - page 62. (Read 465716 times)

hero member
Activity: 630
Merit: 500
What is your WU on miner ... what version catalyst and what miner ... provide more detailed info LOL
newbie
Activity: 13
Merit: 0
utahjohn: these are my configs (x11mod kernal)

"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "1",
"hotplug" : "5",
"kernel-path" : "/usr/local/bin",
"kernel" : "x11mod",
"log" : "5",
"queue" : "0",
"scan-time" : "1",
"shares" : "0",
"gpu-fan" : "auto",
"gpu-threads" : "2",
"gpu-dyninterval" : "7",
"gpu-engine" : "1200",
"gpu-memclock" : "1500",
"gpu-powertune" : "20",
"intensity" : "16",
"temp-target" : "75",
"temp-overheat" : "85",
"temp-cutoff" : "90",
"temp-hysteresis" : "3",
"vectors" : "1",
"worksize" : "256",

"thread-concurrency" : "8192",
"no-pool-disable" : true


Amd catalyst 13.251, sgminer (x11mod 03/06/14). Asus r9 280x direct CU II with powered pci extension cable, open air frame Smiley
hope they help, they give me 3.5mhs!
newbie
Activity: 30
Merit: 0
does 14.1 driver work with 6 cards without modification?
hero member
Activity: 630
Merit: 500
Guys,  should I be able to utilize the sphsgminer from lasybear  to mine x11 if I have the amd 13.1 techpowerup modded gpu driver installed,  or do I have to go to the amd 14.1 drivers?  I'm getting all hw errors and no accepted shares.  

My miner is running six sapphire HD7950 cards.  It shows them all hashing,  but getting nothing but hw errors.  I've changed a few settings and while searching for answers,  I saw that a lot of folks have had issues with a new 14.4 beta driver and went back to a 14.1 version.    

My modded 13.1 driver was a pain in the ass to get all six of my cards going to begin with, and it has worked for scrypt and scrypt-n,  so I want to ask if anyone is mining with the modded 13.1 driver before I start stripping it out and loading  a newer one.  

I can post my config,  but I'm actively changing it right now in hopes of solving my issue.  

Be sure to completely remove all old AMD driver using DDU https://forums.geforce.com/default/topic/550192/geforce-drivers/display-driver-uninstaller-ddu-v12-9-3-2-released-06-05-14-/
Get new 14.4 driver at http://support.amd.com/en-us/download
Also delete all *.bin files in miner directory so they will be recompiled by new driver.

Here's my working config for HD7950 doing 2.8MHs and 0.040 WU (sgminer 4.1 x11x13mod) and 14.4 catalyst whql:
{
"pools" : [
   {
      "url" : "stratum+tcp://uswest.wafflepool.com:3331",
      "user" : "1HANJQygp3jHuzutceBgMT7wfCgEug6h4L_gpu2",
      "pass" : "d=0.008"
   }
]
,
"intensity" : "16",
"worksize" : "256",
"kernel" : "x11mod",
"lookup-gap" : "2",
"thread-concurrency" : "24000",
"shaders" : "1792",
"gpu-threads" : "4",
"gpu-engine" : "1065-1100",
"gpu-fan" : "60-100",
"auto-fan" : true,
"gpu-memclock" : "1250",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "70",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "60",
"failover-switch-delay" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "0",
"scan-time" : "59",
"tcp-keepalive" : "30",
"temp-hysteresis" : "2",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"no-client-reconnect" : true,
"no-submit-stale" : true
}


For R9 280X doing 3.05Mhs and 0.045WU:
Intensity 16 crashes display driver frequently so I backed it down to 15.{
"pools" : [
   {
      "url" : "stratum+tcp://uswest.wafflepool.com:3331",
      "user" : "1HANJQygp3jHuzutceBgMT7wfCgEug6h4L_gpu3",
      "pass" : "d=0.008"
   }
]
,
"intensity" : "15",
"worksize" : "256",
"kernel" : "x11mod",
"show-coindiff" : true,
"lookup-gap" : "2",
"thread-concurrency" : "24576",
"shaders" : "2048",
"gpu-threads" : "4",
"gpu-engine" : "1050-1080",
"gpu-fan" : "70-100",
"auto-fan" : true,
"gpu-memclock" : "1600",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "70",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "30",
"failover-switch-delay" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "0",
"scan-time" : "29",
"tcp-keepalive" : "30",
"temp-hysteresis" : "2",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"no-client-reconnect" : true,
"no-submit-stale" : true
}

I'll play around with TC a bit and see if I can improve Smiley

If anyone has a starting point for "rawintensity" setting for either of these cards please post working config Smiley
member
Activity: 101
Merit: 10
Guys,  should I be able to utilize the sphsgminer from lasybear  to mine x11 if I have the amd 13.1 techpowerup modded gpu driver installed,  or do I have to go to the amd 14.1 drivers?  I'm getting all hw errors and no accepted shares.   

My miner is running six sapphire HD7950 cards.  It shows them all hashing,  but getting nothing but hw errors.  I've changed a few settings and while searching for answers,  I saw that a lot of folks have had issues with a new 14.4 beta driver and went back to a 14.1 version.   

My modded 13.1 driver was a pain in the ass to get all six of my cards going to begin with, and it has worked for scrypt and scrypt-n,  so I want to ask if anyone is mining with the modded 13.1 driver before I start stripping it out and loading  a newer one. 


I can post my config,  but I'm actively changing it right now in hopes of solving my issue.   



sr. member
Activity: 322
Merit: 254
full member
Activity: 203
Merit: 100
@poolwaffle

Just a little "bug" Smiley

On the page http://wafflepool.com/miners_old?address=xxx the link to get back to new stats link us to : http://wafflepool.com/miners2?address=xxx instead of http://wafflepool.com/miner/xxx  Tongue
newbie
Activity: 13
Merit: 0
great job pool waffle.
just switched 9x Asus R9 280x 's over to X11
3.5Mhs each!

keep up the great work Smiley
sr. member
Activity: 322
Merit: 254
@poolwaffle

Hi, can you modify the api for different algos, currently only the balance info changes between the different api, so maybe a single api can show all the balances also just like each api is showing hashrates of all the algos, otherwise will have to access 3 (script/scriptn/x11 ?) api for just balances info.

Also can you add algo info in worker hashrates like in the wafflepool miner stats page.

There's actually a new API, its not 100% done (might be some bugs in it), but should be a good starting point: http://wafflepool.com/api/miner?address=XXXXXXX  Structure should be trivial to convert with obvious algorithm additions.

Has everything in one place, and will be where new stuff goes in the future.  Old one will be deprecated/removed at some point (maybe a month or so?). 
full member
Activity: 180
Merit: 1003
@poolwaffle

Hi, can you modify the api for different algos, currently only the balance info changes between the different api, so maybe a single api can show all the balances also just like each api is showing hashrates of all the algos, otherwise will have to access 3 (script/scriptn/x11 ?) api for just balances info.

Also can you add algo info in worker hashrates like in the wafflepool miner stats page.
sr. member
Activity: 322
Merit: 254
I have "expiry" and "scan-time" set at "1". "queue" set at "0" and have TOTAL rejects at 0.5%

@PW , is the X11 profit and vsLTC on stats page jumping up/down (from 88% to 140%) because the huge X11 hashrate fluctuation (growth) and stats are calculated buy earned shares divided with total current hashrate, not with hash that actually solved shares, so lagging behind a bit on pool or is it global market X11 profitability that does such jumps?
Im asking because Id like to commit to X11 but scrypt-N shows better profit stability on your pool.
And great job you have done with your pool!

It doesn't have anything to do with current hashrate, only average hashrate over the time period.  So if the pool was at 1MH for half the day, and 2MH the rest, it would be earnings/1.5MH, the fluctuation is due to solving large value blocks.

Some of the blocks are very difficulty to solve for a pool of our size, so we'll have an hour or two of mining them (partial time), where we're not earning much profit (a ton of time spent mining, 0 of those blocks found), and during that time, profit will slowly slide down (say 100 -> 80), and as soon as a block is found, will jump way up to a higher value.  Judging by the time of your post, it also might be when you're looking at it, the first few hours of the day are always pretty large swings due to how short of a time period you're looking at Smiley
newbie
Activity: 30
Merit: 0
I have "expiry" and "scan-time" set at "1". "queue" set at "0" and have TOTAL rejects at 0.5%

@PW , is the X11 profit and vsLTC on stats page jumping up/down (from 88% to 140%) because the huge X11 hashrate fluctuation (growth) and stats are calculated buy earned shares divided with total current hashrate, not with hash that actually solved shares, so lagging behind a bit on pool or is it global market X11 profitability that does such jumps?
Im asking because Id like to commit to X11 but scrypt-N shows better profit stability on your pool.
And great job you have done with your pool!
hero member
Activity: 630
Merit: 500
[21:57:53] Network diff set to 79
[21:57:53] Stratum from Pool 0 detected new block
[21:58:02] Pool 0 stale share detected, submitting as user requested
[21:58:02] Rejected 4ec83339 Diff 0.013/0.008 GPU 0  (job not found)
[21:58:06] Stratum from Pool 0 detected new block

Snipped a bunch, and I'll check it out, but that part there stands out to me.  Your miner is still finding shares/working on work and submitting a full 9 seconds after being told to work on something else.  The "new block" at 57:53 is new work, and a share that it already knows is going to be rejected as stale a full 9 seconds later, it submits.  Not sure what is up there, but the leeway for accepting old work is somewhere near the 1sec mark (assuming 300ms to client, 50ms to switch work in miner, 300ms back to us), 9 seconds means something odd is happening.

Hmmm ... broken miner (sgminer 4.1.0 x11x13mod)? I am getting rejects (job not found) on all gpu's

switched gpu1 to nscrypt (vertminer) and running fine and dandy on it Smiley

For X11 what should "expiry" and "scan-time" be set at?

Still showing inflated hashrates on GPU2 and 3 when rejects above 0%..
Hashrate also inflated on nscrypt when rejects above 0 %
sr. member
Activity: 322
Merit: 254
[21:57:53] Network diff set to 79
[21:57:53] Stratum from Pool 0 detected new block
[21:58:02] Pool 0 stale share detected, submitting as user requested
[21:58:02] Rejected 4ec83339 Diff 0.013/0.008 GPU 0  (job not found)
[21:58:06] Stratum from Pool 0 detected new block

Snipped a bunch, and I'll check it out, but that part there stands out to me.  Your miner is still finding shares/working on work and submitting a full 9 seconds after being told to work on something else.  The "new block" at 57:53 is new work, and a share that it already knows is going to be rejected as stale a full 9 seconds later, it submits.  Not sure what is up there, but the leeway for accepting old work is somewhere near the 1sec mark (assuming 300ms to client, 50ms to switch work in miner, 300ms back to us), 9 seconds means something odd is happening.
hero member
Activity: 630
Merit: 500
@PW
Seeing fairly high rejects:

cpu1    nscrypt    10.36 kH/s (0.0%)    
cpu2    nscrypt    6.22 kH/s (0.0%)    
cpu3    nscrypt    2.07 kH/s (0.0%)    
gpu1    x11    313.14 kH/s (36.4%)    
gpu2    x11    2.99 MH/s (6.7%)    
gpu3    x11    3.05 MH/s (0.9%)    
Total    nscrypt    18.65 kH/s (0.0%)    
Total    x11    6.35 MH/s (5.4%)

Seems to be mainly (Job not found)
If this is due to X11 coin switcher might want to increase the grace period on shares submitted for previous coin after switch ...

A bug? :
gpu1    x11    1.59 MH/s (47.6%)

gpu1    x11    1.43 MH/s (50.0%)

GPU1 is a HD5450 doing 94KHs as show on the miner console ...

Quote
sgminer 4.1.0 - Started: [2014-06-07 14:41:19] - [0 days 07:19:23]
--------------------------------------------------------------------------------
(5s):79.90K (avg):94.05Kh/s | A:58  R:21  HW:0  WU:0.002/m
ST: 0  SS: 0  NB: 950  LW: 16842  GF: 61  RF: 0
Connected to uswest.wafflepool.com:3331 (stratum) diff 0.160 as user 1HANJQygp3j
Block: 1ef49f3c...  Diff:429  Started: [21:58:12]  Best share: 1.126
--------------------------------------------------------------------------------
[P]ool management [G]PU management ettings [D]isplay options [Q]uit
 GPU 0:  49.5C 100%    | 95.30K/94.05Kh/s | A:58 R: 26.6% HW:0 WU:0.002/m I:20
--------------------------------------------------------------------------------
[21:57:24] Stratum from Pool 0 detected new block
[21:57:48] Network diff set to 391
[21:57:48] Stratum from Pool 0 detected new block
[21:57:53] Network diff set to 414
[21:57:53] Stratum from Pool 0 detected new block
[21:57:53] Network diff set to 79
[21:57:53] Stratum from Pool 0 detected new block
[21:58:02] Pool 0 stale share detected, submitting as user requested
[21:58:02] Rejected 4ec83339 Diff 0.013/0.008 GPU 0  (job not found)
[21:58:06] Stratum from Pool 0 detected new block
[21:58:12] Network diff set to 429
[21:58:12] Stratum from Pool 0 detected new block
[21:59:42] Stratum connection to Pool 0 interrupted
[21:59:42] Pool 0 difficulty changed to 0.160

It seems that hashrates reported by waffle jump to unrealistic value whenever a share gets rejected ...

GPU2 and GPU3 are getting same jump in reported  hashrate when rejects above 0%
full member
Activity: 203
Merit: 100
@Zels
Have you tried your 750ti's across different pools? Are there any differences in the hashrate for X11?


No variance on diff pool.  But on my 750 need to restart ccminer every 2 or 3 hours else hashrate decrease from 2.1 to like 1.9  Huh
Restart.bat (in  win scheduler every 2hours)
Code:
@echo off
taskkill /f /IM ccminer50.exe
ccminer.bat
sr. member
Activity: 322
Merit: 254
Make it work! I just put ~80 mh onto x11 for you, working on getting x11 mod on all of them so it should be 130MH soon. Get darkcoin working Smiley

Darkcoin is working, just disabled due to the amount of variance it would add (at 1.1ghs we'd on average be solving blocks every 4.3hrs) is a bit too much.  Will probably be enabled as we hit around 2ghs Smiley
newbie
Activity: 10
Merit: 0
@Zels
Have you tried your 750ti's across different pools? Are there any differences in the hashrate for X11?
sr. member
Activity: 378
Merit: 250
Make it work! I just put ~80 mh onto x11 for you, working on getting x11 mod on all of them so it should be 130MH soon. Get darkcoin working Smiley
hero member
Activity: 826
Merit: 1000
I am very green to mining.  I currently use BMAT for scrypt mining with 2 AMD R7970HD cards.  I would like to switch over to the X11 when it becomes available but as I understand it BMAT won't do X11 mining.  Since I need an operating system that will run off a USB stick could someone please give me some help or suggestions on how to go about this?  Thanks in advance!

PM'd you! Check this LINK, and let me know if you have any questions.
Pages:
Jump to: