Pages:
Author

Topic: [ANN][MULTI][VARDIFF] TradeMyBit MULTIALGO Profit Swap w/ Optional Auto-exchange - page 23. (Read 153090 times)

sr. member
Activity: 294
Merit: 250
full member
Activity: 156
Merit: 100
i think there's something wonky with the X13 pool.

it doesn't stay alive long enough to get any work done on it.

x13 has been more profitable for the last hour or two and i've not been able to connec tto it for longer than a second or two.
sr. member
Activity: 265
Merit: 250
I modified all settings to be mostly like yours and miner is not getting any work from pool. I'll just modify the failover-switch-delay to 10 only.

L.E.: I got work but miner first waited 5-6 minutes and said my ports are wrong. I'll keep settings like yours and see if all goes well, if not I'll just modify the failover.

How does ur pool config look like? Which cards are u using? Drivers?

Here's my config file:


{
"pools" : [
   {
      "url" : "stratum+tcp://am02.eu.trademybit.com:4010",
      "user" : "xxxxxxxxx",
      "pass" : "xxxxxxx",
      "algorithm" : "darkcoin-mod",
      "name" : "TMB X11"
   },
   {
      "url" : "stratum+tcp://am02.eu.trademybit.com:4011",
      "user" : "xxxxxxxxxx",
      "pass" : "xxxxxx",
      "algorithm" : "marucoin-mod",
      "name" : "TMB X13"
   },
   {
      "url" : "stratum+tcp://am02.eu.trademybit.com:4010",
      "user" : "xxxxxxxxx",
      "pass" : "xxxxxxx",
      "algorithm" : "darkcoin-mod",
      "name" : "TMB X11"
   },
   {
      "url" : "stratum+tcp://am02.eu.trademybit.com:4011",
      "user" : "xxxxxxxxxx",
      "pass" : "xxxxxxxx",
      "algorithm" : "marucoin-mod",
      "name" : "TMB X13"
   }
]
,
"extranonce-subscribe" : true,
"remove-disabled" : true,
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"failover-only" : true,
"intensity" : "18",
"worksize" : "256",
"algorithm" : "darkcoin-mod",
"lookup-gap" : "0",
"thread-concurrency" : "8192",
"shaders" : "2048",
"gpu-threads" : "2",
"gpu-dyninterval" : "7",
"gpu-engine" : "0-0",
"gpu-fan" : "0-0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "10",
"failover-switch-delay" : "10",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}



I have 2 X Sapphire Radeon R9 280X Dual-X using Catalyst 13.12. Should I use 14.4?

I left miner on over night and worked fine with your settings, it just gave me pool port errors and waited 6 minutes first time I started miner with your settings.

I probably need to put specific settings per algo pool as well, but don't really know what to put there.
hero member
Activity: 518
Merit: 500
Are ports 4010 and 4011 still in use? How does SGminer v5 do auto profit switching between x11 and x13 or any other algo, or is that still needs to be done manually between algos?

Tmb does it automatically if u use the ports..1 is dead and the other will be alive so sgminer switch to the alive pool.

So, 4010 and 4011 are working ok?
sr. member
Activity: 294
Merit: 250
Are ports 4010 and 4011 still in use? How does SGminer v5 do auto profit switching between x11 and x13 or any other algo, or is that still needs to be done manually between algos?

Tmb does it automatically if u use the ports..1 is dead and the other will be alive so sgminer switch to the alive pool.
sr. member
Activity: 294
Merit: 250
Merc, can u update the start page with the multi-algo ports?
https://pool.trademybit.com/start
hero member
Activity: 518
Merit: 500
Are ports 4010 and 4011 still in use? How does SGminer v5 do auto profit switching between x11 and x13 or any other algo, or is that still needs to be done manually between algos?
sr. member
Activity: 294
Merit: 250
I modified all settings to be mostly like yours and miner is not getting any work from pool. I'll just modify the failover-switch-delay to 10 only.

L.E.: I got work but miner first waited 5-6 minutes and said my ports are wrong. I'll keep settings like yours and see if all goes well, if not I'll just modify the failover.

How does ur pool config look like? Which cards are u using? Drivers?
sr. member
Activity: 265
Merit: 250
I modified all settings to be mostly like yours and miner is not getting any work from pool. I'll just modify the failover-switch-delay to 10 only.

L.E.: I got work but miner first waited 5-6 minutes and said my ports are wrong. I'll keep settings like yours and see if all goes well, if not I'll just modify the failover.
sr. member
Activity: 294
Merit: 250
I've modified the X11/X13 switching ports

The previous port will now stay alive for 60 seconds before closing, this should allow sgminer to see the new port before it closes the old port, allowing the failover to happen much quicker.

Thanks!

I don't know if this has anything to do with this or not:

Buy just today I notice ~4 min +/- 30 sec to make the switch. I'm not sure where I was before, but I never noticed anything this long. I tried --failover-only (where I didn't have it set before) and no difference.

Could it have to do with : --expiry 1 --scan-time 1 --queue 0

For now i'm off of the algo switching ports and on 4440.

For me it's switching in 30 seconds..I change it to 10 sec now
https://bitcointalksearch.org/topic/m.7313568

I'm on 4010 and 4011 ports but I still get 3-4 minutes between algo switch sometimes. How do I change it to 10 seconds?

"failover-switch-delay" : "10",

Code:
"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
}

Code:

sgminer 4.2.1 - Started: [2014-06-15 21:55:03] - [0 days 00:24:42]
--------------------------------------------------------------------------------
(5s):2.326M (avg):2.294Mh/s | A:0  R:0  HW:0  WU:0.027/m
ST: 1  SS: 0  NB: 113  LW: 74  GF: 0  RF: 0
Connected to am02 x11 multi (stratum) diff 0.005 as user xxx
Block: 2fde6bc5...  Diff:495  Started: [22:19:41]  Best share: 0.032
--------------------------------------------------------------------------------
[P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
GPU 1:  42.0C  65%    | 2.270M/2.397Mh/s | R:  0.0% HW:0 WU:0.032/m I:18
--------------------------------------------------------------------------------
[22:13:28] Accepted 3253888f Diff 0.020/0.005 GPU 1 at am02 x13 multi
[22:14:01] am02 x13 multi stale share detected, submitting (user)
[22:14:01] Accepted 83781253 Diff 0.008/0.005 GPU 1 at am02 x13 multi
[22:14:17] Stratum connection to am02 x13 multi interrupted
[22:14:18] am02 x13 multi not responding!
[22:14:18] Switching to am02 x11
[22:14:18] am02 x11 difficulty changed to 0.005
[22:14:27] Initialising kernel darkcoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[22:14:27] Initialising kernel darkcoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[22:14:32] Accepted 90749c06 Diff 0.007/0.005 GPU 1 at am02 x11
[22:14:36] Accepted b85d9c6c Diff 0.005/0.005 GPU 1 at am02 x11
[22:15:08] Accepted 8f1227c6 Diff 0.007/0.005 GPU 1 at am02 x11
[22:15:17] Accepted 8196e8b3 Diff 0.008/0.005 GPU 1 at am02 x11
[22:15:21] am02 x13 multi alive, testing stability
[22:15:31] am02 x11 stale share detected, submitting (user)
[22:15:31] Accepted 45025975 Diff 0.014/0.005 GPU 1 at am02 x11
[22:15:41] Accepted 6d248e3e Diff 0.009/0.005 GPU 1 at am02 x11
[22:15:46] am02 x13 multi stable for 10 seconds
[22:15:46] Switching to am02 x13 multi
[22:15:46] Initialising kernel marucoin-modold.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[22:15:46] Initialising kernel marucoin-modold.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[22:16:37] Accepted 8d179e4d Diff 0.007/0.005 GPU 1 at am02 x13 multi
[22:17:37] Accepted 53227a0d Diff 0.012/0.005 GPU 1 at am02 x13 multi
[22:17:38] Accepted 36886cab Diff 0.018/0.005 GPU 1 at am02 x13 multi
[22:17:59] Accepted 9897dd89 Diff 0.007/0.005 GPU 1 at am02 x13 multi
[22:18:02] Accepted afd0347a Diff 0.006/0.005 GPU 1 at am02 x13 multi
[22:18:03] Accepted 6c0eaf98 Diff 0.009/0.005 GPU 1 at am02 x13 multi
[22:18:38] am02 x11 multi alive, testing stability
[b][22:18:46] am02 x11 multi stable for 10 seconds[/b]
[22:18:46] Switching to am02 x11 multi
[22:18:46] Accepted a758c963 Diff 0.006/0.005 GPU 1 at am02 x13 multi
[22:18:47] Initialising kernel darkcoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[22:18:47] Initialising kernel darkcoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024
[22:19:08] Accepted b21c8211 Diff 0.006/0.005 GPU 1 at am02 x11 multi
[22:19:09] Accepted b4cea21f Diff 0.006/0.005 GPU 1 at am02 x11 multi
[22:19:23] Accepted 6d58391f Diff 0.009/0.005 GPU 1 at am02 x11 multi
[22:19:26] Accepted 370ab0f5 Diff 0.018/0.005 GPU 1 at am02 x11 multi
[22:19:41] Accepted 20b32269 Diff 0.031/0.005 GPU 1 at am02 x11 multi
[22:19:43] Accepted 1f6729ff Diff 0.032/0.005 GPU 1 at am02 x11 multi
sr. member
Activity: 265
Merit: 250
I've modified the X11/X13 switching ports

The previous port will now stay alive for 60 seconds before closing, this should allow sgminer to see the new port before it closes the old port, allowing the failover to happen much quicker.

Thanks!

I don't know if this has anything to do with this or not:

Buy just today I notice ~4 min +/- 30 sec to make the switch. I'm not sure where I was before, but I never noticed anything this long. I tried --failover-only (where I didn't have it set before) and no difference.

Could it have to do with : --expiry 1 --scan-time 1 --queue 0

For now i'm off of the algo switching ports and on 4440.

For me it's switching in 30 seconds..I change it to 10 sec now
https://bitcointalksearch.org/topic/m.7313568

I'm on 4010 and 4011 ports but I still get 3-4 minutes between algo switch sometimes. How do I change it to 10 seconds?

Any solution here guys? I moved my mining rig between houses, thus I have new internet provider now (slower one) and it now takes more than 10 mins to switch algos sometimes.
newbie
Activity: 38
Merit: 0
something wrong with x13 pool lately?

here my last payouts:

2014-06-13 23:04:45   0.01450667 BTC
2014-06-12 23:29:25   0.01715827 BTC
2014-06-11 23:50:53   0.00995395 BTC
2014-06-10 23:28:39   0.01482573 BTC
2014-06-09 23:59:27   0.04581396 BTC
2014-06-08 23:10:20   0.04279376 BTC
2014-06-07 23:44:04   0.05589293 BTC
2014-06-06 23:37:20   0.05910286 BTC

last days seems i get third of what i should?

Same here! Did you figure out why already?
I've been breaking my head about it.

nope.

rejected 3-4% and i get rejected usualy on coin change when it writes "job not found",

all seems good but when looking at cgminer windows i get "pool slowdown" "pool not responding" and "waiting for work to be available from pools" very often, tried all US and EU pools same result.

switched half of my miners to x11 will see how it goes

I'll try to figure this out later today. Port 4440 right?
Opening a ticket in the meantime
sr. member
Activity: 252
Merit: 250
something wrong with x13 pool lately?

here my last payouts:

2014-06-13 23:04:45   0.01450667 BTC
2014-06-12 23:29:25   0.01715827 BTC
2014-06-11 23:50:53   0.00995395 BTC
2014-06-10 23:28:39   0.01482573 BTC
2014-06-09 23:59:27   0.04581396 BTC
2014-06-08 23:10:20   0.04279376 BTC
2014-06-07 23:44:04   0.05589293 BTC
2014-06-06 23:37:20   0.05910286 BTC

last days seems i get third of what i should?

Same here! Did you figure out why already?
I've been breaking my head about it.

nope.

rejected 3-4% and i get rejected usualy on coin change when it writes "job not found",

all seems good but when looking at cgminer windows i get "pool slowdown" "pool not responding" and "waiting for work to be available from pools" very often, tried all US and EU pools same result.

switched half of my miners to x11 will see how it goes
newbie
Activity: 38
Merit: 0
something wrong with x13 pool lately?

here my last payouts:

2014-06-13 23:04:45   0.01450667 BTC
2014-06-12 23:29:25   0.01715827 BTC
2014-06-11 23:50:53   0.00995395 BTC
2014-06-10 23:28:39   0.01482573 BTC
2014-06-09 23:59:27   0.04581396 BTC
2014-06-08 23:10:20   0.04279376 BTC
2014-06-07 23:44:04   0.05589293 BTC
2014-06-06 23:37:20   0.05910286 BTC

last days seems i get third of what i should?

Same here! Did you figure out why already?
I've been breaking my head about it.
sr. member
Activity: 265
Merit: 250
I've modified the X11/X13 switching ports

The previous port will now stay alive for 60 seconds before closing, this should allow sgminer to see the new port before it closes the old port, allowing the failover to happen much quicker.

Thanks!

I don't know if this has anything to do with this or not:

Buy just today I notice ~4 min +/- 30 sec to make the switch. I'm not sure where I was before, but I never noticed anything this long. I tried --failover-only (where I didn't have it set before) and no difference.

Could it have to do with : --expiry 1 --scan-time 1 --queue 0

For now i'm off of the algo switching ports and on 4440.

For me it's switching in 30 seconds..I change it to 10 sec now
https://bitcointalksearch.org/topic/m.7313568

I'm on 4010 and 4011 ports but I still get 3-4 minutes between algo switch sometimes. How do I change it to 10 seconds?
member
Activity: 72
Merit: 10
Haha awesome, thanks merc.  Your diligence is much appreciated by all of us I'm sure.  Will let you know if diff keeps going nuts moving forward.
sr. member
Activity: 354
Merit: 254
Owner of MiningRigRentals

Lol, love the images folks Wink

So I made a change to the vardiff settings, let me know if it still gets outrageous.. this was on the x11/x13 ports. Previously it was looking for a share every 15 seconds, but some of the coins we mine at low difficulty find blocks faster than this when we get on them, thus the block notification spam. I've dropped this to ~5 seconds.. hope it helps.

This is an on-going tuning battle, I apologize for not having the immediate solution, but I promise to keep making changes to better profits overall as often as possible Smiley

If you guys have a favorite ideal difficulty, I can open a set-difficulty port
sr. member
Activity: 294
Merit: 250
I've modified the X11/X13 switching ports

The previous port will now stay alive for 60 seconds before closing, this should allow sgminer to see the new port before it closes the old port, allowing the failover to happen much quicker.

Thanks!

I don't know if this has anything to do with this or not:

Buy just today I notice ~4 min +/- 30 sec to make the switch. I'm not sure where I was before, but I never noticed anything this long. I tried --failover-only (where I didn't have it set before) and no difference.

Could it have to do with : --expiry 1 --scan-time 1 --queue 0

For now i'm off of the algo switching ports and on 4440.

For me it's switching in 30 seconds..I change it to 10 sec now
https://bitcointalksearch.org/topic/m.7313568
legendary
Activity: 3836
Merit: 4969
Doomed to see the future and unable to prevent it
Pages:
Jump to: