https://i.imgur.com/XFxR7wG.jpg Today’s @steemitblog post is brought to you by the Steemit Applications team. In this post, we highlight some of the projects we’ve been working on over the past few weeks. <h1>Hivemind 1.0 and Communities</h1> In @roadscape’s last [Communities/Hivemind](https://steemit.com/steem/@steemitblog/update-communities-hivemind) post, he explained how the first phase of development for hivemind / communities is to complete `Hivemind 1.0 (Core)`. Hive 1.0 contains a minimum viable product (MVP) API to replicate all the relevant pieces of `get_state` and `get_discussions_*` needed to support condenser. While this phase is uneventful with respect to user interfaces, it’s crucial to get steemit.com running on hive so it can be tested for load, reliability, and compatibility. We are excited to announce that hive 1.0 has been completed and is live in production! Condenser has been updated to start using the hive APIs and is currently undergoing testing against hive’s `condenser_api` implementation. The current focus is on compatibility and stability. As soon as we confirm everything looks good and address any unexpected issues that come up, it will be time to start the fun part - `Hivemind 1.5`! We know that it has taken much longer than everyone has expected for us to get to this point. Development has taken much longer than originally planned because we made the decision early on that we should build communities **for Steem** and not exclusively steemit.com. In other words, we wanted to build a Communities layer that **every** Steem developer could leverage. This would create a unifying layer that would enable the Communities you see on one Steem application to be the very same Communities you see when you visit other DApps powered by Steem. While this decision added a lot of time to the development cycle, we feel that the value that this new software will add for developers will make it well worth the wait! Even this new application layer (hive 1.0) will benefit developers by allowing them to write applications that use Steem blockchain data without them needing to run a full node. This will greatly expand the ability of third-party developers to (cost-effectively) build exciting new applications on Steem. <h1>Improving Sign-ups</h1> Improving the sign-up process continues to be a top priority for the team. We recently added a sign-up tracking system so that we can monitor how many users make it through each phase of the sign-up process. This data will give us much better insight into which parts of the sign-up process are causing the most issues for users. The tracking system logs all of the steps that each user completes, from the very first step (landing on the sign-up page) to the very last (confirming their password and activating their account): https://steemitimages.com/DQmaKoNYp4EBVtJBJ1D1QpSjQueSaRsgXXwBH2B3Gy3G3fX/image.png <h1>Better Image Hosting</h1> The [imagehoster](https://github.com/steemit/imagehoster) application is what we use to upload and store images that users share via steemit.com. We recently did a major refactor / rewrite of the imagehoster code, which has allowed us to improve image load speeds. Users outside of America should notice the most significant improvement. Another big improvement we made with the rewrite was to make it “storage agnostic,” which means we can transition storage providers at will, or put all the images on IPFS. This gives us maximum flexibility to shop around for new providers that meet our needs for image hosting as the platform continues to scale. This also allows third-party developers to use our open-source software without being constrained to use the same provider that we do. Lastly, the rewrite lays the foundation for some fun new features like [GitHub issue 60](https://github.com/steemit/imagehoster/issues/60), which will allow image resizing to be done via condenser / steemit.com. <h1>Improving Developer Tools</h1> <h2>Steem Python</h2> [Steem-python](https://github.com/steemit/steem-python) is a library used by application developers to interface with the Steem blockchain. We made several updates to the library that will improve the experience for developers using the library: GitHub issues [169](https://github.com/steemit/steem-python/issues/169), [170](https://github.com/steemit/steem-python/issues/170), and [226](https://github.com/steemit/steem-python/issues/226). <h2>Jussi</h2> Jussi is a critical piece of software for the Steem development stack. It is a “reverse proxy” service, which allows us and developers to map various API calls to different Steem blockchain servers to optimally distribute the load. It's a really important component for keeping the quality of Steem-related services high. It's especially useful for developers and node operators. We have done a lot of work improving this application to be a more effective tool for developers looking to integrate with Steem: - Improved error handling for when errors are caught (GitHub issue [158](https://github.com/steemit/jussi/issues/158)). - Improved logging (GitHub issues [151](https://github.com/steemit/jussi/issues/151), [152](https://github.com/steemit/jussi/issues/152), and [153](https://github.com/steemit/jussi/issues/153)). - Update the caching behavior for irreversible blocks (GitHub issue [159](https://github.com/steemit/jussi/issues/159)). - Optimize processing for non-cacheable requests (GitHub issues [167](https://github.com/steemit/jussi/issues/167) and [168](https://github.com/steemit/jussi/issues/168)). - Provide a default configuration so a developer can run jussi locally (GitHub issue [143](https://github.com/steemit/jussi/issues/143)). - Miscellaneous (highly technical) updates (GitHub issues [119](https://github.com/steemit/jussi/issues/119) and [164](https://github.com/steemit/jussi/issues/164)). <h1>Condenser (steemit.com) Updates</h1> - We recently added additional [performance monitoring and refactoring](https://github.com/steemit/condenser/pull/2814) to help speed up steemit.com. - To keep everyone safe, there are [new warnings](https://github.com/steemit/condenser/issues/2735) for URLs within people's profiles which alert users to suspected phishing attempts. - As discussed in [this post](https://steemit.com/steemit/@steemitblog/updated-steemit-com-terms-of-service-and-privacy-policy), we added a new prompt for users to read and explicitly accept Steemit's Terms of Service and Privacy Policy. - A new [tooltip component](https://github.com/steemit/condenser/issues/2540) was created to be used for providing contextual help. With this new component, we will be able to add tooltips to areas of the website that need additional clarification to help improve the user experience. https://cdn.steemitimages.com/DQmWb879orTSEqGBna3YKkza3xUeSNqrSVz3gft7XH43FMQ/image.png - We [fixed the drop-downs](https://github.com/steemit/condenser/issues/2253) so that they’re colored correctly when switching to night mode. - We removed the three-day averaging of estimated Steem account value in the wallet view. The estimated USD value in the wallet should now be more accurate, as it reflects the [current prices](https://github.com/steemit/condenser/issues/2205). - We made minor [updates to the FAQ](https://github.com/steemit/condenser/issues/2799) section around Steem Power and Powering Up. - We updated the [witness voting page](https://github.com/steemit/condenser/pull/2828) to distinguish between active and disabled witnesses. <h1>Steemit is Hiring</h1> As many of you have already heard, Steemit is hiring. If you’re a talented software engineer who loves the challenges of building cutting-edge DApps for cryptocurrency (and especially for Steem), then we want to hire you. More information can be found in this [recent post](https://steemit.com/gathering/@ned/steemit-is-hiring) or on our jobs site: https://jobs.lever.co/steemit. Thanks for reading! _Steemit Applications Team_
author | steemitblog |
---|---|
permlink | applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com |
category | steemit |
json_metadata | {"tags":["steemit","steem","steemdev","hivemind","condenser"],"users":["steemitblog","roadscape"],"image":["https://i.imgur.com/XFxR7wG.jpg","https://steemitimages.com/DQmaKoNYp4EBVtJBJ1D1QpSjQueSaRsgXXwBH2B3Gy3G3fX/image.png","https://cdn.steemitimages.com/DQmWb879orTSEqGBna3YKkza3xUeSNqrSVz3gft7XH43FMQ/image.png"],"links":["https://steemit.com/steem/@steemitblog/update-communities-hivemind","https://github.com/steemit/imagehoster","https://github.com/steemit/imagehoster/issues/60","https://github.com/steemit/steem-python","https://github.com/steemit/steem-python/issues/169","https://github.com/steemit/steem-python/issues/170","https://github.com/steemit/steem-python/issues/226","https://github.com/steemit/jussi/issues/158","https://github.com/steemit/jussi/issues/151","https://github.com/steemit/jussi/issues/152","https://github.com/steemit/jussi/issues/153","https://github.com/steemit/jussi/issues/159","https://github.com/steemit/jussi/issues/167","https://github.com/steemit/jussi/issues/168","https://github.com/steemit/jussi/issues/143","https://github.com/steemit/jussi/issues/119","https://github.com/steemit/jussi/issues/164","https://github.com/steemit/condenser/pull/2814","https://github.com/steemit/condenser/issues/2735","https://steemit.com/steemit/@steemitblog/updated-steemit-com-terms-of-service-and-privacy-policy","https://github.com/steemit/condenser/issues/2540","https://github.com/steemit/condenser/issues/2253","https://github.com/steemit/condenser/issues/2205","https://github.com/steemit/condenser/issues/2799","https://github.com/steemit/condenser/pull/2828","https://steemit.com/gathering/@ned/steemit-is-hiring","https://jobs.lever.co/steemit"],"app":"steemit/0.1","format":"markdown"} |
created | 2018-06-22 18:11:33 |
last_update | 2018-06-22 18:11:33 |
depth | 0 |
children | 86 |
last_payout | 2018-06-29 18:11: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 | 7,999 |
author_reputation | 332,472,558,821,177 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 0.000 HBD |
percent_hbd | 10,000 |
post_id | 61,805,747 |
net_rshares | 256,525,015,211,687 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
analisa | 0 | 49,235,316,953 | 1% | ||
blocktrades | 0 | 63,057,517,700,884 | 100% | ||
val-a | 0 | 39,329,936,147,162 | 90% | ||
ned | 0 | 76,796,669,196,568 | 100% | ||
try3 | 0 | 291,640,960,622 | 84% | ||
bue | 0 | 14,122,151,799 | 100% | ||
lovejoy | 0 | 9,181,155,520 | 100% | ||
donkeypong | 0 | 170,648,790,306 | 1% | ||
carlos-cabeza | 0 | 6,459,432,666 | 100% | ||
oaldamster | 0 | 381,110,866 | 1% | ||
kevinwong | 0 | 1,306,081,203,233 | 20% | ||
murh | 0 | 5,848,506,436 | 100% | ||
gniewomir-sotel | 0 | 3,860,630,367 | 100% | ||
the-alien | 0 | 32,228,500,162 | 100% | ||
tobixen | 0 | 345,307,344,585 | 100% | ||
knopki | 0 | 181,090,579 | 100% | ||
spiral | 0 | 1,056,185,619 | 100% | ||
artem-sokoloff | 0 | 204,330,128 | 1% | ||
good-karma | 0 | 104,410,542,089 | 1% | ||
roelandp | 0 | 2,316,141,710,169 | 100% | ||
mrwang | 0 | 546,888,915 | 10% | ||
vortac | 0 | 3,738,710,424,138 | 100% | ||
thelindvall | 0 | 19,925,203,531 | 100% | ||
inertia | 0 | 2,190,109,211,400 | 100% | ||
dimon14 | 0 | 26,513,321,584 | 87% | ||
geronimo | 0 | 120,447,467,372 | 100% | ||
james212 | 0 | 431,536,133 | 100% | ||
rfresh | 0 | 5,791,588,009 | 100% | ||
arconite | 0 | 6,036,282,158 | 10% | ||
alsprinting | 0 | 7,391,464,890 | 50% | ||
remlaps | 0 | 541,563,171 | 5% | ||
fabien | 0 | 1,767,954,586,604 | 100% | ||
timcliff | 0 | 604,464,350,910 | 82% | ||
bryan-imhoff | 0 | 90,389,960,208 | 50% | ||
gammagooblin | 0 | 32,391,055,022 | 100% | ||
steevc | 0 | 40,314,195,326 | 16% | ||
steemitpatina | 0 | 22,306,958,951 | 80% | ||
etcmike | 0 | 200,717,308,402 | 100% | ||
notconvinced | 0 | -3,240,078,684 | -100% | ||
nadin3 | 0 | 28,810,361,995 | 100% | ||
leunghakkwun | 0 | 192,951,291 | 100% | ||
largelyuseless | 0 | 4,866,577,683 | 100% | ||
dylanhobalart | 0 | 3,903,983,111 | 18% | ||
siniceku | 0 | 53,145,516 | 100% | ||
ganjagirls | 0 | 1,758,067,930 | 100% | ||
barton26 | 0 | 9,484,580,693 | 100% | ||
thejohalfiles | 0 | 41,045,064,128,597 | 100% | ||
hansikhouse | 0 | 18,312,388,894 | 50% | ||
voronoi | 0 | 22,936,017,145 | 100% | ||
edb | 0 | 5,574,884,257 | 20% | ||
doodleman | 0 | 3,564,978,590 | 50% | ||
orelmely | 0 | 3,168,402,670 | 50% | ||
baohonda | 0 | 485,758,288 | 100% | ||
v4vapid | 0 | 3,544,912,383,595 | 25% | ||
personz | 0 | 14,408,639,196 | 100% | ||
enigma84 | 0 | 12,747,311,748 | 100% | ||
sporadic | 0 | 92,567,704 | 16% | ||
da-dawn | 0 | 3,138,635,650 | 100% | ||
hightouch | 0 | 65,735,659,585 | 100% | ||
heriafriadiaka | 0 | 1,327,582,544 | 100% | ||
dhien-jb | 0 | 91,749,783 | 50% | ||
ackza | 0 | 4,106,291,411 | 1% | ||
frieswiththat | 0 | 476,965,977 | 15% | ||
fityan | 0 | 52,391,383 | 100% | ||
freebornsociety | 0 | 434,261,607 | 1% | ||
erb | 0 | 34,580,885,643 | 100% | ||
michael-fagundes | 0 | 56,113,800,367 | 100% | ||
bendany | 0 | 112,770,218 | 10% | ||
instantcoin | 0 | 259,402,634 | 100% | ||
irreverent-dan | 0 | 20,001,231,679 | 31% | ||
ylgv | 0 | 1,134,021,062 | 30% | ||
dbzfan4awhile | 0 | 1,324,510,856 | 15% | ||
steemchiller | 0 | 138,946,538,681 | 100% | ||
cryptastic | 0 | 2,672,522,231 | 10% | ||
luvabi | 0 | 4,311,849,683 | 50% | ||
kennyroy | 0 | 3,805,220,921 | 25% | ||
mrviquez | 0 | 134,659,863,880 | 100% | ||
sekhmet | 0 | 113,025,064,652 | 100% | ||
jakipatryk | 0 | 58,513,195,709 | 100% | ||
diogogomes | 0 | 380,856,385 | 70% | ||
coquiunlimited | 0 | 1,533,307,763 | 12% | ||
jeanpi1908 | 0 | 7,845,870,730 | 18% | ||
enjar | 0 | 6,197,191,314 | 22% | ||
xtetrahedron | 0 | 4,136,500,364 | 100% | ||
ekan | 0 | 758,525,063 | 100% | ||
boyelleq | 0 | 6,085,609,527 | 100% | ||
orcheva | 0 | 15,207,995,029 | 100% | ||
carrotcake | 0 | 14,457,515,756 | 20% | ||
klynic | 0 | 1,519,685,859 | 20% | ||
sndbox | 0 | 12,253,346,492,880 | 100% | ||
grow-pro | 0 | 10,301,589,097 | 100% | ||
arsimjonuzi | 0 | 611,173,729 | 100% | ||
sarao | 0 | 591,792,303 | 100% | ||
gelatofresco | 0 | 10,332,569,643 | 100% | ||
vikisecrets | 0 | 94,047,136,992 | 30% | ||
leotrap | 0 | 26,497,304,433 | 50% | ||
tanyaschutte | 0 | 971,033,090 | 15% | ||
plainoldme | 0 | 1,114,699,376 | 100% | ||
koltregaskes | 0 | 590,132,613 | 100% | ||
bleyker | 0 | 444,304,191 | 100% | ||
darmawan | 0 | 183,408,462 | 30% | ||
gray00 | 0 | 2,461,090,566 | 100% | ||
bhim | 0 | 73,113,036 | 50% | ||
biplob12 | 0 | 246,692,745 | 50% | ||
dayoung | 0 | 13,864,833,432 | 50% | ||
dakeshi | 0 | 2,623,798,283 | 50% | ||
salim001 | 0 | 250,243,926 | 100% | ||
nurhayati | 0 | 784,820,554 | 10% | ||
eastmael | 0 | 2,352,102,689 | 10% | ||
magnat | 0 | 26,708,988,218 | 25% | ||
toothless | 0 | 91,686,503 | 16% | ||
moemyint | 0 | 676,205,474 | 100% | ||
playitforward | 0 | 23,291,713,128 | 30% | ||
yabapmatt | 0 | 1,091,666,955,972 | 100% | ||
micaldaviddin | 0 | 693,466,398 | 100% | ||
mrblinddraw | 0 | 6,120,971,248 | 40% | ||
animagic | 0 | 1,295,805,672 | 100% | ||
imamalkimas | 0 | 1,247,749,141 | 50% | ||
synergy-now | 0 | 22,960,365,025 | 100% | ||
nor1 | 0 | 0 | 0% | ||
silverkingsize | 0 | 457,212,005 | 100% | ||
boytaufik | 0 | 536,189,597 | 100% | ||
jrawsthorne | 0 | 9,981,776,943 | 100% | ||
ankapolo | 0 | 12,418,625,713 | 70% | ||
bobdos | 0 | 1,970,549,104 | 5% | ||
jitesh | 0 | 0 | 0% | ||
imaginedragon | 0 | 1,514,253,219 | 25% | ||
shyshy | 0 | 664,482,043 | 100% | ||
kansa | 0 | 664,471,203 | 100% | ||
simarlar | 0 | 664,560,625 | 100% | ||
parpar | 0 | 664,459,697 | 100% | ||
monewar | 0 | 662,581,454 | 100% | ||
sharnsharn | 0 | 664,250,081 | 100% | ||
poungpoung | 0 | 664,387,183 | 100% | ||
aiteran | 0 | 470,594,961 | 100% | ||
davidsmith1 | 0 | 664,473,345 | 100% | ||
afrin12 | 0 | 217,086,653 | 50% | ||
shaungyan | 0 | 664,482,045 | 100% | ||
sayed53 | 0 | 238,215,987 | 50% | ||
mejustandrew | 0 | 28,190,954,429 | 100% | ||
somijutt | 0 | 365,593,679 | 100% | ||
lundgreenman | 0 | 243,722,548 | 100% | ||
berkaytekinsen | 0 | 1,852,334,548 | 100% | ||
smitop | 0 | 515,478,840 | 100% | ||
amaiman | 0 | 1,792,558,768 | 100% | ||
jeffbernst | 0 | 12,558,954,809 | 50% | ||
naideth | 0 | 176,456,881 | 20% | ||
curazao | 0 | 121,513,105 | 100% | ||
caesar2341 | 0 | 67,214,335 | 15% | ||
coindzs | 0 | 155,713,199 | 100% | ||
rantar | 0 | 24,186,505,831 | 100% | ||
sagor5828 | 0 | 324,610,511 | 50% | ||
flashfiction | 0 | 676,730,380 | 100% | ||
ionutciobanu | 0 | 2,370,934,215 | 16% | ||
nellita66 | 0 | 182,112,467 | 50% | ||
gordon92 | 0 | 735,314,388 | 10% | ||
rezawijaya | 0 | 268,089,118 | 100% | ||
camillius | 0 | 293,241,299 | 50% | ||
bobsthinking | 0 | 2,389,466,683 | 100% | ||
imnotasenuelo | 0 | 304,762,424 | 50% | ||
boggan | 0 | 276,015,393 | 52% | ||
talivet | 0 | 425,455,856 | 50% | ||
deejee | 0 | 305,380,661 | 50% | ||
pearly | 0 | 64,723,381 | 12.5% | ||
bennyclaudiu | 0 | 102,896,496 | 16% | ||
tazysnow | 0 | 2,816,509,625 | 100% | ||
michealkey | 0 | 228,086,256 | 50% | ||
topyo7777 | 0 | 63,743,294 | 29% | ||
aboutlife2017 | 0 | 88,337,638 | 16% | ||
debruyne844 | 0 | 305,651,468 | 50% | ||
shahabshah | 0 | 85,170,194 | 50% | ||
asonintrigue | 0 | 88,774,766 | 5% | ||
frankremmy | 0 | 328,047,142 | 15% | ||
i5heu | 0 | 584,842,371 | 100% | ||
fmbs25 | 0 | 163,797,460 | 10% | ||
tailslide | 0 | 223,013,967 | 50% | ||
beladro | 0 | 1,028,580,603 | 50% | ||
aimei | 0 | 304,845,828 | 50% | ||
antigenx | 0 | 2,603,492,697 | 40% | ||
saulos | 0 | 104,186,909 | 100% | ||
viajeradelrio | 0 | 231,542,663 | 50% | ||
eightbitfiction | 0 | 263,596,405 | 50% | ||
mbadayee | 0 | 2,156,966,146 | 50% | ||
loloking | 0 | 598,182,590 | 100% | ||
killercobra | 0 | 91,674,601 | 15% | ||
kilianparadise | 0 | 804,684,855 | 100% | ||
maxocoin | 0 | 794,167,881 | 100% | ||
aronexxon | 0 | 91,486,669 | 50% | ||
phoethar01 | 0 | 663,571,216 | 100% | ||
nycex | 0 | 543,988,277 | 100% | ||
pojgaerlan | 0 | 441,365,139 | 100% | ||
soydandan | 0 | 183,016,384 | 30% | ||
pejugold | 0 | 63,970,405 | 50% | ||
anam01 | 0 | 73,185,798 | 50% | ||
dawa | 0 | 157,290,192 | 50% | ||
saidqautsar | 0 | 259,017,300 | 50% | ||
norinke | 0 | 561,559,166 | 100% | ||
livelifelong | 0 | 280,308,258 | 100% | ||
dnaingkhan | 0 | 598,908,190 | 100% | ||
dedesuryani | 0 | 139,656,385 | 50% | ||
richblock | 0 | 589,026,734 | 100% | ||
karupanocitizen | 0 | 484,401,138 | 100% | ||
anak123 | 0 | 460,611,942 | 50% | ||
raja-faizan | 0 | 0 | 0% | ||
thevote | 0 | 4,419,458,900,406 | 100% | ||
virgo27 | 0 | 532,050,658 | 50% | ||
bit6in | 0 | 290,340,595 | 50% | ||
murhadi9 | 0 | 354,778,233 | 50% | ||
etorid | 0 | 585,606,831 | 100% | ||
wolfhart | 0 | 1,530,028,645 | 5% | ||
mac128k | 0 | 12,281,127,001 | 100% | ||
gadrian | 0 | 20,442,159,527 | 100% | ||
laimarkan | 0 | 665,892,003 | 100% | ||
thihan | 0 | 664,363,805 | 100% | ||
salanlan | 0 | 664,611,784 | 100% | ||
nachica | 0 | 162,477,214 | 35% | ||
poochone | 0 | 363,580,812 | 100% | ||
cryptomitra | 0 | 287,722,166 | 50% | ||
steem-factuals | 0 | 219,329,327 | 50% | ||
ballpin | 0 | 662,581,452 | 100% | ||
chanhon | 0 | 664,970,522 | 100% | ||
alexmalone | 0 | 111,716,943 | 20% | ||
deathcloud | 0 | 660,191,170 | 100% | ||
ainede | 0 | 663,170,505 | 100% | ||
lauramarielis | 0 | 467,283,859 | 100% | ||
blockmountain | 0 | 464,501,950 | 50% | ||
riandifc | 0 | 216,426,268 | 50% | ||
cryptoking7 | 0 | 64,188,604 | 10.4% | ||
fadmer | 0 | 664,724,708 | 100% | ||
wr212 | 0 | 216,280,894 | 50% | ||
salynn | 0 | 664,955,958 | 100% | ||
keybordjp | 0 | 119,003,112 | 20% | ||
recordpool | 0 | 1,137,924,076 | 10% | ||
bengeudens | 0 | 216,688,591 | 50% | ||
prosperousrex | 0 | 131,345,728 | 30% | ||
sigmund | 0 | 646,472,300 | 50% | ||
bajarang | 0 | 0 | 0% | ||
coinsity | 0 | 2,138,940,754 | 100% | ||
javicuesta | 0 | 1,330,313,874 | 50% | ||
steemkinderkanal | 0 | 86,078,471 | 100% | ||
ercu | 0 | 102,368,577,822 | 100% | ||
flag-haejin | 0 | 63,992,323 | 50% | ||
haejin-sucks | 0 | 152,976,388 | 50% | ||
kataindah | 0 | 217,060,616 | 50% | ||
jcharles | 0 | 493,567,351 | 100% | ||
kabil | 0 | 577,087,592 | 100% | ||
deltakm | 0 | 597,026,516 | 100% | ||
aksapphires | 0 | 225,453,062 | 50% | ||
soehtike | 0 | 481,198,296 | 100% | ||
angelluis | 0 | 410,389,259 | 100% | ||
rsmartt777 | 0 | 109,778,698 | 100% | ||
wave.beads | 0 | 309,371,631 | 100% | ||
siomara-2018 | 0 | 134,469,275 | 50% | ||
cooepreneurss | 0 | 567,183,550 | 100% | ||
ga10 | 0 | 593,577,814 | 100% | ||
steemit-uruguay | 0 | 439,598,234 | 100% | ||
cryptonoticias | 0 | 24,372,745,981 | 100% | ||
anikbiswas | 0 | 507,920,309 | 100% | ||
gregoryarts | 0 | 997,263,524 | 100% | ||
dotman-art | 0 | 303,651,342 | 50% | ||
dlayshan | 0 | 667,157,651 | 100% | ||
stater | 0 | 667,157,648 | 100% | ||
tharshan | 0 | 664,999,894 | 100% | ||
galannar | 0 | 665,040,597 | 100% | ||
engmi | 0 | 5,277,298,857 | 50% | ||
alexfishman | 0 | 565,972,578 | 100% | ||
msjito | 0 | 611,844,000 | 100% | ||
evilsign | 0 | 492,475,182 | 100% | ||
josegaldame | 0 | 286,352,798 | 100% | ||
hhtb | 0 | 94,926,577 | 10% | ||
thehitcher | 0 | 584,998,710 | 100% | ||
polash66129 | 0 | 217,201,674 | 50% | ||
glanter22 | 0 | 532,790,797 | 100% | ||
ntamntam | 0 | 528,225,615 | 100% | ||
calicabre | 0 | 531,357,490 | 100% | ||
moelout | 0 | 531,463,231 | 100% | ||
zabatar | 0 | 529,668,585 | 100% | ||
konlon | 0 | 531,626,417 | 100% | ||
atalgyi | 0 | 532,439,496 | 100% | ||
sirwayneweezy | 0 | 305,172,440 | 50% | ||
winewinelal | 0 | 531,509,169 | 100% | ||
pinkyangel | 0 | 216,996,722 | 50% | ||
francoissagat | 0 | 268,094,798 | 100% | ||
measureable | 0 | 526,720,815 | 100% | ||
andi9999 | 0 | 216,330,973 | 50% | ||
jolcritos | 0 | 354,655,046 | 100% | ||
wgustaman | 0 | 1,090,732,551 | 50% | ||
roman86 | 0 | 530,379,613 | 100% | ||
andylsyahputra | 0 | 298,523,556 | 50% | ||
wai1 | 0 | 666,196,986 | 100% | ||
collect1 | 0 | 666,510,420 | 100% | ||
ddmouse | 0 | 666,510,417 | 100% | ||
shorelee | 0 | 666,795,351 | 100% | ||
payi | 0 | 666,507,457 | 100% | ||
andtal | 0 | 666,507,454 | 100% | ||
beelin | 0 | 610,578,630 | 100% | ||
land1 | 0 | 610,578,630 | 100% | ||
matpetar | 0 | 610,555,584 | 100% | ||
dvice | 0 | 610,552,612 | 100% | ||
jidgabol | 0 | 115,819,161 | 100% | ||
sakil99 | 0 | 70,207,955 | 16% | ||
crypto34 | 0 | 461,023,045 | 100% | ||
agristeem | 0 | 85,306,128 | 100% | ||
hmtsyhn | 0 | 409,007,717 | 100% | ||
dombusiness | 0 | 3,381,765,882 | 16% | ||
szip | 0 | 564,630,562 | 100% | ||
dondimaric | 0 | 387,643,584 | 100% | ||
unityph | 0 | 229,030,037 | 50% | ||
mr-rudro | 0 | 600,234,162 | 100% | ||
dezmond | 0 | 0 | 0% | ||
appicsvn | 0 | 597,750,570 | 100% | ||
thewaraywanderer | 0 | 0 | 0% | ||
lolzyblizz | 0 | 304,872,672 | 100% | ||
javiermurillo | 0 | 161,582,516 | 100% | ||
kiikoh | 0 | 133,977,804 | 100% | ||
naksreview | 0 | 542,669,831 | 100% | ||
msicc | 0 | 638,864,951 | 100% | ||
dion66 | 0 | 0 | 100% | ||
daniels23 | 0 | 588,386,605 | 100% | ||
iksik | 0 | 347,542,476 | 100% | ||
arkmy | 0 | 600,774,546 | 100% | ||
kora.chantal | 0 | 146,332,858 | 100% | ||
porson | 0 | 588,104,895 | 100% | ||
marekest | 0 | 499,903,684 | 100% | ||
aurielthehopeful | 0 | 509,042,502 | 100% | ||
shivalfashion | 0 | 67,044,850 | 100% | ||
n44 | 0 | 481,406,079 | 100% | ||
srnetworker | 0 | 85,920,705 | 100% | ||
juanbaro | 0 | 78,578,102 | 100% | ||
aminul73 | 0 | 298,549,015 | 100% | ||
bhaskark2k18 | 0 | 603,190,868 | 100% | ||
vishal121 | 0 | 551,401,753 | 100% | ||
emreu | 0 | 322,920,363 | 56% | ||
shmazsheikh | 0 | 356,430,967 | 100% | ||
bhaveshsavani | 0 | -240,667,063 | -100% | ||
freaddeleo | 0 | 377,755,897 | 100% | ||
kunal123 | 0 | 362,523,804 | 100% | ||
pawan262 | 0 | 389,941,571 | 100% | ||
nitin22 | 0 | 490,473,382 | 100% | ||
motivator7 | 0 | 112,717,485 | 100% | ||
funnyknock | 0 | 481,654,535 | 100% | ||
sahulinkan7 | 0 | 252,852,737 | 100% | ||
rizwanbhai | 0 | 109,671,066 | 100% | ||
easybuck | 0 | 456,959,647 | 100% | ||
sherbahadur | 0 | 566,629,962 | 100% | ||
delanyonyo | 0 | 600,140,336 | 100% | ||
subhashdhaka | 0 | 551,397,974 | 100% | ||
spread-knowledge | 0 | 0 | 0% | ||
kuromauro1 | 0 | 441,724,595 | 100% | ||
kakiom4 | 0 | 149,272,449 | 100% | ||
tiagoferezin | 0 | 204,107,226 | 100% | ||
basant111 | 0 | 502,652,125 | 100% | ||
alisha121 | 0 | 358,359,860 | 100% | ||
paulokoduwa | 0 | 596,236,652 | 100% | ||
ieatass | 0 | 605,504,577 | 100% | ||
marketdeal24 | 0 | 481,324,474 | 100% | ||
anasanxari | 0 | 549,897,005 | 100% | ||
mostwgrecu | 0 | 559,164,931 | 100% | ||
abdullah786 | 0 | 508,738,780 | 100% | ||
guillermo18 | 0 | 537,539,758 | 100% | ||
ecodelink | 0 | 110,277,622 | 100% | ||
aztkdevzla | 0 | 533,106,558 | 100% | ||
steemankit | 0 | 537,539,730 | 100% | ||
josevicente | 0 | 596,236,594 | 100% | ||
rickcou | 0 | 583,879,354 | 100% | ||
skcsmc | 0 | 539,193,295 | 100% | ||
gaurav3467 | 0 | 617,861,705 | 100% | ||
sardarikram | 0 | 523,958,979 | 100% | ||
drkumar | 0 | 528,271,754 | 100% | ||
chubiecordero | 0 | 459,984,718 | 100% | ||
aprendeemprender | 0 | 420,376,949 | 100% | ||
faujiarifin | 0 | 140,122,541 | 100% | ||
starlord092 | 0 | 617,861,501 | 100% | ||
aniatravels | 0 | 82,243,352 | 100% | ||
totan86826 | 0 | 0 | 100% | ||
elescritorpoeta | 0 | 0 | 100% |
>Lastly, the rewrite lays the foundation for some fun new features like GitHub issue 60, which will allow image resizing to be done via condenser / steemit.com. Awesome!! This is one of the biggest reasons why I use Reddit Enhancement Suite. Thanks for the update and great job to the team and @roadscape for all the work he's put into hivemind. It's great to know the reasons why the development has taken longer than anticipated, thanks for the continuous communication! Good things come to those who wait. :)
author | acidyo |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t183058603z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["roadscape"],"app":"steemit/0.1"} |
created | 2018-06-22 18:31:00 |
last_update | 2018-06-22 18:31:00 |
depth | 1 |
children | 1 |
last_payout | 2018-06-29 18:31:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.862 HBD |
curator_payout_value | 0.228 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 513 |
author_reputation | 3,367,858,338,393,081 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,807,822 |
net_rshares | 550,861,760,506 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
bbrewer | 0 | 61,456,643,323 | 100% | ||
timcliff | 0 | 65,837,803,568 | 9% | ||
v4vapid | 0 | 161,132,381,072 | 1% | ||
tarazkp | 0 | 39,725,419,625 | 5% | ||
markkujantunen | 0 | 6,719,951,899 | 8% | ||
surfyogi | 0 | 182,442,347,194 | 9% | ||
lundgreenman | 0 | 235,192,259 | 100% | ||
acidzapps | 0 | 13,299,246,231 | 100% | ||
misomaniac | 0 | 3,607,197,606 | 15% | ||
blockchainyouth | 0 | 16,048,457,262 | 100% | ||
dondimaric | 0 | 357,120,467 | 100% |
Thanks for you patience and understanding!
author | andrarchy |
---|---|
permlink | re-acidyo-re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t183450003z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-22 18:34:48 |
last_update | 2018-06-22 18:34:48 |
depth | 2 |
children | 0 |
last_payout | 2018-06-29 18: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 | 42 |
author_reputation | 230,168,201,522,782 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 0.000 HBD |
percent_hbd | 10,000 |
post_id | 61,808,203 |
net_rshares | 0 |
Congratulations @steemitblog! Your post was mentioned in the [Steemit Hit Parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20180622) in the following category: * Pending payout - Ranked 9 with $ 438,41
author | arcange |
---|---|
permlink | re-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t180935000z |
category | steemit |
json_metadata | "" |
created | 2018-06-23 16:17:48 |
last_update | 2018-06-23 16:17:48 |
depth | 1 |
children | 0 |
last_payout | 2018-06-30 16:17: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 | 219 |
author_reputation | 1,148,272,393,466,181 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,930,642 |
net_rshares | 0 |
False positive removed
author | arcange |
---|---|
permlink | re-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t203613000z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-22 18:36:12 |
last_update | 2018-06-22 23:41:15 |
depth | 1 |
children | 4 |
last_payout | 2018-06-29 18: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 | 1,148,272,393,466,181 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,808,350 |
net_rshares | -116,040,852,712 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geronimo | 0 | -116,040,852,712 | -100% |
Pls you guys must edit my name out of this crappy bot. I have worked very hard for my reputation in this community. Dont ever term me a scam again! @arcange and @geronimo. This is a copy of my initial comment which you flagged. `These are very powerful updates! We expect to scale to the moon soon. Hiveminds and SMTs!👏👏👏💝💝 #SteemLover!`
author | nairadaddy |
---|---|
permlink | re-arcange-re-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t191524665z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["arcange","geronimo"],"app":"steemit/0.1"} |
created | 2018-06-22 19:16:33 |
last_update | 2018-06-22 19:19:00 |
depth | 2 |
children | 3 |
last_payout | 2018-06-29 19:16:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.861 HBD |
curator_payout_value | 0.947 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 339 |
author_reputation | 33,307,954,247,617 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,812,662 |
net_rshares | 1,924,088,373,045 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
surfyogi | 0 | 1,921,010,596,929 | 100% | ||
starlost | 0 | 2,459,914,298 | 100% | ||
syedtalhahussain | 0 | 617,861,818 | 100% |
As @guiltyparties wrote, it was a false-positive triggered by the hashtag. I will update my warning bot to avoid such issue. Please apologize for it being so touchy.
author | arcange |
---|---|
permlink | re-nairadaddy-re-arcange-re-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180623t070225479z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["guiltyparties"],"app":"steemit/0.1"} |
created | 2018-06-23 07:02:27 |
last_update | 2018-06-23 07:02:27 |
depth | 3 |
children | 1 |
last_payout | 2018-06-30 07:02:27 |
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 | 165 |
author_reputation | 1,148,272,393,466,181 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,873,469 |
net_rshares | 0 |
Its because of that hashtag. A phishing scammer was posting misleading comments using that term about a month ago and got a lot of victims. The bot is still looking for it I guess. It's not anything that you did, it's just that they picked that term to phish with.
author | guiltyparties |
---|---|
permlink | re-nairadaddy-re-arcange-re-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t222144414z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-22 22:20:57 |
last_update | 2018-06-22 22:20:57 |
depth | 3 |
children | 0 |
last_payout | 2018-06-29 22:20:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.028 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 266 |
author_reputation | 261,203,126,670,124 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,829,796 |
net_rshares | 19,016,513,204 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
arcange | 0 | 17,577,578,778 | 3% | ||
raphaelle | 0 | 1,438,934,426 | 3% |
Love the updates that's been communicated! Everything in the Steem Blockchain is mission critical so i understand that any update takes time and strenuous testings before it's been introduced. By the way, the image resize feature isn't a small deal. People are going to love it!! Have your team considered using https://jobs.cointelegraph.com/ to advertise your vacancies? Seem fitting to me that a blockchain company would use a blockchain focused platform to look for candidates.
author | awesomianist |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180625t110433423z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["https://jobs.cointelegraph.com/"],"app":"steemit/0.1"} |
created | 2018-06-25 11:04:33 |
last_update | 2018-06-25 11:04:33 |
depth | 1 |
children | 0 |
last_payout | 2018-07-02 11:04:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.062 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 485 |
author_reputation | 30,939,172,096,979 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 62,179,231 |
net_rshares | 29,727,906,122 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
awesomianist | 0 | 29,727,906,122 | 94% |
A helpful update. I was wondering if during the: > is currently undergoing testing against hive’s `condenser_api` is the reason that the wallet page now has a bottom page slider on chrome browser? None of the other pages have this, so just wondering, minor glitch? See image:  Thanks for keeping us informed.
author | bashadow |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t215907256z |
category | steemit |
json_metadata | {"tags":["steemit"],"image":["https://cdn.steemitimages.com/DQmegXQ4wPynDs4Qmnc7rWtaHvrdAMTMEPbBqFLWMkUvFyo/bottom%20page%20slider.png"],"app":"steemit/0.1"} |
created | 2018-06-22 21:58:57 |
last_update | 2018-06-22 21:58:57 |
depth | 1 |
children | 0 |
last_payout | 2018-06-29 21:58: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 | 441 |
author_reputation | 100,388,692,638,882 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,827,873 |
net_rshares | 0 |
For a newbie like me, this is awesome
author | becca-p |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t184158686z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-22 18:42:06 |
last_update | 2018-06-22 18:42:06 |
depth | 1 |
children | 0 |
last_payout | 2018-06-29 18:42: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 | 37 |
author_reputation | 12,537,053,533 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,808,973 |
net_rshares | 0 |
Thanks for carrying about steem python:)
author | cardboard |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t191611169z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-22 19:16:12 |
last_update | 2018-06-23 00:17:06 |
depth | 1 |
children | 1 |
last_payout | 2018-06-29 19:16: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 | 40 |
author_reputation | 31,522,757,177,122 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,812,628 |
net_rshares | 8,259,713,226 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 8,259,713,226 | 1% |
You may wan't to check out beem: https://github.com/holgern/beem. There is also a new [tutorial](https://steemit.com/utopian-io/@emrebeyler/beem-tutorials-1-introduction-to-beem-and-creating-a-post-with-it) series by emrebeyler about beem.
author | holger80 |
---|---|
permlink | re-cardboard-re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t200347762z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["https://github.com/holgern/beem","https://steemit.com/utopian-io/@emrebeyler/beem-tutorials-1-introduction-to-beem-and-creating-a-post-with-it"],"app":"steemit/0.1"} |
created | 2018-06-22 20:03:51 |
last_update | 2018-06-22 20:03:51 |
depth | 2 |
children | 0 |
last_payout | 2018-06-29 20:03:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.034 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 239 |
author_reputation | 358,857,509,568,825 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,817,203 |
net_rshares | 23,479,954,044 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cardboard | 0 | 129,181,213 | 100% | ||
emrebeyler | 0 | 23,350,772,831 | 21% |
Muy buenas noticias para la comunidad en steemit. Esta red social tiene un gran futuro si se siguen haciendo las cosas bien. Gracias por las Actualizaciones.
author | carlos-cabeza |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t214418942z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-22 21:12:12 |
last_update | 2018-06-22 21:12:12 |
depth | 1 |
children | 0 |
last_payout | 2018-06-29 21:12: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 | 157 |
author_reputation | 60,978,959,868,945 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,823,571 |
net_rshares | 557,490,769 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
erickgil08 | 0 | 557,490,769 | 100% |
Browsing through all the addressed issues is a great Friday read. These are well structured and well spaced updates. Kudos~
author | crimsonclad |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t191350847z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-22 19:13:48 |
last_update | 2018-06-22 19:13:48 |
depth | 1 |
children | 1 |
last_payout | 2018-06-29 19:13:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.038 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 123 |
author_reputation | 323,763,088,722,311 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,812,359 |
net_rshares | 25,946,073,582 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 8,259,713,226 | 1% | ||
whatsup | 0 | 17,686,360,356 | 6% |
Thanks!
author | andrarchy |
---|---|
permlink | re-crimsonclad-re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t192838309z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-22 19:28:36 |
last_update | 2018-06-22 19:28:36 |
depth | 2 |
children | 0 |
last_payout | 2018-06-29 19:28:36 |
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 | 7 |
author_reputation | 230,168,201,522,782 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 0.000 HBD |
percent_hbd | 10,000 |
post_id | 61,813,806 |
net_rshares | 0 |
Good night steemit friends wherever you are ... On this occasion I will try to discuss about the dangers of bitcoin. As cited by the international financial institutions of the international monetary fund (IMF) in recent days ... where the IMF provides information that we should be careful with this currency because it has no legal certainty and is also vulnerable to fraud and keeps a negative risk to the financial system itself. how not, with its form of digital assets, cryptocurrency is easily misused for the crime of the financial system such as money laundering crime. besides, the lack of a clear system, makes cryptocurrency vulnerable to malfunction that ultimately harms people who use this instrument. In this case Andrian one of the employees explained: "Crypto assets have potential for financial crime (fraud), security breaches and operational failures," he explained. for that, Adrian said, governments and policymakers in various countries should begin to establish a clear policy related to cryptocurrency so that potential problems that will arise in the future can be prevented. so for comrades who have already bought digital assets bitcoin or the like to be careful .... And who has not bought should undo your intention, before you regret in the future ... BITCOIN MANY DECEPTING AND I AM ONE OF THE VICTIMS ...
author | elreal123 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-steemitblog-2018623t21165138z | ||||||
category | steemit | ||||||
json_metadata | {"tags":["steemit","steem","steemdev","hivemind","condenser"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-06-23 14:16:06 | ||||||
last_update | 2018-06-23 14:16:06 | ||||||
depth | 1 | ||||||
children | 1 | ||||||
last_payout | 2018-06-30 14:16: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 | 1,343 | ||||||
author_reputation | 10,232,004,772 | ||||||
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 61,916,423 | ||||||
net_rshares | 2,331,002,982 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
chuuuckie | 0 | 2,331,002,982 | 100% |
We already know the risks of bitcoin and cryptocurrencies because it is very volatile. You dont belong here if you want to share arguements for this topic. Honestly I dont care about bitcoim and other digital tokens, because I am not an investor, I am the one who works with their investment. We keep creating content and get rewarded, nothing will be lost from us except efforts.
author | chuuuckie |
---|---|
permlink | re-elreal123-re-steemitblog-2018623t21165138z-20180624t044641674z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-24 04:46:45 |
last_update | 2018-06-24 04:46:45 |
depth | 2 |
children | 0 |
last_payout | 2018-07-01 04:46: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 | 382 |
author_reputation | 109,775,830,923,589 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,997,848 |
net_rshares | 0 |
Thanks for the constant updates in the last weeks. Pls consider bringing back the "views counter". Even if it shows only traffic from steemit.com, I want to have at least an idea of how many people read my blogs. It kinda sucks without it.
author | ew-and-patterns |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180624t074303010z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-24 07:43:03 |
last_update | 2018-06-24 07:43:03 |
depth | 1 |
children | 0 |
last_payout | 2018-07-01 07:43:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.399 HBD |
curator_payout_value | 0.795 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 240 |
author_reputation | 138,703,829,387,626 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 62,013,215 |
net_rshares | 1,582,397,294,553 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ew-and-patterns | 0 | 1,579,237,033,497 | 99% | ||
cheneats | 0 | 290,212,966 | 1% | ||
avhyaceulip | 0 | 2,870,048,090 | 100% |
very good post
author | funnyknock |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180624t122357036z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-24 12:24:00 |
last_update | 2018-06-24 12:24:00 |
depth | 1 |
children | 0 |
last_payout | 2018-07-01 12:24:00 |
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 | 14 |
author_reputation | -22,768,714,995 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 62,038,452 |
net_rshares | 0 |
Even in the bad market you still try your best to give us the fruits of your product. I think the current price of market cap is not the bottomline here but how we always provide values to others. And that will drive the price of the token because speculating the price is not a long term solution, providing the value is... Thanks for always providing value!
author | hiroyamagishi |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180623t113013767z |
category | steemit |
json_metadata | {"tags":["steemit"],"community":"busy","app":"busy/2.4.0"} |
created | 2018-06-23 11:30:00 |
last_update | 2018-06-23 11:30:00 |
depth | 1 |
children | 0 |
last_payout | 2018-06-30 11:30:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.971 HBD |
curator_payout_value | 0.319 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 359 |
author_reputation | 71,901,302,671,995 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,898,036 |
net_rshares | 644,566,415,028 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
awesomianist | 0 | 3,511,170,014 | 11% | ||
hiroyamagishi | 0 | 455,123,131,397 | 100% | ||
surfyogi | 0 | 182,442,347,194 | 9% | ||
sou1iane | 0 | 148,650,821 | 1.8% | ||
penghuren | 0 | 114,629,357 | 5% | ||
avhyaceulip | 0 | 3,043,701,134 | 100% | ||
eloyy | 0 | 182,785,111 | 100% |
What does `hivemind 1.5` involve??
author | imwatsi |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t185536408z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-22 18:55:39 |
last_update | 2018-06-22 18:55:39 |
depth | 1 |
children | 1 |
last_payout | 2018-06-29 18:55: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 | 34 |
author_reputation | 131,386,362,730,495 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,810,417 |
net_rshares | 7,997,649,075 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
imwatsi | 0 | 7,997,649,075 | 100% |
Hive 1.5 will basically consist of the features necessary to create communities on Steem. For more information check out our post: [Update: Communities/Hivemind](https://steemit.com/steem/@steemitblog/update-communities-hivemind)
author | andrarchy |
---|---|
permlink | re-imwatsi-re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t192812174z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["https://steemit.com/steem/@steemitblog/update-communities-hivemind"],"app":"steemit/0.1"} |
created | 2018-06-22 19:28:12 |
last_update | 2018-06-22 19:38:06 |
depth | 2 |
children | 0 |
last_payout | 2018-06-29 19:28: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 | 231 |
author_reputation | 230,168,201,522,782 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 0.000 HBD |
percent_hbd | 10,000 |
post_id | 61,813,765 |
net_rshares | 0 |
Great news, guys! I can't wait to see the Hivemind being implemented.
author | irreverent-dan |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t190216826z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-22 19:02:15 |
last_update | 2018-06-22 19:02:15 |
depth | 1 |
children | 0 |
last_payout | 2018-06-29 19:02: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 | 69 |
author_reputation | 9,872,213,969,998 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,811,137 |
net_rshares | 0 |
Congrats this post is featured on Joy's Steemit News! <center><a href='https://d.tube/#!/v/joythewanderer/nzm6f35j'><img src='https://ipfs.io/ipfs/QmeghG88eQimzUwjyGhSXbpBgF5NiwGFpqhTPWDo7pi22Y'></a></center><hr>
author | joythewanderer |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180624t195622947z |
category | steemit |
json_metadata | {"tags":["steemit"],"image":["https://ipfs.io/ipfs/QmeghG88eQimzUwjyGhSXbpBgF5NiwGFpqhTPWDo7pi22Y"],"links":["https://d.tube/#!/v/joythewanderer/nzm6f35j"],"app":"steemit/0.1"} |
created | 2018-06-24 19:56:30 |
last_update | 2018-06-24 19:56:30 |
depth | 1 |
children | 0 |
last_payout | 2018-07-01 19:56:30 |
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 | 214 |
author_reputation | 1,916,082,145,948,706 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 62,092,185 |
net_rshares | 0 |
Thank your for the update. It's best to design, implement and test everything well before releasing. Communicating is also important as it will keep up investor confidence.
author | markkujantunen |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t214828477z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-22 21:48:27 |
last_update | 2018-06-22 21:48:27 |
depth | 1 |
children | 0 |
last_payout | 2018-06-29 21:48:27 |
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 | 172 |
author_reputation | 625,260,962,806,508 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,827,001 |
net_rshares | 0 |
Are you all still looking for someone to help with blogging?
author | metama |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180624t193037151z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-24 19:30:36 |
last_update | 2018-06-24 19:30:36 |
depth | 1 |
children | 0 |
last_payout | 2018-07-01 19:30:36 |
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 | 60 |
author_reputation | 165,262,757,751,752 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 62,089,312 |
net_rshares | 0 |
Thanks for sharing 😊
author | millionaire7 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-steemitblog-2018622t231858822z | ||||||
category | steemit | ||||||
json_metadata | {"tags":["steemit","steem","steemdev","hivemind","condenser"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-06-22 18:19:51 | ||||||
last_update | 2018-06-22 18:19:51 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-06-29 18:19: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 | 20 | ||||||
author_reputation | 1,380,348,628 | ||||||
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 61,806,631 | ||||||
net_rshares | 0 |
love what you have done with the sign up process. so only 40% of people confirming their password and activating their account:. when you say confirm their passwords and activate accounts, do you mean sign in to steemit with their passwords. I am asking because of this 40% a large % never go on to posting or voting. We can see from the image below, less than 33% of accounts set up in May went on to post, however your image above indicates there is only 10% loss from account approval to the final step. Am I missing something here? https://steemitimages.com/0x0/https://cdn.steemitimages.com/DQmeUikyd6s3n8LsrRoBAcyXvJK25Ypa3KaAoyq6VUpEKSM/image.png Can't wait for hivemind. Steem needs community features. it will be awesome and I know you will create something wonderful.
author | paulag |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t202315037z |
category | steemit |
json_metadata | {"tags":["steemit"],"image":["https://steemitimages.com/0x0/https://cdn.steemitimages.com/DQmeUikyd6s3n8LsrRoBAcyXvJK25Ypa3KaAoyq6VUpEKSM/image.png"],"app":"steemit/0.1"} |
created | 2018-06-22 20:23:15 |
last_update | 2018-06-22 20:23:15 |
depth | 1 |
children | 4 |
last_payout | 2018-06-29 20:23: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 | 789 |
author_reputation | 274,264,287,951,003 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,819,070 |
net_rshares | -292,001,582,625 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
berniesanders | 0 | -8,644,793,368 | -3% | ||
nextgencrypto | 0 | -14,227,997,968 | -3% | ||
steemservices | 0 | -1,558,268,611 | -3% | ||
thecyclist | 0 | -61,245,095,836 | -3% | ||
engagement | 0 | -252,267,253,791 | -3% | ||
surfyogi | 0 | 279,029,472,179 | 15% | ||
thedelegator | 0 | -29,355,418,556 | -3% | ||
ngc | 0 | -204,083,242,518 | -3% | ||
dondimaric | 0 | 351,015,844 | 100% | ||
adollaraday | 0 | 0 | 0% |
The picture looks like it is just a test / mock-up sample.
author | timcliff |
---|---|
permlink | re-paulag-re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t205556971z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-22 20:55:15 |
last_update | 2018-06-22 20:55:15 |
depth | 2 |
children | 3 |
last_payout | 2018-06-29 20:55: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 | 58 |
author_reputation | 272,954,445,077,789 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,821,937 |
net_rshares | 341,858,909 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dondimaric | 0 | 341,858,909 | 100% |
I was hoping so. Would love to see real stats from steemit. it would be awesome. if anyone knows anyone (@steemitblog) please do share some real data. demographics would be awesome along with real sign up data.
author | paulag |
---|---|
permlink | re-timcliff-re-paulag-re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t210550501z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["steemitblog"],"app":"steemit/0.1"} |
created | 2018-06-22 21:05:48 |
last_update | 2018-06-22 21:05:48 |
depth | 3 |
children | 2 |
last_payout | 2018-06-29 21:05: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 | 216 |
author_reputation | 274,264,287,951,003 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,822,953 |
net_rshares | 8,240,475,831 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 8,240,475,831 | 1% |
@steemitblog taking time to build a stronger community and products is always the best rather than rushing to come out with a flaw products. I appreciate your efforts about hivemind development and other updates to make Steel a stronger ecosystem. Cheers! The world will always wait for something better no matter how long it takes.
author | polaleye50 |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180624t034544757z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["steemitblog"],"app":"steemit/0.1"} |
created | 2018-06-24 03:45:48 |
last_update | 2018-06-24 03:45:48 |
depth | 1 |
children | 0 |
last_payout | 2018-07-01 03:45: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 | 335 |
author_reputation | 15,898,141,667,697 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,992,913 |
net_rshares | 0 |
Thanks for the update. Fingers Crossed !
author | prakashghai |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t211000726z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-22 21:10:03 |
last_update | 2018-06-22 21:10:03 |
depth | 1 |
children | 0 |
last_payout | 2018-06-29 21:10:03 |
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 | 41 |
author_reputation | 20,465,565,974,840 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,823,375 |
net_rshares | 0 |
Great! Thank you for the updates Tomochain.
author | ranahussnainali |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180624t012040896z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-24 01:20:42 |
last_update | 2018-06-24 01:20:42 |
depth | 1 |
children | 0 |
last_payout | 2018-07-01 01:20:42 |
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 | 43 |
author_reputation | 100,105,350,608 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,981,387 |
net_rshares | 73,515,757 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ranahussnainali | 0 | 73,515,757 | 100% |
Steemit will be great success .
author | samdhayal |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180623t020817031z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-23 02:08:21 |
last_update | 2018-06-23 02:08:21 |
depth | 1 |
children | 0 |
last_payout | 2018-06-30 02:08: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 | 31 |
author_reputation | 0 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,848,323 |
net_rshares | 0 |
Right on! I can't wait for what comes next!!!
author | sequentialvibe |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t184257197z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-22 18:42:57 |
last_update | 2018-06-22 18:42:57 |
depth | 1 |
children | 0 |
last_payout | 2018-06-29 18:42: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 | 58,208,509,635,897 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,809,059 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
shila | 0 | 0 | 0% |

author | shila |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t184738409z |
category | steemit |
json_metadata | {"tags":["steemit"],"image":["https://cdn.steemitimages.com/DQmUNMw9DfPY1K77kMTSERjGPkU2ZxJ6RxXaE2qLiF2mTBZ/DQmVHqeJ8rX8XUv7zZdKzJbDnArY1VqDNQmoUcPKePNj77b.gif"],"app":"steemit/0.1"} |
created | 2018-06-22 18:47:39 |
last_update | 2018-06-22 18:47:39 |
depth | 1 |
children | 0 |
last_payout | 2018-06-29 18:47: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 | 185 |
author_reputation | -1,128,268,822,620 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,809,563 |
net_rshares | 52,349,024 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
shila | 0 | 52,349,024 | 100% |
@steemitblog good team work.. keep it up.
author | somijutt |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180624t154448157z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["steemitblog"],"app":"steemit/0.1"} |
created | 2018-06-24 15:45:00 |
last_update | 2018-06-24 15:45:00 |
depth | 1 |
children | 0 |
last_payout | 2018-07-01 15:45:00 |
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 | 42 |
author_reputation | 2,138,201,520 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 62,062,738 |
net_rshares | 0 |
@steemitblog 
author | somijutt |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180624t161119664z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["steemitblog"],"image":["https://cdn.steemitimages.com/DQmero2cfSMD6cdr2a1Y7uWSRsuJyk7QT7v7TUKrNSiG5mp/solve%20train.jpg"],"app":"steemit/0.1"} |
created | 2018-06-24 16:11:24 |
last_update | 2018-06-24 16:11:24 |
depth | 1 |
children | 0 |
last_payout | 2018-07-01 16:11: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 | 129 |
author_reputation | 2,138,201,520 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 62,065,998 |
net_rshares | 289,428,329 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
somijutt | 0 | 289,428,329 | 100% |
author | stackin |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t200946861z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-22 20:09:48 |
last_update | 2018-06-22 20:09:48 |
depth | 1 |
children | 1 |
last_payout | 2018-06-29 20:09:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.285 HBD |
curator_payout_value | 0.079 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 68 |
author_reputation | 833,057,026,588,099 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,817,820 |
net_rshares | 185,094,918,108 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
surfyogi | 0 | 182,442,347,194 | 9% | ||
stackin | 0 | 2,652,570,914 | 1% |
Yeah Baby! Hey man, you want to start a DAC? chat me up..
author | surfyogi |
---|---|
permlink | re-stackin-re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180623t124654864z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-23 12:46:54 |
last_update | 2018-06-23 13:01:42 |
depth | 2 |
children | 0 |
last_payout | 2018-06-30 12:46: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 | 57 |
author_reputation | 31,155,045,810,316 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,906,260 |
net_rshares | 0 |
Making communities work across dapps is a great move. This feature could be crucial. I'm sure a lot of people are eager to start communities. Keep up the good work
author | steevc |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t191457746z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-22 19:14:57 |
last_update | 2018-06-22 19:14:57 |
depth | 1 |
children | 2 |
last_payout | 2018-06-29 19:14:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.315 HBD |
curator_payout_value | 0.103 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 164 |
author_reputation | 1,394,751,860,479,724 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,812,498 |
net_rshares | 212,165,865,972 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 8,259,713,226 | 1% | ||
surfyogi | 0 | 203,906,152,746 | 11% |
Sorry, can't resist @steevc https://www.youtube.com/watch?v=rH9iro8yBOg Not hearing too much on the Mobile front are we?!
author | surfyogi |
---|---|
permlink | re-steevc-re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180623t124910184z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["steevc"],"image":["https://img.youtube.com/vi/rH9iro8yBOg/0.jpg"],"links":["https://www.youtube.com/watch?v=rH9iro8yBOg"],"app":"steemit/0.1"} |
created | 2018-06-23 12:49:09 |
last_update | 2018-06-23 12:49:09 |
depth | 2 |
children | 1 |
last_payout | 2018-06-30 12:49:09 |
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 | 123 |
author_reputation | 31,155,045,810,316 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,906,483 |
net_rshares | 10,856,112,097 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steevc | 0 | 10,856,112,097 | 4% |
You mean their mobile app they were going to provide? Not heard about that lately. I think they are finding development more challenging than expected, but I hope they have a team who can deliver.
author | steevc |
---|---|
permlink | re-surfyogi-re-steevc-re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180623t134303587z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-23 13:43:03 |
last_update | 2018-06-23 13:43:03 |
depth | 3 |
children | 0 |
last_payout | 2018-06-30 13:43:03 |
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 | 196 |
author_reputation | 1,394,751,860,479,724 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,912,470 |
net_rshares | 0 |
Great update! I'm thrilled to know Hivemind is making so much progress. Nothing worth having comes easy, and I think there will be few who don't pardon the delay knowing that this was one of the reasons: > The development has taken much longer than originally planned because we made the decision early on that we should build communities for Steem and not exclusively steemit.com. The communities and their builders will appreciate that!
author | surfermarly |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180623t073522744z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-23 07:35:24 |
last_update | 2018-06-23 07:35:24 |
depth | 1 |
children | 0 |
last_payout | 2018-06-30 07:35:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.706 HBD |
curator_payout_value | 0.119 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 442 |
author_reputation | 318,958,646,866,746 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,876,229 |
net_rshares | 415,022,894,858 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
bbrewer | 0 | 62,392,531,292 | 100% | ||
surfermarly | 0 | 73,234,613,985 | 100% | ||
surfyogi | 0 | 279,029,472,179 | 15% | ||
dondimaric | 0 | 366,277,402 | 100% |
"We are excited to announce that hive 1.0 has been completed and is live in production!" That is huge. Congrats! Pretty obvious the current registration system loses many that never see the registration email approval a few days later.. Many friends I have asked to sign up, lost at that point (short attention span disorder is prevalent). Not having to run a full node, again pretty huge accomplishment there as well. None of this really shows up in the UI yet, so I can't help but feel, though this level of communication is "really great", many are still left wondering the timing of the next HF... Cheers!
author | surfyogi |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180623t123941071z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-23 12:39:42 |
last_update | 2018-06-23 12:39:42 |
depth | 1 |
children | 26 |
last_payout | 2018-06-30 12:39:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 3.759 HBD |
curator_payout_value | 0.036 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 612 |
author_reputation | 31,155,045,810,316 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,905,504 |
net_rshares | 1,892,965,264,038 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
surfyogi | 0 | 1,888,814,888,601 | 100% | ||
avhyaceulip | 0 | 3,105,817,484 | 100% | ||
evilsign | 0 | 480,239,774 | 100% | ||
dondimaric | 0 | 378,486,649 | 100% | ||
eloyy | 0 | 185,831,530 | 100% |
Many are calling for a limit on self-voting. I think it's a fair addition to the app, since I would say the code scales, but does Steem Culture as it stands, really scale to the masses?! I contend more direction will have to be built-in, and simply turning off self-voting may help at least direct people away from behaviors, who are not really looking to cheat, but simply are trying every feature, to understand the app shortly after signup. steemreports and other sites reveal associated voting patterns, which have to be policed anyway.. I'm familiar with the game theory arguments for allowing self-voting, but I contend 90% of users are not interested in gaming the system, and will just want to be part of a community and post.
author | surfyogi |
---|---|
permlink | re-surfyogi-re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180623t124332961z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-23 12:43:33 |
last_update | 2018-06-23 12:58:51 |
depth | 2 |
children | 25 |
last_payout | 2018-06-30 12:43: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 | 735 |
author_reputation | 31,155,045,810,316 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,905,920 |
net_rshares | 0 |
Tell me this, dummy, why would **ANYONE** buy Steem just to reward others while not rewarding themselves? Doesn't that seem ass backwards to you? If I'm buying Steem and powering it up, you sure as shit better believe I'm going to upvote myself as much as possible. Remove/limit self-voting and you remove **EVERY** reason to buy Steem.
author | berniesanders |
---|---|
permlink | re-surfyogi-re-surfyogi-re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180623t140124342z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-23 14:01:24 |
last_update | 2018-06-23 14:02:12 |
depth | 3 |
children | 14 |
last_payout | 2018-06-30 14:01:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.032 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 339 |
author_reputation | 600,251,775,828,524 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,914,584 |
net_rshares | 19,921,040,691 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dzivenu | 0 | 7,057,463,154 | 100% | ||
techstack | 0 | 1,172,132,654 | 100% | ||
yesman1 | 0 | -298,748,653 | -100% | ||
jester87 | 0 | 225,438,577 | 50% | ||
beissler | 0 | 225,438,577 | 50% | ||
mlgcrypto | 0 | 11,539,316,382 | 100% |
the new social network ONO ... the death of steemit? ... I have been saying for a long time that the great problem of steemit is the bad distribution of wealth ... and that if the powerful ones, that with greed accumulate sp and instead of beginning to delegate in a cheaper way sp, so that many of us win, prefering to sell votes the future of steemit is doubtful and people end up leaving steemit... in this new social network (ONO) there is equal voting power for all... there is no voting power ... maybe they have to start thinking about changing things in steemit... because if it stays the same, steemit will die and it will be they, those who have more, who lose the most ... in these days this new social network comes out internationally... It was a success in China where the first launch was made ... I mention it so that all think a little and do something so that steemit does not die and lower the value of our coins so much ... or they will continue to have millions, but millions of nothing
author | matuca |
---|---|
permlink | re-surfyogi-re-surfyogi-re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180624t153652251z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-24 15:36:51 |
last_update | 2018-06-24 15:36:51 |
depth | 3 |
children | 9 |
last_payout | 2018-07-01 15:36: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 | 1,009 |
author_reputation | 3,301,434,990,869 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 62,061,726 |
net_rshares | 0 |
This is awesome news. Thanks for the update. I agree with the decision to make communities a STEEM feature and not only Steemit. That enhances the value of the entire ecosystem. For a breakthrough like that, I am willing to wait a bit longer since it does increase the development time. It is going to be exciting when all this comes out. The fact that the ability to scale before the traffic arrives is very encouraging. This will avoid what Ethereum and others went through.
author | taskmaster4450 |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t181852514z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-22 18:18:54 |
last_update | 2018-06-22 18:18:54 |
depth | 1 |
children | 0 |
last_payout | 2018-06-29 18:18:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.645 HBD |
curator_payout_value | 0.211 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 482 |
author_reputation | 6,718,571,713,459,411 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,806,539 |
net_rshares | 432,832,922,196 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
acidyo | 0 | 284,915,961,727 | 2% | ||
timcliff | 0 | 90,593,664,702 | 12% | ||
tarazkp | 0 | 39,725,419,625 | 5% | ||
markkujantunen | 0 | 6,719,951,899 | 8% | ||
lundgreenman | 0 | 238,848,097 | 100% | ||
jongolson | 0 | 10,150,324,896 | 20% | ||
xymaros | 0 | 116,369,224 | 40% | ||
dondimaric | 0 | 372,382,026 | 100% |
Thanks for the update :). Looking forward to communities. Will I be able to start one on steemit backed by an SMT or will I need to do it from another website?
author | whatageek |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t185540331z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-22 18:55:09 |
last_update | 2018-06-22 18:55:09 |
depth | 1 |
children | 7 |
last_payout | 2018-06-29 18:55:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.072 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 159 |
author_reputation | 368,086,984,838,827 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,810,367 |
net_rshares | 42,826,511,573 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steevc | 0 | 3,101,091,948 | 1% | ||
tarazkp | 0 | 39,725,419,625 | 5% |
We've got some exciting stuff planned for communities ... but you'll have to wait and see ;)
author | andrarchy |
---|---|
permlink | re-whatageek-re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t193039211z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-22 19:30:39 |
last_update | 2018-06-22 19:30:57 |
depth | 2 |
children | 6 |
last_payout | 2018-06-29 19:30: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 | 92 |
author_reputation | 230,168,201,522,782 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 0.000 HBD |
percent_hbd | 10,000 |
post_id | 61,813,985 |
net_rshares | 0 |
It's **ALWAYS** "wait and see"...at what point do we get to stop fucking waiting? All of those updates above are bullshit fluff that could be completed by a real dev team in a week. That's a fact.
author | berniesanders |
---|---|
permlink | re-andrarchy-re-whatageek-re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180623t140344496z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-23 14:03:45 |
last_update | 2018-06-23 14:03:45 |
depth | 3 |
children | 5 |
last_payout | 2018-06-30 14:03: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 | 198 |
author_reputation | 600,251,775,828,524 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,914,854 |
net_rshares | 158,225,412 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yesman1 | 0 | -292,651,742 | -100% | ||
stoerte | 0 | 225,438,577 | 50% | ||
emmam | 0 | 225,438,577 | 50% |
Great update, thank you! > Even this new application layer (hive 1.0) will benefit developers by allowing them to write applications that use Steem blockchain data without them needing to run a full node. Looking forward to a guide on the developer portal on exactly how to set this up and use it in third-party applications!
author | yabapmatt |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t202052689z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-22 20:20:54 |
last_update | 2018-06-22 20:20:54 |
depth | 1 |
children | 1 |
last_payout | 2018-06-29 20:20: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 | 327 |
author_reputation | 160,234,431,724,160 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,818,834 |
net_rshares | 8,259,713,226 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 8,259,713,226 | 1% |
I opened a suggestion issue for that: https://github.com/steemit/devportal/issues/242
author | timcliff |
---|---|
permlink | re-yabapmatt-re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180623t003130525z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["https://github.com/steemit/devportal/issues/242"],"app":"steemit/0.1"} |
created | 2018-06-23 00:31:30 |
last_update | 2018-06-23 00:31:30 |
depth | 2 |
children | 0 |
last_payout | 2018-06-30 00:31:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 3.270 HBD |
curator_payout_value | 1.088 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 85 |
author_reputation | 272,954,445,077,789 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,840,504 |
net_rshares | 2,203,854,617,601 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
inertia | 0 | 2,190,109,211,400 | 100% | ||
jakeworkingman | 0 | 13,745,406,201 | 100% |
Great to see another update of the project. For the condenser. I recently update https://yehey.org using the latest copy of the condenser. I've noticed in the default.json config still point to "img_proxy_prefix": "https://steemitdevimages.com/", which is not working. In the past upgrade, I can fix this pointing to https://steemitimages.com and the upload will work ok. After the upgrade, I'm getting an error when I tried to upload an image. Image upload : Error: [object Object] I will post this to github and see if I can get an assistance. Cheers for now.
author | yehey |
---|---|
permlink | re-steemitblog-applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com-20180622t204000581z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["https://yehey.org","https://steemitdevimages.com/","https://steemitimages.com"],"app":"steemit/0.1"} |
created | 2018-06-22 20:40:00 |
last_update | 2018-06-22 20:40:00 |
depth | 1 |
children | 0 |
last_payout | 2018-06-29 20:40:00 |
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 | 566 |
author_reputation | 22,184,787,552,504 |
root_title | "Applications Team Update: Hivemind/Communities, Sign-ups, Developer Tools, and Condenser (steemit.com)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,820,590 |
net_rshares | 0 |