Skip to content

iamraghavgupta/paytoshi-faucet

 
 

Repository files navigation

Paytoshi Faucet

Faucet Script for Paytoshi: the Bitcoin micropayment wallet. Create a Paytoshi account, get an apikey and start using your Bitcoin faucet website.

Based on Slim and Twig.

Features

  • Ready-to-use script
  • Captcha support (ReCaptcha v2, SolveMedia, FunCaptcha)
  • Private admin area
  • Minimal configuration needed
  • Support to theming (Twig-powered)
  • Cloudflare support
  • Clean and lightweight

Requirements

  • Apache >= 2.2 (with mod_rewrite)
  • PHP >= 5.3
  • MySQL >= 5 (with PDO support)
  • php5-mcrypt extension

Installation

  • Download the faucet zip
  • Extract the files in your webserver public area
  • Edit ./config/config.yml with the database configuration parameters. For example:
# Standard Configuration
database:
    host: localhost
    username: root
    password: root
    name: paytoshi_faucet
  • Visit your faucet. A wizard will create the admin password and populate the database.
  • Customize your faucet in your admin area.

Contributing

When contributing code to Paytoshi Faucet, you must follow its coding standards.

Paytoshi Faucet follows the standards defined in the PSR-0, PSR-1, PSR-2 and PSR-4 documents.

License

Paytoshi Faucet is BSD licensed.

About

Paytoshi Faucet script

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 62.6%
  • HTML 32.8%
  • ApacheConf 3.1%
  • CSS 1.2%
  • Shell 0.3%