Pages:
Author

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

sr. member
Activity: 354
Merit: 254
Owner of MiningRigRentals
Given it's being repaired, is there an estimate for when SUM coin gets back in play for x11 multiport?

I attempted to get shared-mining back up for this coin today, with no luck. At this point I suggest using one of the 3 working pools, supernova, hashharder, or mosterhash, if you wish to mine part of the remaining 700 or so blocks before PoW ends.
sr. member
Activity: 354
Merit: 254
Owner of MiningRigRentals
merc82, no answers, so I ask another one:
small diff coins vs big pool power.
GDN   1.09G
JUG     1.33G
QBC   517.12M
MultPort (1.86Ghash/s)
When pool switch to coins its BOOOOM, nuclear bomb to mosquito, pool catch blocks very fast. It's profatible, but only for small part of miners.
Then pool jump to another coin by scoring algorythm.
This fash switching algorythm good cause coin difficulty not grown up to the moon. But as You can see fast switching bad for end-miners cause frequent reconnect/reject/stale and efficiency drop down. Example: pool switch to GDN, I see reconnect, block,block,block, reconnect switch to DRK. NO ONE SHARE SEND AT ALL BY ME and many other workers in minute. Small coins do not need big pool power, it's superfluity.

What we You can do? Maybe do two multipool worker for each algo scrypt/nscrypt/x11? Split (Random distribute) miners via two group/two pool workers (maybe use us/eu servers as worker groups?), two pool workers still switch via scoring algorythm in turn.

Scoring algorythm select next coins to switch, then
Code:
if (target coin nethash < pool hashpower) { 
 # switch only one pool worker in turn to coin
  if (lasts_switched_worker == 1) { switch pool_worker2; last_switched_worker=2} else {switch pool_worker1; last_switched_worker=1}
}else {
 switch pool_worker1;
 switch pool_worker2;
}

Why No? Maybe It's more effectively, so more profatible (and to You). No one multipool have power and effectivity adjustment, You can.

Thank you for the suggestion. This is something I've been considering for quite a while.
sr. member
Activity: 354
Merit: 254
Owner of MiningRigRentals
hero member
Activity: 742
Merit: 500
I've lowered my donation to 0% until the issue is resolved
hero member
Activity: 742
Merit: 500
@merc
BTC/Mhs/Day was not a litttle, it was much lower in real.

On one side you mean mining coins that do not need high hashrate is more profitable because you find much more shares. On other side I can see that my earnings are lower then ever! I was 2 days with 50-100Mhs and only 0,18 is my part. Would you mean it's because it's too high hashrate? If yes, I would ask how the pool sends share. My Hashrate was not coming from one worker nor from asic, it was coming from many 270x,280x and 290x. If the theory with lower difficulty would be true, then my profits should be much higher.

Just for comparisson:
I've spend ~0.28 on renting for max. price of 0.28/Mhs (maybe there 5Mh/s for 0.003, but for sure not more). At the end I got for 48 hours and let's say 50mh/ in average (it was more for sure), only 0,00028. A little bit difference and I would not say anything but yesterday all X11 coins that were mined had rating over 0,0028. That means you miscalculated by more than 10x during period of 48 hours? How is it possible? My hashrate was accepted, no downs, less rejects, stable connection and many accepted shares. Something is wrong with the pool. I earn more with 1-2Mhs than with 50-100Mhs. How is it possible?

Other thing that I can not understand is, why do not you mine SUM on multiport??? I got 0,10 on SUM just in couple hours. I came from work and see that we are not mining really most profitable coin! The reason: we find more blocks is maybe true, but we all want BTC's for our coins which we did not get. What is right now?

If I think in following row:
1. Everybody knew that sum is coming and should be prepared. As sum was lauched on tmb, it suddenly did not work. You wrote it is becauese of tmb's scrypt error. Connection over port 3412 was dead.
2. On rental pages almost all X11 rigs were rented.
3. Couple off my rents went offline, without telling me anything. Why? To mine sum!
4. TMB switches shared mining on SUM. Pointing my hashrate (even if only 100mh/s) is not possible anymore.
5. We still mine JUG which made my balance going to minus, because reached BTC value is more than 10 times lower.
6. Everybody makes huge profits but we claim on much less profitable coin

Why everybody is making huge profits, only TMB not, I am feeling little pi**ed off?!
I am really sure that the amount payed to me is not correct, because it is just impossible. How did other users perform last 24 hours?




newbie
Activity: 12
Merit: 0
Given it's being repaired, is there an estimate for when SUM coin gets back in play for x11 multiport?
sr. member
Activity: 350
Merit: 250
★YoBit.Net★ 350+ Coins Exchange & Dice
I can see bfgminer is finding blocks and getting accepted shares but I have no unconfirmed balance? How long till something appears as I have never seen it take this long on any pool

Look under statistics page and go to the bottom, you might just not have autoexchange turned on.
newbie
Activity: 25
Merit: 0
I can see bfgminer is finding blocks and getting accepted shares but I have no unconfirmed balance? How long till something appears as I have never seen it take this long on any pool
sr. member
Activity: 350
Merit: 250
★YoBit.Net★ 350+ Coins Exchange & Dice
+1 to this pool. I get a few disconnects but in all its the most profitable pool for me.
newbie
Activity: 14
Merit: 0
merc82, no answers, so I ask another one:
small diff coins vs big pool power.
GDN   1.09G
JUG     1.33G
QBC   517.12M
MultPort (1.86Ghash/s)
When pool switch to coins its BOOOOM, nuclear bomb to mosquito, pool catch blocks very fast. It's profatible, but only for small part of miners.
Then pool jump to another coin by scoring algorythm.
This fash switching algorythm good cause coin difficulty not grown up to the moon. But as You can see fast switching bad for end-miners cause frequent reconnect/reject/stale and efficiency drop down. Example: pool switch to GDN, I see reconnect, block,block,block, reconnect switch to DRK. NO ONE SHARE SEND AT ALL BY ME and many other workers in minute. Small coins do not need big pool power, it's superfluity.

What we You can do? Maybe do two multipool worker for each algo scrypt/nscrypt/x11? Split (Random distribute) miners via two group/two pool workers (maybe use us/eu servers as worker groups?), two pool workers still switch via scoring algorythm in turn.

Scoring algorythm select next coins to switch, then
Code:
if (target coin nethash < pool hashpower) { 
 # switch only one pool worker in turn to coin
  if (lasts_switched_worker == 1) { switch pool_worker2; last_switched_worker=2} else {switch pool_worker1; last_switched_worker=1}
}else {
 switch pool_worker1;
 switch pool_worker2;
}

Why No? Maybe It's more effectively, so more profatible (and to You). No one multipool have power and effectivity adjustment, You can.
newbie
Activity: 4
Merit: 0
To jimlite

I just saw it had higher BTC/MHash than other n-factor coins (yesterday).

To merc82,

Does TradeMyBit Pool presently have some problems with X11 profit-switching ?
or only just for SUM coin?


edit - X11 Working correctly now.

The X11 multipool has been dropping for me constantly and not able to reconnect, the individual pools work fine no problem.

Tried on a few different internet connections as well. Annoying Sad
legendary
Activity: 1848
Merit: 1018
When will SUM be back on X11 pool? It is the hottest thing.
newbie
Activity: 46
Merit: 0
How do people connect to the 4440 port?

I have tried to connect but all I get is that there is no work available from the pool.
I am using:
-o stratum+tcp://stratum-us.trademybit.com:4440 -u %usern% -p %pass%


The multiport works fine for NScrypt and Scrypt.

My miner is sph-sgminer.
I confirm that.
I can't connect to 4440 port with the same parameters in latest SPH-sgminer:

sgminer.exe --kernel darkcoin -o stratum+tcp://stratum-us.trademybit.com:4440 -u XXX -p YYY

I tried some other kernels (quarkcoin,marucoin etc) from kernel folder but the same result.
full member
Activity: 132
Merit: 100
Ive been on this pool for some time, profitability is good. Sadly it gets reduced by the fact that pool resets after every coin switch. Is there a way how to avoid it? From my experience other profit-change pools dont do that (e.g. middlecoin). Thanks, BakSAj

This has been debated a few times, and while we are implementing a non-disconnecting coin switch.. the profit benefit you get out of it is extremely negligible, if any at all.. the only thing it really does is make you feel better Wink

Ok good to hear that! Biggest pain is I cant use TMB as default pool when leasing my rig on services that monitor my current hashrate (e.g. leaserig). Coin switch resets cause my rig appear unstable in their stats.

You could use MMR for renting it has a graph, failovermanagment, in-wallet with instantmine ,2FA-security, shown hashrate and many more btw it is from the same devs as tmb. http://www.miningrigrentals.com/register?ref=11 if you want to register Smiley
full member
Activity: 157
Merit: 100
Ive been on this pool for some time, profitability is good. Sadly it gets reduced by the fact that pool resets after every coin switch. Is there a way how to avoid it? From my experience other profit-change pools dont do that (e.g. middlecoin). Thanks, BakSAj

This has been debated a few times, and while we are implementing a non-disconnecting coin switch.. the profit benefit you get out of it is extremely negligible, if any at all.. the only thing it really does is make you feel better Wink

Ok good to hear that! Biggest pain is I cant use TMB as default pool when leasing my rig on services that monitor my current hashrate (e.g. leaserig). Coin switch resets cause my rig appear unstable in their stats.
sr. member
Activity: 354
Merit: 254
Owner of MiningRigRentals
Hello merc82,

I am mining at TradeMyBit pool user 'bankz'.
Please help check my TOTAL estimated 24 BTC earning.
Recently it was 0.05x, 0.04x and now 0.033.
I have been switching my miner mostly mining 'GPU Coin' (most of the time 0.006xx) and 'Multiport'
My hashrate is 10 MHash(scrypt) from my side and a little bit less in yours.

Should my TOTAL estimated 24 BTC earning be something around 0.05x - 0.06x ?

Thank you.


The estimated 24hr btc earnings is based on the 'now' exchange rate.. it will fluctuate as wildly as the prices do for the coins you mined. It is just an estimated snapshot and will never be remotely accurate to what you get out of the coins
sr. member
Activity: 354
Merit: 254
Owner of MiningRigRentals
Ive been on this pool for some time, profitability is good. Sadly it gets reduced by the fact that pool resets after every coin switch. Is there a way how to avoid it? From my experience other profit-change pools dont do that (e.g. middlecoin). Thanks, BakSAj

This has been debated a few times, and while we are implementing a non-disconnecting coin switch.. the profit benefit you get out of it is extremely negligible, if any at all.. the only thing it really does is make you feel better Wink
member
Activity: 88
Merit: 10
To jimlite

I just saw it had higher BTC/MHash than other n-factor coins (yesterday).

To merc82,

Does TradeMyBit Pool presently have some problems with X11 profit-switching ?
or only just for SUM coin?


edit - X11 Working correctly now.
legendary
Activity: 1848
Merit: 1018
Hello merc82,

I am mining at TradeMyBit pool user 'bankz'.
Please help check my TOTAL estimated 24 BTC earning.
Recently it was 0.05x, 0.04x and now 0.033.
I have been switching my miner mostly mining 'GPU Coin' (most of the time 0.006xx) and 'Multiport'
My hashrate is 10 MHash(scrypt) from my side and a little bit less in yours.

Should my TOTAL estimated 24 BTC earning be something around 0.05x - 0.06x ?

Thank you.
FortuneNVirtue, Isn't GPU coin dead? Why are you mining it if the CEO and dev are gone and it is at 1 satoshi?
legendary
Activity: 1848
Merit: 1018
Nowhere on your website do I see the scrypt-N pool's hashrate.
Nowhere on your website do I see my btc/mhs/day.
Where are these stats hiding for Scrypt-N? I would like to see which
algo's multipool is performing best and set my gpus to that.
Thanks

Hashrate per algo is now displayed.
BTC/MH/Day is not displayed, as I've stated previously it is not possible to accurately calculate as there are a ton of different variables that go into each users payouts -- which users they keep, do they stay on one algo all day, etc.. The best way to figure out how the payouts are, is to give it a test Wink
I have, but I can't figure out if I am making more on the scrypt or scrypt-n pool.
I have 280x's if it matters, and they are tuned well for both algos.

The top says pool rate 3gh/s, but it DOES NOT SAY WHICH POOL. I ASSUME IT IS SCRYPT,
SO WHERE IS THE POOL RATE OF YOUR SCRYPT-N POOL DISPLAYED?

http://gyazo.com/00e729160e84a4413af600b8ff56b976

Where it lists the different ports.. in big letters
Thanks, so the very top pool hash is the total of all 3 pools? Sorry, I was only looking at that.
Pages:
Jump to: