-
Notifications
You must be signed in to change notification settings - Fork 20
Proposal: Version 1.1, Test Default Deposit Option
Read more here about the features to be implemented with this version.
-Include the HTML5coin daemon as a part of the package
-Include setup.sh script to do the following functionalities:
-Create a JSON file of 100-500 HTML5coin public addresses
-Create a JSON file of the corresponding 100-500 HTML5coin private keys
-Use apt-get to install the LAMP suite
-Create a MySQL Database with three tables: public, private, redeem. PK id auto increment int not_null. FK public/private_id -> redeem_id.
-Insert into public table the public keys an the private table the private keys
-Create redeem table, PK id auto increment int not_null, FK public/private_id.
-Intersection table for linking the public and private keys together
-Create users table: PK user_id ai int not_null, email not_null varchar60, ripple not_null varchar 60, fname not_null varchar60, lname not_null varchar60, FK public_id
-Used for linking a unique public key to a user account
index.php, deposit.php, withdrawals.php, withdraw.php.
###New requirements:
VPS access (apt-get LAMP suite for PHP and MySQL DB access).
####New software packages/libraries:
Latest Linux version of HTMLCOIN wallet (package both 32/64 bit versions in the release).
#####New files:
setup.sh.