<center><h2>HIVE Creator v2.0</h2><em>Make Money Creating Accounts</em><br><sup>[Github](https://github.com/fbslo/creator)</sup><h2>Visit website: [HIVE Creator](https://creator.fbslo.net/)</h2><sup>[API](https://creator.fbslo.net)</sup></center> <center><br></center> It's been some time since v1.0 and I was busy working on new features for Account Creator. ***What is HIVE Creator?*** It's an open source app that allows anyone to host account creation service (like [Blocktrades.us](https://blocktrades.us/en/create-hive-account)) ***What's new?*** * Private API for account creation * Blacklist * Whitelist * Better refunds --- ***Private API*** Private API allows big stakeholders with thousands of claimed pending accounts to work with dApps and other platforms that may need to create accounts for new users. Big account (creator) can run this service without frontend and only allows other apps/users (that have your authorization) to send POST requests to your API and your account will create new account for them. Owner can remove authorization at any time. Read details how to set up this service below. *Private API is optional* --- ***Blacklist & Whitelist*** You can now use @themarkymark's blacklist and block all blacklisted users (over 70,000 blacklisted users at the time of writing). If user is on any blacklist, all funds will be refunded. There is also option to whitelist users, so even if they are blacklisted, they will still be able to buy new accounts. Add new users to whitelist.txt (one account without @ per line). *Blacklist is optional* --- ***Refunds*** Extra funds will be refunded (All transfers are divided by price and than rounded down. If you send 10.3 HIVE and price is 0.500 HIVE, you will get 20 codes and 0.3 HIVE will be refunded.) --- ***Installation*** For basic instructions how to install this app, read [HIVE Creator - Make Money Creating Accounts](https://hive.blog.com/hive-139531/@fbslo/hive-creator-make-money-creating-accounts) and [README.md](https://github.com/fbslo/creator/blob/master/readme.md) If you have previous version of this app, update config.json: ``` { "account": "youraccount", "key": "thisisyouractivekey", "create_account_frontend": "true", //do you want to allow users to use front-end or just API "create_account_api": "true", //do you want to enable private API "accept_payment": "true", //do you want to accept payments "price": "0.5 HIVE", "claim": "false", "tip": "0.1", //tip for @fbslo, 0.1 is 10%, set to 0 to disable "blacklist": "true", //do you want to use blacklist "rpc": "https://api.hive.blog", "database_ip": "localhost", "database_user": "root", "database_password": "database_password", "database_port": "3306", "database": "creator", "env": "dev" } ``` --- ***Set up Private API*** Create new tables in MySQL database `creator`: `create table apitokens(token TEXT, user TEXT);` `token` is random string used as authorization secret, `user` is name of API user (e.g dApp). Insert random tokens to the database. `INSERT INTO apitokens (token, user) VALUES ('QWhMUw3KK5PZ6T9EcN4H5c8M_random_key', 'dApp or user');` `create table logs(status TEXT, name TEXT, user TEXT, time TEXT);` `status` is true or false (if account was created or not), `name` is username of created account, `user` is name of API customer (e.g dApp) (user from `apitokens` table), so you can keep track of created account. Give the `token` from `apitokens` to the person who will request creation of accounts (dApp...). `token` should be long random secure string. To create new account, send POST request to /api/createAccount with header `authority: yourapitoken` and body: `name` (name of new account) and `key` (password for new account). Here is example of jQuery example: ``` $.ajax({ type: 'POST', headers: { 'authority': 'your_api_token' }, url: 'https://domain_or_ip/api/createAccount', data: { 'name': 'new_username', 'key': 'key_for_new_account_should_be_at_lest_32_chars' }, success: function(msg){ alert(msg) } }); ``` If request is successful, you will get JSON response `{ created: true/false, name: 'new_account_name', key: 'key_of_new_account'}` --- Please report any bugs. If you have any questions, need help installing or using this service, please contact me. Feel free to fork this project and add more features :) --- <center><b>@fbslo</b><br><sup>[fbslo.net](https://fbslo.net)</sup><br>https://github.com/fbslo/creator<br>Discord: fbslo#8470</center> --- ***This SOFTWARE PRODUCT is provided by THE PROVIDER "as is" and "with all faults." THE PROVIDER makes no representations or warranties of any kind concerning the safety, suitability, lack of viruses, inaccuracies, typographical errors, or other harmful components of this SOFTWARE PRODUCT. There are inherent dangers in the use of any software, and you are solely responsible for determining whether this SOFTWARE PRODUCT is compatible with your equipment and other software installed on your equipment. You are also solely responsible for the protection of your equipment and backup of your data, and THE PROVIDER will not be liable for any damages you may suffer in connection with using, modifying, or distributing this SOFTWARE PRODUCT.***
author | fbslo |
---|---|
permlink | hive-creator-v2-0-private-api-blacklist-refunds |
category | hive-139531 |
json_metadata | {"tags":["hive-139531","hive","devs","creation","account","teamslovenia","hivedevelopers","opensource"],"users":["themarkymark","fbslo"],"image":["https://images.hive.blog/DQmPnYEU5pindKEGnwGrntbUQqh9msUPKaDPbSjNixmKfvR/creator.jpeg"],"links":["https://github.com/fbslo/creator","https://creator.fbslo.net/","https://creator.fbslo.net","https://blocktrades.us/en/create-hive-account","https://hive.blog.com/hive-139531/@fbslo/hive-creator-make-money-creating-accounts","https://github.com/fbslo/creator/blob/master/readme.md","https://fbslo.net"],"app":"hiveblog/0.1","format":"markdown"} |
created | 2020-04-11 14:31:21 |
last_update | 2020-04-11 14:31:21 |
depth | 0 |
children | 4 |
last_payout | 2020-04-18 14:31:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 3.008 HBD |
curator_payout_value | 2.916 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5,425 |
author_reputation | 163,373,705,640,602 |
root_title | "HIVE Creator v2.0 - Private API, Blacklist, Refunds..." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 96,799,376 |
net_rshares | 18,166,566,654,330 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
penguinpablo | 0 | 1,315,438,203,255 | 25% | ||
khussan | 0 | 2,189,532,580 | 100% | ||
yehey | 0 | 1,208,639,621,660 | 100% | ||
pinoy | 0 | 1,844,338,254 | 100% | ||
netuoso | 0 | 1,432,617,509,851 | 100% | ||
themarkymark | 0 | 3,444,088,946,361 | 20% | ||
sanjeevm | 0 | 380,750,719,666 | 40% | ||
dorabot | 0 | 2,729,466,967 | 99% | ||
crokkon | 0 | 39,003,464,786 | 100% | ||
fbslo | 0 | 170,441,288,953 | 100% | ||
buildawhale | 0 | 8,795,720,924,232 | 20% | ||
acehnature | 0 | 1,692,960,411 | 100% | ||
filipino | 0 | 2,904,564,449 | 100% | ||
mendoza | 0 | 6,848,601,640 | 100% | ||
cryptonized | 0 | 122,106,692,804 | 25% | ||
boostme | 0 | 2,519,755,107 | 100% | ||
upmyvote | 0 | 12,839,724,115 | 20% | ||
jesusjacr | 0 | 58,076,079,666 | 15% | ||
shares | 0 | 45,665,605,910 | 100% | ||
tobias-g | 0 | 560,888,118,939 | 100% | ||
piotr42 | 0 | 570,557,180 | 12.5% | ||
nedy | 0 | 71,727,656,705 | 100% | ||
dmytrokorol | 0 | 6,733,084,622 | 25% | ||
crazy-andy | 0 | 21,540,592,859 | 100% | ||
ipromote | 0 | 219,576,639,598 | 20% | ||
hesaid | 0 | 997,381,413 | 100% | ||
moserich | 0 | 10,544,881,088 | 100% | ||
branding | 0 | 1,292,910,291 | 100% | ||
automation | 0 | 1,479,510,652 | 50% | ||
sbi6 | 0 | 131,887,578,397 | 69.08% | ||
pagliozzo | 0 | 20,180,194,351 | 20% | ||
vitranc | 0 | 4,144,200,602 | 20% | ||
bluerobo | 0 | 63,846,985,960 | 100% | ||
pesos | 0 | 3,333,928,762 | 100% | ||
goodcontentbot | 0 | 798,813,363 | 15% | ||
petscorner | 0 | 905,618,881 | 100% | ||
yosra.yusefi | 0 | 0 | 100% |
Hi! [HIVE Creator](https://hiveprojects.io/projects/p/hive-creator/) was added to HiveProjects.io - directory of apps, sites & tools created for Hive. You can also join [Hive Projects Community](https://peakd.com/c/hive-192847/created) to be on time with all new informations! [](https://hiveprojects.io/)
author | lukmarcus |
---|---|
permlink | re-fbslo-q9b82q |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2020.04.5"} |
created | 2020-04-24 20:39:24 |
last_update | 2020-04-24 20:39:24 |
depth | 1 |
children | 0 |
last_payout | 2020-05-01 20:39:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 378 |
author_reputation | 6,879,451,798,530 |
root_title | "HIVE Creator v2.0 - Private API, Blacklist, Refunds..." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 96,982,277 |
net_rshares | 0 |
Hello I used the Hive API to get blockchain information and I need 26 million block information. When I apply, it's very time consuming. Can you help me how to use the Hive API?
author | yosra.yusefi |
---|---|
permlink | qbvepg |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2020-06-13 15:22:45 |
last_update | 2020-06-13 15:22:45 |
depth | 1 |
children | 2 |
last_payout | 2020-06-20 15:22:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 177 |
author_reputation | 9,388,003,440 |
root_title | "HIVE Creator v2.0 - Private API, Blacklist, Refunds..." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,942,213 |
net_rshares | 0 |
What information from blockchain do you want to get?
author | fbslo |
---|---|
permlink | qbviws |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2020-06-13 16:53:18 |
last_update | 2020-06-13 16:53:18 |
depth | 2 |
children | 1 |
last_payout | 2020-06-20 16:53:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 163,373,705,640,602 |
root_title | "HIVE Creator v2.0 - Private API, Blacklist, Refunds..." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,943,722 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yosra.yusefi | 0 | 0 | 100% |
I want to get the information of all the blocks and fetch block data. I'm working on this system for my master's thesis. When I get blockchain information through the hive API, it's very time consuming. Please help me how to get this information.
author | yosra.yusefi |
---|---|
permlink | qbyett |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2020-06-15 06:18:12 |
last_update | 2020-06-15 06:18:12 |
depth | 3 |
children | 0 |
last_payout | 2020-06-22 06:18:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 246 |
author_reputation | 9,388,003,440 |
root_title | "HIVE Creator v2.0 - Private API, Blacklist, Refunds..." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,973,272 |
net_rshares | 0 |