Bitcoin Forum

Bitcoin => Project Development => Topic started by: ekylypse on May 22, 2013, 10:01:50 PM



Title: [ATTN] Is your Pool a Scam?
Post by: ekylypse on May 22, 2013, 10:01:50 PM
Probably not; however, there are known issues with MMCFE, which is the most widely used front-end for pools. I have noticed that with several Alt coins(especially those with a low difficulty) MMCFE does not reward the users for some blocks.

Run this on your database to see if this is happening to you...

Code:
SELECT blockNumber AS unpaid_blocks FROM `winning_shares` WHERE blockNumber NOT IN (SELECT assocBlock FROM ledger)
The result here will check winning_shares against your ledger, and tell you which block numbers do not correlate.


Until I have a repair, and automatic payment method for these unpaid blocks I will be offering this list to the users of http://dgc.turbocoin.us and our other pools upon repair.

Maybe other operators can report back here from their various coins to see if particular coins have an issue or low difficulty, or low confirm requirements causes it.

Thanks.


Title: Re: [ATTN] Is your Pool a Scam?
Post by: nearmiss on May 24, 2013, 03:46:03 PM
from cronjob.php

Code:
$f=1;
$f = $sitePercent / 100;

...
...

$account_type = account_type($ownerId);
                        if ($account_type == 0) {
                                // is normal account
                                $predonateAmount = (1-$f)*($B*$shareRatio);
                                $predonateAmount = rtrim(sprintf("%f",$predonateAmount ),"0");
                                $totalReward = $predonateAmount - ($predonateAmount * ($sitePercent/100));



Is this not doubling the pool fee's?  It already multiplies the expected payout ($B*$shareRatio) by the site percent (1-$f in this case), then does it again 2 lines below?

Or is a 2% fee actually supposed to mean, 2% off the top, and 2% off every user payout?



Title: Re: [ATTN] Is your Pool a Scam?
Post by: ekylypse on May 25, 2013, 02:50:23 PM
Hey, nearmiss, I'm okay with putting pool ops on blast. I would really like people to know that the way the front-end is coded, nearly every pool is a scam. :) At least someone is reporting back. Honest pool ops only, please.


Title: Re: [ATTN] Is your Pool a Scam?
Post by: micabg on June 06, 2013, 03:45:28 PM
Hy
why not receving payment from http://hyc.scryptmining.com ?