Pages:
Author

Topic: [~1000 GH/sec] BTC Guild - 0% Fee Pool, LP, SSL, Full Precision, and More - page 80. (Read 379078 times)

sr. member
Activity: 291
Merit: 250
Use adblock, and you wont see any ads Smiley  I never knew the account page or any other page had ads on it Smiley

And why would you do that? If you don't donate to the server the least you can do is allow a small ad on the page to help with server costs. There are times to use adblock but this isn't one of those times.

I refuse to look at ads in my browser. Sorry.  Especially when I am donating 2.5% to the pool, I despise the idea of having to look at ads.
I run adblock on every single site I visit. There are many many other ways a site can make money other than plastering the page with ads.
member
Activity: 98
Merit: 10
i get this error when starting the mining:
failed to connect, retrying.

is this pool really fixed or whats going on?

which server are you trying to connect to?

eu.btcguild.com

but now its working fine after connecting to uswest.btcguild.com
legendary
Activity: 1750
Merit: 1007
EU (UK) having a few issues after trying to point regular 'btcguild.com' to it (~600 GH worth of people who haven't picked a specific server).  Working on diagnosing the problem, btcguild.com pointed back to DE for now.
hero member
Activity: 590
Merit: 500
i get this error when starting the mining:
failed to connect, retrying.

is this pool really fixed or whats going on?

which server are you trying to connect to?
member
Activity: 98
Merit: 10
i get this error when starting the mining:
failed to connect, retrying.

is this pool really fixed or whats going on?
member
Activity: 77
Merit: 10
Just a suggestion, put servers address on web, on every name of server
legendary
Activity: 1750
Merit: 1007
UK servers aren't showing share stats on the front end. We are getting credit & total shares show on the block stats page.

I don't mean to be that guy but this has been the case with EVERY new server added recently... maybe its time for a check list  Cheesy

Fixed the problem.  It actually wasn't a problem on NL2 or DE.  I added the stats -before- I put the server online this time.  Unfortunately, I had a typo on the IP address (left off the last digit) used to request the server's worker summary for a user on the My Account page.

im mining at eu.btcguild.com:8332/ and on my mining rig my Mhash/sec is 1670. but on btcguild it dont show my total Mhash/s or Estimated Rewards.

is it counting my shares or should i change pool?

Shares were still being counted, it was just the worker summary script not properly polling the UK server cluster.
member
Activity: 98
Merit: 10
im mining at eu.btcguild.com:8332/ and on my mining rig my Mhash/sec is 1670. but on btcguild it dont show my total Mhash/s or Estimated Rewards.

is it counting my shares or should i change pool?
hero member
Activity: 927
Merit: 1000
฿itcoin ฿itcoin ฿itcoin
UK servers aren't showing share stats on the front end. We are getting credit & total shares show on the block stats page.

I don't mean to be that guy but this has been the case with EVERY new server added recently... maybe its time for a check list  Cheesy
sr. member
Activity: 386
Merit: 334
-"When the going gets weird, the weird turn pro."
I made a simple python json script to read from the BTC Guild API using the key found under "API Settings" in the user account at btcguild.com.

Code:
#!/usr/bin/env python
import sys, simplejson, urllib
API_KEY = 'insert your api key here'
API_ARG = 'api_key'
URL_BASE = 'http://www.btcguild.com/api.php'


class BtcGuildError(Exception):
    pass

def stats(query):
    url = URL_BASE + '?' + API_ARG + '=' + API_KEY
    result = simplejson.load(urllib.urlopen(url))
    if 'Error' in result:
        # An error occurred; raise an exception
        raise BtcGuildError, result['Error']
    if query == 'all':
        return result
    else:
        return result[query]

def main():
    if len(sys.argv) == 2 and (sys.argv[1] == 'all' or sys.argv[1] == 'workers' or sys.argv[1] == 'user' or sys.argv[1] == 'pool'):
        print simplejson.dumps(stats(sys.argv[1]), indent=4)
    else:
        sys.exit("Usage: btcgstats.py ")

if __name__ == "__main__":
    main()

Set API_KEY to your own and run the script.
sr. member
Activity: 304
Merit: 250
Do your part for Bitcoin!
I tried connecting to the UK cluster server for a bit. What people are saying is that it gets work and solves shares but the Worker Summary doesn't display it. It's probably a front end error.
member
Activity: 112
Merit: 11
I never knew the account page or any other page had ads on it Smiley
yeah, I never know where the ads are until someone complains   
There are times to use adblock
[/quote]
Wait, you can turn it off? why would you ever do that?
legendary
Activity: 1750
Merit: 1007
UK server cluster is now online.  Current setup is two pool nodes.  If all goes well, I will add a third node and take down NL2.btcguild.com (pointing that old address to the new server).

UPDATE:  UK servers had a quick restart (~5 seconds) to fix their addnode settings so they will always connect to the BTC Guild pool nodes.
sr. member
Activity: 406
Merit: 250
Out of curiosity, why does it take 120 confirmations, vs. slush only takes 100 confirmations?

If you Solo mine, and actually find a block... the 50 Bitcoin reward appears as a "Generated" transaction... as opposed to a "Sent" or "Received" transaction.
The Bitcoin protocol requires 120 confirmations before "Generated" coins can be spent. Since the pool Generates the coins, eleuthria is just making you wait the same amount of time that he has to wait before you can get your reward. I have no idea why any other pool would not use that same 120 confirmations.

The 120 confirmations are required to make absolutely sure that the block that was found is valid.

Now, let me take this time to remind everyone that you can skip all the waiting if you adjust your donation to 2.5% or more.
Not only do you help eleuthria pay for the servers needed to run the pool, but when a block is found, your estimated rewards goes instantly to your confirmed rewards. Even if a block is invalid, you still get paid.

The Bitcoin protocol actually only requires 100 confirmations before "Generated" coins are credited to your address and are spendable. It's just that the local client doesn't actually let you spend them for another 20 confirmations for some reason. Slush (and maybe others) modified their local bitcoin clients to allow them to go ahead and spend them immediately after they have been credited (100 confirmations) instead of waiting 20 more.
member
Activity: 69
Merit: 10
Use adblock, and you wont see any ads Smiley  I never knew the account page or any other page had ads on it Smiley

And why would you do that? If you don't donate to the server the least you can do is allow a small ad on the page to help with server costs. There are times to use adblock but this isn't one of those times.
sr. member
Activity: 291
Merit: 250
Use adblock, and you wont see any ads Smiley  I never knew the account page or any other page had ads on it Smiley
full member
Activity: 133
Merit: 100
Hi folks,

Sorry for cross-posting, but I wanted to give a pointer in this thread to my BTC Guild monitoring/stats graphing template for Cacti.

Additional details can be found here: http://forum.bitcoin.org/index.php?topic=23406.msg293974#msg293974
sr. member
Activity: 464
Merit: 250
Out of curiosity, why does it take 120 confirmations, vs. slush only takes 100 confirmations?

If you Solo mine, and actually find a block... the 50 Bitcoin reward appears as a "Generated" transaction... as opposed to a "Sent" or "Received" transaction.
The Bitcoin protocol requires 120 confirmations before "Generated" coins can be spent. Since the pool Generates the coins, eleuthria is just making you wait the same amount of time that he has to wait before you can get your reward. I have no idea why any other pool would not use that same 120 confirmations.

The 120 confirmations are required to make absolutely sure that the block that was found is valid.

Now, let me take this time to remind everyone that you can skip all the waiting if you adjust your donation to 2.5% or more.
Not only do you help eleuthria pay for the servers needed to run the pool, but when a block is found, your estimated rewards goes instantly to your confirmed rewards. Even if a block is invalid, you still get paid.

aye I second that. if you want no advertisements and instant payouts. And HOPEFULLY soon automatic payouts (hint Hint)

DONATE.
legendary
Activity: 1750
Merit: 1007
US West #2 is being pushed back in favor of a new EU (UK) server.  This new server is actually a small cluster, one IP with multiple servers behind it.  It should be up in the next 8 hours.  If the load balanced cluster works, I will prepare to consolidate the NL pools into the cluster, eventually leaving us with two EU servers (EU DE and EU UK).
hero member
Activity: 634
Merit: 500
Out of curiosity, why does it take 120 confirmations, vs. slush only takes 100 confirmations?

If you Solo mine, and actually find a block... the 50 Bitcoin reward appears as a "Generated" transaction... as opposed to a "Sent" or "Received" transaction.
The Bitcoin protocol requires 120 confirmations before "Generated" coins can be spent. Since the pool Generates the coins, eleuthria is just making you wait the same amount of time that he has to wait before you can get your reward. I have no idea why any other pool would not use that same 120 confirmations.

The 120 confirmations are required to make absolutely sure that the block that was found is valid.

Now, let me take this time to remind everyone that you can skip all the waiting if you adjust your donation to 2.5% or more.
Not only do you help eleuthria pay for the servers needed to run the pool, but when a block is found, your estimated rewards goes instantly to your confirmed rewards. Even if a block is invalid, you still get paid.
Pages:
Jump to: