/btc-simple-wallet

A very simple bitcoin wallet!

Primary LanguagePHP

btc-simple-wallet

A very simple bitcoin wallet!

test image size{:height="50px" width="50px"} The script uses coinpayments API

Installation

To install this script follow the steps below:

  1. Upload the files on your server or host
  2. Edit config.php and enter the info of the database
  3. In file dowithdraw.php enter your private and public key (from coinpayments) at line 38
  4. In file new.php enter your private and public key (from coinpayments) at line 6
  5. You need to add a cron and run file balance.php in folder crons every 1 minute. This file helps to save some important data on your database and increases the security of the script. This file is important.
  6. Import sbtcw.sql into your database

Now you're done! Enjoy the script!

Notes

  • Remember that there is a deposit fee. The deposit fee is 0.5%.
  • Current withdrawal fee is 0.0005 BTC. You need to set it to what coinpayments fee is.
  • The scripts takes 1 minute between deposit and withdrawal of each user to make sure everything is fine for that specific user. This increases the security of the script. =======

This script uses the CoinPayments API

Installation


To install this script follow the steps below

Upload all the files onto your server or host

Edit config.php and enter the required information about the database

In the file dowithdraw.php enter the private and public key (from coinpayments) at line 38

In the file new.php enter your private and public key (from coinpayments) at line 6

Add a cron job and run the balance.php file in the crons folder every 1 minute. This file is important because it saves important data in the database and improves the security of the script.

Import sbtcw.sql into your database

NOW YOU ARE DONE!

Enjoy the script!


NOTES

  • Remember that there is a deposit fee. The deposit fee is 0.5%.

  • The current withdrawal fee is 0.0005 BTC. You need to set it to what the coinpayments fee is.

  • These scripts takes 1 minute between each deposit and withdrawal of each user to ensure that everything is fine for that specific user. This increases the security of the script.

    API Configuration

    The script uses coinpayments API