Bitcoin Forum

Other => Beginners & Help => Topic started by: eldentyrell_old on August 03, 2011, 11:43:26 PM



Title: best mining pool for developers?
Post by: eldentyrell_old on August 03, 2011, 11:43:26 PM
Hi, I'm developing some experimental mining hardware.

I was wondering if any of the pools have particularly good statistics/feedback on things like stale blocks, invalid blocks, etc.  Even better would be showing you a list of your submitted shares and what the pool thought of each of them.

I've been using eligius.st but they don't update their statistics very often and don't tell you why they rejected a block (i.e. stale vs. bad hash, etc).  I software-check my shares before submitting, but something just doesn't add up.

At this point I don't care about payout ratios/schemes; running at debug speeds the earnings are negligible.

Thanks!


Title: Re: best mining pool for developers?
Post by: eldentyrell_old on August 03, 2011, 11:45:08 PM
I should add that I don't support long-poll yet, and there's other stuff I need to fix first, so knowing the difference between stale shares and bad shares is important.


Title: Re: best mining pool for developers?
Post by: eldentyrell_old on August 03, 2011, 11:47:18 PM
Okay, this is totally messed up.  I've sent eligius.st FIVE shares now and it's claiming that ALL of them are stale.  Each was submitted no more than 400 seconds after the getwork.

Something is wrong here.

Either my shares are bad (bug in my code) and eligius.st doesn't know the difference between "invalid" and "stale", or else eligius.st has a bug.


Title: Re: best mining pool for developers?
Post by: eldentyrell_old on August 04, 2011, 12:33:14 AM
Total so far:

Stale shares: 11

Valid shares: 0

Something is wrong with eligius.  Either it's reporting "wrong" shares as "stale", or else it's just broken.

I'm going to try other pools.


Title: Re: best mining pool for developers?
Post by: eldentyrell_old on August 04, 2011, 01:14:59 AM
Figured it out, I was neglecting to fill in the "data" field.


Title: Re: best mining pool for developers?
Post by: tristian1980 on August 01, 2012, 06:35:55 PM
Did you try deepbit?


Title: Re: best mining pool for developers?
Post by: Luke-Jr on August 01, 2012, 06:51:55 PM
I've been using eligius.st but they don't update their statistics very often and don't tell you why they rejected a block (i.e. stale vs. bad hash, etc).
Um, what? Direct access to the PostgreSQL database is available, and every submission returns the rejection reason in the headers...


Title: Re: best mining pool for developers?
Post by: Meni Rosenfeld on August 01, 2012, 06:53:44 PM
I've been using eligius.st but they don't update their statistics very often and don't tell you why they rejected a block (i.e. stale vs. bad hash, etc).
Um, what? Direct access to the PostgreSQL database is available, and every submission returns the rejection reason in the headers...
Maybe this wasn't the case 1 year ago when this thread was started, before tristian1980 went on a necro spree.