Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phpfaucet committed Apr 7, 2015
1 parent 7680857 commit 26d351c
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# PHPfaucet
PHPFaucet is an OpenSource software to run faucet for cryptocoins like Bitcoin, Dogecoin, Litecoin, Darkcoin and Peercoin. PHPFaucet allow you to make a faucet website within ten minutes. all PHPFaucet payments handle through AsMoney

#Installation

1 ) Create a MySQL database

2 ) Upload and unzip PHPFaucet package on your website

3 ) Browse yourdomain.com/install.php and submit database information, please delete install.php when installation get completed

4 ) You can set Currency in admin area setting, mBTC-Satoshi-BTC make a Bitcoin faucet, mDoge-Doge make a Dogecoin Faucet and and so on to other cryptocurrencies.


#Configure Faucet

Login to admin url by browsing yourdomain.com/admcenter/ , your default username and password are admin/admin.


Captcha setting
Go to solvemedia.com , create an account and add your website, you will receive three hashes from solve media , put the hashes in solvemedia setting.

AsMoney API setting
for sending payment, Create an AsMoney account, go to merchant section and make an API, you can set your AsMoney username, API name and API password to send faucet payments.

AsMoney SCI setting
for receive donate, go to merchant section of your AsMoney account, Set your username, sci name and sci password to receive payments.

#ChangeLog

v 0.1 : Initial release

0 comments on commit 26d351c

Please sign in to comment.