create account

Hard Fork 26: Scaling on Steroids by taskmaster4450

View this thread on: hive.blogpeakd.comecency.com
· @taskmaster4450 ·
$58.80
Hard Fork 26: Scaling on Steroids
We are getting closer to Hard Fork 26.  Of late, we are receiving some insight into what is being done.  While this is not the stuff that gets the user base excited, there are some key things occurring which are vital for the future of [Hive](https://leofinance.io/@crypto-guides/what-is-hive-crypto-hive).

**TLDLR: Hive's technical lead is getting larger**

I often joke that Hive is the [blockchain](https://leofinance.io/@leoglossary/blockchain) Vitalik is trying to build.  Ethereum is getting a lot of headlines with the idea of "Merge".  This is a major software update with one intention: [scalability](https://leofinance.io/@leoglossary/leoglossary-scability-scaling).  We all know Ethereum is constrained.  For this reason, they are switching from [PoW](https://leofinance.io/@leoglossary/leoglossary-proof-of-work-pow) to [PoS](https://leofinance.io/@leoglossary/leoglossary-proof-of-stake-pos).  

This will likely have the intended outcome.  However, they are doing version 1.0 while Hive is optimizing based upon much higher levels.

Before getting into some of the more overwhelming technical articles, let us highlight one feature that is crucial and can framed in terms of real world use cases.

# One Block Irreversibility

This is known as [OBI](https://peakd.com/hive-139531/@blocktrades/one-block-irreversibility-for-delegated-proof-of-stake-dpos).  It is something that Blocktrades brought up a number of months ago and is now in the code that will go live with the next HF.

This from a post that we will explore in a bit.

>lib - last irreversible block is so close to current block because OBI is already active.

So why is this important?  We will go to the original post for the answer.

>For example, if you operate a store that accepts bitcoin payments, you might not want to let your customer leave the store with their items until their bitcoin transaction has fully confirmed. For bitcoin, a block is generally considered fully confirmed when 6 further blocks have been built on top of the block (each subsequent block can be viewed as β€œvote of confidence” in the original block). With an average block production time of 10 minutes, this means you could be waiting about an hour (6 * 10 minutes) to be sure of your payment.

It is likely all of us can understand this.  However, to go one step further, consider the idea of buying something online.  Do you want to wait an hour (or more) to be able to downloads something after making a purchase?  The answer is obviously not.

The is another reality on top of this: people are going to be upset if they have to wait 45-48 seconds for the download to start.  When it comes to [Internet](https://leofinance.io/@leoglossary/leoglossary-internet), patience stands at near zero.  Most of us will click "X" is a webpage takes more than a couple seconds to load.

**One Block Irreversibility** makes this obsolete.  Now, as evidenced by the first quote, the totality of this happens near the current [block](https://leofinance.io/@leoglossary/leoglossary-block).  That means, with a second after a block is produced, it becomes irreversible.  In our example, the download could start then.

We often discuss the idea of [HBD](https://leofinance.io/@crypto-guides/what-are-hive-backed-dollars-hbd) becoming a legitimate player in the [stablecoin](https://leofinance.io/@leoglossary/leoglossary-stablecoin) world.  The reality is that if we are going to make [HBD the centerpiece for a payment system](https://leofinance.io/@taskmaster4450/what-gives-hbd-value-payment-system), OBI is vital.  The commercial limitations of not having it are obvious.

# Enormous Changes

Most of us are unaware of what goes on with [base layer](https://leofinance.io/@leoglossary/leoglossary-base-layer-blockchain) development.  To the majority of us, even when explained to us in articles, it goes over our heads.  Few care about this stuff.  Instead, the question is always the same: when?

Unbeknownst to most of us, this hard fork is enormous.  Here is a quite from [the latest update post](https://peakd.com/hive-139531/@blocktrades/13th-update-of-2022-on-blocktrades-work-on-hive-software):

>This hardfork has also taken the most time of any of the Hive hardforks to complete, and the sheer amount of work done to the hived blockchain software can also be seen in the number of merge requests (these are made to add features or fix bugs to the hived code base). Over the lifetime of Hive, there have been 484 merge requests merged into the hive code repository so far, and more than half of them have been merged since the last hardfork.

So basically, we are looking at:

First 5 years: less than 242 merge requests
HF26: more than 242 merge requests

It seems we might be able to sum it up as more than 5 years of coding in one hard fork.

So what did all these merge requests pertain to?  Without having the slightest clue about coding, it is safe to say some of it was the [Resource Credit](https://leofinance.io/@leoglossary/leoglossary-resource-credits-rc) delegation feature that will be included.  This is something, from the user perspective, that is vital going forward.

However, my sense is all this reverts back to scaling.  Just like the core development team at [Ethereum](https://leofinance.io/@crypto-guides/what-is-ethereum-eth) is trying to "make things go faster", so is the Hive team.  It appears this is on track.

One thing I learned is we are dealing in a world where the timeframe is milliseconds.  This is the metric used.  It might not seem like much, what is 3ms or 5ms after all?

When it comes to millions of [transactions](https://leofinance.io/@leoglossary/leoglossary-transaction) per day, this can add up.  So scoffing at the notion of efficiency improvement of a few ms is misguided.  That is huge when coupled with a host of other upgrades.

It all comes back to optimizations.  Hive is aiming to process data more efficiently than any other blockchain out there.  Some of the solutions going into HF26 will aid in that.

# What Does All This Mean?

Here is where we can get into a lot of technical stuff.  For those inclined, here are three links explaining what is happening ([here](https://peakd.com/hive-139531/@andablackwidow/processing-new-transactions-and-blocks), [here](https://peakd.com/hive-139531/@andablackwidow/optimized-processing-new-transactions-and), and [here](https://peakd.com/hive-139531/@blocktrades/12th-update-of-2022-on-blocktrades-work-on-hive-software)).

As for the rest of us, we will use the pictures provided from these articles to tell the story.

This is a [node](https://leofinance.io/@leoglossary/leoglossary-node) and what was called the three phases:

<center>![image.png](https://images.hive.blog/DQmcXa1uVVAEosUWVg4VWpucfgUZ8o5JYyYq65uemuZUKaa/image.png)</center>

Read from the bottom up to see how [data](https://leofinance.io/@leoglossary/leoglossary-data) comes in and the timing of the different aspects.

From here, we can start with the baseline of how blocks are produced now.  This is what was drawn.

<center>![image.png](https://images.hive.blog/DQmec1Yj9vTzjD61kNuZn3MuouHxhL9grCX7dAGT4X2qrHB/image.png)</center>

Basically, what we have is each node does its thing before handing it off to other nodes, which starts their process.  Keep in mind, we are talking milliseconds.  Also, notice the line at the bottom, this will show the contrast.

The optimization starts by skipping static revaluation.  

>Expired transactions are no longer processed like we didn't knew they expired. Since it is way cheaper to make a check outside the main code (and I mean waaay cheaper; in one test where I had over 100k pending transactions that all expired in the same time, original code could drop less than 5k of them per block, after changes all 100k+ were dropped easily within the same timeframe).

Again, using simple math, that does sound impressive.  However, in keeping with the picture theme, this is what we see:

<center>![image.png](https://images.hive.blog/DQmZuiHZLezE1DKS7ByGNnka7tnaJwn9MyQAgxiPF7pPGiQ/image.png)</center>

The next step is to calculate transaction invariants once.  

>Remember how in previous paragraph I said that all checks were still performed when new block is produced? Well, since new blocks are made solely out of pending transactions, and the node has done static validation on them already, it makes no sense to do it again.

So the elimination of doing the same thing multiple times.  This makes a lot of sense.

>Moreover, while witness has to verify signatures, the calculations leading to it, namely extraction of public keys from signatures, is also an invariant (actually it depends on chain id, which changed in HF24, but in this case it doesn't make a difference anymore). Incidentally it is also a costly process, so it pays to only perform it once.

Saves money too which we like.  Efficiency, or a lack thereof, does some with a financial [cost](https://leofinance.io/@leoglossary/leoglossary-cost).

<center>![image.png](https://images.hive.blog/DQmb2EmnU4UWqJCUYY7Q1dabMMu2VELcbKPPzPwTouYjVKp/image.png)</center>

All of this leads to this outcome:

<center>![image.png](https://images.hive.blog/DQmSwFdpJaLKsSbpPcYJ6t82KcpuvTywod5mu4sscAZCCUs/image.png)</center>

Again, look at the line at the bottom.  It shows a geographical representation of the efficiency gained through this optimization process.

From the looks of things, this is very impressive.  That said, we have to add in the proverbial "but wait, there is more".

Scroll back to the node picture above.  With the past, present, future spelled out, we can see how this equates to Phases 0, 1, 2.

Instead of waiting the the final two phases to be done, the data for Phase 1 is shared as soon as completed.  This starts the processing for the next node earlier.

The results are as such:

<center>![image.png](https://images.hive.blog/DQmYmcNmDwjXtgLabRVqEq4aeDr4NVsumyzXQGvG93NqgU1/image.png)</center>

Even more improvements in terms of the optimization of the data processing.

# So How Fast Are Things?

To answer this, we will refer to [this article](https://peakd.com/hive-139531/@blocktrades/12th-update-of-2022-on-blocktrades-work-on-hive-software):

>After all our recent transaction/block optimizations, we ran benchmarks with the new code exposed to transactions levels 20x higher than current traffic levels. These tests were performed both with 128K blocks (2x current size) where lots of transactions don’t get included due to limits on the block size, and 1MB blocks (16x current size) where all transactions typically did get included into the larger blocks, and in both cases the new nodes respond without even a hint of a hiccup.

In other words, we can throw a lot more transactions at the base layer [infrastructure](https://leofinance.io/@leoglossary/leoglossary-infrastructure-computer) (post hard fork) and it will be able to handle it.

Thus, even though Hive is nowhere near capacity, the transaction capability is about to expand a great deal.  It is always better to get the horsepower before it is needed.

What are your thoughts on these upgrades?  Let us know in the comment section below.

*Special thanks to @andablackwidow for the images.  All images taken from articles linked*

___
If you found this article informative, please give an upvote and rehive.



https://images.hive.blog/0x0/https://files.peakd.com/file/peakd-hive/doze/MkkDNhyH-2020_04_13_16_57_48.gif

gif by @doze

![screen_vision2025_1.png](https://images.hive.blog/DQmXEv6MvKTCurBzSdbKjWzFadJwfJfJfmA2We9EwD5q5Vb/screen_vision2025_1.png)

logo by @st8z






Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@taskmaster4450/hard-fork-26-scaling-on-steroids)
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 605 others
πŸ‘Ž  ,
properties (23)
authortaskmaster4450
permlinkhard-fork-26-scaling-on-steroids
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["hive","scaling","ctp","proofofbrain","vyb","archon","mancave","neoxian","leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450/hard-fork-26-scaling-on-steroids","links":["https://leofinance.io/@crypto-guides/what-is-hive-crypto-hive","https://leofinance.io/@leoglossary/blockchain","https://leofinance.io/@leoglossary/leoglossary-scability-scaling","https://leofinance.io/@leoglossary/leoglossary-proof-of-work-pow","https://leofinance.io/@leoglossary/leoglossary-proof-of-stake-pos","https://peakd.com/hive-139531/@blocktrades/one-block-irreversibility-for-delegated-proof-of-stake-dpos","https://leofinance.io/@leoglossary/leoglossary-internet","https://leofinance.io/@leoglossary/leoglossary-block","https://leofinance.io/@crypto-guides/what-are-hive-backed-dollars-hbd","https://leofinance.io/@leoglossary/leoglossary-stablecoin","https://leofinance.io/@taskmaster4450/what-gives-hbd-value-payment-system","https://leofinance.io/@leoglossary/leoglossary-base-layer-blockchain","https://peakd.com/hive-139531/@blocktrades/13th-update-of-2022-on-blocktrades-work-on-hive-software","https://leofinance.io/@leoglossary/leoglossary-resource-credits-rc","https://leofinance.io/@crypto-guides/what-is-ethereum-eth","https://leofinance.io/@leoglossary/leoglossary-transaction","https://peakd.com/hive-139531/@andablackwidow/processing-new-transactions-and-blocks","https://peakd.com/hive-139531/@andablackwidow/optimized-processing-new-transactions-and","https://peakd.com/hive-139531/@blocktrades/12th-update-of-2022-on-blocktrades-work-on-hive-software","https://leofinance.io/@leoglossary/leoglossary-node","https://leofinance.io/@leoglossary/leoglossary-data","https://leofinance.io/@leoglossary/leoglossary-cost","https://leofinance.io/@leoglossary/leoglossary-infrastructure-computer"],"image":["https://images.hive.blog/DQmcXa1uVVAEosUWVg4VWpucfgUZ8o5JYyYq65uemuZUKaa/image.png","https://images.hive.blog/DQmec1Yj9vTzjD61kNuZn3MuouHxhL9grCX7dAGT4X2qrHB/image.png","https://images.hive.blog/DQmZuiHZLezE1DKS7ByGNnka7tnaJwn9MyQAgxiPF7pPGiQ/image.png","https://images.hive.blog/DQmb2EmnU4UWqJCUYY7Q1dabMMu2VELcbKPPzPwTouYjVKp/image.png","https://images.hive.blog/DQmSwFdpJaLKsSbpPcYJ6t82KcpuvTywod5mu4sscAZCCUs/image.png","https://images.hive.blog/DQmYmcNmDwjXtgLabRVqEq4aeDr4NVsumyzXQGvG93NqgU1/image.png","https://images.hive.blog/0x0/https://files.peakd.com/file/peakd-hive/doze/MkkDNhyH-2020_04_13_16_57_48.gif","https://images.hive.blog/DQmXEv6MvKTCurBzSdbKjWzFadJwfJfJfmA2We9EwD5q5Vb/screen_vision2025_1.png"]}
created2022-08-08 13:29:45
last_update2022-08-08 13:29:45
depth0
children69
last_payout2022-08-15 13:29:45
cashout_time1969-12-31 23:59:59
total_payout_value7.695 HBD
curator_payout_value51.103 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11,735
author_reputation6,706,066,580,948,202
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries
0.
accounttaskmaster4450le
weight8,500
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id115,541,508
net_rshares128,815,385,713,752
author_curate_reward""
vote details (671)
@beerlover ·
<div class='pull-right'>https://files.peakd.com/file/peakd-hive/beerlover/yiuU6bdf-beerlover20gives20BEER.gif<p><sup><a href='https://hive-engine.com/?p=market&t=BEER'>View or trade </a> <code>BEER</code>.</sup></p></div><center><br> <p>Hey @taskmaster4450, here is a little bit of <code>BEER</code> from @pouchon for you. Enjoy it!</p> <p>Learn how to <a href='https://peakd.com/beer/@beerlover/what-is-proof-of-stake-with-beer'>earn <b>FREE BEER</b> each day </a> by staking your <code>BEER</code>.</p> </center><div></div>
properties (22)
authorbeerlover
permlinkre-taskmaster4450-hard-fork-26-scaling-on-steroids-20220809t123938897z
categoryhive-167922
json_metadata{"app":"beerlover/3.0","language":"rust","developer":"wehmoen"}
created2022-08-09 12:39:39
last_update2022-08-09 12:39:39
depth1
children0
last_payout2022-08-16 12:39: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_length526
author_reputation25,819,578,508,424
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,571,153
net_rshares0
@behiver ·
$0.08
RE: Hard Fork 26: Scaling on Steroids
Great to see Hive development continue and optimize the entire blockchain. If the framework is healthy more projects will be onboard, so making things move faster is a continuous duty. 

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@behiver/re-taskmaster4450-r13i1)
πŸ‘  
properties (23)
authorbehiver
permlinkre-taskmaster4450-r13i1
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@behiver/re-taskmaster4450-r13i1"}
created2022-08-08 14:55:06
last_update2022-08-08 14:55:06
depth1
children1
last_payout2022-08-15 14:55:06
cashout_time1969-12-31 23:59:59
total_payout_value0.040 HBD
curator_payout_value0.040 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length284
author_reputation570,714,631,397,541
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,543,898
net_rshares103,598,116,853
author_curate_reward""
vote details (1)
@taskmaster4450le ·
RE: RE: Hard Fork 26: Scaling on Steroids
Speed is only one aspect, the other is cost.  Having something that can excel for less money is vital.  Larger amounts of data get more costly to process, store, and access.

So all the work is going into making sure things are processed, not only quicker, but for less money.

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@taskmaster4450le/re-behiver-6fnuar)
πŸ‘  
properties (23)
authortaskmaster4450le
permlinkre-behiver-6fnuar
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-behiver-6fnuar"}
created2022-08-08 15:11:21
last_update2022-08-08 15:11:21
depth2
children0
last_payout2022-08-15 15:11:21
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_length378
author_reputation2,191,879,646,791,924
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,544,309
net_rshares0
author_curate_reward""
vote details (1)
@bhoa ·
$0.08
The OBI concept makes a lot of sense.

I mean, if we can get to the point that confirmation just requires one block to be validated then it is a worthy development.


I already like the updates of the HF26 even if I don't understand almost everything but I see that the devs are doing a great job.

@blocktrades is quite insightful.


The happiest part of the HF26 is the RC delegation. That is where my interest lies.


Thank you for putting up something this detailed.
πŸ‘  
properties (23)
authorbhoa
permlinkre-taskmaster4450-rgauwc
categoryhive-167922
json_metadata{"tags":["hive-167922"],"app":"peakd/2022.07.1"}
created2022-08-08 14:00:12
last_update2022-08-08 14:00:12
depth1
children3
last_payout2022-08-15 14:00:12
cashout_time1969-12-31 23:59:59
total_payout_value0.040 HBD
curator_payout_value0.041 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length471
author_reputation60,701,104,434,307
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,542,279
net_rshares104,204,535,741
author_curate_reward""
vote details (1)
@taskmaster4450le ·
RE: RE: Hard Fork 26: Scaling on Steroids
>The happiest part of the HF26 is the RC delegation. That is where my interest lies.

For most users, yes this is the interesting part.  For someone like Blocktrades, scaling is the highest priority.

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@taskmaster4450le/re-bhoa-5skxhh)
πŸ‘  , ,
properties (23)
authortaskmaster4450le
permlinkre-bhoa-5skxhh
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-bhoa-5skxhh"}
created2022-08-08 15:03:12
last_update2022-08-08 15:03:12
depth2
children2
last_payout2022-08-15 15:03: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_length298
author_reputation2,191,879,646,791,924
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,544,094
net_rshares0
author_curate_reward""
vote details (3)
@bhoa ·
$0.08
I agree but I am more interested in delegating to new guys so it's not so difficult for them to engage on the platform.


Blocktrades is doing a lot and I am sure the hive ecosystem appreciates him
πŸ‘  
properties (23)
authorbhoa
permlinkre-taskmaster4450le-rgaz9g
categoryhive-167922
json_metadata{"tags":["hive-167922"],"app":"peakd/2022.07.1"}
created2022-08-08 15:34:54
last_update2022-08-08 15:34:54
depth3
children1
last_payout2022-08-15 15:34:54
cashout_time1969-12-31 23:59:59
total_payout_value0.042 HBD
curator_payout_value0.042 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length197
author_reputation60,701,104,434,307
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,545,024
net_rshares108,088,093,166
author_curate_reward""
vote details (1)
@bozz ·
$0.08
RE: Hard Fork 26: Scaling on Steroids
This is great to hear. I think it is really important for them to be building this foundation for us so that we are ready for when things really start to pick up around here.  Putting the time in and suffering through the growing pains now will pay off it spades down the road.

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@bozz/re-taskmaster4450-7ypwpt)
πŸ‘  
properties (23)
authorbozz
permlinkre-taskmaster4450-7ypwpt
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@bozz/re-taskmaster4450-7ypwpt"}
created2022-08-08 14:51:54
last_update2022-08-08 14:51:54
depth1
children1
last_payout2022-08-15 14:51:54
cashout_time1969-12-31 23:59:59
total_payout_value0.040 HBD
curator_payout_value0.040 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length374
author_reputation2,283,752,108,101,902
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,543,810
net_rshares103,684,375,402
author_curate_reward""
vote details (1)
@taskmaster4450le ·
$0.09
RE: RE: Hard Fork 26: Scaling on Steroids
It was the case since March 2020.  The main focus of the core dev team was to optimize and make the blockchain a great deal more efficient.  The size of it is significantly decreased compared to as before.  Of course, as more is added, it grows so that is why compression and other structure changes are vital.

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@taskmaster4450le/re-bozz-m7p4f)
πŸ‘  
properties (23)
authortaskmaster4450le
permlinkre-bozz-m7p4f
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-bozz-m7p4f"}
created2022-08-08 15:10:12
last_update2022-08-08 15:10:12
depth2
children0
last_payout2022-08-15 15:10:12
cashout_time1969-12-31 23:59:59
total_payout_value0.043 HBD
curator_payout_value0.043 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length408
author_reputation2,191,879,646,791,924
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,544,282
net_rshares111,444,539,554
author_curate_reward""
vote details (1)
@chorock ·
RE: Hard Fork 26: Scaling on Steroids
When is HF26?
Will it effect the price?
I am very bullish for Hive price

[Hive Price is On Great Support - Time to Go Up!](https://leofinance.io/@chorock/hive-price-is-on-great-support-time-to-go-up)

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@chorock/re-taskmaster4450-6cwksz)
properties (22)
authorchorock
permlinkre-taskmaster4450-6cwksz
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@chorock/re-taskmaster4450-6cwksz","links":["https://leofinance.io/@chorock/hive-price-is-on-great-support-time-to-go-up"]}
created2022-08-09 20:38:45
last_update2022-08-09 20:38:45
depth1
children0
last_payout2022-08-16 20:38: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_length300
author_reputation777,788,988,211,358
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,582,652
net_rshares0
@cmmemes ·
$0.08
I'm most excited for RC delegation. That could turn into another revenue stream 
πŸ‘  ,
properties (23)
authorcmmemes
permlinkre-taskmaster4450-202288t17816483z
categoryhive-167922
json_metadata{"tags":["hive","scaling","ctp","proofofbrain","vyb","archon","mancave","neoxian","leofinance"],"app":"ecency/3.0.24-vision","format":"markdown+html"}
created2022-08-08 14:08:18
last_update2022-08-08 14:08:18
depth1
children1
last_payout2022-08-15 14:08:18
cashout_time1969-12-31 23:59:59
total_payout_value0.040 HBD
curator_payout_value0.041 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length80
author_reputation87,913,808,695,984
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,542,522
net_rshares104,032,661,757
author_curate_reward""
vote details (2)
@taskmaster4450le ·
RE: RE: Hard Fork 26: Scaling on Steroids
Over time I see platforms offering their tokens for RC delegation to their users.  This only makes sense.  I am not sure what is required from a technical standpoint but someone will build it.

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@taskmaster4450le/re-cmmemes-5ugyug)
πŸ‘  
properties (23)
authortaskmaster4450le
permlinkre-cmmemes-5ugyug
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-cmmemes-5ugyug"}
created2022-08-08 15:05:39
last_update2022-08-08 15:05:39
depth2
children0
last_payout2022-08-15 15:05: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_length294
author_reputation2,191,879,646,791,924
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,544,162
net_rshares0
author_curate_reward""
vote details (1)
@curation-cartel ·
![1UP-PIZZA.png](https://files.peakd.com/file/peakd-hive/curation-cartel/23xediR4hotaNsS5pUJrmYVg3YGeTLpui41uCij2jhUDZ4uFT84zoGJf8a8VnfELXLJgt.png) |  <div class="phishy"><u><h4>You have received a __1UP__ from @luizeba!</h4></u></div> The @oneup-cartel will soon upvote you with:<hr> __@leo-curator, @ctp-curator, @vyb-curator, @pob-curator, @neoxag-curator__ <hr>_And they will bring !PIZZA πŸ•._
-|-

<sup>[Learn more](https://peakd.com/hive-102223/@flauwy/the-curation-cartel-1up-trigger-smart-voting-mana-and-high-delegation-returns-for-14-different-tribes) about our delegation service to earn daily rewards. Join the Cartel on [Discord](https://discord.gg/mvtAneE3Ca).</sup>
πŸ‘  
properties (23)
authorcuration-cartel
permlinkre-hard-fork-26-scaling-on-steroids-20220808t140940z
categoryhive-167922
json_metadata"{"app": "beem/0.24.26"}"
created2022-08-08 14:09:42
last_update2022-08-08 14:09:42
depth1
children0
last_payout2022-08-15 14:09:42
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_length679
author_reputation1,123,882,653,763
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,542,547
net_rshares0
author_curate_reward""
vote details (1)
@dagger212 ·
$0.08
RE: Hard Fork 26: Scaling on Steroids
Seriously, when is the world going to wake up to what our devs are building here?!?  I'm happily adding as much as I can at these levels because at some point, ***quality* will rise**.  It's just the nature of the world.

Hopefully the HAF will start attracting some more devs who will create the dapp(s) that will capture the mainstream world's attention.  Until that time, I'm just going to keep stacking.  As I've said 100 times before, to me it's no longer an "if" HIVE becomes a top 50 crypto, but when.

Thanks for putting this in layman's terms us dummies can understand.

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@dagger212/re-taskmaster4450-gg5hm)
πŸ‘  , ,
properties (23)
authordagger212
permlinkre-taskmaster4450-gg5hm
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@dagger212/re-taskmaster4450-gg5hm"}
created2022-08-08 14:41:39
last_update2022-08-08 14:41:39
depth1
children1
last_payout2022-08-15 14:41:39
cashout_time1969-12-31 23:59:59
total_payout_value0.040 HBD
curator_payout_value0.041 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length679
author_reputation65,388,536,252,556
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,543,503
net_rshares103,854,770,943
author_curate_reward""
vote details (3)
@taskmaster4450le ·
RE: RE: Hard Fork 26: Scaling on Steroids
I agree with that.  Hive will be a top 50 coin at some point, it is only a matter of time.

As for HAF, the more I learn about it, the more I like it.  That will do a lot for Hive and should excite the developers.  When word spreads how easy it is to build on Hive, that should really kickstart things.

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@taskmaster4450le/re-dagger212-4jkz96)
πŸ‘  
properties (23)
authortaskmaster4450le
permlinkre-dagger212-4jkz96
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-dagger212-4jkz96"}
created2022-08-08 15:08:21
last_update2022-08-08 15:08:21
depth2
children0
last_payout2022-08-15 15:08:21
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_length406
author_reputation2,191,879,646,791,924
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,544,231
net_rshares0
author_curate_reward""
vote details (1)
@dwayne16 ·
$0.08
RE: Hard Fork 26: Scaling on Steroids
I love the way you don't make this too complicated because most time I read about H26 all the technical words is disturbing. I'm happy hive keeps improving in every area possible just to make it better.

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@dwayne16/re-taskmaster4450-zvjmg)
πŸ‘  
properties (23)
authordwayne16
permlinkre-taskmaster4450-zvjmg
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@dwayne16/re-taskmaster4450-zvjmg"}
created2022-08-08 15:16:24
last_update2022-08-08 15:16:24
depth1
children2
last_payout2022-08-15 15:16:24
cashout_time1969-12-31 23:59:59
total_payout_value0.042 HBD
curator_payout_value0.042 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length302
author_reputation709,723,033,453,551
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,544,472
net_rshares107,902,093,955
author_curate_reward""
vote details (1)
@dwayne16 ·
RE: RE: Hard Fork 26: Scaling on Steroids
This will go a long way for anybody that does understand anything coding or understand too much about blockchain. This is pretty straightforward 

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@dwayne16/re-dwayne16-832jy)
properties (22)
authordwayne16
permlinkre-dwayne16-832jy
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@dwayne16/re-dwayne16-832jy"}
created2022-08-08 21:49:24
last_update2022-08-08 21:49:24
depth2
children0
last_payout2022-08-15 21:49:24
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_length239
author_reputation709,723,033,453,551
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,555,636
net_rshares0
@taskmaster4450le ·
RE: RE: Hard Fork 26: Scaling on Steroids
A lot of what is written is by technical people and they cant help but to be, well, technical.  However, many do a good job breaking it down and the pics really helped.

So I do my best to translate as best I can.  Following the bits and bytes isnt my thing either but I try.

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@taskmaster4450le/re-dwayne16-6ptjrh)
properties (22)
authortaskmaster4450le
permlinkre-dwayne16-6ptjrh
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-dwayne16-6ptjrh"}
created2022-08-08 21:14:45
last_update2022-08-08 21:14:45
depth2
children0
last_payout2022-08-15 21:14: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_length378
author_reputation2,191,879,646,791,924
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,554,281
net_rshares0
@finguru ·
$0.08
RE: Hard Fork 26: Scaling on Steroids
We need to scale for microblogging and video sharing. It's great to see we are moving forward in that direction. More horsepower doesn't hurt. xD 

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@finguru/re-taskmaster4450-7wkzo6)
πŸ‘  , ,
properties (23)
authorfinguru
permlinkre-taskmaster4450-7wkzo6
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@finguru/re-taskmaster4450-7wkzo6"}
created2022-08-08 14:07:18
last_update2022-08-08 14:07:18
depth1
children1
last_payout2022-08-15 14:07:18
cashout_time1969-12-31 23:59:59
total_payout_value0.040 HBD
curator_payout_value0.041 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length246
author_reputation358,211,814,021,785
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,542,503
net_rshares104,109,813,475
author_curate_reward""
vote details (3)
@taskmaster4450le ·
RE: RE: Hard Fork 26: Scaling on Steroids
Video is not on blockchain so that requires optimizing second layer solutions.

Microblogging, at least tied to [Leofinance](https://leofinance.io/@leoglossary/leoglossary-what-is-leofinance), is going enhanced by the upgrades since it interacts with the Hive blockchain.  



Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@taskmaster4450le/re-finguru-6gcopm)
πŸ‘  
properties (23)
authortaskmaster4450le
permlinkre-finguru-6gcopm
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-finguru-6gcopm","links":["https://leofinance.io/@leoglossary/leoglossary-what-is-leofinance"]}
created2022-08-08 15:04:57
last_update2022-08-08 15:04:57
depth2
children0
last_payout2022-08-15 15:04:57
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_length377
author_reputation2,191,879,646,791,924
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,544,140
net_rshares0
author_curate_reward""
vote details (1)
@gadrian ·
$0.08
> First 5 years: less than 242 merge requests
HF26: more than 242 merge requests

I thought so too when I read blocktrades' post, but no, he meant since the split, from HF24 forward (I checked github). Still, HF26 is very impressive by comparison, being the largest in the history of post-split Hive.
πŸ‘  , , ,
properties (23)
authorgadrian
permlinkre-taskmaster4450-rgax7y
categoryhive-167922
json_metadata{"tags":["hive-167922"],"app":"peakd/2022.07.1"}
created2022-08-08 14:50:24
last_update2022-08-08 14:50:24
depth1
children3
last_payout2022-08-15 14:50:24
cashout_time1969-12-31 23:59:59
total_payout_value0.040 HBD
curator_payout_value0.041 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length300
author_reputation643,788,264,493,582
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,543,769
net_rshares103,775,491,201
author_curate_reward""
vote details (4)
@taskmaster4450le ·
RE: RE: Hard Fork 26: Scaling on Steroids
>...being the largest in the history of post-split Hive.

Well considering it is only the second HF, I would say that isnt as impressive.  LOL

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@taskmaster4450le/re-gadrian-6tbpjj)
properties (22)
authortaskmaster4450le
permlinkre-gadrian-6tbpjj
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-gadrian-6tbpjj"}
created2022-08-08 15:09:09
last_update2022-08-08 15:09:09
depth2
children2
last_payout2022-08-15 15:09: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_length244
author_reputation2,191,879,646,791,924
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,544,248
net_rshares0
@gadrian · (edited)
$0.08
I'm not sure if the changes for HF24 are actually accounted for there. That's the actual split, which included minimal changes since it was precipitated by the events.

If they aren't included, then yep, that's the second HF indeed.

It is the second one where a lot of work has been put in, that's for sure.
πŸ‘  
properties (23)
authorgadrian
permlinkre-taskmaster4450le-rgayct
categoryhive-167922
json_metadata{"tags":"hive-167922"}
created2022-08-08 15:14:54
last_update2022-08-08 15:18:09
depth3
children1
last_payout2022-08-15 15:14:54
cashout_time1969-12-31 23:59:59
total_payout_value0.042 HBD
curator_payout_value0.042 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length308
author_reputation643,788,264,493,582
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,544,416
net_rshares107,996,636,544
author_curate_reward""
vote details (1)
@grampo ·
Thanks for the detailed overview of the level one optimizations included in HF26. 

What else is included in the upcoming hardfork? Are there any changes to the HBD haircut rule?
πŸ‘  , , , ,
πŸ‘Ž  
properties (23)
authorgrampo
permlinkre-taskmaster4450-hard-fork-26-scaling-on-steroids-20220808t135041324z
categoryhive-167922
json_metadata{"community":"waivio","app":"waivio/1.0.0","format":"markdown","timeOfPostCreation":1659966644324,"users":[],"links":[],"image":[],"wobj":{"wobjects":[]}}
created2022-08-08 13:50:42
last_update2022-08-08 13:50:42
depth1
children6
last_payout2022-08-15 13:50:42
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_length179
author_reputation27,902,505,281,195
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,542,046
net_rshares-347,358,307,828
author_curate_reward""
vote details (6)
@taskmaster4450le ·
$2.17
RE: RE: Hard Fork 26: Scaling on Steroids
>Are there any changes to the HBD haircut rule?

Yes moving to 30%.

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@taskmaster4450le/re-grampo-3dmdsh)
πŸ‘  , , , , ,
properties (23)
authortaskmaster4450le
permlinkre-grampo-3dmdsh
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-grampo-3dmdsh"}
created2022-08-08 15:00:42
last_update2022-08-08 15:00:42
depth2
children5
last_payout2022-08-15 15:00:42
cashout_time1969-12-31 23:59:59
total_payout_value1.084 HBD
curator_payout_value1.083 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length168
author_reputation2,191,879,646,791,924
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,544,049
net_rshares2,723,290,852,263
author_curate_reward""
vote details (6)
@dwayne16 ·
RE: RE: Hard Fork 26: Scaling on Steroids
30%? How can that be sustainable 

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@dwayne16/re-taskmaster4450le-zt85y)
properties (22)
authordwayne16
permlinkre-taskmaster4450le-zt85y
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@dwayne16/re-taskmaster4450le-zt85y"}
created2022-08-08 15:13:21
last_update2022-08-08 15:13:21
depth3
children4
last_payout2022-08-15 15:13:21
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_length135
author_reputation709,723,033,453,551
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,544,366
net_rshares0
@jerrythefarmer ·
RE: Hard Fork 26: Scaling on Steroids
It's really hard to wrap your head around the technical details but I'll let people that work on them worry about the, all I see is more speed and more scalability and I like it.

With that new MLS game coming we will probably need it (if they do launch on Hive).

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@jerrythefarmer/re-taskmaster4450-5zdwqf)
properties (22)
authorjerrythefarmer
permlinkre-taskmaster4450-5zdwqf
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@jerrythefarmer/re-taskmaster4450-5zdwqf"}
created2022-08-09 09:22:33
last_update2022-08-09 09:22:33
depth1
children0
last_payout2022-08-16 09:22:33
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_length370
author_reputation39,419,153,570,349
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,567,313
net_rshares0
@jfang003 ·
RE: Hard Fork 26: Scaling on Steroids
It's great news to see that the testing is going well and I think the one block transaction time is a good thing. At least, it was my own assumption on how things worked on chain even before knowing about this hard fork.

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@jfang003/re-taskmaster4450-nbugn)
properties (22)
authorjfang003
permlinkre-taskmaster4450-nbugn
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@jfang003/re-taskmaster4450-nbugn"}
created2022-08-09 06:35:18
last_update2022-08-09 06:35:18
depth1
children0
last_payout2022-08-16 06:35:18
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_length320
author_reputation645,352,052,383,935
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,564,708
net_rshares0
@joetunex ·
$0.08
RE: Hard Fork 26: Scaling on Steroids
This article makes the next HF a lot simpler to understand what we should be expecting from the HF. It excites me to know our devs are putting in all these effort for better scalability of Hive, upgrades likes this further reaffirms my belief in what we have here. 

Looking beyond Hive, it is quite encouraging seeing blockchains are codding away, upgrading and building, all these translates to the entire space evolving and not stagnant. 

It excites being being amongst these brilliants minds building for the future. 

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@joetunex/re-taskmaster4450-2qfom5)
πŸ‘  ,
properties (23)
authorjoetunex
permlinkre-taskmaster4450-2qfom5
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@joetunex/re-taskmaster4450-2qfom5"}
created2022-08-08 14:24:03
last_update2022-08-08 14:24:03
depth1
children1
last_payout2022-08-15 14:24:03
cashout_time1969-12-31 23:59:59
total_payout_value0.040 HBD
curator_payout_value0.041 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length623
author_reputation617,325,632,664,490
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,542,932
net_rshares103,943,671,855
author_curate_reward""
vote details (2)
@taskmaster4450le ·
RE: RE: Hard Fork 26: Scaling on Steroids
I would say that stagnation is not part of the industry.  Even joking about Vitalik is said with full knowledge they have a plan and are going to implement it.  The only point of debate is how long it takes.

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@taskmaster4450le/re-joetunex-xtpm7)
properties (22)
authortaskmaster4450le
permlinkre-joetunex-xtpm7
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-joetunex-xtpm7"}
created2022-08-08 15:06:36
last_update2022-08-08 15:06:36
depth2
children0
last_payout2022-08-15 15:06: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_length309
author_reputation2,191,879,646,791,924
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,544,195
net_rshares0
@luizeba ·
Great Post!

!1UP

<div class=text-center>You can earn passive income by delegation of tribe tokens to "The Cartel"!

[![](https://images.hive.blog/p/FUkUE5bzkAZT3HzV5tJDiU2ik81PCd4JCyhWnRcDN8XJsVFY3UNB8DCSmoM2ujRpecRrPXsPH9dFMuJKxLKfeZPBgLnZuUbnYbwhioLnFLQPnge8EMm1SCsLqC5EQSHEM7uy7Bso7uBpiM6je1T8qfEb8c4wuu3hF5XU?format=match&mode=fit)](https://discord.gg/zQrvxAu7mu) 
Click the banner to join "The Cartel" Discord server to know more!</div>
properties (22)
authorluizeba
permlinkre-taskmaster4450-202288t11351762z
categoryhive-167922
json_metadata{"tags":["hive","scaling","ctp","proofofbrain","vyb","archon","mancave","neoxian","leofinance"],"app":"ecency/3.0.24-vision","format":"markdown+html"}
created2022-08-08 14:03:54
last_update2022-08-08 14:03:54
depth1
children0
last_payout2022-08-15 14:03:54
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_length444
author_reputation489,941,944,757,938
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,542,396
net_rshares0
@melaniabrooks ·
cool
properties (22)
authormelaniabrooks
permlinkre-taskmaster4450-20231122t45340289z
categoryhive-167922
json_metadata{"tags":["hive","scaling","ctp","proofofbrain","vyb","archon","mancave","neoxian","leofinance"],"app":"ecency/3.0.37-vision","format":"markdown+html"}
created2023-11-22 02:53:39
last_update2023-11-22 02:53:39
depth1
children0
last_payout2023-11-29 02:53: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_length4
author_reputation-7,970,980,517,605
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id129,069,882
net_rshares0
@pixresteemer ·
<center>![pixresteemer_incognito_angel_mini.png](https://files.peakd.com/file/peakd-hive/pixresteemer/8h7BBw1w-pixresteemer_incognito_angel_mini.png)</center><center>Bang, I did it again... I just rehived your post!</center><center>Week 118 of my [contest](/hive-179017/@pixresteemer/the-re-hive-contest-results-week-117-and-start-week-118) just started...you can now check the winners of the previous week!</center><center>!PIZZA</center><center><sub>6</sub></center>
πŸ‘  , ,
properties (23)
authorpixresteemer
permlink20220808t133721493z
categoryhive-167922
json_metadata{"tags":["archon","pixresteemer"],"app":"pixresteemer"}
created2022-08-08 13:37:21
last_update2022-08-08 13:37:21
depth1
children0
last_payout2022-08-15 13:37:21
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_length468
author_reputation121,317,491,310,118
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,541,768
net_rshares0
author_curate_reward""
vote details (3)
@pizzabot · (edited)
RE: Hard Fork 26: Scaling on Steroids
<center>PIZZA! PIZZA! PIZZA! 


PIZZA Holders sent <strong>$PIZZA</strong> tips in this post's comments:
@torran<sub>(1/10)</sub> tipped @taskmaster4450 (x1)
pixresteemer tipped taskmaster4450 (x1)
vimukthi tipped taskmaster4450 (x1)


<sub>You can now send $PIZZA tips in <a href="https://discord.gg/hivepizza">Discord</a> via tip.cc!</sub></center>
πŸ‘  , , ,
properties (23)
authorpizzabot
permlinkre-hard-fork-26-scaling-on-steroids-20220808t133824z
categoryhive-167922
json_metadata"{"app": "beem/0.24.26"}"
created2022-08-08 13:38:24
last_update2022-08-08 14:05:51
depth1
children0
last_payout2022-08-15 13:38:24
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_length350
author_reputation7,617,921,360,686
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,541,786
net_rshares0
author_curate_reward""
vote details (4)
@poshtoken · (edited)
$0.12
https://twitter.com/taskmaster4450/status/1556656529008431105
https://twitter.com/ctrpch/status/1556783285241389056
<sub> The rewards earned on this comment will go directly to the people( @taskmaster4450le, @ctrpch ) sharing the post on Twitter as long as they are registered with @poshtoken. Sign up at https://hiveposh.com.</sub>
πŸ‘  
properties (23)
authorposhtoken
permlinkre-taskmaster4450-hard-fork-26-scaling-on-steroids16535
categoryhive-167922
json_metadata"{"app":"Poshtoken 0.0.1","payoutToUser":["taskmaster4450le","ctrpch"]}"
created2022-08-08 15:08:36
last_update2022-08-08 23:32:12
depth1
children0
last_payout2022-08-15 15:08:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.119 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length333
author_reputation5,596,969,104,537,177
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries
0.
accountreward.app
weight10,000
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id115,544,234
net_rshares301,546,622,637
author_curate_reward""
vote details (1)
@pouchon ·
RE: Hard Fork 26: Scaling on Steroids
Quite a few nuggets in this post.
The future of #hive look brighter everyday.
Will the block size stay the same or they are moving to 1mb?
I heard there is price associated with the size.
Can you elaborate?


!BEER

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@pouchon/re-taskmaster4450-5qp4eb)
properties (22)
authorpouchon
permlinkre-taskmaster4450-5qp4eb
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@pouchon/re-taskmaster4450-5qp4eb"}
created2022-08-09 12:39:30
last_update2022-08-09 12:39:30
depth1
children0
last_payout2022-08-16 12:39: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_length314
author_reputation840,996,872,980,681
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,571,148
net_rshares0
@sebzie123 ·
Its really great to see these developments coming on in line with Hive and its indeed a blockchain. Thank you for the update and explaining all the developments to the core.
properties (22)
authorsebzie123
permlinkrgcwfw
categoryhive-167922
json_metadata{"app":"hiveblog/0.1"}
created2022-08-09 16:28:51
last_update2022-08-09 16:28:51
depth1
children0
last_payout2022-08-16 16:28: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_length173
author_reputation71,282,082,107
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries
0.
accounthiveonboard
weight100
1.
accountjaraumoses
weight300
2.
accountocdb
weight100
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,576,739
net_rshares0
@shmoogleosukami ·
To summerize HF 26 in a nut shell.. Hive go BRRRR much faster.
properties (22)
authorshmoogleosukami
permlinkre-taskmaster4450-rgbfas
categoryhive-167922
json_metadata{"tags":["hive-167922"],"app":"peakd/2022.07.1"}
created2022-08-08 21:20:51
last_update2022-08-08 21:20:51
depth1
children0
last_payout2022-08-15 21:20: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_length62
author_reputation227,109,545,300,159
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,554,527
net_rshares0
@solymi ·
RE: Hard Fork 26: Scaling on Steroids
Being ready is all that counts, if the masses come #HIVE will be ready.

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@solymi/re-taskmaster4450-7dwlip)
properties (22)
authorsolymi
permlinkre-taskmaster4450-7dwlip
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@solymi/re-taskmaster4450-7dwlip"}
created2022-08-09 05:01:42
last_update2022-08-09 05:01:42
depth1
children1
last_payout2022-08-16 05:01:42
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_length170
author_reputation274,440,811,155,496
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,563,341
net_rshares0
@ironshield ·
when
properties (22)
authorironshield
permlinkrhfmon
categoryhive-167922
json_metadata{"app":"hiveblog/0.1"}
created2022-08-30 14:24:45
last_update2022-08-30 14:24:45
depth2
children0
last_payout2022-09-06 14:24: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_length4
author_reputation648,787,896,432,262
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id116,169,506
net_rshares0
@tobetada ·
$0.08
wait so we are getting 1 MB block sizes?
πŸ‘  
properties (23)
authortobetada
permlinkre-taskmaster4450-rgb554
categoryhive-167922
json_metadata{"tags":["hive-167922"],"app":"peakd/2022.07.1"}
created2022-08-08 17:41:27
last_update2022-08-08 17:41:27
depth1
children2
last_payout2022-08-15 17:41:27
cashout_time1969-12-31 23:59:59
total_payout_value0.042 HBD
curator_payout_value0.042 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length40
author_reputation600,287,086,295,922
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,548,224
net_rshares107,708,523,000
author_curate_reward""
vote details (1)
@taskmaster4450le ·
$0.08
RE: RE: Hard Fork 26: Scaling on Steroids
No I dont believe so, not at this point anyway.  My guess is it was a test to see what it could handle.  

The prospect is there for larger block sizes if needed.  Not sure how much discussion there is, if any, about it.

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@taskmaster4450le/re-tobetada-6pszev)
πŸ‘  
properties (23)
authortaskmaster4450le
permlinkre-tobetada-6pszev
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-tobetada-6pszev"}
created2022-08-08 21:16:06
last_update2022-08-08 21:16:06
depth2
children1
last_payout2022-08-15 21:16:06
cashout_time1969-12-31 23:59:59
total_payout_value0.040 HBD
curator_payout_value0.040 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length323
author_reputation2,191,879,646,791,924
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,554,345
net_rshares101,979,802,200
author_curate_reward""
vote details (1)
@shmoogleosukami ·
The good thing about hive is witnesses control the block size via a paramiter so no HF needed for that change to go ahead.
properties (22)
authorshmoogleosukami
permlinkre-taskmaster4450le-rgbfjp
categoryhive-167922
json_metadata{"tags":["hive-167922"],"app":"peakd/2022.07.1"}
created2022-08-08 21:26:12
last_update2022-08-08 21:26:12
depth3
children0
last_payout2022-08-15 21:26: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_length122
author_reputation227,109,545,300,159
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,554,802
net_rshares0
@tokutaro22 ·
$0.08
RE: Hard Fork 26: Scaling on Steroids
How long does it take for a block to become irreversible now? How do you think the function of delegation of resource credits will be?

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@tokutaro22/re-taskmaster4450-1fz4z)
πŸ‘  
properties (23)
authortokutaro22
permlinkre-taskmaster4450-1fz4z
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@tokutaro22/re-taskmaster4450-1fz4z"}
created2022-08-08 13:57:18
last_update2022-08-08 13:57:18
depth1
children1
last_payout2022-08-15 13:57:18
cashout_time1969-12-31 23:59:59
total_payout_value0.040 HBD
curator_payout_value0.041 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length236
author_reputation98,640,004,278,991
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,542,194
net_rshares104,283,449,806
author_curate_reward""
vote details (1)
@taskmaster4450le ·
RE: RE: Hard Fork 26: Scaling on Steroids
3 x 15.7 secs or something like that.  Call it 48 seconds.

>How do you think the function of delegation of resource credits will be?

In the beginning, perhaps not too much.  Ultimately it will be huge for applications.  They can amass HP yet only delegate out RCs to new users.  That makes a big difference.

We might also see markets develop for RCs.  Do not be surprised if someone builds an exchange.

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@taskmaster4450le/re-tokutaro22-wjp3y)
πŸ‘  
properties (23)
authortaskmaster4450le
permlinkre-tokutaro22-wjp3y
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-tokutaro22-wjp3y"}
created2022-08-08 15:02:27
last_update2022-08-08 15:02:27
depth2
children0
last_payout2022-08-15 15:02:27
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_length509
author_reputation2,191,879,646,791,924
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,544,075
net_rshares0
author_curate_reward""
vote details (1)
@torran ·
!PGM
!PIZZA
!LUV
πŸ‘  
properties (23)
authortorran
permlinkre-taskmaster4450-rgav3o
categoryhive-167922
json_metadata{"tags":["hive-167922"],"app":"peakd/2022.07.1"}
created2022-08-08 14:04:36
last_update2022-08-08 14:04:36
depth1
children1
last_payout2022-08-15 14:04: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_length16
author_reputation8,297,298,349,285
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,542,421
net_rshares0
author_curate_reward""
vote details (1)
@luvshares ·
@torran<sub>(1/1)</sub> gave you LUV. <a href="https://peakd.com/@luvshares/about" style="text-decoration:none"><img src="https://files.peakd.com/file/peakd-hive/crrdlx/AKU7oyCXxGwYyudB42kJ7JtoZ63bdeHvm4icoT9xdGNxA4i4BwudGyPvTQrEwPd.gif"></a> <a
    href="https://crrdlx.websavvy.work/" style="text-decoration:none">tools</a> | <a href="https://tribaldex.com/wallet">wallet</a>  | <a 
    href="https://discord.gg/K5GvNhcPqR" style="text-decoration:none">discord</a> | <a href="https://peakd.com/c/hive-159259">community | <a href="https://ichthys.netlify.app" style="text-decoration:none"><><</a>
<br><center><a href="https://peakd.com/nftforpeace/@hivebuzz/nft-for-peace" target="_blank"><img src="https://files.peakd.com/file/peakd-hive/luvshares/242henrWsje7ivLwY3jxy15af3LJqvUzEmrEKAViGAowE1XsPqkDUuQ6QnwYpVJUWKN7c.gif"></a><br><a href="https://peakd.com/nftforpeace/@hivebuzz/nft-for-peace" target="_blank">HiveBuzz.me NFT for Peace</a></center>
properties (22)
authorluvshares
permlinkre-re-taskmaster4450-rgav3o-20220808t144316z
categoryhive-167922
json_metadata"{"app": "beem/0.24.26"}"
created2022-08-08 14:43:15
last_update2022-08-08 14:43:15
depth2
children0
last_payout2022-08-15 14:43: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_length951
author_reputation5,651,102,754,153
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,543,557
net_rshares0
@trend-setter ·
Thank for the detail and update. !LOLZ 
properties (22)
authortrend-setter
permlinkre-taskmaster4450-202288t204446883z
categoryhive-167922
json_metadata{"tags":["hive-167922","hive","scaling","ctp","proofofbrain","vyb","archon","mancave","neoxian","leofinance"],"app":"ecency/3.0.32-mobile","format":"markdown+html"}
created2022-08-08 14:14:48
last_update2022-08-08 14:14:48
depth1
children0
last_payout2022-08-15 14:14:48
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_length39
author_reputation2,271,283,015,740
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,542,664
net_rshares0
@typebox ·
RE: Hard Fork 26: Scaling on Steroids
Another interesting aspect of the OBI protocol is that it allows for much better monitoring of the status of the Hive P2P network when it is experiencing connectivity problems than was previously possible. 

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@typebox/re-taskmaster4450-5vmxz7)
properties (22)
authortypebox
permlinkre-taskmaster4450-5vmxz7
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@typebox/re-taskmaster4450-5vmxz7"}
created2022-08-08 23:55:06
last_update2022-08-08 23:55:06
depth1
children0
last_payout2022-08-15 23:55: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_length306
author_reputation39,179,991,718,345
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,558,034
net_rshares0
@uyobong ·
$0.08
It's amazing the pace at which Hive's development is growing of late. Sincerely, Hive will not be ignored for long.
πŸ‘  
properties (23)
authoruyobong
permlinkre-taskmaster4450-rgau9m
categoryhive-167922
json_metadata{"tags":["hive-167922"],"app":"peakd/2022.07.1"}
created2022-08-08 13:46:33
last_update2022-08-08 13:46:33
depth1
children2
last_payout2022-08-15 13:46:33
cashout_time1969-12-31 23:59:59
total_payout_value0.040 HBD
curator_payout_value0.041 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length115
author_reputation936,793,905,086,108
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,541,963
net_rshares104,560,488,318
author_curate_reward""
vote details (1)
@taskmaster4450le ·
RE: RE: Hard Fork 26: Scaling on Steroids
It might be ignored but that is okay.  We will keep building and increasing what is being offered here.

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@taskmaster4450le/re-uyobong-4mdbpf)
properties (22)
authortaskmaster4450le
permlinkre-uyobong-4mdbpf
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-uyobong-4mdbpf"}
created2022-08-08 14:59:09
last_update2022-08-08 14:59:09
depth2
children1
last_payout2022-08-15 14:59: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_length205
author_reputation2,191,879,646,791,924
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,544,000
net_rshares0
@palasatenea ·
Until no one can ignore it anymore. It may take years but we're getting there.
properties (22)
authorpalasatenea
permlinkre-taskmaster4450le-rgbpka
categoryhive-167922
json_metadata{"tags":["hive-167922"],"app":"peakd/2022.07.1"}
created2022-08-09 01:02:33
last_update2022-08-09 01:02:33
depth3
children0
last_payout2022-08-16 01:02:33
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_length78
author_reputation6,973,925,098,488
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,559,158
net_rshares0
@vimukthi ·
$0.08
RE: Hard Fork 26: Scaling on Steroids
Thank you very much for the update. I had missed out on most of the HF 26 developments. One of the advantages I see for HIVE is being able to adapt upgrades done to blockchains like EOS, Telos and similar projects built with similar technology based to the trail blazed by @dan
!PIZZA
!LUV

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@vimukthi/re-taskmaster4450-6rlnsk)
πŸ‘  , ,
properties (23)
authorvimukthi
permlinkre-taskmaster4450-6rlnsk
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@vimukthi/re-taskmaster4450-6rlnsk"}
created2022-08-08 13:58:54
last_update2022-08-08 13:58:54
depth1
children0
last_payout2022-08-15 13:58:54
cashout_time1969-12-31 23:59:59
total_payout_value0.042 HBD
curator_payout_value0.042 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length390
author_reputation501,724,230,538,197
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,542,249
net_rshares108,190,773,449
author_curate_reward""
vote details (3)
@xplosive · (edited)
$0.24
> Do you want to wait an hour (or more) to be able to downloads something after making a purchase? The answer is obviously not.

But sometimes we have to wait even more.

> The is another reality on top of this: people are going to be upset if they have to wait 45-48 seconds for the download to start. When it comes to Internet, patience stands at near zero. Most of us will click "X" is a webpage takes more than a couple seconds to load.

Those, who do this probably have not experienced ADSL, nor the mobile internet, to stick to even modern technologies. The internet can be slow. Both with old, and with new technology. Sometimes I wait more than one minute for a website to load.

Looks like patience is indeed a virtue nowadays. People were much more patient in the past.
πŸ‘  , , , , , , , , , , , ,
properties (23)
authorxplosive
permlinkre-taskmaster4450-202288t155154814z
categoryhive-167922
json_metadata{"tags":["hive-167922","hive","scaling","ctp","proofofbrain","vyb","archon","mancave","neoxian","leofinance"],"app":"ecency/3.0.32-mobile","format":"markdown+html"}
created2022-08-08 13:51:54
last_update2022-08-08 13:52:12
depth1
children3
last_payout2022-08-15 13:51:54
cashout_time1969-12-31 23:59:59
total_payout_value0.120 HBD
curator_payout_value0.118 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length779
author_reputation209,587,758,556,745
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,542,067
net_rshares303,672,219,880
author_curate_reward""
vote details (13)
@palasatenea ·
$0.03
We used to wait hours for a cd to be burned and several minutes waiting for that new mp3 that you wanted to download with modems of 56k lol. Patience was a requirement to be in front of a computer not so many time ago. 
πŸ‘  
properties (23)
authorpalasatenea
permlinkre-xplosive-rgbpi6
categoryhive-167922
json_metadata{"tags":["hive-167922"],"app":"peakd/2022.07.1"}
created2022-08-09 01:01:18
last_update2022-08-09 01:01:18
depth2
children2
last_payout2022-08-16 01:01:18
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.015 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length219
author_reputation6,973,925,098,488
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,559,142
net_rshares40,592,259,731
author_curate_reward""
vote details (1)
@xplosive ·
$0.03
True. We had a 486, Pentium I-II-III-IV PCs in my childhood. I have not used 56k modem, but I experienced the slow speed of the CD burning, and the slow speed of the internet. The latter was not that slow. If I remember correctly, the first internet connection I used was 64 Kbit/s or 128 Kbit/s.
πŸ‘  ,
properties (23)
authorxplosive
permlinkre-palasatenea-202289t61514910z
categoryhive-167922
json_metadata{"tags":["hive-167922"],"app":"ecency/3.0.32-mobile","format":"markdown+html"}
created2022-08-09 04:15:12
last_update2022-08-09 04:15:12
depth3
children1
last_payout2022-08-16 04:15:12
cashout_time1969-12-31 23:59:59
total_payout_value0.013 HBD
curator_payout_value0.013 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length296
author_reputation209,587,758,556,745
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,562,653
net_rshares37,626,338,935
author_curate_reward""
vote details (2)
@yogajill ·
$0.08
RE: Hard Fork 26: Scaling on Steroids
Building reinforcing growing. It's awesome to see that the blockchain continues to progress. This is a very exciting environment. I am grateful for the dedication by the developers. Look at us grow! Go Hive Go!! 

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@yogajill/re-taskmaster4450-5ksqfz)
πŸ‘  
properties (23)
authoryogajill
permlinkre-taskmaster4450-5ksqfz
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@yogajill/re-taskmaster4450-5ksqfz"}
created2022-08-08 15:38:24
last_update2022-08-08 15:38:24
depth1
children1
last_payout2022-08-15 15:38:24
cashout_time1969-12-31 23:59:59
total_payout_value0.042 HBD
curator_payout_value0.042 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length313
author_reputation54,138,244,064,176
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,545,118
net_rshares107,810,823,333
author_curate_reward""
vote details (1)
@taskmaster4450le ·
RE: RE: Hard Fork 26: Scaling on Steroids
We will see how it all unfolds.  Evidently a lot of good things starting to come into play.

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@taskmaster4450le/re-yogajill-66wefo)
properties (22)
authortaskmaster4450le
permlinkre-yogajill-66wefo
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-yogajill-66wefo"}
created2022-08-08 21:15:12
last_update2022-08-08 21:15:12
depth2
children0
last_payout2022-08-15 21:15: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_length194
author_reputation2,191,879,646,791,924
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,554,303
net_rshares0
@youngkedar98 ·
$0.08
RE: Hard Fork 26: Scaling on Steroids
Basically, the <a href="https://leofinance.io/@leoglossary/leoglossary-infrastructure-computer">infrastructure</a> is being put in place for <a href="https://leofinance.io/@crypto-guides/what-is-hive-crypto-hive">Hive</a> to achieve scalability on a massive scale. This will definitely carry immense benefits for both the technical and non technical side, the ecosystem as a whole. Hopefully, making it the epicenter for blockchain development.  

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@youngkedar98/re-taskmaster4450-4spztd)
πŸ‘  , ,
properties (23)
authoryoungkedar98
permlinkre-taskmaster4450-4spztd
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@youngkedar98/re-taskmaster4450-4spztd","links":["https://leofinance.io/@leoglossary/leoglossary-infrastructure-computer","https://leofinance.io/@crypto-guides/what-is-hive-crypto-hive"]}
created2022-08-08 14:57:03
last_update2022-08-08 14:57:03
depth1
children1
last_payout2022-08-15 14:57:03
cashout_time1969-12-31 23:59:59
total_payout_value0.040 HBD
curator_payout_value0.040 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length551
author_reputation1,097,758,755,284
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,543,945
net_rshares103,512,738,919
author_curate_reward""
vote details (3)
@taskmaster4450le ·
RE: RE: Hard Fork 26: Scaling on Steroids
That is my take on it going through the articles linked in this one.  The breakdown appears, to me, that we are many many orders of magnitude higher in terms of the traffic we can handle.

I also am going to conclude this quest is not going to stop anytime soon.  As mentioned in one of the articles, there are some changes that can be made in the future to a certain section to get even more out of it.

It just keeps going.

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@taskmaster4450le/re-youngkedar98-3dxhzm)
properties (22)
authortaskmaster4450le
permlinkre-youngkedar98-3dxhzm
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-youngkedar98-3dxhzm"}
created2022-08-08 15:12:54
last_update2022-08-08 15:12:54
depth2
children0
last_payout2022-08-15 15:12:54
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_length532
author_reputation2,191,879,646,791,924
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,544,354
net_rshares0
@zealous4ever ·
$0.08
There's a cryptocurrency that also tried this, they're called electroneum, don't know if they succeeded in implementing such functionality into their chain.

The ones that impressed me so much are: 
1. the HBD staking APR increase to 30% and 
2. delegation of RC feature, 

These are rare ingredient that will make hive ecosystem more stronger and appealing to a wide audience. The opportunity to diversity your funds and earn passively on one single chain is excellent 
πŸ‘  
properties (23)
authorzealous4ever
permlinkre-taskmaster4450-202288t193528187z
categoryhive-167922
json_metadata{"tags":["hive-167922","hive","scaling","ctp","proofofbrain","vyb","archon","mancave","neoxian","leofinance"],"app":"ecency/3.0.32-mobile","format":"markdown+html"}
created2022-08-08 19:35:30
last_update2022-08-08 19:35:30
depth1
children2
last_payout2022-08-15 19:35:30
cashout_time1969-12-31 23:59:59
total_payout_value0.042 HBD
curator_payout_value0.042 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length470
author_reputation2,252,632,675,114
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,550,932
net_rshares107,619,829,015
author_curate_reward""
vote details (1)
@taskmaster4450le ·
RE: RE: Hard Fork 26: Scaling on Steroids
The APR isnt going to 30%, the haircut rule is.  That means that if the value of HBD, in USD, reaches 30% of the value of HIVE, in USD, the blockchain stops producing HBD for payouts.  Instead, it offers liquid HIVE along with HP.

APR for HBD in savings is totally in the hands of the witnesses.  They are free to change it to whatever they want.

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@taskmaster4450le/re-zealous4ever-2qlbvm)
properties (22)
authortaskmaster4450le
permlinkre-zealous4ever-2qlbvm
categoryhive-167922
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-zealous4ever-2qlbvm"}
created2022-08-08 21:17:54
last_update2022-08-08 21:17:54
depth2
children1
last_payout2022-08-15 21:17:54
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_length454
author_reputation2,191,879,646,791,924
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,554,420
net_rshares0
@zealous4ever ·
Oh, I got that wrong, thank you for the explanation, hopefully, the new rule will not hurt the way payment has been made previously, like paying lesser with HIVE than it was with HBD
properties (22)
authorzealous4ever
permlinkre-taskmaster4450le-202288t23141039z
categoryhive-167922
json_metadata{"tags":["leofinance"],"app":"ecency/3.0.24-vision","format":"markdown+html"}
created2022-08-08 23:14:09
last_update2022-08-08 23:14:09
depth3
children0
last_payout2022-08-15 23: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_length182
author_reputation2,252,632,675,114
root_title"Hard Fork 26: Scaling on Steroids"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,557,386
net_rshares0