Coder Social home page Coder Social logo

coin-faucet's Introduction

Coin Faucet

INSTALL:

Download project & unzip to your web server root directory (ie. www)

Edit config.php

- $don_faucet: Coind address label used for donations/payouts.
- $btclogin:   RPC User/Pass settings
- $sqllogin:   Database user/pass settings

Add remote IP to access admin/server panel

- Edit header.php to include remote IP for Server/Admin panel access (Line 96)
- Edit server.php to accept remote IP for Server/Admin panel access (Line 21)

Database

- Create SQL user matching config and grant full permissions to faucet database:
- CREATE USER 'username'@'localhost' IDENTIFIED BY 'mypass';
- GRANT ALL ON dbname.* TO 'user'@'localhost';

Import faucet.sql to your database:

- Change to "core" directory
- mysql -u user -p database < faucet.sql

Or if you are using a GUI frontend (PHPMyadmin, ADminer, etc) just create the database, then import the .sql file into it.

Notes:

Whatever account name you set in the config file, must correspond to the actual Wallet name in the daemon. I.E. A wallet labeled 'FaucetWallet' in the config, must have the same name (FaucetWallet) in the wallet's Daemon.

Donate:

BTC: 1Dh4Ct1xEDi1e4RE8Fqv5YB8EVyQQDuD8V

coin-faucet's People

Watchers

 avatar

Forkers

1nv4d3r2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.