<center><img src="https://cdn.steemitimages.com/DQmNQ8RsVgaVaSw9uaezw7FjvEFxMZNWksejZg24TXF31Lz/Screen%20Shot%202019-01-16%20at%202.28.27%20PM.png"></center> *** [Tower](https://github.com/emre/tower) is a REST api service on the top Hivemind. It allows you to query a Hivemind database in terms of REST practices. I have pushed a couple of updates and fixes to the Tower in the recent week. # Docker Installation Support Tower may be a little bit tricky to configure/deploy if you don't have any experience with Python ecosystem. In order to make the installation easier for parties interested, I have dockerized the app. ``` $ docker run -p 8090:8000 -e DB_PASS='hive' \ -e DB_USER='hivemind_db_user' \ -e DB_NAME='hivemind_db_name' \ -e DB_PORT='5432' \ -e DB_HOST='<hivemind_database_host_ip>' \ emrebeyler/tower:stable ``` will install and run the application on :8090. This uses pre-built image on my Dockerhub profile. As an alternative, you can also build the image directly. ``` $ git clone https://github.com/emre/tower.git $ cd tower $ docker build -t tower . $ docker run -p 8090:8000 -e DB_PASS='hive' \ -e DB_USER='hivemind_db_user' \ -e DB_NAME='hivemind_db_name' \ -e DB_PORT='5432' \ -e DB_HOST='<hivemind_database_host_ip>' \ tower ``` will do the same thing. # State API <center><img src="https://ipfs.busy.org/ipfs/QmP4tEDWNxHW6YE4TC4qvRKxZtpeLBw5NJY7hEWwdXwV2h"></center> *** Added a new `/api/v1/state` endpoint which represents the `hive_state` table in the database level. It gives the latest processed block and dynamic global properties. # Relationship endpoints 4 new endpoints added to `/api/v1/{username}/` namespace. <center><img src="https://ipfs.busy.org/ipfs/QmXomtZAGdvFtkuMigKrRq8tQdwRdJ7NZgjp8fN3bPTHH9"></center> - `/api/v1/<username>/followers` Returns the follower list of `<username`. - `/api/v1/<username>/following` Returns the following list of `<username`. - `/api/v1/<username>/muting` Returns the muting list of `<username`. - `/api/v1/<username>/muters` Returns the muter list of `<username`. There is no pagination on any of these endpoints. Getting the list without pagination is not possible on RPC nodes, which makes the process slower in most cases. In comparison, it's way more efficient to use Hivemind/Tower to get these lists. Example: Get the follower list of @utopian-io w/ steem-python: ``` $ time python -c 'from steem.account import Account;from steem import Steem;print(len(Account("utopian-io", steemd_instance=Steem(nodes=["https://rpc.usesteem.com"])).get_followers()));' ``` *** Result: ``` 10937 python -c 0.54s user 0.32s system 6% cpu 13.952 total ``` *** Same script using Tower: ``` $ time python -c 'import requests; print(len(requests.get("http://tower.emrebeyler.me/api/v1/accounts/utopian-io/followers/").json()["followers"]))' ``` *** Result: ``` 10936 python -c 0.36s user 0.31s system 29% cpu 2.264 total ``` *** **6x** more efficient, obviously. *By the way, there is a discrepancy on the follower count between Hivemind and RPC node. Investigating it.* # Fix on `/api/v1/accounts` There was a [bug](https://github.com/emre/tower/issues/1) on account detail endpoint which was leading to 404 pages on account names including a `.` char on it. This issue is addressed w/ [cfe43f](https://github.com/emre/tower/commit/cfe43f77a31bf96ec7898393339a59220138262b). # Public tower nodes - `https://tower.emrebeyler.me` by @emrebeyler - `https://hivemind.steemviz.com` by @ausbitbank. - `https://tower.hive.oracle-d.com` by @oracle-d, @wehmoen. # Pull requests and commits - https://github.com/emre/tower/pull/2 - https://github.com/emre/tower/pull/3 - https://github.com/emre/tower/pull/4 - [cfe43f](https://github.com/emre/tower/commit/cfe43f77a31bf96ec7898393339a59220138262b) ### Vote for my witness I do my best to support the blockchain with my skills. If you like what I do, consider casting a vote on [via Steemconnect](https://steemconnect.com/sign/account-witness-vote?witness=emrebeyler&approve=1) or on [steemit.com](https://steemit.com/~witnesses)
author | emrebeyler |
---|---|
permlink | new-version-on-tower-hivemind-rest |
category | utopian-io |
json_metadata | {"community":"steempeak","app":"steemit/0.1","format":"markdown","tags":["utopian-io","development","tower","python","hivemind"],"users":["utopian-io","emrebeyler","ausbitbank","oracle-d","wehmoen"],"links":["https://github.com/emre/tower","https://github.com/emre/tower/issues/1","https://github.com/emre/tower/commit/cfe43f77a31bf96ec7898393339a59220138262b","https://github.com/emre/tower/pull/2","https://github.com/emre/tower/pull/3","https://github.com/emre/tower/pull/4","https://steemconnect.com/sign/account-witness-vote?witness=emrebeyler&approve=1","https://steemit.com/~witnesses"],"image":["https://cdn.steemitimages.com/DQmNQ8RsVgaVaSw9uaezw7FjvEFxMZNWksejZg24TXF31Lz/Screen%20Shot%202019-01-16%20at%202.28.27%20PM.png","https://ipfs.busy.org/ipfs/QmP4tEDWNxHW6YE4TC4qvRKxZtpeLBw5NJY7hEWwdXwV2h","https://ipfs.busy.org/ipfs/QmXomtZAGdvFtkuMigKrRq8tQdwRdJ7NZgjp8fN3bPTHH9"]} |
created | 2019-02-04 13:50:33 |
last_update | 2019-02-04 15:20:21 |
depth | 0 |
children | 18 |
last_payout | 2019-02-11 13:50:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 77.213 HBD |
curator_payout_value | 24.024 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4,093 |
author_reputation | 448,528,959,341,273 |
root_title | "New version of Tower (Hivemind + REST)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,384,934 |
net_rshares | 210,576,930,372,752 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tombstone | 0 | 6,052,263,966,824 | 24.39% | ||
chitty | 0 | 108,165,566,044 | 100% | ||
acidyo | 0 | 6,025,792,136,050 | 50% | ||
tosch | 0 | 2,018,740,509,695 | 100% | ||
grey580 | 0 | 38,481,695,371 | 100% | ||
yury-vas | 0 | 171,054,145 | 1% | ||
ausbitbank | 0 | 1,497,835,776,916 | 100% | ||
inertia | 0 | 1,499,735,517,692 | 100% | ||
twinner | 0 | 1,113,139,935,554 | 25% | ||
timcliff | 0 | 1,086,164,406,967 | 87% | ||
rufans | 0 | 13,092,227,883 | 100% | ||
protegeaa | 0 | 166,883,532,292 | 100% | ||
mattclarke | 0 | 1,065,646,921,554 | 100% | ||
krnel | 0 | 369,216,659,666 | 25% | ||
allyouneedtoknow | 0 | 74,503,850,546 | 60% | ||
techslut | 0 | 360,261,714,849 | 100% | ||
bukiland | 0 | 4,444,834,275 | 3.14% | ||
decebal2dac | 0 | 8,221,128,090 | 100% | ||
cardboard | 0 | 3,452,544,843 | 100% | ||
v4vapid | 0 | 15,413,478,791,277 | 100% | ||
coolthingssite | 0 | 1,388,552,589 | 100% | ||
maximdraws | 0 | 1,098,040,836 | 5% | ||
zephyraijunzo | 0 | 81,689,356,422 | 100% | ||
elviento | 0 | 470,215,886 | 0.58% | ||
steven-patrick | 0 | 1,911,546,008 | 100% | ||
oneshot | 0 | 1,092,042,557 | 100% | ||
lawrenceho84 | 0 | 3,381,673,609 | 100% | ||
c0ff33a | 0 | 87,348,264,383 | 25% | ||
anarcotech | 0 | 48,198,954,785 | 75% | ||
toninux | 0 | 225,324,176 | 24.5% | ||
msg768 | 0 | 8,170,508,822 | 2% | ||
malay11 | 0 | 620,766,725 | 24.5% | ||
cryptocurator | 0 | 71,679,106,308 | 30% | ||
valued-customer | 0 | 8,188,123,752 | 25% | ||
oscarcc89 | 0 | 14,631,113,821 | 50% | ||
jakipatryk | 0 | 27,572,017,822 | 100% | ||
azissuloh | 0 | 604,404,433 | 100% | ||
jga | 0 | 3,733,821,619 | 30.49% | ||
helo | 0 | 171,951,959,661 | 100% | ||
mercadosaway | 0 | 1,497,835,899 | 100% | ||
christianytony | 0 | 12,216,291,317 | 100% | ||
ruel.cedeno | 0 | 4,546,860,653 | 100% | ||
jorgedr0id | 0 | 7,947,757,769 | 100% | ||
pennsif | 0 | 30,138,351,785 | 10% | ||
lastozgur | 0 | 4,961,463,625 | 100% | ||
paulag | 0 | 60,953,316,599 | 17.5% | ||
insiders | 0 | 146,712,360 | 51% | ||
tensor | 0 | 25,981,811,413 | 100% | ||
firatozbek | 0 | 4,420,303,871 | 100% | ||
mcoinz79 | 0 | 3,686,688,353 | 1% | ||
fandy | 0 | 287,899,061 | 60.99% | ||
jacekw | 0 | 9,817,865,142 | 50% | ||
jeffrey24864 | 0 | 204,932,159,320 | 100% | ||
codingdefined | 0 | 22,975,158,610 | 20% | ||
smartdeveloper | 0 | 92,809,167 | 31% | ||
christianity101 | 0 | 219,221,097 | 55% | ||
fararizky | 0 | 3,023,521,160 | 50% | ||
smartcash | 0 | 10,310,173,139 | 62% | ||
kasho | 0 | 6,861,741,870 | 100% | ||
kmart | 0 | 322,544,961 | 62% | ||
ingdirect | 0 | 190,122,638 | 40% | ||
perthmint | 0 | 394,103,549 | 74% | ||
steemabuse | 0 | 342,294,806 | 65% | ||
ponpase | 0 | 460,448,740 | 5% | ||
crokkon | 0 | 52,413,110,714 | 50% | ||
sbdraffle | 0 | 334,692,269 | 64% | ||
smafey | 0 | 118,787,357 | 24.5% | ||
teenovision | 0 | 39,986,487,425 | 100% | ||
espoem | 0 | 90,244,097,094 | 50.79% | ||
mcfarhat | 0 | 48,691,526,699 | 29.02% | ||
jacobkaled | 0 | 83,129,581 | 24.5% | ||
isnochys | 0 | 7,990,566,183 | 13% | ||
pierlave | 0 | 6,754,130,418 | 100% | ||
jrawsthorne | 0 | 5,461,220,591 | 100% | ||
loshcat | 0 | 3,131,936,361 | 100% | ||
rightscomet | 0 | 101,978,600 | 24.5% | ||
myjourney | 0 | 43,656,064,687 | 100% | ||
murattatar | 0 | 6,435,007,940 | 20% | ||
adejoke16 | 0 | 90,590,694 | 100% | ||
nudgent | 0 | 97,588,409 | 24.5% | ||
izge | 0 | 1,141,287,877 | 50% | ||
utopian-io | 0 | 81,838,203,375,391 | 60.99% | ||
unforgettable | 0 | 3,374,659,457 | 100% | ||
jaff8 | 0 | 136,461,407,661 | 72.57% | ||
elchin | 0 | 682,620,573 | 100% | ||
emrebeyler | 0 | 643,597,213,526 | 100% | ||
seanlloyd | 0 | 256,359,084 | 1% | ||
mrmaracucho | 0 | 226,240,902 | 49% | ||
newsrx | 0 | 197,509,978 | 12.56% | ||
mariska.lubis | 0 | 27,065,384,154 | 100% | ||
whiterabb1t | 0 | 178,345,592 | 2.75% | ||
evilest-fiend | 0 | 1,768,312,025 | 50% | ||
tentalavera | 0 | 127,762,874 | 5% | ||
forkonti | 0 | 536,843,691 | 100% | ||
greenorange | 0 | 546,752,988 | 100% | ||
hellowhale | 0 | 153,971,431 | 100% | ||
gokos | 0 | 406,610,759 | 100% | ||
enjoyy | 0 | 207,515,589 | 24.5% | ||
berkerpeksag | 0 | 1,573,104,908 | 100% | ||
aydant | 0 | 5,672,516,258 | 100% | ||
intelligencer | 0 | 0 | 100% | ||
thobo | 0 | 38,662,754,038 | 100% | ||
steembasicincome | 0 | 115,472,353,835 | 2.35% | ||
ekonugraha | 0 | 12,087,688,357 | 70% | ||
sterineye | 0 | 126,069,995 | 100% | ||
turkolog | 0 | 387,897,466 | 100% | ||
ataturk | 0 | 539,070,104 | 100% | ||
tinowhale | 0 | 2,566,883,682 | 49% | ||
oliverschmid | 0 | 773,541,956,228 | 100% | ||
lawrenceho | 0 | 3,762,360,279 | 100% | ||
kevinli | 0 | 2,783,490,223 | 5% | ||
hayirhah | 0 | 626,435,908 | 27.5% | ||
ognustn | 0 | 336,899,048 | 100% | ||
lukecreed | 0 | 247,882,008 | 24.5% | ||
amosbastian | 0 | 191,899,904,952 | 72.57% | ||
tdre | 0 | 81,111,131,581 | 100% | ||
wehmoen | 0 | 7,278,138,179 | 100% | ||
fromhell2sky | 0 | 8,204,578,236 | 24.5% | ||
ydavgonzalez | 0 | 40,078,061,900 | 100% | ||
predictionbot | 0 | 2,130,581,474 | 100% | ||
emjoe | 0 | 34,220,825,571 | 100% | ||
grzesiekb | 0 | 283,644,131,437 | 100% | ||
sauronbey | 0 | 4,051,325,685 | 100% | ||
asaj | 0 | 17,569,186,803 | 100% | ||
onursa | 0 | 477,651,985 | 100% | ||
jjay | 0 | 501,016,192 | 100% | ||
coinmeria | 0 | 690,860,582 | 35% | ||
ucmuharfli | 0 | 297,009,487 | 10% | ||
googletr | 0 | 0 | 100% | ||
embesilikat | 0 | 269,193,378 | 13.75% | ||
portugalcoin | 0 | 10,389,125,548 | 15% | ||
chorock | 0 | 89,190,555,938 | 9% | ||
thedailyreview | 0 | 605,437,284 | 100% | ||
luisal314 | 0 | 290,829,047 | 100% | ||
gandalfthewhite | 0 | 692,030,024 | 100% | ||
cfminer | 0 | 1,655,370,419 | 100% | ||
gulumserunver | 0 | 88,636,781 | 22% | ||
neokuduk | 0 | 6,571,823,893 | 100% | ||
muradovv | 0 | 613,793,587 | 5% | ||
khusairi | 0 | 1,523,098,479 | 50% | ||
literaturk | 0 | 449,212,140 | 100% | ||
zephalexia | 0 | 340,265,290,182 | 100% | ||
holger80 | 0 | 452,344,226,924 | 80% | ||
isisfemale | 0 | 317,351,675 | 100% | ||
didic | 0 | 25,990,757,192 | 20% | ||
uzerebru | 0 | 114,147,254 | 41% | ||
uzercanan | 0 | 199,987,705 | 45% | ||
semihbalkanli | 0 | 431,852,798 | 55% | ||
ahmetmertugrul | 0 | 832,386,610 | 100% | ||
samedb | 0 | 533,767,682 | 100% | ||
giftbox | 0 | 193,200,488 | 100% | ||
green77 | 0 | 180,379,296 | 20% | ||
tdogvoid | 0 | 386,097,089 | 100% | ||
gentmartin | 0 | 1,644,035,722 | 20% | ||
faithvarron | 0 | 73,570,742 | 24.5% | ||
sjomeath | 0 | 132,132,710 | 5.5% | ||
agememnon | 0 | 1,110,038,494 | 49.5% | ||
tipitip | 0 | 746,894,625 | 100% | ||
ahmeterbay | 0 | 10,180,483,590 | 100% | ||
raoul.poenar | 0 | 1,931,769,038 | 100% | ||
syahrulfardani | 0 | 101,047,573 | 25% | ||
akifane | 0 | 551,768,768 | 100% | ||
rasit | 0 | 452,382,543 | 100% | ||
rainbowlord | 0 | 215,109,838 | 44% | ||
gjones15 | 0 | 103,750,566 | 24.5% | ||
djoi | 0 | 9,009,478,242 | 100% | ||
backinblackdevil | 0 | 90,413,658,834 | 15% | ||
nagaclub | 0 | 92,354,134 | 24.5% | ||
ruh | 0 | 662,295,341 | 100% | ||
reazuliqbal | 0 | 46,595,656,551 | 25% | ||
maveraunnehr | 0 | 410,972,619 | 100% | ||
isgledysduarte | 0 | 3,341,122,048 | 100% | ||
cunigarro | 0 | 4,218,056,495 | 100% | ||
bulent1976 | 0 | 1,459,539,926 | 100% | ||
mohammadfaisal | 0 | 349,933,713 | 100% | ||
tolgahanuzun | 0 | 15,088,496,063 | 100% | ||
teukuizul | 0 | 186,018,243 | 50% | ||
scoora82 | 0 | 72,055,926 | 25% | ||
saifuddin07 | 0 | 275,434,495 | 50% | ||
muratkbesiroglu | 0 | 285,999,652,002 | 100% | ||
ahmetchef | 0 | 494,511,941 | 27.5% | ||
kemalyokus | 0 | 204,744,511 | 27.5% | ||
sereze | 0 | 8,533,943,714 | 100% | ||
sarjani | 0 | 195,567,014 | 50% | ||
zcool | 0 | 188,734,909 | 10% | ||
murhadi9 | 0 | 343,807,341 | 50% | ||
varolleng | 0 | 214,893,793 | 55% | ||
juned0292 | 0 | 100,190,841 | 25% | ||
carment | 0 | 98,431,098 | 24.5% | ||
daszod | 0 | 190,478,454 | 49% | ||
genoner | 0 | 83,310,500 | 46.55% | ||
alitavirgen | 0 | 17,284,624,127 | 10% | ||
olgablinova | 0 | 534,498,391 | 100% | ||
firster78 | 0 | 182,554,749 | 38.49% | ||
victorcovrig | 0 | 619,048,463 | 50% | ||
wawan.anestesi | 0 | 88,990,539 | 25% | ||
blaqboyikott | 0 | 90,637,668 | 24.5% | ||
canku | 0 | 81,174,332 | 55% | ||
nurjannah11 | 0 | 99,792,776 | 25% | ||
khairuddin08 | 0 | 71,854,831 | 25% | ||
nur-malita | 0 | 99,318,524 | 25% | ||
brapollo29 | 0 | 96,329,853 | 25% | ||
tugbaerdem | 0 | 70,847,076 | 20% | ||
saracampero | 0 | 13,367,698,545 | 50% | ||
kgakakillerg | 0 | 18,162,368,320 | 2% | ||
hyroniz | 0 | 100,610,400 | 25% | ||
jumbot | 0 | 123,051,920,668 | 55% | ||
irwandarasyid | 0 | 2,796,596,910 | 100% | ||
rechellomataro | 0 | 70,598,354 | 24.5% | ||
killerteesuk | 0 | 5,357,592,099 | 99% | ||
steeman220 | 0 | 79,476,460 | 24.5% | ||
andreasgrubhofer | 0 | 90,423,533,166 | 96% | ||
phage93 | 0 | 8,270,204,061 | 42% | ||
tyramisoux | 0 | 5,499,877,349 | 25% | ||
ryuna.siege | 0 | 208,875,779 | 100% | ||
we-are-asia | 0 | 4,017,180,012 | 100% | ||
we-are-oceania | 0 | 6,588,587,789 | 80% | ||
kryptorero | 0 | 100,409,232 | 24.5% | ||
bahagia9 | 0 | 75,411,076 | 24.5% | ||
alisari | 0 | 106,632,529 | 27.5% | ||
gydronium | 0 | 127,562,260 | 29.4% | ||
blockchainstudio | 0 | 40,692,096,994 | 100% | ||
pinkwonder | 0 | 6,714,981,174 | 100% | ||
senseofhumor | 0 | 554,195,243 | 100% | ||
jsantos17 | 0 | 97,328,371 | 25% | ||
bilimkurgu | 0 | 146,093,520,035 | 100% | ||
hahajin | 0 | 0 | 100% | ||
gena138 | 0 | 442,164,472 | 100% | ||
abbyrich | 0 | 70,664,164 | 25% | ||
tiffanialvarez | 0 | 126,497,208 | 100% | ||
akbarsanjani | 0 | 2,640,600,689 | 50% | ||
airdroptr1 | 0 | 104,034,636 | 50% | ||
parakazan | 0 | 233,523,341 | 100% | ||
akmal93 | 0 | 245,647,331 | 25% | ||
sbd-fairy | 0 | 228,352,099 | 49% | ||
deriom | 0 | 789,073,871 | 100% | ||
jayboi | 0 | 19,100,311,890 | 50% | ||
mozer | 0 | 203,283,818 | 5.5% | ||
tahirozgen | 0 | 12,015,856,441 | 14% | ||
pablorg94 | 0 | 465,573,276 | 100% | ||
partiko | 0 | 296,067,763,005 | 3% | ||
sulwati | 0 | 97,531,660 | 24.5% | ||
mitaenda | 0 | 300,702,296 | 50% | ||
steinz | 0 | 180,923,713 | 100% | ||
basav | 0 | 71,333,826 | 24.5% | ||
vezo | 0 | 838,672,431 | 100% | ||
sutter | 0 | 248,870,023 | 24.5% | ||
ulockblock | 0 | 49,567,453,700 | 17.08% | ||
rayhan6969 | 0 | 124,220,603 | 100% | ||
veronicacoli | 0 | 326,432,318 | 100% | ||
bboyabluka | 0 | 115,795,935 | 27.5% | ||
fallensky7 | 0 | 348,072,243 | 100% | ||
oracle-d | 0 | 81,409,330,957,726 | 100% | ||
nieloagranca | 0 | 2,144,558,844 | 4% | ||
katherinec | 0 | 550,387,186 | 100% | ||
nicole5lw | 0 | 532,349,705 | 100% | ||
kentsingh23 | 0 | 495,998,528 | 100% | ||
paoalegre | 0 | 505,145,369 | 100% | ||
cryptoloca | 0 | 507,335,279 | 100% | ||
fabielblanchard | 0 | 2,083,827,943 | 100% | ||
mops2e | 0 | 600,605,583 | 40.63% | ||
ceruleanblue | 0 | 273,515,181 | 100% | ||
sportherald-org | 0 | 16,139,357,785 | 65% | ||
jasminetwo | 0 | 553,913,326 | 100% | ||
yollardannotlar | 0 | 218,588,595 | 100% | ||
jessicami | 0 | 541,980,211 | 100% | ||
alexandra612l | 0 | 526,798,669 | 100% | ||
victoriaw64u8 | 0 | 537,481,163 | 100% | ||
rachelgimpy | 0 | 552,200,648 | 100% | ||
jacekw.dev | 0 | 3,881,911,557 | 100% | ||
prosunmili | 0 | 551,545,570 | 100% | ||
mosuffcurge | 0 | 538,611,834 | 100% | ||
steemituplife | 0 | 3,986,254,519 | 25% | ||
beemtutorials | 0 | 355,119,792 | 100% | ||
amin-danil | 0 | 251,813,196 | 50% | ||
taqiyagenji | 0 | 100,888,780 | 25% | ||
billyuzi | 0 | 527,001,578 | 100% | ||
rgirgin | 0 | 479,088,263 | 100% | ||
evorarra | 0 | 549,022,817 | 100% | ||
uncerfeivas | 0 | 554,211,479 | 100% | ||
chaegriltesubt | 0 | 552,963,054 | 100% | ||
ali.yuce | 0 | 160,892,892 | 100% | ||
merlin7 | 0 | 3,214,932,801 | 0.1% | ||
steem-ua | 0 | 1,391,218,232,571 | 12.56% | ||
alvinvoo | 0 | 923,087,133 | 100% | ||
kaczynski | 0 | 201,905,611 | 100% | ||
ezzet | 0 | 905,318,980 | 100% | ||
steemitbuzz | 0 | 0 | 1% | ||
teamcr | 0 | 820,270,728 | 100% | ||
arequipa | 0 | 325,948,725 | 100% | ||
criptoanarquista | 0 | 1,353,801,639 | 100% | ||
musatokmak | 0 | 9,963,391 | 5% | ||
crytiblock | 0 | 8,326,361,802 | 80% | ||
king-oghie | 0 | 9,037,314,779 | 100% | ||
edgarare1 | 0 | 5,101,733,122 | 30% | ||
foodfigther | 0 | 291,863,378 | 40% | ||
leviackerman | 0 | 327,872,985 | 100% | ||
bluerobo | 0 | 8,346,892,365 | 100% | ||
u-e | 0 | 886,824,316 | 100% | ||
adamantino | 0 | 624,946,421 | 25% | ||
bluesniper | 0 | 2,876,580,854 | 0.6% | ||
hojiaxian | 0 | 1,691,077,949 | 100% | ||
steemtank | 0 | 2,399,791,803,700 | 100% | ||
ascorphat | 0 | 1,928,812,228 | 2.5% | ||
mib-coin-usa | 0 | 915,184,047 | 100% | ||
circa | 0 | 141,951,714,029 | 100% | ||
ctime | 0 | 72,899,003,946 | 2.5% | ||
tipu.curator | 0 | 15,994,675,604 | 50% | ||
mbappe | 0 | 891,592,245 | 3% | ||
frankdanger | 0 | 551,983,937 | 100% | ||
sevensecrets | 0 | 2,700,368,608 | 100% | ||
skymin | 0 | 22,630,601,367 | 100% | ||
joanni | 0 | 409,770,982 | 100% | ||
cooperfelix | 0 | 1,919,314,943 | 15% | ||
hamsa.quality | 0 | 7,213,265,161 | 5% | ||
emmanuelboahen | 0 | 854,234,667 | 75% | ||
steem.ninja | 0 | 154,697,339,103 | 100% | ||
killerbot | 0 | 4,004,396,222 | 25% | ||
lujuria | 0 | 326,546,661 | 100% | ||
imanolruiz | 0 | 394,755,705 | 100% | ||
charlycoin | 0 | 337,115,181 | 100% | ||
alexei83 | 0 | 74,046,397 | 100% | ||
lacasadepapel | 0 | 529,156,585 | 100% | ||
maloyo1999 | 0 | 551,983,937 | 100% | ||
moonriders | 0 | 1,992,847,696 | 100% | ||
lobojt | 0 | 278,664,303 | 100% | ||
python-think | 0 | 861,089,629 | 100% | ||
everything141 | 0 | 54,537,440,810 | 100% | ||
joepedro247 | 0 | 551,983,937 | 100% | ||
elmami | 0 | 41,116,795 | 100% | ||
daflash80 | 0 | 209,533,786 | 50% | ||
bitcoinator | 0 | 38,860,765,768 | 50% | ||
mlomazzi05 | 0 | 343,218,304 | 100% | ||
oscarmp | 0 | 416,919,516 | 100% | ||
bitcoinmeraklsi | 0 | 375,983,498 | 100% | ||
franklyn28 | 0 | 0 | 100% | ||
awuildo2018 | 0 | 158,012,007 | 100% | ||
kpaucara1 | 0 | 177,540,838 | 100% | ||
alaasyri | 0 | 288,919,402 | 100% | ||
enzo237 | 0 | 455,428,788 | 100% | ||
yurycano | 0 | 377,571,310 | 100% | ||
usacambodian | 0 | 455,353,846 | 100% | ||
mouhammed09 | 0 | 499,246,313 | 100% | ||
koladesax | 0 | 435,323,762 | 100% | ||
mightyking | 0 | 310,456,427 | 100% |
El código podría usar más comentarios, la publicación podría usar ejemplos de código.
author | carlosbest21 |
---|---|
permlink | re-emrebeyler-new-version-on-tower-hivemind-rest-20190206t234829294z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2019-02-06 23:48:33 |
last_update | 2019-02-06 23:48:33 |
depth | 1 |
children | 0 |
last_payout | 2019-02-13 23:48:33 |
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 | 85 |
author_reputation | 8,687,500 |
root_title | "New version of Tower (Hivemind + REST)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,502,869 |
net_rshares | 0 |
hiç kod bilgisi olmayanlar için, yer varmı ?
author | cekopaspas |
---|---|
permlink | re-emrebeyler-new-version-on-tower-hivemind-rest-20190204t141514681z |
category | utopian-io |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io"],"users":[],"links":[],"image":[]} |
created | 2019-02-04 14:15:57 |
last_update | 2019-02-04 14:15:57 |
depth | 1 |
children | 1 |
last_payout | 2019-02-11 14:15:57 |
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 | 45 |
author_reputation | 1,255,250,992,895 |
root_title | "New version of Tower (Hivemind + REST)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,385,826 |
net_rshares | 540,933,429 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lacasadepapel | 0 | 540,933,429 | 100% |
bize yok derler
author | lacasadepapel |
---|---|
permlink | re-cekopaspas-re-emrebeyler-new-version-on-tower-hivemind-rest-20190204t144806078z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2019-02-04 14:48:06 |
last_update | 2019-02-04 14:48:06 |
depth | 2 |
children | 0 |
last_payout | 2019-02-11 14:48:06 |
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 | 15 |
author_reputation | -133,142,740,036 |
root_title | "New version of Tower (Hivemind + REST)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,387,104 |
net_rshares | 0 |
Dear @emrebeyler I was wondering if you're receiving any of my messages on Discord? I tried to re-connect with you but so far it seem that you're not seeing any of my messages. Yours Piotr
author | crypto.piotr |
---|---|
permlink | re-emrebeyler-new-version-on-tower-hivemind-rest-20190205t020857342z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["emrebeyler"],"app":"steemit/0.1"} |
created | 2019-02-05 02:08:57 |
last_update | 2019-02-05 02:08:57 |
depth | 1 |
children | 0 |
last_payout | 2019-02-12 02:08:57 |
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 | 190 |
author_reputation | 27,396,789,428,606 |
root_title | "New version of Tower (Hivemind + REST)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,409,718 |
net_rshares | 0 |
@paulag, I believe you had asked the `state` API before. Check the post.
author | emrebeyler |
---|---|
permlink | re-emrebeyler-new-version-on-tower-hivemind-rest-20190204t135200902z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["paulag"],"app":"steemit/0.1"} |
created | 2019-02-04 13:52:00 |
last_update | 2019-02-04 13:52:00 |
depth | 1 |
children | 1 |
last_payout | 2019-02-11 13:52:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 72 |
author_reputation | 448,528,959,341,273 |
root_title | "New version of Tower (Hivemind + REST)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,384,980 |
net_rshares | 61,165,607,451 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
paulag | 0 | 61,165,607,451 | 17.5% |
Awesome, i look forward to using it. Im gonna try it later Posted using [Partiko Android](https://steemit.com/@partiko-android)
author | paulag |
---|---|
permlink | paulag-re-emrebeyler-re-emrebeyler-new-version-on-tower-hivemind-rest-20190204t172147807z |
category | utopian-io |
json_metadata | "{\"app\":\"partiko\",\"client\":\"android\"}" |
created | 2019-02-04 17:21:48 |
last_update | 2019-02-04 17:21:48 |
depth | 2 |
children | 0 |
last_payout | 2019-02-11 17:21:48 |
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 | 128 |
author_reputation | 274,264,287,951,003 |
root_title | "New version of Tower (Hivemind + REST)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,393,047 |
net_rshares | 0 |
- Good looking post, but mostly great achievement for the docker and new end points. - Code could use more comments, post could use code samples. Your contribution has been evaluated according to [Utopian policies and guidelines](https://join.utopian.io/guidelines), as well as a predefined set of questions pertaining to the category. To view those questions and the relevant answers related to your post, [click here](https://review.utopian.io/result/3/2-1-2-1-1-2-2-). ---- Need help? Chat with us on [Discord](https://discord.gg/uTyJkNm). [[utopian-moderator]](https://join.utopian.io/)
author | helo |
---|---|
permlink | re-emrebeyler-new-version-on-tower-hivemind-rest-20190205t022541466z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"links":["https://join.utopian.io/guidelines","https://review.utopian.io/result/3/2-1-2-1-1-2-2-","https://discord.gg/uTyJkNm","https://join.utopian.io/"],"app":"steemit/0.1"} |
created | 2019-02-05 02:25:42 |
last_update | 2019-02-05 02:25:42 |
depth | 1 |
children | 1 |
last_payout | 2019-02-12 02:25:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 6.174 HBD |
curator_payout_value | 1.969 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 597 |
author_reputation | 121,547,934,535,311 |
root_title | "New version of Tower (Hivemind + REST)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,410,169 |
net_rshares | 17,108,476,739,180 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yuxi | 0 | 22,336,281,131 | 100% | ||
codingdefined | 0 | 23,178,507,056 | 20% | ||
themarkymark | 0 | 218,428,925,076 | 21% | ||
espoem | 0 | 26,438,923,270 | 15% | ||
utopian-io | 0 | 16,705,608,125,857 | 11.83% | ||
emrebeyler | 0 | 6,627,404,781 | 1% | ||
aydant | 0 | 2,797,647,650 | 50% | ||
amosbastian | 0 | 69,289,925,191 | 28.28% | ||
reazuliqbal | 0 | 17,440,357,036 | 10% | ||
ulockblock | 0 | 14,399,334,006 | 5.17% | ||
ascorphat | 0 | 1,931,308,126 | 2.5% |
Thank you for your review, @helo! Keep up the good work!
author | utopian-io |
---|---|
permlink | re-re-emrebeyler-new-version-on-tower-hivemind-rest-20190205t022541466z-20190207t154715z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.17"}" |
created | 2019-02-07 15:47:18 |
last_update | 2019-02-07 15:47:18 |
depth | 2 |
children | 0 |
last_payout | 2019-02-14 15:47: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 | 56 |
author_reputation | 152,955,367,999,756 |
root_title | "New version of Tower (Hivemind + REST)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,532,270 |
net_rshares | 0 |
What about: `/api/v1/<author>/<permlink>/upvotes` And such. You’ll have to parse hive_posts_cache.votes as CSV and filter them. But it might come in handy.
author | inertia |
---|---|
permlink | re-emrebeyler-new-version-on-tower-hivemind-rest-20190204t160625190z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2019-02-04 16:06:24 |
last_update | 2019-02-04 16:06:24 |
depth | 1 |
children | 1 |
last_payout | 2019-02-11 16:06:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.523 HBD |
curator_payout_value | 0.174 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 159 |
author_reputation | 346,568,901,399,561 |
root_title | "New version of Tower (Hivemind + REST)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,390,261 |
net_rshares | 1,440,566,955,143 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ausbitbank | 0 | 1,439,934,534,462 | 100% | ||
thedailyreview | 0 | 632,420,681 | 100% |
Great idea! Will implement, soon.
author | emrebeyler |
---|---|
permlink | re-inertia-re-emrebeyler-new-version-on-tower-hivemind-rest-20190204t165302887z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2019-02-04 16:53:03 |
last_update | 2019-02-04 16:53:03 |
depth | 2 |
children | 0 |
last_payout | 2019-02-11 16:53:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.511 HBD |
curator_payout_value | 0.170 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 33 |
author_reputation | 448,528,959,341,273 |
root_title | "New version of Tower (Hivemind + REST)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,391,983 |
net_rshares | 1,411,793,524,972 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ausbitbank | 0 | 1,411,174,727,095 | 100% | ||
sneak | 0 | 0 | 100% | ||
thedailyreview | 0 | 618,797,877 | 100% |
good. good but a little more descriptive though
author | lacasadepapel |
---|---|
permlink | re-emrebeyler-new-version-on-tower-hivemind-rest-20190204t144719093z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2019-02-04 14:47:18 |
last_update | 2019-02-04 14:47:18 |
depth | 1 |
children | 0 |
last_payout | 2019-02-11 14:47: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 | 47 |
author_reputation | -133,142,740,036 |
root_title | "New version of Tower (Hivemind + REST)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,387,076 |
net_rshares | 0 |
Thank you so much for participating the Partiko Delegation Plan Round 1! We really appreciate your support! As part of the delegation benefits, we just gave you a 3.00% upvote! Together, let’s change the world!
author | partiko |
---|---|
permlink | re-new-version-on-tower-hivemind-rest-20190204t143016 |
category | utopian-io |
json_metadata | "" |
created | 2019-02-04 14:30:18 |
last_update | 2019-02-04 14:30:18 |
depth | 1 |
children | 0 |
last_payout | 2019-02-11 14:30: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 | 210 |
author_reputation | 39,207,160,334,751 |
root_title | "New version of Tower (Hivemind + REST)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,386,393 |
net_rshares | 1,081,156,331 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mys | 0 | 475,812,144 | 0.4% | ||
cheneats | 0 | 605,344,187 | 2% |
This post has been included in the latest edition of [**SoS Daily News**](https://steemit.com/steem/@pennsif/sosdailynewsnewsaboutthestateofsteem4february2019-ijioiyq50u) - a digest of all you need to know about the State of Steem. *** * *Editor of the [**The State of Steem SoS Daily News**](https://steemit.com/steem/@pennsif/sosdailynewsnewsaboutthestateofsteem4february2019-ijioiyq50u).* * *Promoter of [**The State of Steem SoS Weekly Forums**](https://steemit.com/steem/@pennsif/the-state-of-steem-forum-7-steemcommerce-thursday-7-february-8pm-11pm-utc-msp-waves).* * *Editor of the [**weekly listing of steem radio shows, podcasts & social broadcasts**](https://steemit.com/mspwaves/@pennsif/schedule-of-radio-shows-podcasts-and-social-broadcasts-week-beginning-4-february-2019).* * *Founder of the [**A Dollar A Day**](https://steemit.com/adollaraday/@adollaraday/a-dollar-a-day-charitable-giving-project-ususd-5000-donated-in-8-months-we-made-it) charitable giving project.* ***
author | pennsif |
---|---|
permlink | re-emrebeyler-new-version-on-tower-hivemind-rest-20190205t233018238z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"links":["https://steemit.com/steem/@pennsif/sosdailynewsnewsaboutthestateofsteem4february2019-ijioiyq50u","https://steemit.com/steem/@pennsif/the-state-of-steem-forum-7-steemcommerce-thursday-7-february-8pm-11pm-utc-msp-waves","https://steemit.com/mspwaves/@pennsif/schedule-of-radio-shows-podcasts-and-social-broadcasts-week-beginning-4-february-2019","https://steemit.com/adollaraday/@adollaraday/a-dollar-a-day-charitable-giving-project-ususd-5000-donated-in-8-months-we-made-it"],"app":"steemit/0.1"} |
created | 2019-02-05 23:30:18 |
last_update | 2019-02-05 23:30:18 |
depth | 1 |
children | 0 |
last_payout | 2019-02-12 23:30: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 | 994 |
author_reputation | 636,410,097,572,565 |
root_title | "New version of Tower (Hivemind + REST)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,456,035 |
net_rshares | 0 |
#### Hi @emrebeyler! Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation! Your post is eligible for our upvote, thanks to our collaboration with @utopian-io! **Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
author | steem-ua |
---|---|
permlink | re-new-version-on-tower-hivemind-rest-20190205t030649z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.18"}" |
created | 2019-02-05 03:06:51 |
last_update | 2019-02-05 03:06:51 |
depth | 1 |
children | 0 |
last_payout | 2019-02-12 03:06:51 |
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 | 289 |
author_reputation | 23,214,230,978,060 |
root_title | "New version of Tower (Hivemind + REST)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,411,215 |
net_rshares | 0 |
Hey, @emrebeyler! **Thanks for contributing on Utopian**. We’re already looking forward to your next contribution! **Get higher incentives and support Utopian.io!** Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via [SteemPlus](https://chrome.google.com/webstore/detail/steemplus/mjbkjgcplmaneajhcbegoffkedeankaj?hl=en) or [Steeditor](https://steeditor.app)). **Want to chat? Join us on Discord https://discord.gg/h52nFrV.** <a href='https://steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
author | utopian-io |
---|---|
permlink | re-new-version-on-tower-hivemind-rest-20190205t161812z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.17"}" |
created | 2019-02-05 16:18:15 |
last_update | 2019-02-05 16:18:15 |
depth | 1 |
children | 0 |
last_payout | 2019-02-12 16:18:15 |
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 | 592 |
author_reputation | 152,955,367,999,756 |
root_title | "New version of Tower (Hivemind + REST)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,439,115 |
net_rshares | 0 |
author | wehmoen |
---|---|
permlink | re-emrebeyler-new-version-on-tower-hivemind-rest-20190204t135320993z |
category | utopian-io |
json_metadata | {} |
created | 2019-02-04 13:53:21 |
last_update | 2020-06-03 06:40:33 |
depth | 1 |
children | 2 |
last_payout | 2019-02-11 13:53:21 |
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 | 1 |
author_reputation | 86,504,380,503,125 |
root_title | "New version of Tower (Hivemind + REST)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,385,019 |
net_rshares | 0 |
Enjoy! Let me know if you encounter any issues.
author | emrebeyler |
---|---|
permlink | re-wehmoen-re-emrebeyler-new-version-on-tower-hivemind-rest-20190204t140022599z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2019-02-04 14:00:24 |
last_update | 2019-02-04 14:00:24 |
depth | 2 |
children | 1 |
last_payout | 2019-02-11 14:00: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 | 47 |
author_reputation | 448,528,959,341,273 |
root_title | "New version of Tower (Hivemind + REST)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,385,253 |
net_rshares | 7,148,271,566 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
wehmoen | 0 | 7,148,271,566 | 100% |
author | wehmoen |
---|---|
permlink | re-emrebeyler-re-wehmoen-re-emrebeyler-new-version-on-tower-hivemind-rest-20190204t153239720z |
category | utopian-io |
json_metadata | {} |
created | 2019-02-04 15:32:39 |
last_update | 2020-06-03 06:46:21 |
depth | 3 |
children | 0 |
last_payout | 2019-02-11 15:32:39 |
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 | 1 |
author_reputation | 86,504,380,503,125 |
root_title | "New version of Tower (Hivemind + REST)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,388,878 |
net_rshares | 0 |