I'll teach you how to set up a basic bitcoin or altcoin faucet either with faucetfly or an actual website for the cost of $0.00.
If need be, I'll even set a faucet with free web hosting. In addition, I can set up any variation of the basic faucetbox script if you find it on github (dice, account, etc). Your info will be safe since I can register with your email and you can later change the password.
Please note that it's hard to be profitable with faucet and bots still attack your faucet like crazy even with antibot. Also, free hosting can't handle higher amounts of traffic if your site does grow, but it is easy to switch web hosting.
Why am doing this? One, I can earn some btc through referrals for ad networks and such. Two, I want to teach more people the basics of websites, faucets, and bitcoins. Hopefully, more and more people will use bitcoins!
If you have your own domain:Step 1
Go to
https://faucetinabox.com/ and download the faucet box script
Step 2
Upload the files to the net2ftp (or any other file manager) and unzip.
Step 3
Go back to cpanel and create a sql database.
Step 4
Go back to net2ftp and edit the file name "config.php" and replace default values with your database connection parameters.
Change this part below:
$dbhost = "localhost";
$dbuser = "test_faucet";
$dbpass = "test_pass";
$dbname = "test_faucet";
Step 5
Go to yoursite.com/?p=admin and configure the settings of your faucet.
Step 6
Go to
www.faucetbox.com and register or login.
Once you login or register, you will see a API Key.
Copy the key and enter it in faucet's admin page.
If you want me to make one with free webhosting for youStep 1
Sign up for domain at dot.tk. Put google.com in the url redirect for now.
Step 2
Sign up for free webhosting. I recommend using Hostinger.
ref link non-ref.
Step 3
Send me the logins and I'll configure everything.
Step 4
Change the password for both dot.tk and the webhosting or else I will be able to hack into your account.
Also, change the pass of the sql database in the webhosting cpanel. After, go to file manager and edit "config.php" and change $dbpass = "test_pass"; to $dbpass = "your new password";
Step 5
Go to yoursite.com/?p=admin and configure the settings of your faucet.
Step 6
Go to
www.faucetbox.com and register or login.
Once you login or register, you will see a API Key.
Copy the key and enter it in faucet's admin page.
Note: Faucet Box is currently experiencing problems right nowAny questions or problems feel free to ask.