#### Repository - https://github.com/steemit/steem - https://github.com/steemit/hivemind #### Components Account information - followers' total MVESTS/SP - raw reputation / rep_log10 Note: this is a technical idea, i.e., the information is already provided a different (inefficient and unstable) way. I believe this technical change is important for stability and extensibility, as Hivemind is important although it's serving the information that was provided by others. #### Proposal Description https://steemitimages.com/640x0/https://cdn.steemitimages.com/DQmZvBkuJePehh9pphd9JyH1VjvyoKv5Hjswd7o7JnwgRHF/Hivemind%20Live.jpg ##### Follower's MVESTS/SP powered by Hivemind **Nobody wants no voting from Busy :)** Many Steemians are using Busy probably due to the voting from @busy.pay. The percentage of voting is determined by the sum of followers' MVESTS/SP, roughly 1 million SP ~= 1%.  > busy-bot is using steemdb.com for vote weight. https://github.com/busyorg/busy-bot/blob/master/src/upvoter/index.js#L16-L18 Obviously, this information cannot be calculated instantly (think about @ned who has so many followers), so Busy relies on https://steemdb.com which basically logs the snapshot of account information including the followers' mvests from time to time. However, steemdb.com is operated by @jesta (many thanks for managing steemdb), i.e., an individual witness. Considering the jesta's recent [post](https://steemit.com/steem/@jesta/the-recent-controversy-between-steemit-inc-and-the-community-the-premine-control-and-where-it-leads-this-blockchain), the stability of steemdb.com may be uncertain in the future. It was **down for more than one day yesterday**, and was down from time to time in the past. **Actually, it's currently down again after short resurrection :( And that's why I'm writing this suggestion!** Most of Busy's SP is delegated from STINC (@misterdelegation), so busy voting isn't just a Busy's problem but an important part of the Steemit life. **Reward your influence** The reason why Busy chose follower's SP as the criteria is to reward **influence**: [Introducing @busy.org, the bot that rewards your influence](https://steemit.com/busy/@busy.org/introducing-busy-org-the-bot-that-rewards-your-influence) While there is no single perfect measure of influence, follower's SP seems a quite decent one. At least it should be used as a factor for any other measure of influence, e.g., [The implication of reputation score has been somewhat reduced. How about combining new indicators?](https://steemit.com/utopian-io/@lostmine27/the-implications-of-reputation-indicators-have-faded-how-about-combining-the-new-indicators-1547129297601) **Thus, the follower's SP should be provided more officially** than by individual witness. Previously, providing the follower's SP was quite costly. However, now we have Hivemind! which is a usual DB not a blockchain. That is, **Hivemind is very fast, efficient, and cost-effective.** That's why Hivemind is now providing much **information that need not be absolutely exact (or real-time)**. And follower's SP is such information. It need not be absolutely exact and some delay is fine. In fact, the steemdb.com's update isn't frequent, and its updating algorithm seems to have a bug, i.e., it sometimes keeps restarting form the account starting with 'a', i.e., alphabetically. Now let me explain the second part of the proposal. ##### Reputation and rep_log10 powered by Hivemind While what users normally see as reputation is some number like 65.5, internally it's a huge number like 31423161386996. All API calls actually return this raw reputation. Let rep_log10 denote the normalized rep like 65.5. However, the current implementation of Hivemind actually only stores rep_log10.  > https://github.com/steemit/hivemind/blob/f7a467921678d928a0d94928c811442b8ab80bce/hive/db/schema.py#L40 While it's good for Hivemind to calculate rep_log10 on behalf of clients, but ironically, all existing clients expect raw repuation, so Hivemind actually re-convert rep_log10 to raw reputation **where some precision is lost, which leads to reputation inconsistency bug**, e.g., https://github.com/steemit/steem/issues/3241 #### Mockups / Examples - `get_followers_mvest(account)` or `get_followers_sp(account)` As the name suggests, the API provides either the sum of followers' MVESTS or SP of the given account. - `account.reputation` and `account.rep_log10` Account information should provide both raw reputation and human readable, normalized reputation. Then clients can choose which one they use depending on purposes. #### Benefits - Fast, cost-effective information update Hivemind isn't a blockchain, so the information desired can be very effectively updated. - Busy voting stability Again, busy voting is more than unofficial. If it's down for a while, user experience hurts. If follower's SP information can be provided more officially, the stability can be improved dramatically. - Extensibility for "better" reputation score. Current reputation, @steem-ua score, there can be many kinds of reputation scores that have pros and cons. But follower's SP must be a meaningful factor. To design a better reputation score, clients should be able to use it without too much cost and instability. - Reduce client's burden If both raw reputation and rep_log10 are provided, clients can choose among them depending on the purpose without additional calculation cost. #### GitHub Account https://github.com/economicstudio
author | blockchainstudio | ||||||
---|---|---|---|---|---|---|---|
permlink | two-small-yet-mighty-information-that-can-be-powered-by-hivemind-followers-sp-rep-and-replog10 | ||||||
category | utopian-io | ||||||
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io","ideas","hivemind","busy","jjangjjangman"],"users":["busy.pay.","ned","jesta","misterdelegation","busy.org","lostmine27","steem-ua"],"links":["https://github.com/steemit/steem","https://github.com/steemit/hivemind","/@busy.pay","https://github.com/busyorg/busy-bot/blob/master/src/upvoter/index.js#L16-L18","/@ned","https://steemdb.com","/@jesta","https://steemit.com/steem/@jesta/the-recent-controversy-between-steemit-inc-and-the-community-the-premine-control-and-where-it-leads-this-blockchain","/@misterdelegation","https://steemit.com/busy/@busy.org/introducing-busy-org-the-bot-that-rewards-your-influence"],"image":["https://steemitimages.com/640x0/https://cdn.steemitimages.com/DQmZvBkuJePehh9pphd9JyH1VjvyoKv5Hjswd7o7JnwgRHF/Hivemind%20Live.jpg","https://cdn.steemitimages.com/DQmSXmwrPnPgpVETkE7u6xNcsCebr7N9YCxisgBxXwRnecX/Screen%20Shot%202019-01-27%20at%2010.10.18%20PM.png","https://files.steempeak.com/file/steempeak/blockchainstudio/TyA1BuEz-Screen20Shot202019-01-2720at2010.21.1520PM.png"]} | ||||||
created | 2019-01-28 00:20:48 | ||||||
last_update | 2019-02-03 06:48:24 | ||||||
depth | 0 | ||||||
children | 11 | ||||||
last_payout | 2019-02-04 00:20:48 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 27.528 HBD | ||||||
curator_payout_value | 9.316 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 5,778 | ||||||
author_reputation | 178,988,499,015,921 | ||||||
root_title | "Two small yet mighty information that can be powered by Hivemind - followers' SP / rep & rep_log10" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 79,035,744 | ||||||
net_rshares | 77,097,700,107,011 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tombstone | 0 | 4,273,421,038,156 | 17.8% | ||
arcange | 0 | 8,222,169,824 | 1% | ||
raphaelle | 0 | 445,781,857 | 1% | ||
rufans | 0 | 10,691,337,776 | 100% | ||
arama | 0 | 1,141,625,033,652 | 100% | ||
guest123 | 0 | 847,702,516 | 100% | ||
bukiland | 0 | 1,942,739,860 | 0.9% | ||
steemitboard | 0 | 14,356,080,690 | 1% | ||
skan | 0 | 1,089,023,871,986 | 16% | ||
jga | 0 | 2,741,799,617 | 22.25% | ||
bellmind | 0 | 751,480,079 | 100% | ||
tensor | 0 | 28,695,263,041 | 100% | ||
knowledges | 0 | 6,647,220,481 | 100% | ||
fandy | 0 | 203,294,432 | 44.5% | ||
codingdefined | 0 | 22,945,951,474 | 20% | ||
bramd | 0 | 1,781,472,093,046 | 20% | ||
jadabug | 0 | 1,215,172,022 | 1% | ||
accelerator | 0 | 15,857,315,599 | 1.1% | ||
espoem | 0 | 17,125,767,082 | 9.08% | ||
mcfarhat | 0 | 7,677,981,902 | 4.54% | ||
yangpankil27 | 0 | 26,367,932,791 | 25% | ||
utopian-io | 0 | 61,107,274,310,283 | 44.5% | ||
jaff8 | 0 | 18,006,880,226 | 11.35% | ||
emrebeyler | 0 | 514,850,815,990 | 100% | ||
lostmine27 | 0 | 20,011,430,373 | 100% | ||
amosbastian | 0 | 27,442,588,573 | 11.35% | ||
tdre | 0 | 79,345,890,564 | 100% | ||
eversloth | 0 | 235,294,802,512 | 100% | ||
fun2learn | 0 | 1,306,139,115 | 1.6% | ||
scienceangel | 0 | 80,197,239,371 | 100% | ||
jjay | 0 | 500,969,025 | 100% | ||
portugalcoin | 0 | 8,894,829,463 | 15% | ||
giantkidishere | 0 | 15,310,658,862 | 100% | ||
joceo00 | 0 | 777,264,375,407 | 21% | ||
donekim | 0 | 55,197,259,681 | 100% | ||
sbi2 | 0 | 73,287,838,534 | 7.32% | ||
ezravandi | 0 | 411,430,588 | 1% | ||
alitavirgen | 0 | 17,316,107,482 | 10% | ||
ryuna.siege | 0 | 208,857,822 | 100% | ||
kiwifi | 0 | 135,526,208,111 | 25% | ||
blockchainstudio | 0 | 18,901,074,648 | 100% | ||
anpigon | 0 | 90,566,799,056 | 100% | ||
kehuanmi | 0 | 3,686,664,191 | 70% | ||
nailyourhome | 0 | 1,348,121,127 | 1.6% | ||
siwalansand | 0 | 524,503,047 | 100% | ||
aileecho | 0 | 239,680,212,797 | 100% | ||
ulockblock | 0 | 260,901,298,718 | 100% | ||
glory7 | 0 | 135,175,278,947 | 33% | ||
volare511 | 0 | 539,456,959 | 100% | ||
disfarmthreelxe | 0 | 534,176,510 | 100% | ||
hyrikimhou | 0 | 533,915,064 | 100% | ||
emma0tx09 | 0 | 524,103,567 | 100% | ||
lauren7cpkmdavis | 0 | 513,626,563 | 100% | ||
kyliep0v1ohall | 0 | 510,751,636 | 100% | ||
lilyir586carter | 0 | 522,425,816 | 100% | ||
bukio | 0 | 249,662,287,222 | 2.07% | ||
kylieerts | 0 | 524,494,022 | 100% | ||
joajina00 | 0 | 25,145,442,686 | 33% | ||
emma3l0 | 0 | 533,801,171 | 100% | ||
englishstudy | 0 | 22,833,017,566 | 75% | ||
steemscan | 0 | 846,750,782 | 19.23% | ||
delegate4upvot | 0 | 1,330,517,449 | 1.6% | ||
buicondithe | 0 | 510,974,992 | 100% | ||
riounelrarop | 0 | 522,305,195 | 100% | ||
up1 | 0 | 11,644,193,417 | 28% | ||
merlin7 | 0 | 3,575,229,639 | 0.1% | ||
steem-ua | 0 | 543,338,073,341 | 4.87% | ||
gomdory | 0 | 67,593,223,620 | 100% | ||
ordinaryamerican | 0 | 11,281,485,101 | 8% | ||
yongsam | 0 | 11,945,306,139 | 100% | ||
teamcr | 0 | 804,712,175 | 100% | ||
emily02 | 0 | 534,019,759 | 100% | ||
steemexpress | 0 | 669,184,932 | 1.26% | ||
stmpay | 0 | 7,309,372,985 | 2.37% | ||
bluesniper | 0 | 5,597,056,022 | 0.47% | ||
phatima | 0 | 2,141,004,996 | 3.7% | ||
deer3 | 0 | 5,483,255,386 | 100% | ||
ascorphat | 0 | 1,717,896,946 | 2.5% | ||
ctime | 0 | 74,369,280,017 | 2.5% | ||
byubat | 0 | 3,664,699,852,547 | 100% | ||
hamsa.quality | 0 | 7,483,252,294 | 5% | ||
xrp.trail | 0 | 1,216,048,099 | 1.7% |
In Korean: steemdbκ° μ μ 2μκ° μ λ μ΄μλ¬λ€κ° λ€μ μ£½μκ΅°μ. μ¬μ€μ busyμ λͺ¨λ μ€νλ₯Ό μ€νμμμ μλν΄μ€ κ²μ΄λ λ€λ₯Όλ° μμμ λλ‘ μ€μν busy보ν μ μ¦μΈνλͺ μ μ 곡νλ μλΉμ€μ μμ‘΄νλ ν ꡬ쑰λ μλ κ² κ°μ΅λλ€. κ³Όκ±°μλ μ΄κ²μ΄ ν΄κ²°νκΈ° μ΄λ €μ λ€λ©΄ νμ¬λ λΈλ‘체μΈμ΄ μλ μΌλ°λ°μ΄ν°λ² μ΄μ€μΈ Hivemindλ₯Ό ν΅ν΄ μ΄ μμ μ λ§€μ° ν¨μ¨μ μΌλ‘ ν μ μλ€λ μ μμ λλ€. λ νλκΉμ λͺ μ±λ μ λ³΄κ° νμ¬ hivemindμμ μ΄μ΄μκ² μ λλ κ°(μ¦ 65κ°μ)λ§ μ 곡νλλ° μ€μ μ΄μ μλ μμ² ν° μ«μμ raw reputationκ°λ§ μ 곡λλ€λ³΄λ κ° ν΄λΌμ΄μΈνΈλ€μ΄ μμμ λ³νν΄μ μ°κ³€ νμ΅λλ€. κ·Έλ¬λ€λ³΄λ νμνΈνμ±μ μν΄ λ€μ raw reputationμ μ¬κ³μ°ν΄μ λ겨주λ μ½μ§μ νκ³ μλκ΅°μ. μ΄ μμ hivemindλ₯Ό μ΄μ©ν΄ λλ€ μ 곡νκ³ μ¬μ©μκ° μμμ μ ννκ²λ νμλ μ μμ λλ€. ps. staff pickμ λ€μ΄ 보λμ€ λ³΄ν μ λ°μμ΅λλ€ :)
author | blockchainstudio |
---|---|
permlink | re-blockchainstudio-two-small-yet-mighty-information-that-can-be-powered-by-hivemind-followers-sp-rep-and-replog10-20190128t002900070z |
category | utopian-io |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io"],"users":[],"links":[],"image":[]} |
created | 2019-01-28 00:29:00 |
last_update | 2019-01-29 13:29:48 |
depth | 1 |
children | 0 |
last_payout | 2019-02-04 00:29:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.016 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 496 |
author_reputation | 178,988,499,015,921 |
root_title | "Two small yet mighty information that can be powered by Hivemind - followers' SP / rep & rep_log10" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,035,960 |
net_rshares | 43,458,713,384 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anpigon | 0 | 43,458,713,384 | 50% |
짱짱맨 νΈμΆμ μλ΅νμ¬ λ³΄ν νμμ΅λλ€.
author | bukio |
---|---|
permlink | re-bukio-jjangjjangman-1548635772074 |
category | utopian-io |
json_metadata | "{"tags":["bukio", "jjangjjangman"],"app":"steemer/1.0"}" |
created | 2019-01-28 00:36:12 |
last_update | 2019-01-28 00:36:12 |
depth | 1 |
children | 0 |
last_payout | 2019-02-04 00:36: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 | 22 |
author_reputation | 11,545,563,591,097 |
root_title | "Two small yet mighty information that can be powered by Hivemind - followers' SP / rep & rep_log10" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,036,162 |
net_rshares | 0 |
Great write-up. I agree that the reputation should be stored raw instead of the normalized value. That way it also loses precision (db stores 2 decimal points if I recall it correct.(.
author | emrebeyler |
---|---|
permlink | re-blockchainstudio-two-small-yet-mighty-information-that-can-be-powered-by-hivemind-followers-sp-rep-and-replog10-20190128t172955879z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2019-01-28 17:29:57 |
last_update | 2019-01-28 17:29:57 |
depth | 1 |
children | 1 |
last_payout | 2019-02-04 17:29: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 | 184 |
author_reputation | 448,535,049,068,622 |
root_title | "Two small yet mighty information that can be powered by Hivemind - followers' SP / rep & rep_log10" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,070,822 |
net_rshares | 30,903,632,838 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
blockchainstudio | 0 | 30,903,632,838 | 100% |
Thanks a lot for your comment. Yes, it should be stored as raw unless both are stored. Moreover, using the same field name `reputation` can be quite confusing. As far as I know, it's used only internally now in Hivemind, so this should be fixed before it's too late. By the way, the current precision is actually 6 https://steemitimages.com/0x0/https://files.steempeak.com/file/steempeak/blockchainstudio/TyA1BuEz-Screen20Shot202019-01-2720at2010.21.1520PM.png but it still loses the precision due to the conversion. You can actually see that inconsistency on Busy (user info vs feed/blog).
author | blockchainstudio |
---|---|
permlink | re-emrebeyler-re-blockchainstudio-two-small-yet-mighty-information-that-can-be-powered-by-hivemind-followers-sp-rep-and-replog10-20190128t181044546z |
category | utopian-io |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io"],"users":[],"links":[],"image":["https://steemitimages.com/0x0/https://files.steempeak.com/file/steempeak/blockchainstudio/TyA1BuEz-Screen20Shot202019-01-2720at2010.21.1520PM.png"]} |
created | 2019-01-28 18:08:33 |
last_update | 2019-01-28 18:08:33 |
depth | 2 |
children | 0 |
last_payout | 2019-02-04 18:08: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 | 591 |
author_reputation | 178,988,499,015,921 |
root_title | "Two small yet mighty information that can be powered by Hivemind - followers' SP / rep & rep_log10" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,072,534 |
net_rshares | 0 |

author | gomdory |
---|---|
permlink | re-two-small-yet-mighty-information-that-can-be-powered-by-hivemind-followers-sp-rep-and-replog10-20190128t003447 |
category | utopian-io |
json_metadata | "" |
created | 2019-01-28 00:34:48 |
last_update | 2019-01-28 00:34:48 |
depth | 1 |
children | 0 |
last_payout | 2019-02-04 00:34: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 | 78 |
author_reputation | 38,104,394,235,725 |
root_title | "Two small yet mighty information that can be powered by Hivemind - followers' SP / rep & rep_log10" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,036,126 |
net_rshares | 0 |
Hello, @blockchainstudio. This is another wonderful idea contribution and I am going to staff pick it. Well done! I appreciate the effort you put into explaining the technical aspect and the point of benefits which you have provided. This is indeed a well thought-out idea contribution. One thing I would like to suggest is that you should consider creating an issue on the GitHub repository for your idea contribution. If you already created one, you could as well reference it on your utopian post. It may sound trivial but this would allow the PO or one of the project maintainers keep track of the issue easily. 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/7/2-1-2-1-1-1-1-2-). ---- Need help? Chat with us on [Discord](https://discord.gg/uTyJkNm). [[utopian-moderator]](https://join.utopian.io/)
author | knowledges |
---|---|
permlink | re-blockchainstudio-two-small-yet-mighty-information-that-can-be-powered-by-hivemind-followers-sp-rep-and-replog10-20190128t014157755z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["blockchainstudio"],"links":["https://join.utopian.io/guidelines","https://review.utopian.io/result/7/2-1-2-1-1-1-1-2-","https://discord.gg/uTyJkNm","https://join.utopian.io/"],"app":"steemit/0.1"} |
created | 2019-01-28 01:42:00 |
last_update | 2019-01-28 01:42:00 |
depth | 1 |
children | 2 |
last_payout | 2019-02-04 01:42:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 5.786 HBD |
curator_payout_value | 1.845 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,069 |
author_reputation | 98,021,227,622,369 |
root_title | "Two small yet mighty information that can be powered by Hivemind - followers' SP / rep & rep_log10" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,037,859 |
net_rshares | 15,402,582,425,672 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yuxi | 0 | 24,705,715,974 | 100% | ||
tykee | 0 | 38,708,989,155 | 100% | ||
espoem | 0 | 28,215,441,787 | 15% | ||
utopian-io | 0 | 15,052,010,412,460 | 10.85% | ||
lostmine27 | 0 | 18,663,612,585 | 100% | ||
amosbastian | 0 | 36,081,022,220 | 14.94% | ||
organicgardener | 0 | 4,867,146,367 | 25% | ||
reazuliqbal | 0 | 13,453,597,195 | 10% | ||
blockchainstudio | 0 | 33,418,940,743 | 100% | ||
mightypanda | 0 | 125,857,303,052 | 65% | ||
ulockblock | 0 | 12,801,978,237 | 4.96% | ||
fastandcurious | 0 | 2,561,014,558 | 60% | ||
linknotfound | 0 | 1,485,955,985 | 100% | ||
ascorphat | 0 | 2,131,707,960 | 2.5% | ||
monster-inc | 0 | 3,859,240,594 | 100% | ||
yff | 0 | 3,760,346,800 | 100% |
Hi @knowledges, thanks a lot for picking mine!! I really appreciate that. Unfortunately, steemdb is still down :( and that's why this proposal is important. Of course, I'll post this on the github too. Thanks again! ps. I've just posted this suggestion on Hivemind github: https://github.com/steemit/hivemind/issues/185 Thanks again!
author | blockchainstudio |
---|---|
permlink | re-knowledges-re-blockchainstudio-two-small-yet-mighty-information-that-can-be-powered-by-hivemind-followers-sp-rep-and-replog10-20190128t160331145z |
category | utopian-io |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io"],"users":["knowledges"],"links":["/@knowledges","https://github.com/steemit/hivemind/issues/185"],"image":[]} |
created | 2019-01-28 16:01:18 |
last_update | 2019-01-28 16:23:21 |
depth | 2 |
children | 0 |
last_payout | 2019-02-04 16:01: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 | 334 |
author_reputation | 178,988,499,015,921 |
root_title | "Two small yet mighty information that can be powered by Hivemind - followers' SP / rep & rep_log10" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,067,465 |
net_rshares | 8,718,378,659 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
knowledges | 0 | 8,718,378,659 | 100% |
Thank you for your review, @knowledges! Keep up the good work!
author | utopian-io |
---|---|
permlink | re-re-blockchainstudio-two-small-yet-mighty-information-that-can-be-powered-by-hivemind-followers-sp-rep-and-replog10-20190128t014157755z-20190130t083307z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.17"}" |
created | 2019-01-30 08:33:09 |
last_update | 2019-01-30 08:33:09 |
depth | 2 |
children | 0 |
last_payout | 2019-02-06 08:33:09 |
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 | 62 |
author_reputation | 152,955,367,999,756 |
root_title | "Two small yet mighty information that can be powered by Hivemind - followers' SP / rep & rep_log10" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,152,122 |
net_rshares | 0 |
#### Hi @blockchainstudio! 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-two-small-yet-mighty-information-that-can-be-powered-by-hivemind-followers-sp-rep-and-replog10-20190128t025238z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.17"}" |
created | 2019-01-28 02:52:39 |
last_update | 2019-01-28 02:52:39 |
depth | 1 |
children | 0 |
last_payout | 2019-02-04 02:52: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 | 295 |
author_reputation | 23,214,230,978,060 |
root_title | "Two small yet mighty information that can be powered by Hivemind - followers' SP / rep & rep_log10" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,039,782 |
net_rshares | 0 |
@blockchainstudio, thank you for supporting @steemitboard as a witness. [](http://steemitboard.com/@blockchainstudio) Here is a small present to show our gratitude <sub>_Click on the badge to view your Board of Honor._</sub> Once again, thanks for your support!
author | steemitboard |
---|---|
permlink | steemitboard-notify-blockchainstudio-20190128t020055000z |
category | utopian-io |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2019-01-28 02:00:54 |
last_update | 2019-01-28 02:00:54 |
depth | 1 |
children | 0 |
last_payout | 2019-02-04 02:00:54 |
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 | 354 |
author_reputation | 38,975,615,169,260 |
root_title | "Two small yet mighty information that can be powered by Hivemind - followers' SP / rep & rep_log10" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,038,307 |
net_rshares | 0 |
Hey, @blockchainstudio! **Thanks for contributing on Utopian**. Congratulations! Your contribution was Staff Picked to receive a maximum vote for the ideas category on Utopian for being of significant value to the project and the open source community. 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-two-small-yet-mighty-information-that-can-be-powered-by-hivemind-followers-sp-rep-and-replog10-20190128t131036z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.17"}" |
created | 2019-01-28 13:10:39 |
last_update | 2019-01-28 13:10:39 |
depth | 1 |
children | 0 |
last_payout | 2019-02-04 13:10: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 | 788 |
author_reputation | 152,955,367,999,756 |
root_title | "Two small yet mighty information that can be powered by Hivemind - followers' SP / rep & rep_log10" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,058,729 |
net_rshares | 0 |