Lifetime license to access your virtual sales control system (back office)
Processing Residual Income (0.50%)
Starter
Lifetime license to access your virtual sales control system (back office)
Lifetime license to a referral link to prospect clients online (paybitclib.com/user)
Discount on selected joint partners with Paybit (Up to 5%)
Discount on automated bot company (A partner of Paybit) (5%)
Processing Residual Income (0.50%)
Newbie
Lifetime license to access your virtual sales control system (back office)
Lifetime license to a referral link to prospect clients online (paybitclib.com/user)
Lifetime license to a prospecting funnel system (extraincome.io/pbc/user)
Sales support to close your clients. (Max clients per week) (1)
Discount on selected joint partners with Paybit (Up to 10%)
Discount on automated bot company (A partner of Paybit) (10%)
Processing Residual Income (0.50%)
Amateur
Lifetime license to access your virtual sales control system (back office)
Lifetime license to a referral link to prospect clients online (paybitclib.com/user)
Lifetime license to a prospecting funnel system (extraincome.io/pbc/user)
Sales support to close your clients. (Max clients per week) (2)
Virtual tool kit to grow your client portfolio
Discount on selected joint partners with Paybit (Up to 15%)
Discount on automated bot company (A partner of Paybit) (15%)
Processing Residual Income (0.50%)
Partner
Lifetime license to access your virtual sales control system (back office)
Lifetime license to a referral link to prospect clients online (paybitclib.com/user)
Lifetime license to a prospecting funnel system (extraincome.io/pbc/user)
Sales support to close your clients. (Max clients per week) (3)
Virtual tool kit to grow your client portfolio
Virtual tool kit to grow your network
Discount on selected joint partners with Paybit (Up to 20%)
Discount on automated bot company (A partner of Paybit) (20%)
Processing Residual Income (0.50%)
Manager
Lifetime license to access your virtual sales control system (back office)
Lifetime license to a referral link to prospect clients online (paybitclib.com/user)
Lifetime license to a prospecting funnel system (extraincome.io/pbc/user)
Sales support to close your clients. (Max clients per week) (4)
Virtual tool kit to grow your client portfolio
Virtual tool kit to grow your network
Discount on selected joint partners with Paybit (Up to 25%)
Discount on automated bot company (A partner of Paybit) (25%)
Processing Residual Income (0.50%)
Pool Access (25%)
Director
Lifetime license to access your virtual sales control system (back office)
Lifetime license to a referral link to prospect clients online (paybitclib.com/user)
Lifetime license to a prospecting funnel system (extraincome.io/pbc/user)
Sales support to close your clients. (Max clients per week) (5)
Virtual tool kit to grow your client portfolio
Virtual tool kit to grow your network
Discount on selected joint partners with Paybit (Up to 37.5%)
Discount on automated bot company (A partner of Paybit) (50%)
Processing Residual Income (0.50%)
Pool Access (35%)
Founder
Lifetime license to access your virtual sales control system (back office)
Lifetime license to a referral link to prospect clients online (paybitclib.com/user)
Lifetime license to a prospecting funnel system (extraincome.io/pbc/user)
Sales support to close your clients. (Max clients per week) (10)
Virtual tool kit to grow your client portfolio
Virtual tool kit to grow your network
Discount on selected joint partners with Paybit (Up to 50%)
Discount on automated bot company (A partner of Paybit) (80%)
Access to direct contacts with traders so that you can independently operate through them and have the possibility of generating income on your cryptocurrency
2. cd in to the "{sdk}/Bloqts/Interfaces" and open the "Config.php" file in an editor
3. Update "const NETWORK = 2;" ← make sure it is 2 (int; not a string)
4. Update "const KEYNAME = '{name of key here without extension}';
5. Save Config.php
6. cd in to the "{sdk}/tests" directory
7. From the command line run "php Register::keypair.php" ← This will create the keys in the "{sdk}/keys" directory
8. Open the "Register::initiate.php" script and edit the $request with the correct info for each tuple; save
9. From the command line run "php Register::initiate.php" ← This will register the keys and send you an email and a text message; once you confirm your identity it will return an ID. Copy this ID
10. Again open the "{sdk}/Bloqts/Interfaces/Config.php" and update "const ID = '{paste the key here}';" with the key
11. cd back into the "{sdk}/tests" directory
12. Open the "Transaction::request.json" file; this file contains JSON-formatted test commands in an array. 0 is create; 1 is cancel, 2 is send, 3 is sendmany, etc.
13. From the command line run "php Transaction::request.php 0" to create a transaction (in this case 3 transactions); then you can run "php Transaction::request.php 3" to perform a sendmany, etc… THIS IS FOR TESTS ONLY -- you are able to play with the parameters. PLEASE NOTE: all transactions are in Satoshis DO NOT USE floats.
14. Use the example items in your back office system as follows (the following is a single create transaction; every request supports an array of items, but you only need send one request when necessary):