X

Free Bitcoins? This is the place to start!

Try the faucets here and you will never look for another faucet list or rotator:

Best Bitcoin Faucet List Best Bitcoin Cash Faucet List Best Litecoin Faucet List Best Dogecoin Faucet List Best DASH Faucet List Best ETH Faucet List Best TRX Faucet List Best DGB Faucet List Best ZEC Faucet List
Finally R92 and a shortlink pool!

There is newer version of FBU here

I've got too many requests about this and I'm not going to delay it anymore.

Changelog:
- shortlink pool
- cleanup

Download:
faucetinabox-ultimate-r92.zip
(updating from previous versions of FBU should not cause trouble)

Install all your faucets so they use the same DB using using different $dbtable_prefix
Then choose one of the faucets to be the main one and set-up $dbtable_shortlink_pool_prefix on all the rest of the faucets to be the same as $dbtable_prefix of the main one.

Since I was getting too many questions how to setup the pool here is real example:
----------------------------------------------------------------------------------
Let we say you have BTC, LTC and DOGE faucets and you want to use one shortlink pool for all ot them.

Setup the config this way:

// BTC Faucet
$dbtable_prefix = 'BTC_';
$dbtable_shortlink_pool_prefix = 'BTC_';


// LTC Faucet
$dbtable_prefix = 'LTC_';
$dbtable_shortlink_pool_prefix = 'BTC_';


// DOGE Faucet
$dbtable_prefix = 'DOGE_';
$dbtable_shortlink_pool_prefix = 'BTC_';


That way if someone decides to go to all the faucets he will not get the same shortlink even if you setup the same shortlink priority in all the faucet admins but still gives you ability to choose different shortlink services for different faucets.
----------------------------------------------------------------------------------

Please beep me if you get any issues with this version .

If you want to help this project feel free to donate any amount of BTC at 1MakeJarmmzLs5gzkQubNJxxx9kQMZpKPr or tip makejar.com in the FaucetHub chat. Thank You.




Other topics:
Well R90 had a very short life. You can get R91 here!



Looks I missed one address length check causing errors when using with XMR.

Changelog:
- XMR ...


It is July 2018 and R90 now have support for ZEC and XMR



I'm sorry I had no time lately to push all the requested changes. But FaucetHub added 2 new coins ...


Fix AdLinkFly performance issues?

Recently many shortlink providers started getting performance issues.

I've spent some time analyzing ...


Faucet In A Box Ultimate R101



Changelog:
- Better shortlink management.
- Removed ExpressCrypto v1 compatibility. Improved v2 ...


How the priority and Limit works in R87

Since the release of FaucetInABox R87 I've got many questions about how the new "shortlink" feature works. ...