Pages:
Author

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

newbie
Activity: 9
Merit: 0
Looks like fixed fan speed works OK now. I'm using 48% for both cards.

I'm trying to make the miner auto switch to the most profitable coin among X11/X13/X15 algos, but nothing really works as intended. First I tried to use TMBSwitcher 1.01 but miner idles for more than 1h waiting for work from pool sometimes. I tried using 4010/4011 ports and somehow miner quit after some time. Now I'm trying with 4440/5550/6660 but miner just runs X11 algo when X15 is most profitable and don't know how to make it autoswitch to X15 (bullus' config had default X11 kernel but I deleted that string from config).

Don't know if you modified the tmb-switcher.conf yet, but you need to add a couple lines.

#Defined Mining Algorithms
[Algorithms]
nscrypt = false
scrypt = false
x11 = true
x13 = true
x15 = true

and
# For Windows, uncomment below
nscrypt = scripts\nscrypt.bat
scrypt  = scripts\scrypt.bat
x11  = scripts\x11.bat
x13  = scripts\x13.bat
x15  = scripts\x15.bat

Then create and modify the x15.bat file in the scripts folder.  I'm running the python script on windows pushing the change to my linux miners.
sr. member
Activity: 294
Merit: 250

edit
The last couple of days I mined x15 and it seems the profits are good, but can't find out which coin it gave me that profit yet.

We did a lot of spec-mining on maiacoin, which just hit bittrex today.. we did pretty well with it Wink (It's still profitable now)

Yes thanks for that.. Wink it gave me good profits and still.
Any news for x15 mulitswitch port? Same as 4010/4011.
sr. member
Activity: 354
Merit: 254
Owner of MiningRigRentals

edit
The last couple of days I mined x15 and it seems the profits are good, but can't find out which coin it gave me that profit yet.

We did a lot of spec-mining on maiacoin, which just hit bittrex today.. we did pretty well with it Wink (It's still profitable now)
sr. member
Activity: 294
Merit: 250
Yes I know 4010/4011 work but I thought 6660 would switch too, like the 3330 scrypt port. Eh no problem, think I'll just mine X15 for tonight. I've been mining for almost 4 hours now, but there's nothing exchanged yet. Is merc holding maiacoin a bit more and exchange it when it's even more profitable?

Don't know, maia was speculative and now not anymore, don't know if he trades it manually or automatic.

edit
The last couple of days I mined x15 and it seems the profits are good, but can't find out which coin it gave me that profit yet.
sr. member
Activity: 265
Merit: 250
Yes I know 4010/4011 work but I thought 6660 would switch too, like the 3330 scrypt port. Eh no problem, think I'll just mine X15 for tonight. I've been mining for almost 4 hours now, but there's nothing exchanged yet. Is merc holding maiacoin a bit more and exchange it when it's even more profitable?
sr. member
Activity: 294
Merit: 250
Looks like fixed fan speed works OK now. I'm using 48% for both cards.

I'm trying to make the miner auto switch to the most profitable coin among X11/X13/X15 algos, but nothing really works as intended. First I tried to use TMBSwitcher 1.01 but miner idles for more than 1h waiting for work from pool sometimes. I tried using 4010/4011 ports and somehow miner quit after some time. Now I'm trying with 4440/5550/6660 but miner just runs X11 algo when X15 is most profitable and don't know how to make it autoswitch to X15 (bullus' config had default X11 kernel but I deleted that string from config).

My switch between x11 and x13, if u put x15 above it wil only hash x15 ,because x15 isn't at multiport yet.

@Merc
Can u add a x15 sgminer_v5 switching port?


Code:
{
"pools" : [
        {
  "name" : "am02 x11 multi",
"url" : "stratum+tcp://am02.eu.trademybit.com:4010",
"user" : "xxx",
"pass" : "xxx",
                "profile":"x11"
},
        {
"name" : "am02 x13 multi",
"url" : "stratum+tcp://am02.eu.trademybit.com:4011",
"user" : "xxx",
"pass" : "xxx",
                "profile":"x13"
},
        {
  "name" : "am02 x15 multi",
"url" : "stratum+tcp://am02.eu.trademybit.com:6660",
"user" : "xx",
"pass" : "xx",
                "profile":"x15"
},
        {
"name" : "am02 scrypt",
"url" : "stratum+tcp://am02.eu.trademybit.com:3330",
"user" : "xx",
"pass" : "xx",
                "profile":"scrypt"
},
        {
"name" : "am02 Nscrypt",
"url" : "stratum+tcp://am02.eu.trademybit.com:2220",
"user" : "xx",
"pass" : "xx",
                "profile":"nscrypt"
}
],

"profiles" : [
{
"name" : "x11",
"algorithm" : "darkcoin-mod",
"intensity" : "18",
                "hamsi-expand-big" : "4",
"gpu-threads" : "2",
"gpu-powertune" : "8",
                "gpu-fan" : "60-65",
"worksize": "128"
},
{
"name" : "x13",
"algorithm" : "marucoin-mod",
"intensity" : "18",
                "hamsi-expand-big" : "1",
"gpu-threads" : "2",
"gpu-powertune" : "8",
                "gpu-fan" : "60-65",
"worksize": "128"
},
{
"name" : "x15",
"algorithm" : "bitblock",
"intensity" : "18",
                "hamsi-expand-big" : "1",
"gpu-threads" : "2",
"gpu-powertune" : "8",
                "gpu-fan" : "60-65",
"worksize": "128"
},
{
"name" : "scrypt",
"intensity" : "18",
"gpu-powertune" : "8",
"worksize" : "256",
"lookup-gap" : "0",
"gpu-threads": "1",
                "gpu-fan" : "60-65",
"algorithm" : "alexkarnew",
"nfactor" : "10"
},
{
"name" : "nscrypt",
"intensity" : "13",
"gpu-powertune" : "10",
"worksize" : "256",
"lookup-gap" : "0",
"gpu-threads": "2",
                "gpu-fan" : "60-65",
"algorithm" : "alexkarnew",
"nfactor" : "11"
},
{
"name" : "keccak",
"intensity" : "14",
"gpu-powertune" : "10",
"worksize" : "256",
"lookup-gap" : "2",
"gpu-threads": "2",
"algorithm" : "maxcoin"
}
],
"default-profile": "x11",
"hamsi-expand-big" : "1",
"failover-only" : true,
"shaders" : "1792",
"thread-concurrency" : "8192",
"temp-cutoff" : "96",
"temp-overheat" : "94",
"temp-target" : "88",
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-mcast-port" : "4028",
"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" : true,
"failover-switch-delay" : "30",
"show-coindiff" : true,
"remove-disabled" : true,
"extranonce-subscription" : true
}


For switching u need the multiport 4010/4011, sorry about that
newbie
Activity: 26
Merit: 0
Guys how are your profits? Are they down? Mine went double time down idk why.
sr. member
Activity: 265
Merit: 250
Looks like fixed fan speed works OK now. I'm using 48% for both cards.

I'm trying to make the miner auto switch to the most profitable coin among X11/X13/X15 algos, but nothing really works as intended. First I tried to use TMBSwitcher 1.01 but miner idles for more than 1h waiting for work from pool sometimes. I tried using 4010/4011 ports and somehow miner quit after some time. Now I'm trying with 4440/5550/6660 but miner just runs X11 algo when X15 is most profitable and don't know how to make it autoswitch to X15 (bullus' config had default X11 kernel but I deleted that string from config).
sr. member
Activity: 294
Merit: 250
sr. member
Activity: 265
Merit: 250
I played around with the gpu specs, seems like my cards are stable at 1050 gpu clock for X11/13/15 and getting almost the improved hashes everybody is reporting, however, scrypt is doing bad at only 530 mh/s and I changed Intensity from 18 to 13 too, but nothing happened. I used to get 700+ mhs with 1020 gpu clock and 1500 memory and intensity 13 but these specs don't work anymore. Anyone has better working scrypt specs?

Also, "auto-fan": true doesn't work. I put only auto-fan / only gpu-fan xx / both / none and miner either starts at max fan speed or stays to lowest possbile (1300 rpm).
sr. member
Activity: 265
Merit: 250
sr. member
Activity: 294
Merit: 250

I found those 2 dll i was missing, tried that particular config, with gpu and memclocks for my 280X and still get HW errors. Every time the miner starts it creates a ckolivas bin file, I think this is the problem.

Think ur config isn't good..I send u a pm

Thanks, miner works now, but I have asome problems still:

1. fans are at max speed by default, how do I activate autofan?
2. Scrypt only gives me 550 kh/s instead of 700
3. X13 gives 2.75 instead of 3.1, haven't seen X11 in action but I assume it's lower than what everybody else reported.

My config don't use gpu settings maybe u should insert gpu clocks. Just tweak around now.
Also didn't fully test scrypt hashrates.
sr. member
Activity: 265
Merit: 250

I found those 2 dll i was missing, tried that particular config, with gpu and memclocks for my 280X and still get HW errors. Every time the miner starts it creates a ckolivas bin file, I think this is the problem.

Think ur config isn't good..I send u a pm

Thanks, miner works now, but I have asome problems still:

1. fans are at max speed by default, how do I activate autofan?
2. Scrypt only gives me 550 kh/s instead of 700
3. X13 gives 2.75 instead of 3.1, haven't seen X11 in action but I assume it's lower than what everybody else reported.
sr. member
Activity: 294
Merit: 250

I found those 2 dll i was missing, tried that particular config, with gpu and memclocks for my 280X and still get HW errors. Every time the miner starts it creates a ckolivas bin file, I think this is the problem.

Think ur config isn't good..I send u a pm
sr. member
Activity: 265
Merit: 250

I found those 2 dll i was missing, tried that particular config, with gpu and memclocks for my 280X and still get HW errors. Every time the miner starts it creates a ckolivas bin file, I think this is the problem.
newbie
Activity: 26
Merit: 0
Hey guys what happened? Before i was making like 0.01 bitcoin every 2-3 days. Now I need double that time and my hashrate is the same. Did the prices of X11 and X13 coins got down?

http://i57.tinypic.com/8w9xg6.png
sr. member
Activity: 265
Merit: 250
I can't find 2 of those files (amd_opencl32.dll and amd_opencl64.dll). Rest I put in the miner folder. Then I try to run miner and gives HW errors and it only creates a ckolivas bin file by default so I can't overwrite any x11 or x13 bins with new ones. I also tried to put the bins in folder before running the miner and it still gives HW errors.

You didn't specify what version of sgminer 5 you are using.
sr. member
Activity: 294
Merit: 250
U dont have to install and mess around with 14.6drivers.
Just download the 14.6drivers, doubleclick the exe and it will extract , then copy the files like this https://bitcointalksearch.org/topic/m.7469766 and just quit the install.

more here
https://bitcointalksearch.org/topic/m.7461908
Pages:
Jump to: