FAQ
General
- What is FaucetPay Faucet v2?
A modular, multi-currency crypto faucet script with instant FaucetPay payouts, referral system, shortlinks, and addon support.
- What are the requirements?
PHP 8+, MySQL 5.7+, cURL, PDO, OpenSSL, Apache/Nginx with mod_rewrite.
- How do I install?
See the Installation page for step-by-step instructions.
Faucet & Claims
- How does the claim interval work?
Each currency can have its own claim interval (in seconds). Users must wait this time between claims.
- How is the reward calculated?
Reward is set in USD, converted to crypto at claim time using CoinGecko price.
- How do I enable/disable currencies?
Go to Admin Panel → Currencies and set status to On/Off.
Referrals
- How does the referral system work?
Users invite others using ?ref=USERID. The referred user's referred_by is set to the inviter's user ID.
- Where can I see my referrals?
On the dashboard or referral page after login.
Shortlinks
- How do shortlinks work?
Users complete shortlinks for extra rewards. Each shortlink has its own daily limit and reward.
- How do I add new shortlinks?
Admin Panel → Shortlinks → Add New Shortlink.
Stats & Responsive Design
- Where can I see stats?
Dashboard and admin panel show total claims, USD paid, and recent payouts.
- Is the site mobile friendly?
Yes, the design is fully responsive (Bootstrap 5).
Addons
- How do I install an addon?
Upload the addon folder to addons/ and install/activate it in the admin panel.
- How do I develop my own addon?
See Addons for structure and examples.