{:height="50px" width="50px"} The script uses coinpayments API
To install this script follow the steps below:
- Upload the files on your server or host
- Edit config.php and enter the info of the database
- In file dowithdraw.php enter your private and public key (from coinpayments) at line 38
- In file new.php enter your private and public key (from coinpayments) at line 6
- 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.
- Import sbtcw.sql into your database
Now you're done! Enjoy the script!
- 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
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!
The script uses coinpayments API