Bitcoin Forum
June 21, 2024, 03:23:57 AM *
News: Voting for pizza day contest
 
  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 48 49 »
621  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: June 26, 2015, 09:46:07 PM
my problem in faucetbox is only payment can directly fast like faucet xapo
im only user who use some faucet Smiley

As I explained a few times in previous thread, it's not possible for us. Network fees would be too high, even bigger than what we'd send to users.
Xapo get around it by also providing a wallet and for others they pretty much pay the fees themselves. We're not nearly as big as Xapo (I think they've got a few millions from fundraising...) and we can't afford that.
622  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: June 25, 2015, 08:14:14 PM
Kazuldur do you intend to keep implement a larger log of transactions from faucets, because it seems to me that the log is too small and I cannot determine which faucets pay and which faucets are a scam.

The "FAUCET PAYOUT HISTORY" only keeps a log of the last 10-15 transactions , which is very small.

My suggestion is to make that list like the last 1000 transactions, and also make an option to export it to Excel spreadsheet.

Thanks!

We don't plan increasing it that much anytime soon for performance reasons. We cache payouts from last day or two, so access to them is fast. But 1000 would go many days back, and that would hurt the performance of our system as a whole.

We don't plan adding an export-to-excel option anytime soon, as it wouldn't be used by most users. We'll return back to that idea when we finish other more demanded features Smiley

I'll see what I can do to increase it at least to ~50 transactions.

I've just added both features (big history and export to excel option) to our bug tracker so that we won't forget them Smiley


EDIT: how about also enforcing a time limit? Like displaying up to 1000 latest payouts, but not older than 48 hours or so? Would that help? (I don't guarantee that it'll be possible, haven't looked into that from this point of view yet)
623  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: June 25, 2015, 08:02:50 PM
FaucetBOX.com will be down for maintenance on Saturday/Sunday night (UTC). Database schema update is required, so it can take a long time.

will all faucetbox faucets be offline during that time?

also I noticed my MoneyInPJs.com faucet stats (on the faucet list) says my highest daily payout is "54350 satoshi" but I have been paying about 6,000,000 satoshi daily for almost this entire month. I just wanted to know if the list stats are stuck or please explain how that works.

Yes. But the API will respond with a nice message about FaucetBOX.com being in maintenance mode, so if you use the error message directly on your faucet (as Faucet in a Box script does), your users will know what happened.

The stats are calculated per user. So 54350 highest daily payout means that your most loyal / lucky user got 54350 satoshi on a single day from you.
624  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: June 25, 2015, 06:06:21 PM
FaucetBOX.com will be down for maintenance on Saturday/Sunday night (UTC). Database schema update is required, so it can take a long time.
625  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: June 25, 2015, 10:18:55 AM
Hello, I changed the description of the site and sent to him to check how much time to wait for approval? http://tutbitcoin.ru/ and http://wiki-coin.ru/

Up to a week, usually about 24 hours.

Hello, I changed the description of the site and sent to him to check how much time to wait for approval? http://tutbitcoin.ru/ and http://wiki-coin.ru/

Please make your Bitcoin faucets in english and give us higher rewards Smiley
There's no point to be listed if you have low rewards, you will be at 150th - 200th position..
Good luck anyway! Smiley

With 60m timer I think he'll be around 100th or better Smiley
626  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: June 24, 2015, 10:01:04 AM
Is there update FaucetBox script  Smiley

What do you mean by that? When there's an update of Faucet in a Box script, you can see a notice in your faucet's admin panel Smiley
627  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: June 21, 2015, 09:31:09 PM
Either way, it seems pretty easy to implement. Just checking against the referrer and returning to the homepage if it was found to be elsewhere should be sufficient.
Something like this maybe:
Code:
if($_SERVER['HTTP_REFERER'] != 'http://yoursitewhatever.com'){
header('Location: /');
}
Once the form has submitted (~line 1138 on index.php).

I'm not that good with PHP, but I think that
Code:
header('Location: /');
won't end the script. So it will send the coins either way and only redirect to main page after that.
Code:
header('Location: /'); die();
should work though.
628  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: June 21, 2015, 09:29:10 PM
It's a risk for the Faucet in a Box script.
I can use the form of the faucet and shows on a empty site without advertising. The "form action" is located to the faucet site.

Captchas will block that. At least ReCaptcha, SolveMedia and Are you a Human. However we'll think about that on next release, thanks Smiley.
629  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: June 21, 2015, 08:56:33 PM
Has the Faucetbox Script an CSRF protection?

If you're asking about Faucet in a Box script, then no, there's no CSRF protection.

If you're asking about FaucetBOX.com itself, then yes, there's a CSRF protection. You can also enable MFA, that will also prevent any CSRF in case our protection fails.

are payments which time usually processed ?

It's random, but always at least once every 48 hours. Usually it's about every 24 hours.
630  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: June 20, 2015, 09:09:48 PM
1. more time for received a withdraw

Just as minifrij said (thanks), we must do that to keep network fees low. We try to be as reliable as possible to counterweight that Smiley

2. the list of faucet not is update, more is dry

That's weird, dry faucets should be taken down automatically on first "Insufficient funds" error. Can you give me an example?
631  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - API & faucet script, create your own crypto faucet on: June 20, 2015, 04:58:57 PM
New thread here: https://bitcointalk.org/index.php?topic=1094930

FaucetWorld:I've replied to your post there.
632  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: June 20, 2015, 04:58:12 PM
Someone told me in private that have kind of "bots detector"..

Kazuldur - can you with professional eye say something about that..? In my opinion if someone have bot can join referrals under bot and it is impossible to separate just one-bot address..

Edit: I mean if you block one btc address - under can be another..

Can someone explain me that? I will be more happy if there is some script or program.. but any info will be very helpful ofcourse!

I would be sceptic. While it is possible to detect some patterns and classify them as bot/not bot, it would be quite sophisticated and never perfect.

The best one can do is to use a decent captcha system Smiley
633  Economy / Micro Earnings / FaucetBOX.com Discussion on: June 20, 2015, 04:56:01 PM
July 26th incident info

In short: FaucetBOX.com's database server crashed and it isn't working currently. We expect to be back up tomorrow. All your data and funds are safe, but FaucetBOX.com isn't accessible until the problem is fixed.

FaucetBOX.com should work correctly now. If you experience any problems (especially with incorrect data), please let me know via PM.

Payouts won't be processed today (27th July). We'll process them tomorrow evening UTC (28th July),

More information:
634  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - API & faucet script, create your own crypto faucet on: June 19, 2015, 09:12:28 PM
Just a heads up for anyone who wants to work with yvesp110: he just contacted me claiming that his faucet was hacked by nano-btc, but the data clearly says that nothing like that happened. He just quadrupled his rewards for half a day to be able to brag about being on top of the Faucets list. I really wish moderators here had some more time to spend on reviewing reports.

I consider self-moderating this thread. How would you guys feel about that? I don't want to be accused of censorship, but it's really getting out of hand...
635  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - API & faucet script, create your own crypto faucet on: June 18, 2015, 09:24:37 PM
Just FYI: as the abuse on the Faucets list was getting worse and worse, we've implemented some changes to detect and counteract it. That means that the formulas I gave for calculating the averages aren't used anymore, it's a little bit more "magical" now.
636  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - API & faucet script, create your own crypto faucet on: June 12, 2015, 05:58:59 PM
We've added a simple 2 Factor Authentication method to FaucetBOX.com for Faucet owners. For now it only uses email (when you login, a token is sent to your email and you have to copy it), but we also plan adding message signing and Google Authenticator.

Please let us know if you encounter any issues.
637  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - API & faucet script, create your own crypto faucet on: June 11, 2015, 04:19:32 PM
I checked for BTC. I changed the threshold a couple days ago and its still were I set it, but I never signed a message to lock it when I changed it. So I signed a message last night just to make sure, copied it to the sign message box on F.Box and that's when I get the ERRor. Is it already locked?  Thanks

Contact our support ( support@faucetbox.com ) providing your address, message and signature.
638  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - API & faucet script, create your own crypto faucet on: June 11, 2015, 09:02:06 AM
Does the Threshold Lock on the site work? I have verified 3 different messages and sigs on Brainwallet, but I keep getting, ERROR, SIG MISMATCH when I try to verify on FaucetBox. Anyone else have problems? Thanks

What currency do you check? Brainwallet generates invalid signatures for currencies other than Bitcoin.
639  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - API & faucet script, create your own crypto faucet on: June 10, 2015, 08:40:17 PM
It's working now.
640  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - API & faucet script, create your own crypto faucet on: June 10, 2015, 08:38:45 PM
Is FaucetBOX down at the moment?

Already working on it, sorry.
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 48 49 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!