Bitcoin Forum
May 02, 2024, 09:32:11 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 [36] 37 38 39 40 41 42 43 44 45 46 47 »
701  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][MULTI] HashBros Beta [OPTIONAL-PS][VD][1-1.5%][PPLNS] on: January 27, 2014, 11:25:39 PM
Just wondering what's going on...

On Twitter you said that you disabled Lottocoins. However we still mine LOT several times. Most of time we don't find LOT and NET blocks. In the last 10 rounds (1927-1936), for a duration of about 2.5 hours, only 2 rounds paid something.

I re enabled Lottocoins because I determined that the pool is actually just fine. We have found lottocoins before, it is just higher diff for us that its rare for us to get the coins.

Rounds with with no blocks aren't bad. The next time we get an LOT or NET round we could get blocks within minutes, its all about luck and about looking at things in the long term.
702  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][Pool] HashBros Private Alpha [Multi][Profit Switch][Transparent] on: January 27, 2014, 08:53:18 AM
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.
703  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][Pool] HashBros Private Alpha [Multi][Profit Switch][Transparent] on: January 27, 2014, 08:03:40 AM
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.
704  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][Pool] HashBros Private Alpha [Multi][Profit Switch][Transparent] on: January 27, 2014, 07:46:16 AM
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
705  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Alphacoin - the new innovative alt coin! | Version 1.1 released, please update! on: January 27, 2014, 06:48:42 AM
This coins diff is all over the place
706  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][MULTI] HashBros Beta [OPTIONAL-PS][VD][1-1.5%][PPLNS] on: January 27, 2014, 05:38:05 AM
Hi there. I was hashing a few minutes ago but i noticed that my hashrate is not showing up on the website ao i stopped. How many minutes before the website show my correct hash rate and do you have any idea why it says my hash rate from an account is 0.26mh/s but no miner has been pointed on it for 2 straight days?

Probably some sort of bug, what is the miners count showing? Also what about when you go to your workers page.


It says number of workers : 0 which is correct but the hash rate is 0.26 mh/s
I have also seen this.

This is now fixed.

We have done quit a bit of work today. Fixed redemption bugs, this bug, cleaned up settings page, wrote a blog post about balances, modiffied the profit switcher heavily, started documenting the api page, and added some coins.
707  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][MULTI] HashBros Beta [OPTIONAL-PS][VD][1-1.5%][PPLNS] on: January 27, 2014, 05:34:59 AM
Hi there. I was hashing a few minutes ago but i noticed that my hashrate is not showing up on the website ao i stopped. How many minutes before the website show my correct hash rate and do you have any idea why it says my hash rate from an account is 0.26mh/s but no miner has been pointed on it for 2 straight days?

Probably some sort of bug, what is the miners count showing? Also what about when you go to your workers page.


It says number of workers : 0 which is correct but the hash rate is 0.26 mh/s

I'm going to be looking into all this. We've been barraged with obscure bugs and requests for features.

EDIT : Fixed.
708  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][Pool] HashBros Private Alpha [Multi][Profit Switch][Transparent] on: January 27, 2014, 05:33:05 AM
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.
709  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] LOTTO COIN - The coin thats a game! Released 12/12/13 on: January 27, 2014, 04:32:54 AM
My multipool can't find a block but the wallet shows zero errors. Wondering if theres a possibility for some problem.
710  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] LOTTO COIN - The coin thats a game! Released 12/12/13 on: January 27, 2014, 04:31:21 AM
let us join lotto family!  Grin


http://lotto.fast-pool.com



0% FEE
VARDIFF
DDOS PROTECTION (BIGGEST DATA CENTER IN EUROPE)
LOT OF EXPERIENCE (3GH DOGE POOL)
PROPORTIONAL PAYOUT (PPLNS POOL ARE BAD! GET MORE COINS!)
24/7 SUPPORT
AUTOMATED PAYMENTS
SSD DRIVES
1GBIT CONNECTION
256 GB RAM




http://lotto.fast-pool.com

please help us get some hashrate! Smiley







Could u pls help to unlock my Account: sorji
with 2 days unable to login, thanks Sad Sad Sad

Lol probably spending 1k/month on a server and you have no fees. Sounds like some bull shit.
711  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bottlecaps v1.5.2 Just Released Checkpoint Node New Wallet Design! Please Update on: January 26, 2014, 04:31:19 AM
Got the checkpoint warning....
712  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bottlecaps v1.5.2 Just Released Checkpoint Node New Wallet Design! Please Update on: January 26, 2014, 04:23:36 AM
Just threw 23,000 shares at BottleCaps and got no blocks. I think something is broken.
713  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][MULTI] HashBros Beta [OPTIONAL-PS][VD][1-1.5%][PPLNS] on: January 26, 2014, 02:10:36 AM
Why mine GrandCoin? Grandcoin now in number8 on profitability list..


We determine what coin to mine on a bunch of factors, one of them is market depth. If a coin isn't quickly flippable we won't bother trying to mine it because we want to be able to get you your BTC immediately. If it becomes a problem we can tweak the engine more but it appears we havent mined GDC in quite some time.
714  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][MULTI] HashBros Beta [OPTIONAL-PS][VD][1-1.5%][PPLNS] on: January 26, 2014, 02:06:32 AM
If i understand we earn BTC from autotrading multiple alt coins, but if we want we can remove from the auto trading some of the alt coin and have them on out wallet directly ?
If we do that, we will continue to receive BTC from auto trading, but we will also receive the selected alt coin in our wallet.
Is that right ?


You will only receive BTC for coins that are auto trading, otherwise you get the coins directly after the round.
715  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][MULTI] HashBros Beta [OPTIONAL-PS][VD][1-1.5%][PPLNS] on: January 26, 2014, 02:05:39 AM
Sovietaced, could you add some earningdata on the home dashboard as well? You could put a new block on the left side. That would be sweet.

We've done this before but its expensive database wise and causes a pretty long page load, thats why we like to isolate them on their own page. It might be scalable with some long caching (10 minutes).
716  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][MULTI] HashBros Beta [OPTIONAL-PS][VD][1-1.5%][PPLNS] on: January 26, 2014, 02:04:25 AM
Since no big coin is being mined It will be long before any big farm will come here Sad
The website is really great and it all look super nice. But we need better profitability Tongue
Else I can't move my main miner from MiddleCoin, And I am sure that there is a lot of people thinking the same.
We have a small miner here to monitor our btc/mhs/day and when it raise at a certain lvl we will move everything.

my 2 cents.

Mining bigger coins requires hash rate, everyone has to get on board collectively or else it won't work. The pool is quite profitable and can mine coins within the top 4 all time profitable. We just need more users.
717  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][MULTI] HashBros Beta [OPTIONAL-PS][VD][1-1.5%][PPLNS] on: January 26, 2014, 02:02:28 AM
Hi there. I was hashing a few minutes ago but i noticed that my hashrate is not showing up on the website ao i stopped. How many minutes before the website show my correct hash rate and do you have any idea why it says my hash rate from an account is 0.26mh/s but no miner has been pointed on it for 2 straight days?

Probably some sort of bug, what is the miners count showing? Also what about when you go to your workers page.
718  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][Pool] HashBros Private Alpha [Multi][Profit Switch][Transparent] on: January 25, 2014, 11:50:53 PM
However withdrawals are manually don't. So btc has to be manually withdrawn. We do this once a day.
719  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][Pool] HashBros Private Alpha [Multi][Profit Switch][Transparent] on: January 25, 2014, 11:49:04 PM
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
720  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][Pool] HashBros Private Alpha [Multi][Profit Switch][Transparent] on: January 25, 2014, 10:41:42 PM
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: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 [36] 37 38 39 40 41 42 43 44 45 46 47 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!