Skip to content

blackout314/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 (SolveMedia, ReCaptcha)
  • Private admin area
  • Minimal configuration needed
  • Support to theming (Twig-powered)
  • Clean and lightweight

Requirements

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

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.

Work in progress

  • Detection system for systems that does not support TLS connections (needed by CloudFlare).

About

Paytoshi Faucet script

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 59.7%
  • HTML 38.1%
  • CSS 1.7%
  • Other 0.5%