Pages:
Author

Topic: [ANN][Pool] HashBros Private Alpha [Multi][Profit Switch][Transparent] - page 2. (Read 18965 times)

member
Activity: 224
Merit: 10
member
Activity: 224
Merit: 10
Good luck with the pool, pointing my hashes at it for a bit to see how it behaves.

Thanks. Keep in mind it will only get better, we're working on this all the time (in the spare time that we do have Smiley)
full member
Activity: 132
Merit: 100
Good luck with the pool, pointing my hashes at it for a bit to see how it behaves.
member
Activity: 70
Merit: 10
how do you calculate Roughly Estimated Daily Earnings ? Wink

Essentially iterates over all your payouts in the last day. If you don't have a full days worth it will multiply them to equal a full days worth. I still have to see how accurate this is because im positive i earn more.
maybe the change of user hashrate should also be considered, if I increase my hashrate then the estimated daily earnings should also be increased Wink

The increased hash rate will increase the payout amount, so it wouldn't make a difference.
Exactly what I was thinking. The higher hashrate will get higher shares...hence higher payouts...no need to completely smash us small time miners...
member
Activity: 224
Merit: 10
how do you calculate Roughly Estimated Daily Earnings ? Wink

Essentially iterates over all your payouts in the last day. If you don't have a full days worth it will multiply them to equal a full days worth. I still have to see how accurate this is because im positive i earn more.
maybe the change of user hashrate should also be considered, if I increase my hashrate then the estimated daily earnings should also be increased Wink

The increased hash rate will increase the payout amount, so it wouldn't make a difference.
newbie
Activity: 4
Merit: 0
how do you calculate Roughly Estimated Daily Earnings ? Wink

Essentially iterates over all your payouts in the last day. If you don't have a full days worth it will multiply them to equal a full days worth. I still have to see how accurate this is because im positive i earn more.
maybe the change of user hashrate should also be considered, if I increase my hashrate then the estimated daily earnings should also be increased Wink
member
Activity: 224
Merit: 10
how do you calculate Roughly Estimated Daily Earnings ? Wink

Essentially iterates over all your payouts in the last day. If you don't have a full days worth it will multiply them to equal a full days worth. I still have to see how accurate this is because im positive i earn more.
member
Activity: 224
Merit: 10
how do you calculate Roughly Estimated Daily Earnings ? Wink

Code:
def estimated_daily_earnings_string
    daily_payouts = self.payouts.where(created_at: 1.day.ago..DateTime.now)

    if not daily_payouts.blank?
      first_payout = daily_payouts.first
      multiply_for_day = 1.day.to_f / (Time.now.to_i - first_payout.created_at.to_i)

      sum = daily_payouts.reduce(0) {|sum, payout| sum + payout.estimated_or_real_amount}

      return "%.8f" %  (sum * multiply_for_day)
    end
    return "%.8f" % 0
  end
newbie
Activity: 4
Merit: 0
how do you calculate Roughly Estimated Daily Earnings ? Wink
member
Activity: 224
Merit: 10
I had been mining at middlecoin since last summer and noticed that it goes through a cycle of famine and feast. For long time, the conventional wisdom was that middlecoin averaged about 0.01 btc per MHs and I can tell you that it is true. When the dogecoin mania hit in December 2013, the average went to about 0.05 btc, but for a few days. Now that we have a second wave of dogecoin mania, we are seeing the average go to about 0.02 to 0.03 btc per MHs over at Middlecoin.

I don't know how H20, the middlecoin operator, is doing it. Does he have a secret exchange or a secret buyer? There is an allegation of theft (that H20 is stealing from the pool, so when he's NOT stealing, the payout is higher).

I will be happy if hashbros can provide at least 0.01 btc per MHs, predictably, reliably, and in open honest manner.

I think it will be possible, if the hash rate allows us to compete with dogecoin. But until we get there it wont be. It's a chicken and the egg problem. We need hashers to mine doge, but hashers are reluctant to mine because we're not mining doge.
sr. member
Activity: 448
Merit: 250
I had been mining at middlecoin since last summer and noticed that it goes through a cycle of famine and feast. For long time, the conventional wisdom was that middlecoin averaged about 0.01 btc per MHs and I can tell you that it is true. When the dogecoin mania hit in December 2013, the average went to about 0.05 btc, but for a few days. Now that we have a second wave of dogecoin mania, we are seeing the average go to about 0.02 to 0.03 btc per MHs over at Middlecoin.

I don't know how H20, the middlecoin operator, is doing it. Does he have a secret exchange or a secret buyer? There is an allegation of theft (that H20 is stealing from the pool, so when he's NOT stealing, the payout is higher).

I will be happy if hashbros can provide at least 0.01 btc per MHs, predictably, reliably, and in open honest manner.
hero member
Activity: 854
Merit: 539
sorry i edit 0.02 of course
member
Activity: 98
Merit: 10
Can someone please provide an estimated earnings per MH for Hashbros? I understand this is based on a combination of a lot of variables including the number of participants to coin mined to my configuration, etc. I don't need schooling on that aspect but need a general earnings average for the entire pool. Thanks.

Here are my personal estimated daily earnings for my hash rate : .0065 BTC / .75 MH

So roughly .0086 BTC / MH

And thats with most of the day at about 6 MH on the pool. We're sitting at 65 MH and growing. Once the hash rate goes up, we get access to more coins.

its very low .0086 BTC /Mh   on middlecoin its 0.2 at this time

i have try one day hashbro pool but ...  Sad

.2 on middlecoin?Huh

Middlcoin 3 day average for my address has been .015 but that's with Doge going nuts.
hero member
Activity: 854
Merit: 539
Can someone please provide an estimated earnings per MH for Hashbros? I understand this is based on a combination of a lot of variables including the number of participants to coin mined to my configuration, etc. I don't need schooling on that aspect but need a general earnings average for the entire pool. Thanks.

Here are my personal estimated daily earnings for my hash rate : .0065 BTC / .75 MH

So roughly .0086 BTC / MH

And thats with most of the day at about 6 MH on the pool. We're sitting at 65 MH and growing. Once the hash rate goes up, we get access to more coins.

its very low .0086 BTC /Mh   on middlecoin its 0.02 at this time

i have try one day hashbro pool but ...  Sad
newbie
Activity: 18
Merit: 0
By manually trading on cryptsy I mean not using their auto trade feature and trading automatically using their API.

Oh, yes I see, API is more flexible and less fees BTW

Also rounds with no earnings aren't bad, it is just the consequence of bad luck.

Ah , yes ... I just didn't look all columns ... blocks found are none on these. Evident now.

I will add SSL tonight

Nice Smiley
member
Activity: 224
Merit: 10
However withdrawals are manually don't. So btc has to be manually withdrawn. We do this once a day.
member
Activity: 224
Merit: 10
I don't know what immediate vs complete auto sell rate is. But we make trades ourselves, not using auto trading.

This is not immediate vs complete but "immediate and complete" and this is one of the 4 auto sell options you have when doing auto sell at Cryptsy.
This one option speaks for itself indeed: it will sell at any price buying orders are available until the quantity to sell gets entirelly sold.
So you may end up selling below the current top buy bid if the quantity exceeds what's available at this price, but you are sure to sell the whole lot ...  uuh, well, unless something goes wrong in the Cryptsy process which already happenned to me: the order got stuck at market price (I guess the moment the deposit came in), unsold, while the market went down. It eventually got sold one week later when the market came up again ... saddly Cryptsy never made the effort to answer to my support ticket about this (despite several "bumps").

Anyway **theoretically** that would be the way to make sure incoming deposit are traded when things are done automatically and innatended.
But my experience is this is not fully reliable (I've had others auto trade done right though), and since I've had no answer from Cryptsy I cannot tell much about why this...

Anyway, this means you are doing all trades from incoming alt coins at Cryptsy to BTC manually and then again make manual BTC withdrawal to your wallet before dispatching according to earned shares ?
Indeed this may end up being more reliable than automated tasks at Cryptsy (and less cost since Cryptsy charges for extra cost for auto sell), but this is quite an amount of manual work !
Are you doing this around the clock o_O or is it once/ afew times a day ?

Also, I've been mining the whole day since I got my beta ticket ;-)
There are quite a few rounds that got "dropped": well I can see I mine them, shares show up in dashboard, but no earnings end up being cashed out off the round (says N/A 0 BTC).
I've sent you some email about this anyway.

Also, don't forget to add SSL, that's a piece of cake compared to the whole lot coding you are doing Wink ... but this is mandatory IMHO

Having said that, keep on going with this since you are building something different and nice looking BTW

By manually trading on cryptsy I mean not using their auto trade feature and trading automatically using their API. You can make sell orders through it. Also rounds with no earnings aren't bad, it is just the consequence of bad luck. The next round of that same coin could find a block within minutes so it really doesn't matter. If it switches to something more profitable it is doing that which is better than sitting on that coin.

I will add SSL tonight
newbie
Activity: 18
Merit: 0
I don't know what immediate vs complete auto sell rate is. But we make trades ourselves, not using auto trading.

This is not immediate vs complete but "immediate and complete" and this is one of the 4 auto sell options you have when doing auto sell at Cryptsy.
This one option speaks for itself indeed: it will sell at any price buying orders are available until the quantity to sell gets entirelly sold.
So you may end up selling below the current top buy bid if the quantity exceeds what's available at this price, but you are sure to sell the whole lot ...  uuh, well, unless something goes wrong in the Cryptsy process which already happenned to me: the order got stuck at market price (I guess the moment the deposit came in), unsold, while the market went down. It eventually got sold one week later when the market came up again ... saddly Cryptsy never made the effort to answer to my support ticket about this (despite several "bumps").

Anyway **theoretically** that would be the way to make sure incoming deposit are traded when things are done automatically and innatended.
But my experience is this is not fully reliable (I've had others auto trade done right though), and since I've had no answer from Cryptsy I cannot tell much about why this...

Anyway, this means you are doing all trades from incoming alt coins at Cryptsy to BTC manually and then again make manual BTC withdrawal to your wallet before dispatching according to earned shares ?
Indeed this may end up being more reliable than automated tasks at Cryptsy (and less cost since Cryptsy charges for extra cost for auto sell), but this is quite an amount of manual work !
Are you doing this around the clock o_O or is it once/ afew times a day ?

Also, I've been mining the whole day since I got my beta ticket ;-)
There are quite a few rounds that got "dropped": well I can see I mine them, shares show up in dashboard, but no earnings end up being cashed out off the round (says N/A 0 BTC).
I've sent you some email about this anyway.

Also, don't forget to add SSL, that's a piece of cake compared to the whole lot coding you are doing Wink ... but this is mandatory IMHO

Having said that, keep on going with this since you are building something different and nice looking BTW
member
Activity: 224
Merit: 10
Hi,

nice work.

I guess you guys are mostly (if not only) using Cryptsy for exchange.

In order to have a better view about cashing out in BTC (vs doing it on oneself): is that immediate and complete auto sell rate you use ?

Also, do you mean you are manually cashing out BTC from cryptsy?
Since there is a captcha for withdrawal  (unless you are using "special trick out there" Wink), this  would mean that BTC cashout doesn't hapen as soon as traded but once every manual conversion instead ? Or am I missing something ?

Thx

I don't know what immediate vs complete auto sell rate is. But we make trades ourselves, not using auto trading.

You have to manually cash out BTC from cryptsy. You are right BTC cashout does not happen as soon as traded but once every night when we get those coins manually.
Pages:
Jump to: