Added by Chao:
Last updated 3/3/2018
- Live coin price update with exchange api
- Payouts based on USD value, so changes accordingly.
- Operator fee added.
- Template include chatango and twitter feed.
- Displays Total promo payouts.
- Sample config file for Chaincoin and Social Send.
============================
- A big THANK YOU goes to a friend who provided the script and requested to not be named.
Faucet features:
- Can be used for the most cryptocurrencies
- Minimum and maximum payouts can be set
- Payment system for staged, timed or direct payouts
- Recaptcha integrated (http://www.google.com/recaptcha/) IMPORTANT: Please note that Recaptcha2 can be set within the config file. Version 2 will be released shortly directly from google and is already implimented within the script.
- Proxies filter option
- Promocodes possible for extra payouts
- Useable with encrypted wallets
- Easy editable template system
Installation:
- Download or clone this repository
- Upload the files to your ftp folder
- Create a database and import faucet.sql
- Open the config.php and edit all the settings within to suit your needs - This could take some time :)
- Create cronjob(s):
If you set "stage_payments" => true and "staged_payment_cron_only" => true (you did that on step 4), you will need to create a cronjob for /cron/run.php and /lib/proxy_filter/cron/tor.php
If you set "stage_payments" => true and "staged_payment_cron_only" => false you just have to create a cronjob for /lib/proxy_filter/cron/tor.php
// IMPORTANT: The tor proxy list gets downloaded from https://www.dan.me.uk/torlist/ - He has only given permission to download once every hour! Please note that you will be banned from the service if you exceed this quota! Create a .htaccess and .htpasswd for the cronjob folder and /lib/proxy_filter/cron/, so only you can fire them! //
How to add promo codes:
Go to your database and find the "sf_promo_codes table". Add a new line and set your code, minimum_payout, maximum_payout and uses.
- uses = 0 // Promo code disabled
- uses = -1 // No limit on using this code
- uses = 50 // The code counts down until 0 and works e.g. 50 times