Bitcoin Forum
June 20, 2024, 11:49:07 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 48 49 »
881  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - free API & faucet script, create your own crypto faucet on: December 04, 2014, 05:24:28 PM
How can we edit the home page layout? I want to put some ad's from the top into the site..
my faucet http://ownbitcoins.netai.net  earn 1 Dogecoin every 1 min. opens soon!
Simply edit templates/SpaceRacket/index.php. The inside of the page is in <div id="main">, which starts around line 287.

Feature request: the ability to use this captcha: http://areyouahuman.com/publishers.html
We have this captcha on our TODO list, but our TODO list is looong... Smiley

That,

Since almost all the faucet services rely on the views we get from that list.

We're almost done, we just need some more testing. It changes a lot internally.
882  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - free API & faucet script, create your own crypto faucet on: December 03, 2014, 09:17:26 PM
the update to have two distinct currencys working in the same account is up?

You can have two distinct currencies already in the same account. http://justfaucet.net works just like it.
The update will allow you to have multiple faucets listed on our faucets list using only one account.

Please list this new faucetbox faucet on the faucetbox faucet list.  Grin

Done Smiley
883  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - free API & faucet script, create your own crypto faucet on: December 02, 2014, 11:59:57 PM
How do I open the admin page on my faucet again to edit my site please? 0.o

http://ownbitcoins.netai.net

http://ownbitcoins.netai.net/?p=admin
884  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - free API & faucet script, create your own crypto faucet on: November 27, 2014, 06:43:35 PM
I expect 10-20 minutes downtime on Sunday related to a service update. Faucets based on Faucet in a Box and Microfaucet will show a friendly message to users telling about a maintenance.
885  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - free API & faucet script, create your own crypto faucet on: November 27, 2014, 02:35:14 PM
Is there any faucet left that worked yesterday and it doesn't now?
886  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - free API & faucet script, create your own crypto faucet on: November 27, 2014, 09:42:49 AM
Please don't post tens of "Me too" messages Smiley. Still under DDoS, we'll be up and down for some time now probably...

Edit:
Looks like most faucets work again, claim your prizes before next wave of attack Tongue
887  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - free API & faucet script, create your own crypto faucet on: November 27, 2014, 08:41:27 AM
Looks like we're back up. The question is for how long... Smiley
888  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - free API & faucet script, create your own crypto faucet on: November 27, 2014, 08:21:39 AM
FaucetBOX.com is under DDoS attack.

EDIT:
As a defense I temporarily moved to a server behind CloudFlare. It can break faucets located on old servers.
889  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - free API & faucet script, create your own crypto faucet on: November 26, 2014, 12:17:43 PM
It would be great to check faucets from The list on Faucetbox. Some faucets dont work, others moved to Microwallet back

We're preparing an update, that will dynamically create and update the list based on faucets' activity, stay tuned Smiley.
890  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - free API & faucet script, create your own crypto faucet on: November 20, 2014, 02:49:47 PM
feature request: can you make it easier to cashout with a higher limit than using the delay toggle? right now if you want to cash out at 0.001 you'd have to use the delay, but then constantly check the stats page to see if you've reached that balance, and then turn off the delay. that's not nearly as easy as microwallet's high/low switch. can you either also add a high/low switch, or allow users to set their own custom limits?

We'll probably do something like this, but not in near future.

if i want send 10 Doge, how much must i fill in PHP code ?

$fb->send($address, 1000000000);
891  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - free API & faucet script, create your own crypto faucet on: November 19, 2014, 10:07:22 PM
Ok, Thank you
here is it my faucet. maybe this is not faucet but dogecoin game. but i'm using faucetbox.com api  Grin

the mission is bring the DOGE to the moon. if you reach moon you can claim 10 doge.
you can claim every 12 hour.
EARN 40% REFERRAL BONUS BY SHARE YOUR REFERRAL URL.(AFTER YOU COMPLETED GAME )

Please test my game  Cheesy
http://dogeplay.tk

thank you  Wink


As much as I like the idea, I wasn't able to win it Tongue. It's especially hard on Firefox, was easier on Chrome. I think it would be much more fun if the Doge movement was smooth and not so "jumpy".

EDIT: okay, so I've hacked it a little and moved my doge close to the exit. But when I've moved it to the exit using a mouse, only empty window showed up, missing the address input box from your screenshot. But that might've been my fault Smiley
892  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - free API & faucet script, create your own crypto faucet on: November 19, 2014, 01:13:52 PM
hi,
how the referral system work?
is it must stored in my database?
i use https://faucetbox.com/en/php-library
can you give me example?
like send to user address and referral address
if use send function seems like it will normal payouts when i check here https://faucetbox.com/en/check/
thank you

In the simplest form it looks like this:
Code:
$faucetbox = new FaucetBOX($api_key, $currency);
$faucetbox->send($user_address, $amount);
$faucetbox->sendReferralEarnings($referral_address, $referral_amount);

Now you must somehow decide, what "$referral_address" should be and how much to pay him. You can store it in database, you can take it directly from GET variable or you can ask user to input it. It's all up to you Smiley
893  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - free API & faucet script, create your own crypto faucet on: November 18, 2014, 03:17:12 PM
Can you build a notification, when the balance falls under a threshold?

Added to our TODO list, but don't expect it soon, we have too many things on that list Tongue
894  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - free API & faucet script, create your own crypto faucet on: November 16, 2014, 09:50:34 PM
I expect some maintenance downtime tomorrow around 7-8pm UTC. It will probably last about 5-10 minutes and I'll make sure it shows a friendly message both on FaucetBOX.com and on faucets as an error message.

EDIT: it's done, everything went as expected and I believe it's works correctly.
895  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - free API & faucet script, create your own crypto faucet on: November 16, 2014, 03:42:26 PM
We accept them manually and we're a little bit busy... Please give me an hour and I'll go through the queue Smiley
896  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - free API & faucet script, create your own crypto faucet on: November 16, 2014, 12:32:16 PM
Kazuldur,

Any eta on the change that u can have more than one faucet in the list per account?

I am willing to create an BTC one (have a doge) but i would like to be 2 different things in the same account.

About a week, but no guarantees.
897  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - free API & faucet script, create your own crypto faucet on: November 15, 2014, 10:29:25 PM
I just checked it (http://earnfreebitcoinsonline.com/index.php) and the timer is of indeed. Should be 1 dispense every 24 hours but I just got my second.dispense today. Apart from that everything seems fine.

I've already contacted the owner of this faucet. However are you sure your IP haven't changed?
898  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - free API & faucet script, create your own crypto faucet on: November 15, 2014, 06:25:28 PM
Same error by my site!
Has your ISP SSL 3.0 deleted? My ISP delete this on 2014/11/11/
-> error since this time

Version r25 fixed it for Grimnir. Can you check it please?

And yes, only TLS is supported, no SSL.

Well that's a disappointment, please make SSL supported.

SSL is broken and not secure anymore.
Strange. There are at least 3 faucets running "Faucet In a Box script" with timers going to 0 ... and if I wait 2~5 minutes instead of making a claim immediately ... they start to count again.

http://redfaucet.pw/

http://xdeathwing.com/faucet/

http://earnfreebitcoinsonline.com/index.php

Maybe the IP/ID protection is messed-up, working globally allowing for just one user to claim and that's all.

(I'm not the owner ... but it looks suspicious ... maybe a bug?)

I haven't visited these faucets for at least few days and I see "You have to wait..." so there's definetly something wrong.

xdeathwing.com is hosted behind CloudFlare, so it remembers CloudFlare's ips, that's why the protection is "global". Maybe it's similar with the other two.
899  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - free API & faucet script, create your own crypto faucet on: November 14, 2014, 11:51:03 AM
Same error by my site!
Has your ISP SSL 3.0 deleted? My ISP delete this on 2014/11/11/
-> error since this time

Version r25 fixed it for Grimnir. Can you check it please?

And yes, only TLS is supported, no SSL.
900  Economy / Micro Earnings / Re: [ANN] FaucetBOX.com - free API & faucet script, create your own crypto faucet on: November 13, 2014, 10:51:50 PM
I have to fix some problems with database deadlocks when doing transactions, so there won't be any withdrawals until Saturday. Sorry for inconvenience.
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!