create account

22nd update of 2021 on BlockTrades work on Hive software by blocktrades

View this thread on: hive.blogpeakd.comecency.com
· @blocktrades · (edited)
$491.02
22nd update of 2021 on BlockTrades work on Hive software
![blocktrades update.png](https://images.hive.blog/DQmSihw8Kz4U7TuCQa98DDdCzqbqPFRumuVWAbareiYZW1Z/blocktrades%20update.png)
Below is a list of Hive-related programming issues worked on by BlockTrades team during last week or so:

# Hived work (blockchain node software)

### Further optimization of sql_serializer plugin

The sql_serializer plugin is responsible for reading blockchain data and pushing that data to a HAF server’s Postgres database. As a practical matter, this means the speed of this plugin sets an upper limit on how fast a HAF app can operate (especially during a replay of a hived node), so it is important that this process is as fast as possible. 

After [our latest optimizations (and bug fixes)](https://gitlab.syncad.com/hive/hive/-/merge_requests/257), we’ve brought the time required to do a full replay with the sql_serializer plugin down to 5.5 hours (previously about 7 hours, so about 17% speedup). Note that both the old and the new benchmarks were performed on one of our fastest systems (a Ryzen 9 5950X with 4 NVME drives in a raid0 configuration).

The latest changes for the sql_serializer are now merged into the develop branch.

### Cleanup display of results for several hive CLI wallet commands

The hive CLI wallet is a command-line interface for creating hive transactions. It is mostly used by Hive apps, exchanges, and Hive “power users”.

The [most recent improvements](https://gitlab.syncad.com/hive/hive/-/merge_requests/252) include minor fixes to the display of wallet command results, such as case consistency, indentation for tables, headers and other misc. display fixes for `get_withdraw_routes`, `get_open_orders`, `get_order_book`, etc. There were also various improvements and fixes to CLI wallet internal docs.

### Miscellaneous changes

We eliminated some false errors generated by GCC 9.3.0 linter and fixed a Cmake-related issue (compilation of the sql_serializer plugin requires Postgres dev libraries as a dependency):
https://gitlab.syncad.com/hive/hive/-/merge_requests/254
https://gitlab.syncad.com/hive/hive/-/merge_requests/255


# Hivemind (2nd layer applications + social media middleware)

The most recent hivemind work was focused on optimization of the hivemind indexer (the process that builds social data from the raw blockchain data).

### Reduced peak database disk usage (20% reduction in peak storage requirement)

We noticed that postgres database size temporarily grew to around 700GB during the massive sync phase (this is when a hivemind server is first being initialized with old blockchain data). We determined that this temporary increase occurred during record cleanup resulting from the reputation calculation process, and by changing from using DELETE calls to `DROP TABLE` and `TRUNCATE` calls we were able to eliminate this temporary peak usage requirement, resulting in a 20% reduction in peak storage requirements (approximate 141GB less storage used at current headblock). We’re also hoping this will lead to further speedup in the post-massive sync initialization of table indexes, but we haven’t had a chance to benchmark that yet. https://gitlab.syncad.com/hive/hivemind/-/merge_requests/509

### Elimination of post’s `active` property speeded up hivemind sync by 20%

We discovered that none of the Hive apps used the `active` field for posts (this field indicated that a post was still actively competing for rewards from the reward pool) so we removed the field from the database schema and eliminated it from API responses. This turned out to be surprisingly beneficial to hivemind’s full sync time, at least according to our latest benchmarks: we completed a full sync in 10.5 hours, approximately 20% faster than our previous time on the same system. https://gitlab.syncad.com/hive/hivemind/-/merge_requests/511

## Completed optimization of update_post_rshares for Postgres 12

We’re planning to move to Ubuntu 20 (from Ubuntu 18) as the recommended Hive development platform soon, and this also entails a move to Postgres 12 (from Postgres 10) because that’s the default version of Postgres that ships with Ubuntu 20. So we’re working thru performance regressions associated with differences in the way Postgres 12 query planner works. Most recently we changed the query for `update_post_rshares` to fix a performance killer and changed when we executed some vacuum analyze calls:
https://gitlab.syncad.com/hive/hivemind/-/merge_requests/510
https://gitlab.syncad.com/hive/hivemind/-/merge_requests/512

# Condenser (open-source codebase for hive.blog, etc)

We tested and deployed various fixes by @quochuy to https://hive.blog:
https://gitlab.syncad.com/hive/condenser/-/merge_requests/259
https://gitlab.syncad.com/hive/condenser/-/merge_requests/260
https://gitlab.syncad.com/hive/condenser/-/merge_requests/261
https://gitlab.syncad.com/hive/condenser/-/merge_requests/262

# Hive Image Server

We’re in the process of doing a major upgrade to the hardware that runs the image server for Hive. The new system has a LOT more disk space, faster drives, more CPUs, more memory, etc. Currently we’re in the process of moving over the huge amount of images to the new server.

# Hive Application Framework: framework for building robust and scalable Hive apps

### Optimizing HAF-based account history app

We’re currently optimizing and testing our first HAF-based app (codenamed Hafah) that emulates the functionality of hived’s account history plugin (and ultimately will replace it). Our initial benchmarks at 5M blocks had good performance, but we’ve seen a slowdown in indexing performance when operating with a fully populated database (i.e. 50M blocks) so we’re working now to optimize the speed of the queries. We’re also preparing benchmarks for the speed of the API calls.

### Database diff tool for testing HAF-based apps

We're developing a new testing system to test the port of hivemind to a HAF-based application: essentially it is a "database diff" tool that will allow us to detect differences (via SQL statements) between the tables created by the old hivemind app and the upcoming HAF-based hivemind.

# Upcoming work

On the hived side, we’ll be adding support to the sql_serializer for directly injecting “impacted account” data. After that, we can compare the relative performance of this method of inserting the data into postgres versus using the C-based postgres extension for computing this data, in order to make a decision about the best design alternative. We’ll also likely merge in the first hardfork-related changes that 1) allow more than one vote per three seconds by an account and 2) don’t kill curation rewards entirely when someone edits their vote strength on a post.

Our HAF work will continue to focus on our first example HAF apps (account history app and HAF-based hivemind implementation).
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 734 others
👎  ,
properties (23)
authorblocktrades
permlink22nd-update-of-2021-on-blocktrades-work-on-hive-software
categoryhive-139531
json_metadata{"tags":["hive","blockchain","software","blocktrades"],"users":["quochuy"],"image":["https://images.hive.blog/DQmSihw8Kz4U7TuCQa98DDdCzqbqPFRumuVWAbareiYZW1Z/blocktrades%20update.png"],"links":["https://gitlab.syncad.com/hive/hive/-/merge_requests/257"],"app":"hiveblog/0.1","format":"markdown"}
created2021-09-07 21:31:30
last_update2021-09-07 21:37:39
depth0
children32
last_payout2021-09-14 21:31:30
cashout_time1969-12-31 23:59:59
total_payout_value245.652 HBD
curator_payout_value245.371 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6,845
author_reputation1,156,438,563,344,944
root_title"22nd update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,094,288
net_rshares452,329,782,077,939
author_curate_reward""
vote details (800)
@fjcalduch · (edited)
Hello, @blocktrades Would it be possible to transform the HBD into an algorithmic stablecoin like the ones on Terra?  In this case, Hive would perform the same function as the Luna coin. Cardano is also going to develop algorithmic stablecoins. If the Terra software is open source, it should be relatively easy to copy/paste or adapt it to the Hive blockchain. What do you think?

👍  
properties (23)
authorfjcalduch
permlinkre-blocktrades-qz3o81
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.08.2"}
created2021-09-08 05:21:39
last_update2021-09-08 08:57:33
depth1
children3
last_payout2021-09-15 05:21:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length382
author_reputation57,723,655,087,214
root_title"22nd update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,102,480
net_rshares282,616,061
author_curate_reward""
vote details (1)
@alpha · (edited)
HBD is already an algorithmic stablecoin (arguably one of the first, but the original algorithm had a weakness: no peg on the high side). 

But after the changes in the last hardfork, it has the best algorithm of any of the algorithmic stablecoins I've reviewed. I'm very happy with its performance since the hardfork and I think the new economics associated with it have been very beneficial to the entire Hive ecosystem.

Edit: note this is Dan from "blocktrades", but I'm responding from my personal account on Hive.
👍  
properties (23)
authoralpha
permlinkqz4evd
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-09-08 14:57:12
last_update2021-09-08 14:58:51
depth2
children2
last_payout2021-09-15 14:57:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length519
author_reputation63,871,403,288
root_title"22nd update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,112,000
net_rshares0
author_curate_reward""
vote details (1)
@fjcalduch · (edited)
Hello, @alpha Thank you for your answer, but HBD has been fluctuating in the last couple of months between $0.88 and $2.50, while the fluctuation on TerraUSD (UST) has been between $0.96 and $1.04. If HBD has the best altorithm as you say, how is it possible that UST is holding the peg much better?
properties (22)
authorfjcalduch
permlinkre-alpha-qzbv64
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.08.2"}
created2021-09-12 15:32:30
last_update2021-09-12 20:24:21
depth3
children1
last_payout2021-09-19 15:32:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length299
author_reputation57,723,655,087,214
root_title"22nd update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,224,204
net_rshares0
@giapel86 ·
Exelente!!! , Es decir que habra una mayor coherencia del tiempo,  en cuanto a los registros de resultados.
👍  
properties (23)
authorgiapel86
permlinkqz36lr
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-09-07 23:01:06
last_update2021-09-07 23:01:06
depth1
children0
last_payout2021-09-14 23:01:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length107
author_reputation27,204,789,117,471
root_title"22nd update of 2021 on BlockTrades work on Hive software"
beneficiaries
0.
accounthiveonboard
weight100
1.
accountocdb
weight100
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,095,717
net_rshares303,386,476
author_curate_reward""
vote details (1)
@hivebuzz ·
Congratulations @blocktrades! Your post has been a top performer on the Hive blockchain and you have been rewarded with the following badge:

<table><tr><td><img src="https://images.hive.blog/60x60/http://hivebuzz.me/badges/toppayoutday.png"></td><td>Post with the highest payout of the day.</td></tr>
</table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@blocktrades) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Check out the last post from @hivebuzz:**
<table><tr><td><a href="/hivebuzz/@hivebuzz/pum-202109-7"><img src="https://images.hive.blog/64x128/https://i.imgur.com/3c8nyGG.png"></a></td><td><a href="/hivebuzz/@hivebuzz/pum-202109-7">Hive Power Up Month - Feedback from Day 7</a></td></tr><tr><td><a href="/hivebuzz/@hivebuzz/pud-202109-feedback"><img src="https://images.hive.blog/64x128/https://i.imgur.com/zHjYI1k.jpg"></a></td><td><a href="/hivebuzz/@hivebuzz/pud-202109-feedback">Feedback from the September 1st Hive Power Up Day</a></td></tr></table>
👍  
properties (23)
authorhivebuzz
permlinkhivebuzz-notify-blocktrades-20210908t021410
categoryhive-139531
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2021-09-08 02:14:09
last_update2021-09-08 02:14:09
depth1
children0
last_payout2021-09-15 02:14:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,139
author_reputation368,220,387,272,067
root_title"22nd update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,099,483
net_rshares296,321,689
author_curate_reward""
vote details (1)
@hivebuzz ·
Congratulations @blocktrades! Your post has been a top performer on the Hive blockchain and you have been rewarded with the following badge:

<table><tr><td><img src="https://images.hive.blog/60x60/http://hivebuzz.me/badges/toppayoutweek.png"></td><td>Post with the highest payout of the week.</td></tr>
</table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@blocktrades) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Check out the last post from @hivebuzz:**
<table><tr><td><a href="/hivebuzz/@hivebuzz/pum-202109-7"><img src="https://images.hive.blog/64x128/https://i.imgur.com/3c8nyGG.png"></a></td><td><a href="/hivebuzz/@hivebuzz/pum-202109-7">Hive Power Up Month - Feedback from Day 7</a></td></tr></table>
properties (22)
authorhivebuzz
permlinkhivebuzz-notify-blocktrades-20210913t023945
categoryhive-139531
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2021-09-13 02:39:45
last_update2021-09-13 02:39:45
depth1
children0
last_payout2021-09-20 02:39:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length882
author_reputation368,220,387,272,067
root_title"22nd update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,235,206
net_rshares0
@introvertspeaks ·
$0.21
My biggest pet peeve since the day I onboarded here almost 4 years ago to date is the ridiculous curation lifespan of 7 days. I mean, you can't be fuckin serious. This counterproductive algorithm encourages shitposting instead of producing well-thought-out and evergreen content with constant updates

There are lots of great tutorials, as @done pointed out, and other thought-provoking analyses that don't get some love simply because most users just stumbled upon their content 8 days or 8 months later. Some Hive stakeholders are yet to come, some of them don't know yet what the fook a bitcoin is or cryptocurrency in general

The moment they do and come across this content they think has helped solve their issues and/or answer their question meaningfully, it's no longer possible to use their voting power to reward someone

What is happening right here is comparable to a content factory where time quota is part of how your salary is calculated. This resulted in (1) rapid production of quick expiring products, in which people don't read anyway (2) users writing for bots/web crawlers instead of biological humans

Choose your path wisely
👍  , , ,
properties (23)
authorintrovertspeaks
permlinkre-blocktrades-qz3999
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.08.2"}
created2021-09-07 23:58:24
last_update2021-09-07 23:58:24
depth1
children8
last_payout2021-09-14 23:58:24
cashout_time1969-12-31 23:59:59
total_payout_value0.108 HBD
curator_payout_value0.106 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,148
author_reputation-4,351,658,764,138
root_title"22nd update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,096,666
net_rshares201,406,906,274
author_curate_reward""
vote details (4)
@borislavzlatanov ·
Recently someone suggested a really simple solution for this. Frontends have to do some work to better navigate the users to take advantage of this possibility. It's all very simple - when a post's payout has already been paid, you don't vote on the post, you instead make a comment and set the post author as your comment's payout beneficiary. Then you upvote your comment. This will have the same effect as you voting on the author's post. Plus it will leave a comment on their post, even better. 

Does this meet your requirements?
👍  
properties (23)
authorborislavzlatanov
permlinkre-introvertspeaks-qz3r6q
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.08.2"}
created2021-09-08 06:25:36
last_update2021-09-08 06:25:36
depth2
children2
last_payout2021-09-15 06:25:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length534
author_reputation5,685,309,410,986
root_title"22nd update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,103,526
net_rshares333,114,076
author_curate_reward""
vote details (1)
@introvertspeaks ·
Seems legit. But I wonder how this works out in practice where stakeholders of all proportions will have to type something in order to cast a vote. This is currently viable, not sure how many users were utilizing though. If you could reduce all this wankery happening under the hood into mere upvote, then there's a good chance
properties (22)
authorintrovertspeaks
permlinkre-borislavzlatanov-qz3wc9
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.08.2"}
created2021-09-08 08:17:00
last_update2021-09-08 08:17:00
depth3
children1
last_payout2021-09-15 08:17:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length327
author_reputation-4,351,658,764,138
root_title"22nd update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,105,089
net_rshares0
@sepracore ·
$0.20
1. When would you propose an author be paid?
2. How would you handle the same delegated hive power voting on the same post twice? 
3. How would downvotes be handled?

I agree with you in general, but I am not sure what that system would look like. If the reputation system meant something, maybe authors with high reputation would be rewarded with longer payout windows. The problem is, it opens the door to abuse. 
👍  , ,
properties (23)
authorsepracore
permlinkre-introvertspeaks-qz3cu9
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.08.2"}
created2021-09-08 01:15:45
last_update2021-09-08 01:15:45
depth2
children4
last_payout2021-09-15 01:15:45
cashout_time1969-12-31 23:59:59
total_payout_value0.100 HBD
curator_payout_value0.099 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length415
author_reputation19,844,149,099,939
root_title"22nd update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,098,317
net_rshares186,070,662,845
author_curate_reward""
vote details (3)
@introvertspeaks ·
$6.73
I am not particularly well-versed with regard to the intricacies of Hive tokenomics but my proposal is simple and sounds like this

1. Payouts would still be on a 7-day window but refresh on the same day eternally albeit at a diminishing rate, not for the same curators to upvote the same content over and over again but for those who have not seen it yet

2. Further technical brainstorming is required for this so my suggestion is open to improvements and criticism. Metadata will be attached to every delegation thus preventing an unnecessary upvote on the same content multiple times

3. The same countermeasure as number two —metadata following every stake to track who gets what from who, then lock it up from performing the same thing

Some users are [recycling content](https://peakd.com/hive-192870/@guiltyparties/qyq4ro). Why is this? This is basically a symptom of an underlying system condition and users are accustomed to this subconscious awareness of how useless their posts will become in a matter of a week
👍  , , , , ,
properties (23)
authorintrovertspeaks
permlinkre-sepracore-qz3f5o
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.08.2"}
created2021-09-08 02:05:51
last_update2021-09-08 02:05:51
depth3
children3
last_payout2021-09-15 02:05:51
cashout_time1969-12-31 23:59:59
total_payout_value3.365 HBD
curator_payout_value3.362 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,023
author_reputation-4,351,658,764,138
root_title"22nd update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,099,345
net_rshares6,185,108,847,308
author_curate_reward""
vote details (6)
@johnmighty ·
Wow, interesting post
properties (22)
authorjohnmighty
permlinkre-blocktrades-202198t20839157z
categoryhive-139531
json_metadata{"tags":["hive","blockchain","software","blocktrades"],"app":"ecency/3.0.19-vision","format":"markdown+html"}
created2021-09-08 19:09:15
last_update2021-09-08 19:09:15
depth1
children0
last_payout2021-09-15 19:09:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation12,952,028,712
root_title"22nd update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,117,616
net_rshares0
@luispargas95 ·
Buen trabajo. Las optimizaciones deberían dar sus frutos a medida que Hive crezca y creo que pronto veremos muchos más usuarios, no solo de Splinterlands. Tiene que ser robusto y receptivo.
![PicsArt_08-28-10.30.25.png](https://cdn.steemitimages.com/DQmSt6F3QCRRBzhjFDTxyD4pWhS8gXxfq76MQVW1rWCnh84/PicsArt_08-28-10.30.25.png)


***<center>꧁༺𝔾𝕣𝕒𝕔𝕚𝕒𝕤 𝕡𝕠𝕣 𝕃𝕖𝕖𝕣𝕞𝕖༻꧂</center>***
properties (22)
authorluispargas95
permlinkqz94jn
categoryhive-139531
json_metadata{"image":["https://cdn.steemitimages.com/DQmSt6F3QCRRBzhjFDTxyD4pWhS8gXxfq76MQVW1rWCnh84/PicsArt_08-28-10.30.25.png"],"app":"hiveblog/0.1"}
created2021-09-11 04:02:12
last_update2021-09-11 04:02:12
depth1
children0
last_payout2021-09-18 04:02:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length373
author_reputation741,767,634,590
root_title"22nd update of 2021 on BlockTrades work on Hive software"
beneficiaries
0.
accounthiveonboard
weight100
1.
accounttipu
weight100
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id106,189,191
net_rshares0
@micrologic ·
Trying I don't like. Pls customer careing service upgrade doing.
Thanks!
properties (22)
authormicrologic
permlinkre-blocktrades-202198t183114916z
categoryhive-139531
json_metadata{"tags":["hive-139531","hive","blockchain","software","blocktrades"],"app":"ecency/3.0.22-mobile","format":"markdown+html"}
created2021-09-08 12:01:15
last_update2021-09-08 12:01:15
depth1
children0
last_payout2021-09-15 12:01:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length72
author_reputation139,198,741,291
root_title"22nd update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,108,585
net_rshares0
@mlrequena78 ·
It is pleasant news all the advances that are being made to improve the Hive ecosystem, I am happy to hear about the project to improve the image server since sometimes the system gets slow when uploading images to publish ... success
properties (22)
authormlrequena78
permlinkqz6waf
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-09-09 23:08:36
last_update2021-09-09 23:08:36
depth1
children0
last_payout2021-09-16 23:08:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length234
author_reputation7,346,493,787,724
root_title"22nd update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,148,098
net_rshares0
@onebakeryprod ·
Wow awesome!
👍  
properties (23)
authoronebakeryprod
permlinkre-blocktrades-202197t235450497z
categoryhive-139531
json_metadata{"tags":["hive","blockchain","software","blocktrades"],"app":"ecency/3.0.19-vision","format":"markdown+html"}
created2021-09-08 03:54:51
last_update2021-09-08 03:54:51
depth1
children0
last_payout2021-09-15 03:54:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length12
author_reputation455,417,777,233
root_title"22nd update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,101,051
net_rshares289,401,141
author_curate_reward""
vote details (1)
@steevc ·
$0.36
Good work. Optimisations should pay off as Hive grows and I think we will see a lot more users soon, not just from Splinterlands. It has to be robust and responsive.

Thanks!
👍  
👎  
properties (23)
authorsteevc
permlinkre-blocktrades-qz3u81
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.08.2"}
created2021-09-08 07:31:15
last_update2021-09-08 07:31:15
depth1
children4
last_payout2021-09-15 07:31:15
cashout_time1969-12-31 23:59:59
total_payout_value0.182 HBD
curator_payout_value0.182 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length174
author_reputation1,042,812,532,774,294
root_title"22nd update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,104,492
net_rshares337,163,359,067
author_curate_reward""
vote details (2)
@alpha ·
$0.11
Yes, these optimizations are key to Hive's future, in my opinion. Scalability had been the Achilles heel of all blockchains.
👍  , ,
properties (23)
authoralpha
permlinkqz4f1w
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-09-08 15:01:09
last_update2021-09-08 15:01:09
depth2
children3
last_payout2021-09-15 15:01:09
cashout_time1969-12-31 23:59:59
total_payout_value0.055 HBD
curator_payout_value0.054 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length124
author_reputation63,871,403,288
root_title"22nd update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,112,066
net_rshares103,353,132,619
author_curate_reward""
vote details (3)
@steevc ·
Hive seems to be coping with the extra load from the new Splinterlands players. It does seem to be pretty efficient.
properties (22)
authorsteevc
permlinkre-alpha-qz4f8r
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.08.2"}
created2021-09-08 15:05:15
last_update2021-09-08 15:05:15
depth3
children2
last_payout2021-09-15 15:05:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length116
author_reputation1,042,812,532,774,294
root_title"22nd update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,112,155
net_rshares0
@theguruasia ·
$0.26
@blocktrades,
Do we have any plan to develop 2nd layer something like SMT old days?
Thanks for the updates!

Cheers~
👍  ,
properties (23)
authortheguruasia
permlinkre-blocktrades-qz5brl
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.08.2"}
created2021-09-09 02:47:48
last_update2021-09-09 02:47:48
depth1
children1
last_payout2021-09-16 02:47:48
cashout_time1969-12-31 23:59:59
total_payout_value0.131 HBD
curator_payout_value0.130 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length116
author_reputation72,528,363,195,996
root_title"22nd update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,125,454
net_rshares241,079,645,597
author_curate_reward""
vote details (2)
@blocktrades ·
Yes, it should be relatively simple to support SMT-like functionality (and much more) with the 2nd-layer smart contract platform we're planning.
👍  
properties (23)
authorblocktrades
permlinkqz5dub
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-09-09 03:32:36
last_update2021-09-09 03:32:36
depth2
children0
last_payout2021-09-16 03:32:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length144
author_reputation1,156,438,563,344,944
root_title"22nd update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,126,375
net_rshares1,296,923,520
author_curate_reward""
vote details (1)
@top-2-world ·
Great post love it reading and also don't forget to check this out <a href="https://top2world.com/">top2world</a>
👎  
properties (23)
authortop-2-world
permlinkqz5bpm
categoryhive-139531
json_metadata{"links":["https://top2world.com/"],"app":"hiveblog/0.1"}
created2021-09-09 02:46:36
last_update2021-09-09 02:46:36
depth1
children0
last_payout2021-09-16 02:46:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length113
author_reputation-742,453,942,834
root_title"22nd update of 2021 on BlockTrades work on Hive software"
beneficiaries
0.
accounthiveonboard
weight100
1.
accountocdb
weight100
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,125,407
net_rshares-47,517,052,341,360
author_curate_reward""
vote details (1)
@urun ·
$0.24
Looks like a lot of good work. 

>1) allow more than one vote per three seconds by an account and 2) don’t kill curation rewards entirely when someone edits their vote strength on a post.

Good ones :) also the tech stuff looks really cool, makes everything faster right?
👍  , ,
properties (23)
authorurun
permlinkre-blocktrades-qz34ze
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.08.2"}
created2021-09-07 22:26:03
last_update2021-09-07 22:26:03
depth1
children2
last_payout2021-09-14 22:26:03
cashout_time1969-12-31 23:59:59
total_payout_value0.119 HBD
curator_payout_value0.118 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length271
author_reputation93,309,388,768,828
root_title"22nd update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,095,141
net_rshares221,504,373,618
author_curate_reward""
vote details (3)
@introvertspeaks ·
Speaking of vote strength editing, I noticed this certain whale serially removing upvotes completely after a day or two, I really thought he was such a good torchbearer but damn such a shame
👍  
properties (23)
authorintrovertspeaks
permlinkre-urun-qz3a08
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.08.2"}
created2021-09-08 00:14:36
last_update2021-09-08 00:14:36
depth2
children0
last_payout2021-09-15 00:14:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length190
author_reputation-4,351,658,764,138
root_title"22nd update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,096,973
net_rshares317,951,529
author_curate_reward""
vote details (1)
@smooth ·
$0.07
Faster and less storage, good combination of optimizations.
👍  ,
properties (23)
authorsmooth
permlinkqz35y1
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-09-07 22:46:51
last_update2021-09-07 22:46:51
depth2
children0
last_payout2021-09-14 22:46:51
cashout_time1969-12-31 23:59:59
total_payout_value0.037 HBD
curator_payout_value0.036 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length59
author_reputation245,194,432,541,145
root_title"22nd update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,095,500
net_rshares69,896,599,472
author_curate_reward""
vote details (2)