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></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></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></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></center> All of this leads to this outcome: <center></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></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  logo by @st8z Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@taskmaster4450/hard-fork-26-scaling-on-steroids)
author | taskmaster4450 | ||||||
---|---|---|---|---|---|---|---|
permlink | hard-fork-26-scaling-on-steroids | ||||||
category | hive-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"]} | ||||||
created | 2022-08-08 13:29:45 | ||||||
last_update | 2022-08-08 13:29:45 | ||||||
depth | 0 | ||||||
children | 69 | ||||||
last_payout | 2022-08-15 13:29:45 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 7.695 HBD | ||||||
curator_payout_value | 51.103 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 11,735 | ||||||
author_reputation | 6,706,066,580,948,202 | ||||||
root_title | "Hard Fork 26: Scaling on Steroids" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 0 | ||||||
post_id | 115,541,508 | ||||||
net_rshares | 128,815,385,713,752 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fractalnode | 0 | 32,943,458,104 | 100% | ||
onealfa | 0 | 1,116,563,277,216 | 88.8% | ||
kevinwong | 0 | 29,729,524,279 | 3.75% | ||
leprechaun | 0 | 805,868,410 | 22.2% | ||
judyhopps | 0 | 101,694,861,251 | 100% | ||
hitmeasap | 0 | 8,969,782,449 | 49.99% | ||
rxhector | 0 | 9,553,510,508 | 33.33% | ||
ausbitbank | 0 | 151,143,193,476 | 6% | ||
dwinblood | 0 | 992,050,388 | 33.3% | ||
renovatio | 0 | 26,199,828,529 | 100% | ||
kendewitt | 0 | 290,159,746,637 | 100% | ||
lichtblick | 0 | 207,058,237,150 | 100% | ||
raphaelle | 0 | 6,348,107,972 | 5% | ||
ace108 | 0 | 497,877,498,474 | 14% | ||
alexpmorris | 0 | 84,905,467,681 | 25% | ||
jamesbrown | 0 | 1,089,426,936,083 | 100% | ||
jphamer1 | 0 | 4,004,213,737,219 | 100% | ||
shanghaipreneur | 0 | 77,159,725,502 | 66% | ||
borran | 0 | 759,204,270,532 | 75% | ||
rufans | 0 | 23,946,269,236 | 50% | ||
intothewild | 0 | 461,107,474,179 | 100% | ||
stevescoins | 0 | 722,464,268 | 7.5% | ||
shadowspub | 0 | 75,186,166,509 | 50% | ||
por500bolos | 0 | 54,600,260,999 | 75% | ||
penguinpablo | 0 | 256,059,412,354 | 14% | ||
uwelang | 0 | 18,955,749,437 | 6% | ||
richardcrill | 0 | 94,643,174,494 | 44.4% | ||
jimbobbill | 0 | 2,180,958,416 | 15% | ||
discernente | 0 | 11,109,143,090 | 100% | ||
whatsup | 0 | 568,521,647,313 | 100% | ||
funnyman | 0 | 1,325,688,000 | 5.6% | ||
disregardfiat | 0 | 153,325,986,170 | 100% | ||
networkallstar | 0 | 3,168,526,882 | 100% | ||
ura-soul | 0 | 10,050,700,880 | 7.5% | ||
moretea | 0 | 5,018,904,030 | 100% | ||
mitchelljaworski | 0 | 24,677,068,823 | 100% | ||
slider2990 | 0 | 2,503,620,056 | 20% | ||
bigtakosensei | 0 | 1,059,837,059 | 1.25% | ||
sinistry | 0 | 8,854,655,624 | 100% | ||
alexvan | 0 | 40,722,999,948 | 100% | ||
v4vapid | 0 | 1,524,954,127,246 | 9.9% | ||
darth-azrael | 0 | 28,789,598,592 | 9.9% | ||
voter | 0 | 5,689,645,536 | 100% | ||
automaton | 0 | 3,765,799,900 | 100% | ||
michellectv | 0 | 56,730,240,254 | 25% | ||
darth-cryptic | 0 | 4,540,479,175 | 9.9% | ||
steemitboard | 0 | 40,785,884,500 | 5% | ||
teammo | 0 | 131,554,110,209 | 100% | ||
oneshot | 0 | 45,656,591,876 | 100% | ||
pouchon | 0 | 1,046,308,190,222 | 30% | ||
danielsaori | 0 | 735,943,185,112 | 100% | ||
trafalgar | 0 | 19,715,925,216,841 | 46% | ||
eirik | 0 | 3,112,723,862 | 100% | ||
louisthomas | 0 | 72,223,022,518 | 100% | ||
preparedwombat | 0 | 365,212,931,218 | 30% | ||
freebornsociety | 0 | 1,756,540,781 | 10% | ||
raindrop | 0 | 315,799,096,260 | 46% | ||
egonz | 0 | 98,177,429,572 | 100% | ||
l337m45732 | 0 | 1,256,479,061 | 3% | ||
arnel | 0 | 538,308,376 | 100% | ||
domo | 0 | 84,716,893 | 25% | ||
xplosive | 0 | 14,295,014,794 | 28% | ||
ribalinux | 0 | 81,716,681,503 | 100% | ||
lenmar | 0 | 22,615,130,676 | 100% | ||
bitrocker2020 | 0 | 85,271,731,146 | 7.5% | ||
bigram13 | 0 | 16,933,013,645 | 100% | ||
ampm | 0 | 2,296,423,545 | 25% | ||
newsflash | 0 | 1,407,974,073,687 | 2.47% | ||
sumatranate | 0 | 541,792,092,977 | 100% | ||
nuagnorab | 0 | 15,253,921,936 | 100% | ||
stevelivingston | 0 | 348,317,260,232 | 100% | ||
arunava | 0 | 78,130,312,410 | 5% | ||
bitcoinflood | 0 | 454,344,833,647 | 20.2% | ||
anacristinasilva | 0 | 43,919,115,023 | 100% | ||
alphacore | 0 | 3,154,053,901 | 2.82% | ||
chinito | 0 | 12,927,851,459 | 50% | ||
krischy | 0 | 1,945,076,874 | 100% | ||
spectrumecons | 0 | 1,766,906,551,989 | 30% | ||
truthforce | 0 | 902,228,326 | 15% | ||
offoodandart | 0 | 6,259,626,750 | 100% | ||
ew-and-patterns | 0 | 291,581,017,817 | 100% | ||
rival | 0 | 5,652,861,137 | 53.32% | ||
joeyarnoldvn | 0 | 8,930,071,076 | 24.21% | ||
cassillas5553 | 0 | 45,328,445,867 | 100% | ||
vikbuddy | 0 | 8,712,354,158 | 18.11% | ||
heyitshaas | 0 | 10,619,960,430 | 100% | ||
gunthertopp | 0 | 3,973,576,314,690 | 75% | ||
gniksivart | 0 | 29,711,003,434 | 20% | ||
paasz | 0 | 4,214,196,507 | 100% | ||
edkarnie | 0 | 155,606,726,838 | 30% | ||
runicar | 0 | 3,846,028,746 | 50% | ||
summertooth | 0 | 1,692,656,335 | 37.5% | ||
adambarratt | 0 | 60,641,808,157 | 100% | ||
captainquack22 | 0 | 19,944,164,370 | 10% | ||
dante31 | 0 | 576,630,045 | 7.5% | ||
vincentnijman | 0 | 335,519,374,103 | 100% | ||
shebe | 0 | 2,146,444,300 | 25% | ||
nikoleondas | 0 | 13,841,541,756 | 53.32% | ||
stayoutoftherz | 0 | 885,355,130,062 | 10% | ||
marian0 | 0 | 109,215,902,708 | 100% | ||
pixelfan | 0 | 49,277,043,899 | 5.8% | ||
everrich | 0 | 1,900,310,600 | 100% | ||
vikisecrets | 0 | 534,621,472,761 | 30% | ||
pocketrocket | 0 | 13,942,986,873 | 100% | ||
steemik | 0 | 13,393,818,493 | 100% | ||
nicolemoker | 0 | 656,739,011 | 100% | ||
thauerbyi | 0 | 2,198,568,071 | 13.5% | ||
buggedout | 0 | 163,673,882,323 | 5% | ||
jasonbu | 0 | 26,410,417,346 | 40% | ||
jeanlucsr | 0 | 1,683,367,341 | 3% | ||
vimukthi | 0 | 144,361,934,743 | 50% | ||
amitsharma | 0 | 110,053,741,981 | 100% | ||
alexicp | 0 | 834,368,766 | 50% | ||
duekie | 0 | 581,277,651 | 100% | ||
chrisparis | 0 | 64,934,118,273 | 100% | ||
collinz | 0 | 149,678,209,865 | 100% | ||
pardeepkumar | 0 | 1,077,399,150 | 50% | ||
santigs | 0 | 37,870,045,219 | 51% | ||
marketinggeek | 0 | 2,862,491,259 | 100% | ||
bahagia-arbi | 0 | 736,501,798 | 15% | ||
noloafing | 0 | 1,032,987,746 | 25% | ||
shawkr13 | 0 | 1,949,708,734 | 100% | ||
vlemon | 0 | 361,682,948,190 | 100% | ||
cconn | 0 | 2,231,171,181 | 22.2% | ||
bobthebuilder | 0 | 790,631,904 | 37% | ||
tomwafula | 0 | 676,677,626 | 22.2% | ||
roleerob | 0 | 93,921,254,071 | 20% | ||
pixresteemer | 0 | 94,423,531,039 | 16% | ||
yangyanje | 0 | 406,936,098,619 | 100% | ||
kerrislravenhill | 0 | 134,873,525,942 | 40% | ||
risemultiversity | 0 | 1,043,185,340 | 7.5% | ||
dagger212 | 0 | 566,671,058,592 | 80% | ||
isnochys | 0 | 7,718,597,436 | 3.4% | ||
toocurious | 0 | 13,872,157,637 | 100% | ||
khaleelkazi | 0 | 14,440,324,775 | 15% | ||
ferod23 | 0 | 1,296,986,213 | 100% | ||
vegoutt-travel | 0 | 25,736,993,170 | 30% | ||
globetrottergcc | 0 | 5,666,593,008 | 25% | ||
liverpool-fan | 0 | 505,747,462 | 7.5% | ||
joetunex | 0 | 74,253,983,870 | 20% | ||
caladan | 0 | 10,596,466,154 | 14.25% | ||
informationwar | 0 | 94,159,682,564 | 15% | ||
sunsea | 0 | 132,812,506,134 | 100% | ||
senorcoconut | 0 | 14,048,999,004 | 30% | ||
vintherinvest | 0 | 13,738,759,463 | 7.5% | ||
katerinaramm | 0 | 110,531,987,776 | 100% | ||
yogajill | 0 | 11,406,030,823 | 100% | ||
mytechtrail | 0 | 53,650,806,728 | 12.5% | ||
traf | 0 | 1,731,877,104,203 | 46% | ||
ioioioioi | 0 | 1,185,125,181 | 100% | ||
ocupation | 0 | 4,756,181,849 | 50% | ||
joannewong | 0 | 563,640,534 | 7.5% | ||
fjcalduch | 0 | 174,244,123,992 | 50% | ||
funt33 | 0 | 246,447,044 | 100% | ||
industriousliv | 0 | 5,271,110,863 | 50% | ||
sneakyninja | 0 | 1,000,420,239 | 1.63% | ||
enjoyinglife | 0 | 21,369,177,909 | 50% | ||
dmwh | 0 | 19,365,934,597 | 7.5% | ||
solips | 0 | 333,308,188 | 100% | ||
cryptonized | 0 | 20,833,585,897 | 14% | ||
mineopoly | 0 | 14,146,095,698 | 44.4% | ||
oliverschmid | 0 | 6,329,002,432 | 100% | ||
hooiyewlim | 0 | 8,134,475,033 | 100% | ||
daltono | 0 | 633,781,556,250 | 29% | ||
juecoree | 0 | 91,374,294,044 | 100% | ||
jongolson | 0 | 937,958,315,534 | 50% | ||
cmmemes | 0 | 3,769,638,541 | 100% | ||
dudeontheweb | 0 | 56,704,926,984 | 100% | ||
r351574nc3 | 0 | 15,820,338,764 | 15% | ||
brokenzombie | 0 | 2,735,578,584 | 100% | ||
znnuksfe | 0 | 5,465,859,418,203 | 50% | ||
grampo | 0 | 16,508,655,306 | 100% | ||
edicted | 0 | 6,267,909,370,129 | 100% | ||
purefood | 0 | 1,455,169,370 | 15% | ||
chorock | 0 | 269,928,614,756 | 30% | ||
unicron | 0 | 872,094,625 | 20% | ||
empress-eremmy | 0 | 13,880,707,523 | 7.5% | ||
philnewton | 0 | 1,438,210,621 | 15.75% | ||
criptoar | 0 | 927,343,888 | 20% | ||
nnaraoh | 0 | 176,822,874,156 | 100% | ||
artjohn | 0 | 630,299,419 | 44.4% | ||
piotr42 | 0 | 977,667,341 | 7% | ||
kkarenmp | 0 | 73,568,532,924 | 100% | ||
glenalbrethsen | 0 | 210,023,692,073 | 30% | ||
bet1x2 | 0 | 506,963,516 | 100% | ||
oredebby | 0 | 691,839,430 | 12.5% | ||
ericburgoyne | 0 | 6,316,209,784 | 12.5% | ||
beverages | 0 | 307,759,443,707 | 100% | ||
d0zer | 0 | 2,111,996,718 | 100% | ||
darkpylon | 0 | 786,331,236 | 22.2% | ||
elektr1ker | 0 | 1,096,511,937 | 25% | ||
lightflares | 0 | 4,747,099,615 | 100% | ||
opeyemioguns | 0 | 1,299,343,830 | 25% | ||
bozz | 0 | 226,909,377,633 | 20% | ||
cst90 | 0 | 215,795,342,029 | 100% | ||
yann03 | 0 | 2,104,921,494 | 100% | ||
mindtrap | 0 | 756,695,002 | 50% | ||
rubencress | 0 | 21,386,382,772 | 100% | ||
vicesrus | 0 | 232,820,232,008 | 100% | ||
siphon | 0 | 19,943,295,752 | 10% | ||
jglake | 0 | 5,567,006,965 | 20% | ||
organduo | 0 | 111,910,448,393 | 15% | ||
cruisin | 0 | 1,637,447,386 | 12.5% | ||
olgadmitriewna | 0 | 2,207,332,172 | 100% | ||
throwbackthurs | 0 | 15,141,767,124 | 100% | ||
nervi | 0 | 2,848,113,637 | 100% | ||
zemiatin | 0 | 727,367,472 | 50% | ||
salty-mcgriddles | 0 | 13,497,130,839 | 15% | ||
neopch | 0 | 1,160,690,327 | 100% | ||
vcclothing | 0 | 162,538,851,160 | 100% | ||
uyobong | 0 | 34,354,338,124 | 50% | ||
muratkbesiroglu | 0 | 2,188,874,960,540 | 100% | ||
manniman | 0 | 71,552,058,639 | 11% | ||
dera123 | 0 | 384,508,427,230 | 100% | ||
flaxz | 0 | 1,322,833,561 | 3.75% | ||
obsesija | 0 | 3,575,921,587 | 7.5% | ||
rawutah | 0 | 11,374,938,691 | 100% | ||
blainjones | 0 | 13,292,527,060 | 15% | ||
abdulmath | 0 | 12,330,061,332 | 50% | ||
gadrian | 0 | 123,280,918,153 | 30% | ||
tsurmb | 0 | 31,296,836,872 | 100% | ||
jersteemit | 0 | 556,021,574 | 66.66% | ||
kgakakillerg | 0 | 13,454,031,434 | 10% | ||
steemexperience | 0 | 63,073,256,402 | 44.4% | ||
flyinghigher | 0 | 45,935,325,805 | 100% | ||
getron | 0 | 641,638,908 | 15% | ||
break-out-trader | 0 | 10,605,524,452 | 15% | ||
petertag | 0 | 10,446,334,776 | 100% | ||
enm1 | 0 | 28,852,824,694 | 100% | ||
feedmytwi | 0 | 8,777,532,657 | 100% | ||
leomolina | 0 | 2,276,201,423 | 20% | ||
zaxan | 0 | 616,118,291 | 7.5% | ||
bushradio | 0 | 2,255,157,922 | 20% | ||
cryptomaniacsgr | 0 | 98,655,656,138 | 50% | ||
crystalhuman | 0 | 512,096,411 | 100% | ||
davidesimoncini | 0 | 7,937,323,080 | 31.1% | ||
steem-tube | 0 | 6,412,862,545 | 100% | ||
curatorcat | 0 | 82,347,971,441 | 100% | ||
therabbitzone | 0 | 913,895,247 | 50% | ||
steemxp | 0 | 944,393,927 | 7.5% | ||
oldmans | 0 | 6,840,000,829 | 10% | ||
commonlaw | 0 | 4,647,729,670 | 35% | ||
cryptoandcoffee | 0 | 447,242,877,241 | 21% | ||
ronbong | 0 | 2,142,068,473 | 100% | ||
eflash | 0 | 46,269,354,520 | 100% | ||
the.rocket.panda | 0 | 5,977,020,621 | 100% | ||
topbooster | 0 | 2,938,203,562 | 44.4% | ||
simplegame | 0 | 53,686,894,746 | 100% | ||
digital.mine | 0 | 59,905,353,593 | 60% | ||
linco | 0 | 869,110,293 | 5% | ||
haccolong | 0 | 2,255,378,350 | 3.75% | ||
dianadora | 0 | 32,462,035,841 | 50% | ||
gaottantacinque | 0 | 405,066,756 | 100% | ||
republicrose | 0 | 567,279,841 | 100% | ||
exifr | 0 | 15,724,542,779 | 15% | ||
roger5120 | 0 | 56,963,661,621 | 15% | ||
sbi6 | 0 | 199,626,863,106 | 43.78% | ||
abacam | 0 | 868,265,383 | 100% | ||
abcor | 0 | 5,684,835,566 | 100% | ||
city-of-dresden | 0 | 841,718,991,901 | 100% | ||
pablorg94 | 0 | 606,339,437 | 100% | ||
thedailysneak | 0 | 1,363,104,571 | 1.63% | ||
nazomimatute1998 | 0 | 75,013,982 | 100% | ||
gallerani | 0 | 924,982,162 | 15% | ||
zeeon | 0 | 496,483,506 | 100% | ||
ro-witness | 0 | 31,689,786,285 | 100% | ||
ireenchew | 0 | 47,252,667,428 | 10.5% | ||
exifr0 | 0 | 40,589,896,366 | 15% | ||
smartvote | 0 | 56,819,393,449 | 2.7% | ||
holovision | 0 | 7,146,891,905 | 100% | ||
jk6276 | 0 | 68,202,202,783 | 80% | ||
hoaithu | 0 | 831,006,017 | 3.18% | ||
arrixion | 0 | 4,149,931,990 | 20% | ||
raiseup | 0 | 420,468,852,618 | 100% | ||
deepdives | 0 | 119,305,390,663 | 15% | ||
gasaeightyfive | 0 | 622,803,711 | 100% | ||
dlike | 0 | 52,136,789,762 | 15% | ||
fiberfrau | 0 | 4,923,575,576 | 100% | ||
anhvu | 0 | 572,278,701 | 3% | ||
steemaction | 0 | 607,121,432,311 | 100% | ||
tipsybosphorus | 0 | 3,094,849,590 | 50% | ||
pboulet | 0 | 195,770,724,569 | 100% | ||
marcocasario | 0 | 190,181,054,809 | 100% | ||
dosh | 0 | 528,220,945 | 5% | ||
cribbio | 0 | 1,078,981,954 | 100% | ||
mk992039 | 0 | 2,526,729,300 | 12.5% | ||
palasatenea | 0 | 79,166,911,798 | 100% | ||
guurry123 | 0 | 3,058,747,029 | 7.5% | ||
piensocrates | 0 | 6,324,827,320 | 100% | ||
naty16 | 0 | 4,398,105,413 | 10% | ||
riskneutral | 0 | 1,689,434,987 | 15% | ||
thrasher666 | 0 | 2,238,576,369 | 60% | ||
priyanarc | 0 | 26,649,190,048 | 30% | ||
nonsowrites | 0 | 7,200,664,597 | 31.08% | ||
malihasrk | 0 | 613,650,307 | 44.4% | ||
glastar | 0 | 39,930,361,607 | 100% | ||
svirus | 0 | 16,555,091,472 | 100% | ||
bleuxwolf | 0 | 148,357,548,995 | 50% | ||
retrodroid | 0 | 2,769,294,748 | 9.9% | ||
khan.dayyanz | 0 | 7,720,605,273 | 5% | ||
jacuzzi | 0 | 9,620,529,096 | 7.5% | ||
blind-spot | 0 | 16,373,260,923 | 50% | ||
litesplasher | 0 | 41,736,306,079 | 100% | ||
victor-alexander | 0 | 8,118,693,087 | 100% | ||
mrsbozz | 0 | 12,542,927,919 | 50% | ||
ragnarhewins90 | 0 | 519,326,439 | 10% | ||
anonsteve | 0 | 1,575,684,409 | 50% | ||
flyingbolt | 0 | 1,124,957,315 | 15% | ||
grand.strategy | 0 | 3,515,362,175 | 84.67% | ||
director.rar | 0 | 122,828,400 | 100% | ||
blockbeard | 0 | 1,468,334,203 | 100% | ||
limka | 0 | 0 | 14.62% | ||
hungrybear | 0 | 619,944,260 | 14% | ||
steemstreems | 0 | 1,490,665,166 | 20% | ||
osavi | 0 | 15,048,991,376 | 100% | ||
cryptological | 0 | 35,382,613,805 | 100% | ||
mister-eagle | 0 | 849,792,300 | 100% | ||
thelogicaldude | 0 | 4,566,951,064 | 7.5% | ||
freevoluntarist | 0 | 87,063,893 | 100% | ||
wolffeys | 0 | 12,298,196,865 | 100% | ||
src3 | 0 | 8,814,630,311 | 10.5% | ||
kggymlife | 0 | 3,290,930,806 | 20% | ||
edian | 0 | 2,595,775,799 | 15% | ||
alenox | 0 | 2,982,742,186 | 100% | ||
maxsieg | 0 | 1,767,424,442 | 15% | ||
photographercr | 0 | 20,178,044,517 | 9.2% | ||
d-company | 0 | 5,608,688,242 | 100% | ||
crazydaisy | 0 | 589,696,120 | 100% | ||
raspibot | 0 | 1,725,030,109 | 100% | ||
megavest | 0 | 327,702,034,639 | 100% | ||
minigame | 0 | 190,487,753,343 | 65% | ||
rollingbones | 0 | 515,371,207 | 44.4% | ||
deeanndmathews | 0 | 1,708,624,839 | 2.62% | ||
fractalfrank | 0 | 220,820,055,873 | 100% | ||
aboutheraklion | 0 | 983,379,860 | 50% | ||
isaaclim | 0 | 541,440,290 | 100% | ||
bastter | 0 | 1,723,696,633 | 25% | ||
ubeautiful | 0 | 29,050,663,893 | 100% | ||
michelmake.util | 0 | 465,110,139 | 100% | ||
clownworld | 0 | 650,382,654 | 7.5% | ||
vancouverdining | 0 | 2,579,586,935,659 | 50% | ||
erectus | 0 | 543,629,785 | 80% | ||
thisisawesome | 0 | 88,265,083,799 | 15% | ||
travelwritemoney | 0 | 5,937,348,679 | 15% | ||
iamjohn | 0 | 3,381,881,287 | 100% | ||
edipascal | 0 | 1,501,335,118 | 39.5% | ||
hamza-sheikh | 0 | 877,064,931 | 100% | ||
mind.force | 0 | 24,127,731,103 | 25% | ||
abh12345.pal | 0 | 1,931,032,092 | 100% | ||
abh12345.leo | 0 | 1,686,081,157 | 60% | ||
leo.voter | 0 | 11,860,123,927,020 | 15% | ||
bizventures | 0 | 614,068,321 | 12.5% | ||
vxc.leo | 0 | 602,506,987 | 100% | ||
babytarazkp | 0 | 10,731,288,140 | 85% | ||
asteroids | 0 | 1,184,357,785 | 15% | ||
agro-dron | 0 | 1,504,047,511 | 15% | ||
abh12345.stem | 0 | 1,175,953,964 | 50% | ||
maddogmike | 0 | 24,185,574,291 | 20% | ||
sbi-tokens | 0 | 957,582,756 | 3.26% | ||
liaminit1 | 0 | 49,481,049,524 | 90% | ||
curtawakening | 0 | 1,992,486,528 | 25% | ||
brutoken | 0 | 2,153,967,186 | 100% | ||
successchar | 0 | 720,090,496 | 2.62% | ||
bradleyarrow | 0 | 17,309,751,630 | 25% | ||
tomhall.leo | 0 | 0 | 100% | ||
pouchon.tribes | 0 | 139,135,381,225 | 100% | ||
claudio83.leo | 0 | 722,097,253 | 100% | ||
ph1102.leo | 0 | 692,575,661 | 100% | ||
bruleo | 0 | 728,671,654 | 100% | ||
cinqowy | 0 | 143,408,004 | 100% | ||
coinlogic.online | 0 | 3,616,945,218 | 7.5% | ||
khalstem | 0 | 1,847,591,101 | 100% | ||
leotrail | 0 | 3,941,939,223 | 100% | ||
lesmann | 0 | 32,670,052,368 | 49% | ||
fr-ida | 0 | 528,872,607 | 98% | ||
schibasport | 0 | 53,966,643,119 | 100% | ||
cd-stem | 0 | 516,579,600 | 100% | ||
unpopular | 0 | 2,036,362,939,231 | 100% | ||
apineda | 0 | 0 | 6% | ||
sumatranate.leo | 0 | 5,490,693,971 | 100% | ||
jkr88 | 0 | 1,984,599,825 | 100% | ||
sacrosanct | 0 | 20,986,432,211 | 50% | ||
pjansen.ctp | 0 | 149,487,851 | 100% | ||
dexy50 | 0 | 1,520,835,527 | 100% | ||
khalpal | 0 | 2,054,492,143 | 100% | ||
inigo-montoya-jr | 0 | 759,562,952 | 12.75% | ||
sharkthelion | 0 | 1,193,972,255 | 25% | ||
gloriaolar | 0 | 4,639,983,551 | 30% | ||
garlet | 0 | 30,914,229,152 | 50% | ||
onestop | 0 | 2,459,996,228 | 7.5% | ||
photosnap | 0 | 1,810,272,982 | 25% | ||
joemark | 0 | 829,215,945 | 66.66% | ||
atma.love | 0 | 14,702,172,802 | 3% | ||
warmstill | 0 | 818,422,826 | 50% | ||
moonappics | 0 | 11,764,163,720 | 66.66% | ||
hirohurl | 0 | 14,863,403,002 | 100% | ||
julesquirin | 0 | 1,844,903,273 | 9.2% | ||
vxn666 | 0 | 1,060,611,450 | 100% | ||
davidlionfish | 0 | 16,898,315,918 | 50% | ||
ugochill | 0 | 5,799,969,130 | 91% | ||
libertypal27 | 0 | 535,743,402 | 100% | ||
willielow | 0 | 972,369,345 | 100% | ||
catanknight | 0 | 897,882,759 | 100% | ||
hive-127039 | 0 | 496,095,504 | 25% | ||
brofund | 0 | 422,785,941,914 | 100% | ||
ukulima | 0 | 65,739,502,038 | 5% | ||
leofinance | 0 | 24,424,477,275 | 15% | ||
x9ed1732b | 0 | 3,386,279,083 | 6.75% | ||
politicalhive | 0 | 2,049,945,012 | 100% | ||
hornetsnest | 0 | 42,897,500,184 | 100% | ||
waivio.match | 0 | 5,905,813,710,363 | 100% | ||
softworld | 0 | 200,441,309,487 | 48% | ||
alther | 0 | 380,418,468 | 100% | ||
captainhive | 0 | 635,169,034,360 | 30% | ||
imfarhad | 0 | 13,271,601,955 | 20% | ||
behiver | 0 | 340,682,398,360 | 100% | ||
mcsagel | 0 | 940,087,414 | 44.4% | ||
hivelist | 0 | 11,016,627,712 | 2.62% | ||
invest4free | 0 | 2,850,797,908 | 30% | ||
kingneptune | 0 | 1,633,701,569 | 12.5% | ||
rmsadkri | 0 | 14,146,992,342 | 20% | ||
chaincreate | 0 | 949,406,315 | 100% | ||
hivehustlers | 0 | 14,869,147,904 | 5.25% | ||
zemiatin1 | 0 | 712,879,395 | 65% | ||
crysis | 0 | 12,650,461,569 | 50% | ||
devpress | 0 | 4,581,500,704 | 100% | ||
beehivetrader | 0 | 9,948,087,572 | 100% | ||
sweetest | 0 | 842,357,746 | 100% | ||
balvinder294 | 0 | 6,634,200,099 | 100% | ||
moneyheist-sl | 0 | 689,452,591 | 100% | ||
brofund-leo | 0 | 2,222,453,155 | 100% | ||
miloshpro | 0 | 1,514,577,224 | 100% | ||
ayhamyou | 0 | 514,678,457 | 12.5% | ||
ykroys | 0 | 4,118,872,818 | 100% | ||
patronpass | 0 | 1,373,531,853 | 22.2% | ||
roberto58 | 0 | 9,562,477,141 | 100% | ||
hiro-hive | 0 | 7,241,136,281 | 10% | ||
plusvault | 0 | 495,937,018 | 22.2% | ||
ileart | 0 | 10,183,919,326 | 90% | ||
olaunlimited | 0 | 35,539,091,615 | 20.7% | ||
w-t-fi | 0 | 1,676,235,217 | 100% | ||
notaboutme | 0 | 2,314,520,829 | 100% | ||
dayerlis | 0 | 775,483,461 | 100% | ||
neoxcur | 0 | 1,120,706,478 | 100% | ||
nikoleondas.leo | 0 | 553,671,187 | 100% | ||
brofund-pal | 0 | 2,951,286,211 | 100% | ||
hive-108278 | 0 | 883,908,397 | 50% | ||
aslehansen | 0 | 6,349,623,906 | 25% | ||
rezoanulv.leo | 0 | 5,488,917,020 | 100% | ||
camplife | 0 | 698,535,852 | 100% | ||
dragokazo | 0 | 26,022,757,749 | 100% | ||
engioi | 0 | 7,505,267,536 | 100% | ||
beemd | 0 | 537,014,028 | 20% | ||
rituraz17 | 0 | 7,525,396,347 | 100% | ||
captaincryptic | 0 | 86,567,455,810 | 100% | ||
cmplxty.leo | 0 | 436,229,866 | 44% | ||
borbolet | 0 | 17,510,333,890 | 30% | ||
eddie-earner | 0 | 1,084,198,354 | 7.5% | ||
nolyoi | 0 | 29,197,703,559 | 75% | ||
gonklavez9 | 0 | 1,825,378,018 | 100% | ||
william-gregory | 0 | 4,850,556,953 | 100% | ||
dorkpower | 0 | 1,986,602,967 | 50% | ||
patientgamer9 | 0 | 1,597,162,533 | 100% | ||
curatorcat.leo | 0 | 4,921,447,962 | 80% | ||
contentisking | 0 | 12,113,938,805 | 100% | ||
kattycrochet | 0 | 16,605,111,481 | 23% | ||
jff7777 | 0 | 854,104,216 | 100% | ||
officialhisha | 0 | 30,745,814,785 | 100% | ||
dalz.shorts | 0 | 902,934,776 | 22.2% | ||
schindmaehre | 0 | 193,441,937 | 100% | ||
drax.leo | 0 | 20,264,150,706 | 100% | ||
torrey.leo | 0 | 590,240,019 | 100% | ||
birdbeaksd | 0 | 438,024,759 | 50% | ||
reonarudo | 0 | 11,997,190,059 | 100% | ||
netaterra.leo | 0 | 916,885,040 | 25% | ||
n0m0refak3n3ws | 0 | 671,148,570 | 7.5% | ||
sillybilly | 0 | 495,452,994 | 100% | ||
he-index | 0 | 4,561,243,101 | 15% | ||
lbi-token | 0 | 102,963,549,795 | 30% | ||
jmsansan.leo | 0 | 19,352,800,832 | 15% | ||
hive-112281 | 0 | 2,603,483,094 | 12.5% | ||
godfather.ftw | 0 | 3,164,439,146 | 5% | ||
rosalestrust | 0 | 3,735,688,398 | 90% | ||
leo.tokens | 0 | 1,371,668,170 | 15% | ||
bruarch | 0 | 718,031,899 | 100% | ||
ammonite.leo | 0 | 1,616,035,951 | 100% | ||
completewind | 0 | 4,815,064,938 | 100% | ||
hykss | 0 | 3,803,723,949 | 50% | ||
moeen.leo | 0 | 1,098,063,894 | 100% | ||
resiliencia.pal | 0 | 2,011,633,071 | 100% | ||
rondonshneezy | 0 | 980,604,589 | 7.5% | ||
myvest | 0 | 3,646,026,477,699 | 100% | ||
trumpikasleo | 0 | 722,056,400 | 100% | ||
behiverctp | 0 | 1,984,779,072 | 100% | ||
hykss.leo | 0 | 600,146,206,207 | 67% | ||
belemo.leo | 0 | 2,267,946,495 | 100% | ||
trostparadox | 0 | 3,465,663,066,222 | 100% | ||
playbyhive | 0 | 19,538,469,812 | 100% | ||
esmeesmith | 0 | 11,238,052,823 | 100% | ||
sofs-su | 0 | 41,233,302,911 | 36.5% | ||
meowcurator | 0 | 1,455,840,101 | 75% | ||
kriszrokk | 0 | 7,939,991,145 | 100% | ||
yieldgrower | 0 | 7,766,197,468 | 100% | ||
solymi | 0 | 41,251,447,448 | 100% | ||
cbridges573 | 0 | 4,409,068,674 | 15% | ||
abh12345.archon | 0 | 1,755,219,557 | 100% | ||
mba2020 | 0 | 2,350,825,695 | 15% | ||
bananass | 0 | 2,114,449,348 | 9.75% | ||
firinmahlazer | 0 | 515,648,076 | 100% | ||
retaliatorr | 0 | 2,656,309,179 | 100% | ||
bobthebuilder2 | 0 | 1,558,231,762 | 37% | ||
elongate | 0 | 496,478,628 | 15% | ||
amongus | 0 | 555,259,209 | 15% | ||
elgatoshawua | 0 | 3,081,191,827 | 7.5% | ||
xyba | 0 | 45,029,772,706 | 100% | ||
zdigital222 | 0 | 834,043,658 | 100% | ||
finguru | 0 | 36,278,321,274 | 100% | ||
nyxlabs | 0 | 2,292,973,502 | 10% | ||
brofi | 0 | 12,836,168,581,669 | 100% | ||
creodas | 0 | 653,997,947 | 11.25% | ||
mayor333 | 0 | 15,858,108,532 | 100% | ||
drricksanchez | 0 | 47,154,472,613 | 10% | ||
thewing | 0 | 2,022,888,617 | 100% | ||
clau-de-sign | 0 | 2,190,720,123 | 40% | ||
mann0000 | 0 | 1,222,884,631 | 50% | ||
broadhive-org | 0 | 888,559,590 | 7.5% | ||
eforucom.leo | 0 | 2,763,760,397 | 100% | ||
tokutaro22 | 0 | 6,788,786,917 | 100% | ||
leoball | 0 | 1,727,252,847 | 30% | ||
raythulhu | 0 | 23,117,184,034 | 100% | ||
impurgent | 0 | 680,477,217 | 40% | ||
meesterleo | 0 | 933,580,370 | 60% | ||
interpretation | 0 | 744,532,955 | 10% | ||
abh12345.ctp | 0 | 1,186,182,040 | 100% | ||
libertyctp27 | 0 | 539,894,613 | 100% | ||
dendendenden | 0 | 610,108,794 | 100% | ||
threesteps | 0 | 15,805,157,389 | 50% | ||
audiohive-me | 0 | 19,011,694,244 | 100% | ||
zwhammer | 0 | 2,117,344,058 | 100% | ||
hive.friends | 0 | 0 | 1% | ||
hjrrodriguez | 0 | 885,487,285 | 100% | ||
scooter77.pob | 0 | 1,758,806,937 | 100% | ||
shanhenry | 0 | 1,898,742,615 | 100% | ||
twicejoy | 0 | 72,893,068,500 | 25% | ||
magnacarta | 0 | 954,177,887 | 7.5% | ||
cicixrose | 0 | 748,181,160 | 100% | ||
daveyjones7 | 0 | 5,520,816,349 | 100% | ||
lordb | 0 | 2,950,620,185 | 100% | ||
joseph23 | 0 | 8,535,092,947 | 88.8% | ||
readthisplease | 0 | 18,257,385,261 | 15% | ||
hankanon | 0 | 1,751,184,968 | 100% | ||
steentijd | 0 | 3,711,736,738 | 7.5% | ||
konvik | 0 | 333,579,095,915 | 100% | ||
irenicus30 | 0 | 149,072,052,965 | 100% | ||
sudeon | 0 | 558,747,563 | 100% | ||
flamistan | 0 | 1,055,682,303 | 44.4% | ||
delver | 0 | 6,004,550,394 | 15% | ||
adamcurry33 | 0 | 9,831,634,955 | 100% | ||
bokica80 | 0 | 3,637,186,538 | 50% | ||
panosdada.pob | 0 | 2,135,193,718 | 100% | ||
cryptoccshow | 0 | 3,108,056,881 | 25% | ||
asif7 | 0 | 8,847,905,050 | 100% | ||
funshee | 0 | 1,127,684,739 | 33.33% | ||
mjvdc | 0 | 597,466,152 | 16% | ||
chincoculbert | 0 | 5,427,405,694 | 39.99% | ||
jerrythefarmer | 0 | 8,105,402,656 | 100% | ||
torran | 0 | 5,596,620,185 | 80% | ||
thaddeusprime | 0 | 1,904,413,103 | 100% | ||
banzafahra | 0 | 867,495,916 | 7.5% | ||
cugel | 0 | 1,830,012,999 | 7.5% | ||
rzc24-nftbbg | 0 | 5,749,949,856 | 50% | ||
vrezyy | 0 | 6,304,334,019 | 50% | ||
lordemmy | 0 | 709,594,278 | 80% | ||
eddie-3speak | 0 | 115,880,735,909 | 26.25% | ||
iproto | 0 | 1,001,162,589 | 100% | ||
cryptokungfu | 0 | 10,129,802,335 | 100% | ||
dsky | 0 | 775,114,385,669 | 100% | ||
we-support-hive | 0 | 50,946,333,359 | 100% | ||
forsakensushi | 0 | 196,825,815,858 | 100% | ||
guildrewards | 0 | 3,199,527,111 | 80% | ||
davidxxl | 0 | 9,853,897,688 | 100% | ||
maakue | 0 | 6,175,461,032 | 100% | ||
keeper-of-eden | 0 | 1,751,361,075 | 50% | ||
thecuriousfool | 0 | 5,984,890,189 | 83% | ||
hivencanwait | 0 | 1,909,450,061 | 100% | ||
from-mars | 0 | 44,683,274,617 | 100% | ||
tyrnis.curation | 0 | 3,138,343,910 | 100% | ||
hive-142864 | 0 | 2,207,680,707 | 100% | ||
mintfinch | 0 | 24,013,168,262 | 100% | ||
unlikelysurvivor | 0 | 5,555,359,987 | 100% | ||
chris.topher | 0 | 643,909,361 | 10% | ||
skgcrypto | 0 | 615,545,834 | 50% | ||
tokenizedsociety | 0 | 10,860,454,342 | 30% | ||
ga38jem | 0 | 38,223,737,570 | 100% | ||
doctorfate | 0 | 527,632,913 | 25% | ||
tropicarlos | 0 | 6,950,517,344 | 100% | ||
khoola | 0 | 1,157,192,795 | 44.4% | ||
topbooster.leo | 0 | 518,709,297 | 50% | ||
leoalpha | 0 | 1,169,188,393 | 100% | ||
rngeezus | 0 | 518,999,526 | 80% | ||
trostparadox.vyb | 0 | 949,307,590 | 44.4% | ||
vyb.pob | 0 | 1,959,788,364 | 44.4% | ||
cryptobeautiful | 0 | 1,380,652,141 | 100% | ||
brainstommer | 0 | 591,980,882 | 7.5% | ||
waivio.com | 0 | 38,017,724,329 | 100% | ||
listnerds | 0 | 83,909,384,245 | 20% | ||
zeclipse | 0 | 524,213,202 | 15% | ||
saboin.leo | 0 | 111,752,691 | 19% | ||
vyb.curation | 0 | 1,119,911,476 | 44.4% | ||
ykretz.leo | 0 | 1,377,982,073 | 100% | ||
deadleaf | 0 | 3,699,895,156 | 100% | ||
onealfa.vyb | 0 | 618,287,568 | 66.66% | ||
zuun.net | 0 | 33,131,114,155 | 63% | ||
artist-freepae | 0 | 3,132,924,998 | 100% | ||
scholaris.vyb | 0 | 1,019,819,386 | 100% | ||
netvalar | 0 | 3,643,290,469 | 50% | ||
bricksolution | 0 | 33,195,091,455 | 80% | ||
littlebee4 | 0 | 38,370,826,407 | 30% | ||
grabapack | 0 | 1,832,098,954 | 7.5% | ||
djblendah | 0 | 646,905,299 | 100% | ||
ctp-curator | 0 | 1,789,240,026 | 100% | ||
leo-curator | 0 | 1,425,253,664 | 100% | ||
pob-curator | 0 | 1,990,257,188 | 74% | ||
neoxag-curator | 0 | 1,988,124,509 | 74% | ||
killerwot | 0 | 958,422,212 | 7.5% | ||
investinfreedom | 0 | 8,400,136,482 | 15% | ||
vyb-curator | 0 | 1,313,388,749 | 74% | ||
vanhuyit89 | 0 | 0 | 100% | ||
coolguy123.leo | 0 | 846,118,222 | 50% | ||
jordivu | 0 | 0 | 100% | ||
frabvu | 0 | 0 | 100% | ||
frangevu | 0 | 0 | 100% | ||
vyb.fund | 0 | 902,689,233 | 44.4% | ||
gerardoguacaran | 0 | 4,130,155,862 | 100% | ||
yorvich | 0 | 0 | 100% | ||
cryptokim03 | 0 | 2,601,093,116 | 12.5% | ||
khaltok | 0 | 1,312,151,737 | 15% | ||
yeksong | 0 | 0 | 100% | ||
yoiandres | 0 | 0 | 100% | ||
trend-setter | 0 | 2,951,649,884 | 100% | ||
yenizzal | 0 | 0 | 100% | ||
nthtv | 0 | 90,898,512,163 | 100% | ||
holdeck | 0 | 908,419,520 | 100% | ||
plicc8 | 0 | 3,173,179,421 | 12% | ||
dollayah | 0 | 510,724,416 | 19.55% | ||
ertytux | 0 | 3,161,109,831 | 100% | ||
luminosity.leo | 0 | 306,186,951 | 100% | ||
resonator | 0 | 4,797,739,723,782 | 15% | ||
howzat | 0 | 258,305,012,223 | 100% | ||
anna-newkey | 0 | 4,291,215,449 | 20% | ||
movebitch | 0 | 502,349,180 | 80% | ||
buezor | 0 | 1,083,165,075 | 50% | ||
crazygirl777 | 0 | 5,199,797,387 | 44.4% | ||
xleo.voter | 0 | -39,673,000 | -15% | ||
xtrafalgar | 0 | -287,144,871 | -46% | ||
frankrey11 | 0 | 1,381,047,821 | 100% | ||
ctptips | 0 | 4,341,607,066 | 15% | ||
kizunasport | 0 | 1,440,015,961 | 100% | ||
koleso | 0 | 1,184,694,815 | 100% | ||
innerwebbp | 0 | 9,072,427,778 | 100% | ||
yibbiy | 0 | 6,886,918,765 | 100% | ||
blockbunnyorg | 0 | 1,649,362,343 | 100% | ||
bank-of-hive | 0 | 144,002,526,040 | 100% | ||
thefed | 0 | 71,348,999,176 | 100% | ||
specific-leo | 0 | 3,310,742,525 | 100% | ||
gubbahomestead | 0 | 5,874,671,985 | 100% | ||
zawiel | 0 | 116,700,157 | 100% | ||
lordneroo.vyb | 0 | 440,731,650 | 100% | ||
hppower | 0 | 0 | 100% | ||
johnhtims.thrds | 0 | 1,044,659,081 | 100% | ||
boneshibswap | 0 | 99,792,751 | 56% |
<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>
author | beerlover |
---|---|
permlink | re-taskmaster4450-hard-fork-26-scaling-on-steroids-20220809t123938897z |
category | hive-167922 |
json_metadata | {"app":"beerlover/3.0","language":"rust","developer":"wehmoen"} |
created | 2022-08-09 12:39:39 |
last_update | 2022-08-09 12:39:39 |
depth | 1 |
children | 0 |
last_payout | 2022-08-16 12:39:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 526 |
author_reputation | 25,819,578,508,424 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,571,153 |
net_rshares | 0 |
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)
author | behiver |
---|---|
permlink | re-taskmaster4450-r13i1 |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@behiver/re-taskmaster4450-r13i1"} |
created | 2022-08-08 14:55:06 |
last_update | 2022-08-08 14:55:06 |
depth | 1 |
children | 1 |
last_payout | 2022-08-15 14:55:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.040 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 284 |
author_reputation | 570,714,631,397,541 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,543,898 |
net_rshares | 103,598,116,853 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
taskmaster4450le | 0 | 103,598,116,853 | 5% |
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)
author | taskmaster4450le |
---|---|
permlink | re-behiver-6fnuar |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-behiver-6fnuar"} |
created | 2022-08-08 15:11:21 |
last_update | 2022-08-08 15:11:21 |
depth | 2 |
children | 0 |
last_payout | 2022-08-15 15:11:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 378 |
author_reputation | 2,191,879,646,791,924 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,544,309 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
betzavu | 0 | 0 | 100% |
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.
author | bhoa |
---|---|
permlink | re-taskmaster4450-rgauwc |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2022.07.1"} |
created | 2022-08-08 14:00:12 |
last_update | 2022-08-08 14:00:12 |
depth | 1 |
children | 3 |
last_payout | 2022-08-15 14:00:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.041 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 471 |
author_reputation | 60,701,104,434,307 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,542,279 |
net_rshares | 104,204,535,741 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
taskmaster4450le | 0 | 104,204,535,741 | 5% |
>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)
author | taskmaster4450le |
---|---|
permlink | re-bhoa-5skxhh |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-bhoa-5skxhh"} |
created | 2022-08-08 15:03:12 |
last_update | 2022-08-08 15:03:12 |
depth | 2 |
children | 2 |
last_payout | 2022-08-15 15:03:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 298 |
author_reputation | 2,191,879,646,791,924 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,544,094 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
easvu | 0 | 0 | 100% | ||
alrovu | 0 | 0 | 100% | ||
betzavu | 0 | 0 | 100% |
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
author | bhoa |
---|---|
permlink | re-taskmaster4450le-rgaz9g |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2022.07.1"} |
created | 2022-08-08 15:34:54 |
last_update | 2022-08-08 15:34:54 |
depth | 3 |
children | 1 |
last_payout | 2022-08-15 15:34:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.042 HBD |
curator_payout_value | 0.042 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 197 |
author_reputation | 60,701,104,434,307 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,545,024 |
net_rshares | 108,088,093,166 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
taskmaster4450le | 0 | 108,088,093,166 | 5% |
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)
author | bozz |
---|---|
permlink | re-taskmaster4450-7ypwpt |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@bozz/re-taskmaster4450-7ypwpt"} |
created | 2022-08-08 14:51:54 |
last_update | 2022-08-08 14:51:54 |
depth | 1 |
children | 1 |
last_payout | 2022-08-15 14:51:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.040 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 374 |
author_reputation | 2,283,752,108,101,902 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,543,810 |
net_rshares | 103,684,375,402 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
taskmaster4450le | 0 | 103,684,375,402 | 5% |
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)
author | taskmaster4450le |
---|---|
permlink | re-bozz-m7p4f |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-bozz-m7p4f"} |
created | 2022-08-08 15:10:12 |
last_update | 2022-08-08 15:10:12 |
depth | 2 |
children | 0 |
last_payout | 2022-08-15 15:10:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.043 HBD |
curator_payout_value | 0.043 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 408 |
author_reputation | 2,191,879,646,791,924 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,544,282 |
net_rshares | 111,444,539,554 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
bozz | 0 | 111,444,539,554 | 10% |
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)
author | chorock |
---|---|
permlink | re-taskmaster4450-6cwksz |
category | hive-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"]} |
created | 2022-08-09 20:38:45 |
last_update | 2022-08-09 20:38:45 |
depth | 1 |
children | 0 |
last_payout | 2022-08-16 20:38:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 300 |
author_reputation | 777,788,988,211,358 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,582,652 |
net_rshares | 0 |
I'm most excited for RC delegation. That could turn into another revenue stream
author | cmmemes |
---|---|
permlink | re-taskmaster4450-202288t17816483z |
category | hive-167922 |
json_metadata | {"tags":["hive","scaling","ctp","proofofbrain","vyb","archon","mancave","neoxian","leofinance"],"app":"ecency/3.0.24-vision","format":"markdown+html"} |
created | 2022-08-08 14:08:18 |
last_update | 2022-08-08 14:08:18 |
depth | 1 |
children | 1 |
last_payout | 2022-08-15 14:08:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.041 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 80 |
author_reputation | 87,913,808,695,984 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,542,522 |
net_rshares | 104,032,661,757 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
taskmaster4450le | 0 | 104,032,661,757 | 5% | ||
frangevu | 0 | 0 | 100% |
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)
author | taskmaster4450le |
---|---|
permlink | re-cmmemes-5ugyug |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-cmmemes-5ugyug"} |
created | 2022-08-08 15:05:39 |
last_update | 2022-08-08 15:05:39 |
depth | 2 |
children | 0 |
last_payout | 2022-08-15 15:05:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 294 |
author_reputation | 2,191,879,646,791,924 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,544,162 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rojavu | 0 | 0 | 100% |
 | <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>
author | curation-cartel |
---|---|
permlink | re-hard-fork-26-scaling-on-steroids-20220808t140940z |
category | hive-167922 |
json_metadata | "{"app": "beem/0.24.26"}" |
created | 2022-08-08 14:09:42 |
last_update | 2022-08-08 14:09:42 |
depth | 1 |
children | 0 |
last_payout | 2022-08-15 14:09:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 679 |
author_reputation | 1,123,882,653,763 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,542,547 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
frangevu | 0 | 0 | 100% |
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)
author | dagger212 |
---|---|
permlink | re-taskmaster4450-gg5hm |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@dagger212/re-taskmaster4450-gg5hm"} |
created | 2022-08-08 14:41:39 |
last_update | 2022-08-08 14:41:39 |
depth | 1 |
children | 1 |
last_payout | 2022-08-15 14:41:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.041 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 679 |
author_reputation | 65,388,536,252,556 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,543,503 |
net_rshares | 103,854,770,943 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
taskmaster4450le | 0 | 103,854,770,943 | 5% | ||
delgadopham | 0 | 0 | 100% | ||
jhonvu | 0 | 0 | 100% |
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)
author | taskmaster4450le |
---|---|
permlink | re-dagger212-4jkz96 |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-dagger212-4jkz96"} |
created | 2022-08-08 15:08:21 |
last_update | 2022-08-08 15:08:21 |
depth | 2 |
children | 0 |
last_payout | 2022-08-15 15:08:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 406 |
author_reputation | 2,191,879,646,791,924 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,544,231 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
canivu | 0 | 0 | 100% |
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)
author | dwayne16 |
---|---|
permlink | re-taskmaster4450-zvjmg |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@dwayne16/re-taskmaster4450-zvjmg"} |
created | 2022-08-08 15:16:24 |
last_update | 2022-08-08 15:16:24 |
depth | 1 |
children | 2 |
last_payout | 2022-08-15 15:16:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.042 HBD |
curator_payout_value | 0.042 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 302 |
author_reputation | 709,723,033,453,551 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,544,472 |
net_rshares | 107,902,093,955 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
taskmaster4450le | 0 | 107,902,093,955 | 5% |
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)
author | dwayne16 |
---|---|
permlink | re-dwayne16-832jy |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@dwayne16/re-dwayne16-832jy"} |
created | 2022-08-08 21:49:24 |
last_update | 2022-08-08 21:49:24 |
depth | 2 |
children | 0 |
last_payout | 2022-08-15 21:49:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 239 |
author_reputation | 709,723,033,453,551 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,555,636 |
net_rshares | 0 |
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)
author | taskmaster4450le |
---|---|
permlink | re-dwayne16-6ptjrh |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-dwayne16-6ptjrh"} |
created | 2022-08-08 21:14:45 |
last_update | 2022-08-08 21:14:45 |
depth | 2 |
children | 0 |
last_payout | 2022-08-15 21:14:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 378 |
author_reputation | 2,191,879,646,791,924 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,554,281 |
net_rshares | 0 |
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)
author | finguru |
---|---|
permlink | re-taskmaster4450-7wkzo6 |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@finguru/re-taskmaster4450-7wkzo6"} |
created | 2022-08-08 14:07:18 |
last_update | 2022-08-08 14:07:18 |
depth | 1 |
children | 1 |
last_payout | 2022-08-15 14:07:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.041 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 246 |
author_reputation | 358,211,814,021,785 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,542,503 |
net_rshares | 104,109,813,475 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
taskmaster4450le | 0 | 104,109,813,475 | 5% | ||
frabvu | 0 | 0 | 100% | ||
jhonvu | 0 | 0 | 100% |
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)
author | taskmaster4450le |
---|---|
permlink | re-finguru-6gcopm |
category | hive-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"]} |
created | 2022-08-08 15:04:57 |
last_update | 2022-08-08 15:04:57 |
depth | 2 |
children | 0 |
last_payout | 2022-08-15 15:04:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 377 |
author_reputation | 2,191,879,646,791,924 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,544,140 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
canivu | 0 | 0 | 100% |
> 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.
author | gadrian |
---|---|
permlink | re-taskmaster4450-rgax7y |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2022.07.1"} |
created | 2022-08-08 14:50:24 |
last_update | 2022-08-08 14:50:24 |
depth | 1 |
children | 3 |
last_payout | 2022-08-15 14:50:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.041 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 300 |
author_reputation | 643,788,264,493,582 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,543,769 |
net_rshares | 103,775,491,201 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
taskmaster4450le | 0 | 103,775,491,201 | 5% | ||
wuilvu | 0 | 0 | 100% | ||
frangevu | 0 | 0 | 100% | ||
alrovu | 0 | 0 | 100% |
>...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)
author | taskmaster4450le |
---|---|
permlink | re-gadrian-6tbpjj |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-gadrian-6tbpjj"} |
created | 2022-08-08 15:09:09 |
last_update | 2022-08-08 15:09:09 |
depth | 2 |
children | 2 |
last_payout | 2022-08-15 15:09:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 244 |
author_reputation | 2,191,879,646,791,924 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,544,248 |
net_rshares | 0 |
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.
author | gadrian |
---|---|
permlink | re-taskmaster4450le-rgayct |
category | hive-167922 |
json_metadata | {"tags":"hive-167922"} |
created | 2022-08-08 15:14:54 |
last_update | 2022-08-08 15:18:09 |
depth | 3 |
children | 1 |
last_payout | 2022-08-15 15:14:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.042 HBD |
curator_payout_value | 0.042 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 308 |
author_reputation | 643,788,264,493,582 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,544,416 |
net_rshares | 107,996,636,544 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
taskmaster4450le | 0 | 107,996,636,544 | 5% |
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?
author | grampo |
---|---|
permlink | re-taskmaster4450-hard-fork-26-scaling-on-steroids-20220808t135041324z |
category | hive-167922 |
json_metadata | {"community":"waivio","app":"waivio/1.0.0","format":"markdown","timeOfPostCreation":1659966644324,"users":[],"links":[],"image":[],"wobj":{"wobjects":[]}} |
created | 2022-08-08 13:50:42 |
last_update | 2022-08-08 13:50:42 |
depth | 1 |
children | 6 |
last_payout | 2022-08-15 13:50:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 179 |
author_reputation | 27,902,505,281,195 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,542,046 |
net_rshares | -347,358,307,828 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
themarkymark | 0 | -451,840,399,398 | -1% | ||
taskmaster4450le | 0 | 104,482,091,570 | 5% | ||
rojavu | 0 | 0 | 100% | ||
hablavu | 0 | 0 | 100% | ||
jhonvu | 0 | 0 | 100% | ||
frangevu | 0 | 0 | 100% |
>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)
author | taskmaster4450le |
---|---|
permlink | re-grampo-3dmdsh |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-grampo-3dmdsh"} |
created | 2022-08-08 15:00:42 |
last_update | 2022-08-08 15:00:42 |
depth | 2 |
children | 5 |
last_payout | 2022-08-15 15:00:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.084 HBD |
curator_payout_value | 1.083 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 168 |
author_reputation | 2,191,879,646,791,924 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,544,049 |
net_rshares | 2,723,290,852,263 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
grampo | 0 | 3,930,015,966 | 25% | ||
vancouverdining | 0 | 1,242,112,535,569 | 25% | ||
waivio.match | 0 | 1,418,442,189,755 | 25% | ||
waivio.com | 0 | 9,099,845,867 | 25% | ||
cryptodive | 0 | 49,706,265,106 | 100% | ||
jordivu | 0 | 0 | 100% |
30%? How can that be sustainable Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@dwayne16/re-taskmaster4450le-zt85y)
author | dwayne16 |
---|---|
permlink | re-taskmaster4450le-zt85y |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@dwayne16/re-taskmaster4450le-zt85y"} |
created | 2022-08-08 15:13:21 |
last_update | 2022-08-08 15:13:21 |
depth | 3 |
children | 4 |
last_payout | 2022-08-15 15:13:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 135 |
author_reputation | 709,723,033,453,551 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,544,366 |
net_rshares | 0 |
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)
author | jerrythefarmer |
---|---|
permlink | re-taskmaster4450-5zdwqf |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@jerrythefarmer/re-taskmaster4450-5zdwqf"} |
created | 2022-08-09 09:22:33 |
last_update | 2022-08-09 09:22:33 |
depth | 1 |
children | 0 |
last_payout | 2022-08-16 09:22:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 370 |
author_reputation | 39,419,153,570,349 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,567,313 |
net_rshares | 0 |
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)
author | jfang003 |
---|---|
permlink | re-taskmaster4450-nbugn |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@jfang003/re-taskmaster4450-nbugn"} |
created | 2022-08-09 06:35:18 |
last_update | 2022-08-09 06:35:18 |
depth | 1 |
children | 0 |
last_payout | 2022-08-16 06:35:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 320 |
author_reputation | 645,352,052,383,935 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,564,708 |
net_rshares | 0 |
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)
author | joetunex |
---|---|
permlink | re-taskmaster4450-2qfom5 |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@joetunex/re-taskmaster4450-2qfom5"} |
created | 2022-08-08 14:24:03 |
last_update | 2022-08-08 14:24:03 |
depth | 1 |
children | 1 |
last_payout | 2022-08-15 14:24:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.041 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 623 |
author_reputation | 617,325,632,664,490 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,542,932 |
net_rshares | 103,943,671,855 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
taskmaster4450le | 0 | 103,943,671,855 | 5% | ||
cclemon3 | 0 | 0 | 100% |
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)
author | taskmaster4450le |
---|---|
permlink | re-joetunex-xtpm7 |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-joetunex-xtpm7"} |
created | 2022-08-08 15:06:36 |
last_update | 2022-08-08 15:06:36 |
depth | 2 |
children | 0 |
last_payout | 2022-08-15 15:06:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 309 |
author_reputation | 2,191,879,646,791,924 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,544,195 |
net_rshares | 0 |
Great Post! !1UP <div class=text-center>You can earn passive income by delegation of tribe tokens to "The Cartel"! [](https://discord.gg/zQrvxAu7mu) Click the banner to join "The Cartel" Discord server to know more!</div>
author | luizeba |
---|---|
permlink | re-taskmaster4450-202288t11351762z |
category | hive-167922 |
json_metadata | {"tags":["hive","scaling","ctp","proofofbrain","vyb","archon","mancave","neoxian","leofinance"],"app":"ecency/3.0.24-vision","format":"markdown+html"} |
created | 2022-08-08 14:03:54 |
last_update | 2022-08-08 14:03:54 |
depth | 1 |
children | 0 |
last_payout | 2022-08-15 14:03:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 444 |
author_reputation | 489,941,944,757,938 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,542,396 |
net_rshares | 0 |
cool
author | melaniabrooks |
---|---|
permlink | re-taskmaster4450-20231122t45340289z |
category | hive-167922 |
json_metadata | {"tags":["hive","scaling","ctp","proofofbrain","vyb","archon","mancave","neoxian","leofinance"],"app":"ecency/3.0.37-vision","format":"markdown+html"} |
created | 2023-11-22 02:53:39 |
last_update | 2023-11-22 02:53:39 |
depth | 1 |
children | 0 |
last_payout | 2023-11-29 02:53:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4 |
author_reputation | -7,970,980,517,605 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 129,069,882 |
net_rshares | 0 |
<center></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>
author | pixresteemer |
---|---|
permlink | 20220808t133721493z |
category | hive-167922 |
json_metadata | {"tags":["archon","pixresteemer"],"app":"pixresteemer"} |
created | 2022-08-08 13:37:21 |
last_update | 2022-08-08 13:37:21 |
depth | 1 |
children | 0 |
last_payout | 2022-08-15 13:37:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 468 |
author_reputation | 121,317,491,310,118 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,541,768 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anacevu | 0 | 0 | 100% | ||
canivu | 0 | 0 | 100% | ||
yeksong | 0 | 0 | 100% |
<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>
author | pizzabot |
---|---|
permlink | re-hard-fork-26-scaling-on-steroids-20220808t133824z |
category | hive-167922 |
json_metadata | "{"app": "beem/0.24.26"}" |
created | 2022-08-08 13:38:24 |
last_update | 2022-08-08 14:05:51 |
depth | 1 |
children | 0 |
last_payout | 2022-08-15 13:38:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 350 |
author_reputation | 7,617,921,360,686 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,541,786 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
vanhuyit8x | 0 | 0 | 100% | ||
namnguyn | 0 | 0 | 100% | ||
jordivu | 0 | 0 | 100% | ||
frabvu | 0 | 0 | 100% |
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>
author | poshtoken | ||||||
---|---|---|---|---|---|---|---|
permlink | re-taskmaster4450-hard-fork-26-scaling-on-steroids16535 | ||||||
category | hive-167922 | ||||||
json_metadata | "{"app":"Poshtoken 0.0.1","payoutToUser":["taskmaster4450le","ctrpch"]}" | ||||||
created | 2022-08-08 15:08:36 | ||||||
last_update | 2022-08-08 23:32:12 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2022-08-15 15:08:36 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.119 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 333 | ||||||
author_reputation | 5,596,969,104,537,177 | ||||||
root_title | "Hard Fork 26: Scaling on Steroids" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 0 | ||||||
post_id | 115,544,234 | ||||||
net_rshares | 301,546,622,637 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
acidyo | 0 | 301,546,622,637 | 3% |
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)
author | pouchon |
---|---|
permlink | re-taskmaster4450-5qp4eb |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@pouchon/re-taskmaster4450-5qp4eb"} |
created | 2022-08-09 12:39:30 |
last_update | 2022-08-09 12:39:30 |
depth | 1 |
children | 0 |
last_payout | 2022-08-16 12:39:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 314 |
author_reputation | 840,996,872,980,681 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,571,148 |
net_rshares | 0 |
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.
author | sebzie123 | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
permlink | rgcwfw | ||||||||||||||||||
category | hive-167922 | ||||||||||||||||||
json_metadata | {"app":"hiveblog/0.1"} | ||||||||||||||||||
created | 2022-08-09 16:28:51 | ||||||||||||||||||
last_update | 2022-08-09 16:28:51 | ||||||||||||||||||
depth | 1 | ||||||||||||||||||
children | 0 | ||||||||||||||||||
last_payout | 2022-08-16 16:28:51 | ||||||||||||||||||
cashout_time | 1969-12-31 23:59:59 | ||||||||||||||||||
total_payout_value | 0.000 HBD | ||||||||||||||||||
curator_payout_value | 0.000 HBD | ||||||||||||||||||
pending_payout_value | 0.000 HBD | ||||||||||||||||||
promoted | 0.000 HBD | ||||||||||||||||||
body_length | 173 | ||||||||||||||||||
author_reputation | 71,282,082,107 | ||||||||||||||||||
root_title | "Hard Fork 26: Scaling on Steroids" | ||||||||||||||||||
beneficiaries |
| ||||||||||||||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||||||||||||||
percent_hbd | 10,000 | ||||||||||||||||||
post_id | 115,576,739 | ||||||||||||||||||
net_rshares | 0 |
To summerize HF 26 in a nut shell.. Hive go BRRRR much faster.
author | shmoogleosukami |
---|---|
permlink | re-taskmaster4450-rgbfas |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2022.07.1"} |
created | 2022-08-08 21:20:51 |
last_update | 2022-08-08 21:20:51 |
depth | 1 |
children | 0 |
last_payout | 2022-08-15 21:20:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 62 |
author_reputation | 227,109,545,300,159 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,554,527 |
net_rshares | 0 |
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)
author | solymi |
---|---|
permlink | re-taskmaster4450-7dwlip |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@solymi/re-taskmaster4450-7dwlip"} |
created | 2022-08-09 05:01:42 |
last_update | 2022-08-09 05:01:42 |
depth | 1 |
children | 1 |
last_payout | 2022-08-16 05:01:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 170 |
author_reputation | 274,440,811,155,496 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,563,341 |
net_rshares | 0 |
when
author | ironshield |
---|---|
permlink | rhfmon |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2022-08-30 14:24:45 |
last_update | 2022-08-30 14:24:45 |
depth | 2 |
children | 0 |
last_payout | 2022-09-06 14:24:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4 |
author_reputation | 648,787,896,432,262 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 116,169,506 |
net_rshares | 0 |
wait so we are getting 1 MB block sizes?
author | tobetada |
---|---|
permlink | re-taskmaster4450-rgb554 |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2022.07.1"} |
created | 2022-08-08 17:41:27 |
last_update | 2022-08-08 17:41:27 |
depth | 1 |
children | 2 |
last_payout | 2022-08-15 17:41:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.042 HBD |
curator_payout_value | 0.042 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 40 |
author_reputation | 600,287,086,295,922 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,548,224 |
net_rshares | 107,708,523,000 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
taskmaster4450le | 0 | 107,708,523,000 | 5% |
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)
author | taskmaster4450le |
---|---|
permlink | re-tobetada-6pszev |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-tobetada-6pszev"} |
created | 2022-08-08 21:16:06 |
last_update | 2022-08-08 21:16:06 |
depth | 2 |
children | 1 |
last_payout | 2022-08-15 21:16:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.040 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 323 |
author_reputation | 2,191,879,646,791,924 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,554,345 |
net_rshares | 101,979,802,200 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tobetada | 0 | 101,979,802,200 | 3% |
The good thing about hive is witnesses control the block size via a paramiter so no HF needed for that change to go ahead.
author | shmoogleosukami |
---|---|
permlink | re-taskmaster4450le-rgbfjp |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2022.07.1"} |
created | 2022-08-08 21:26:12 |
last_update | 2022-08-08 21:26:12 |
depth | 3 |
children | 0 |
last_payout | 2022-08-15 21:26:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 122 |
author_reputation | 227,109,545,300,159 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,554,802 |
net_rshares | 0 |
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)
author | tokutaro22 |
---|---|
permlink | re-taskmaster4450-1fz4z |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@tokutaro22/re-taskmaster4450-1fz4z"} |
created | 2022-08-08 13:57:18 |
last_update | 2022-08-08 13:57:18 |
depth | 1 |
children | 1 |
last_payout | 2022-08-15 13:57:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.041 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 236 |
author_reputation | 98,640,004,278,991 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,542,194 |
net_rshares | 104,283,449,806 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
taskmaster4450le | 0 | 104,283,449,806 | 5% |
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)
author | taskmaster4450le |
---|---|
permlink | re-tokutaro22-wjp3y |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-tokutaro22-wjp3y"} |
created | 2022-08-08 15:02:27 |
last_update | 2022-08-08 15:02:27 |
depth | 2 |
children | 0 |
last_payout | 2022-08-15 15:02:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 509 |
author_reputation | 2,191,879,646,791,924 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,544,075 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cclemon3 | 0 | 0 | 100% |
!PGM !PIZZA !LUV
author | torran |
---|---|
permlink | re-taskmaster4450-rgav3o |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2022.07.1"} |
created | 2022-08-08 14:04:36 |
last_update | 2022-08-08 14:04:36 |
depth | 1 |
children | 1 |
last_payout | 2022-08-15 14:04:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16 |
author_reputation | 8,297,298,349,285 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,542,421 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
delgadopham | 0 | 0 | 100% |
@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>
author | luvshares |
---|---|
permlink | re-re-taskmaster4450-rgav3o-20220808t144316z |
category | hive-167922 |
json_metadata | "{"app": "beem/0.24.26"}" |
created | 2022-08-08 14:43:15 |
last_update | 2022-08-08 14:43:15 |
depth | 2 |
children | 0 |
last_payout | 2022-08-15 14:43:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 951 |
author_reputation | 5,651,102,754,153 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,543,557 |
net_rshares | 0 |
Thank for the detail and update. !LOLZ
author | trend-setter |
---|---|
permlink | re-taskmaster4450-202288t204446883z |
category | hive-167922 |
json_metadata | {"tags":["hive-167922","hive","scaling","ctp","proofofbrain","vyb","archon","mancave","neoxian","leofinance"],"app":"ecency/3.0.32-mobile","format":"markdown+html"} |
created | 2022-08-08 14:14:48 |
last_update | 2022-08-08 14:14:48 |
depth | 1 |
children | 0 |
last_payout | 2022-08-15 14:14:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 2,271,283,015,740 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,542,664 |
net_rshares | 0 |
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)
author | typebox |
---|---|
permlink | re-taskmaster4450-5vmxz7 |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@typebox/re-taskmaster4450-5vmxz7"} |
created | 2022-08-08 23:55:06 |
last_update | 2022-08-08 23:55:06 |
depth | 1 |
children | 0 |
last_payout | 2022-08-15 23:55:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 306 |
author_reputation | 39,179,991,718,345 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,558,034 |
net_rshares | 0 |
It's amazing the pace at which Hive's development is growing of late. Sincerely, Hive will not be ignored for long.
author | uyobong |
---|---|
permlink | re-taskmaster4450-rgau9m |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2022.07.1"} |
created | 2022-08-08 13:46:33 |
last_update | 2022-08-08 13:46:33 |
depth | 1 |
children | 2 |
last_payout | 2022-08-15 13:46:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.041 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 115 |
author_reputation | 936,793,905,086,108 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,541,963 |
net_rshares | 104,560,488,318 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
taskmaster4450le | 0 | 104,560,488,318 | 5% |
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)
author | taskmaster4450le |
---|---|
permlink | re-uyobong-4mdbpf |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-uyobong-4mdbpf"} |
created | 2022-08-08 14:59:09 |
last_update | 2022-08-08 14:59:09 |
depth | 2 |
children | 1 |
last_payout | 2022-08-15 14:59:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 205 |
author_reputation | 2,191,879,646,791,924 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,544,000 |
net_rshares | 0 |
Until no one can ignore it anymore. It may take years but we're getting there.
author | palasatenea |
---|---|
permlink | re-taskmaster4450le-rgbpka |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2022.07.1"} |
created | 2022-08-09 01:02:33 |
last_update | 2022-08-09 01:02:33 |
depth | 3 |
children | 0 |
last_payout | 2022-08-16 01:02:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 78 |
author_reputation | 6,973,925,098,488 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,559,158 |
net_rshares | 0 |
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)
author | vimukthi |
---|---|
permlink | re-taskmaster4450-6rlnsk |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@vimukthi/re-taskmaster4450-6rlnsk"} |
created | 2022-08-08 13:58:54 |
last_update | 2022-08-08 13:58:54 |
depth | 1 |
children | 0 |
last_payout | 2022-08-15 13:58:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.042 HBD |
curator_payout_value | 0.042 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 390 |
author_reputation | 501,724,230,538,197 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,542,249 |
net_rshares | 108,190,773,449 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
taskmaster4450le | 0 | 108,190,773,449 | 5% | ||
yorvich | 0 | 0 | 100% | ||
zedzed | 0 | 0 | 100% |
> 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.
author | xplosive |
---|---|
permlink | re-taskmaster4450-202288t155154814z |
category | hive-167922 |
json_metadata | {"tags":["hive-167922","hive","scaling","ctp","proofofbrain","vyb","archon","mancave","neoxian","leofinance"],"app":"ecency/3.0.32-mobile","format":"markdown+html"} |
created | 2022-08-08 13:51:54 |
last_update | 2022-08-08 13:52:12 |
depth | 1 |
children | 3 |
last_payout | 2022-08-15 13:51:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.120 HBD |
curator_payout_value | 0.118 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 779 |
author_reputation | 209,587,758,556,745 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,542,067 |
net_rshares | 303,672,219,880 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
grider123 | 0 | 12,631,960,024 | 100% | ||
vimukthi | 0 | 114,332,559,923 | 40% | ||
palasatenea | 0 | 39,947,945,401 | 50% | ||
taskmaster4450le | 0 | 104,386,297,392 | 5% | ||
lesmann | 0 | 32,373,457,140 | 49% | ||
delgadopham | 0 | 0 | 100% | ||
wuilvu | 0 | 0 | 100% | ||
frabvu | 0 | 0 | 100% | ||
alrovu | 0 | 0 | 100% | ||
yorvich | 0 | 0 | 100% | ||
yoiandres | 0 | 0 | 100% | ||
yenizzal | 0 | 0 | 100% | ||
yepesjhorhi | 0 | 0 | 100% |
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.
author | palasatenea |
---|---|
permlink | re-xplosive-rgbpi6 |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2022.07.1"} |
created | 2022-08-09 01:01:18 |
last_update | 2022-08-09 01:01:18 |
depth | 2 |
children | 2 |
last_payout | 2022-08-16 01:01:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.016 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 219 |
author_reputation | 6,973,925,098,488 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,559,142 |
net_rshares | 40,592,259,731 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
xplosive | 0 | 40,592,259,731 | 75% |
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.
author | xplosive |
---|---|
permlink | re-palasatenea-202289t61514910z |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"ecency/3.0.32-mobile","format":"markdown+html"} |
created | 2022-08-09 04:15:12 |
last_update | 2022-08-09 04:15:12 |
depth | 3 |
children | 1 |
last_payout | 2022-08-16 04:15:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.013 HBD |
curator_payout_value | 0.013 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 296 |
author_reputation | 209,587,758,556,745 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,562,653 |
net_rshares | 37,626,338,935 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dustsweeper | 0 | 21,784,703,738 | 2.78% | ||
palasatenea | 0 | 15,841,635,197 | 20% |
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)
author | yogajill |
---|---|
permlink | re-taskmaster4450-5ksqfz |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@yogajill/re-taskmaster4450-5ksqfz"} |
created | 2022-08-08 15:38:24 |
last_update | 2022-08-08 15:38:24 |
depth | 1 |
children | 1 |
last_payout | 2022-08-15 15:38:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.042 HBD |
curator_payout_value | 0.042 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 313 |
author_reputation | 54,138,244,064,176 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,545,118 |
net_rshares | 107,810,823,333 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
taskmaster4450le | 0 | 107,810,823,333 | 5% |
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)
author | taskmaster4450le |
---|---|
permlink | re-yogajill-66wefo |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-yogajill-66wefo"} |
created | 2022-08-08 21:15:12 |
last_update | 2022-08-08 21:15:12 |
depth | 2 |
children | 0 |
last_payout | 2022-08-15 21:15:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 194 |
author_reputation | 2,191,879,646,791,924 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,554,303 |
net_rshares | 0 |
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)
author | youngkedar98 |
---|---|
permlink | re-taskmaster4450-4spztd |
category | hive-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"]} |
created | 2022-08-08 14:57:03 |
last_update | 2022-08-08 14:57:03 |
depth | 1 |
children | 1 |
last_payout | 2022-08-15 14:57:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.040 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 551 |
author_reputation | 1,097,758,755,284 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,543,945 |
net_rshares | 103,512,738,919 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
taskmaster4450le | 0 | 103,512,738,919 | 5% | ||
wuilvu | 0 | 0 | 100% | ||
frangevu | 0 | 0 | 100% |
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)
author | taskmaster4450le |
---|---|
permlink | re-youngkedar98-3dxhzm |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-youngkedar98-3dxhzm"} |
created | 2022-08-08 15:12:54 |
last_update | 2022-08-08 15:12:54 |
depth | 2 |
children | 0 |
last_payout | 2022-08-15 15:12:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 532 |
author_reputation | 2,191,879,646,791,924 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,544,354 |
net_rshares | 0 |
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
author | zealous4ever |
---|---|
permlink | re-taskmaster4450-202288t193528187z |
category | hive-167922 |
json_metadata | {"tags":["hive-167922","hive","scaling","ctp","proofofbrain","vyb","archon","mancave","neoxian","leofinance"],"app":"ecency/3.0.32-mobile","format":"markdown+html"} |
created | 2022-08-08 19:35:30 |
last_update | 2022-08-08 19:35:30 |
depth | 1 |
children | 2 |
last_payout | 2022-08-15 19:35:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.042 HBD |
curator_payout_value | 0.042 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 470 |
author_reputation | 2,252,632,675,114 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,550,932 |
net_rshares | 107,619,829,015 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
taskmaster4450le | 0 | 107,619,829,015 | 5% |
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)
author | taskmaster4450le |
---|---|
permlink | re-zealous4ever-2qlbvm |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@taskmaster4450le/re-zealous4ever-2qlbvm"} |
created | 2022-08-08 21:17:54 |
last_update | 2022-08-08 21:17:54 |
depth | 2 |
children | 1 |
last_payout | 2022-08-15 21:17:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 454 |
author_reputation | 2,191,879,646,791,924 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,554,420 |
net_rshares | 0 |
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
author | zealous4ever |
---|---|
permlink | re-taskmaster4450le-202288t23141039z |
category | hive-167922 |
json_metadata | {"tags":["leofinance"],"app":"ecency/3.0.24-vision","format":"markdown+html"} |
created | 2022-08-08 23:14:09 |
last_update | 2022-08-08 23:14:09 |
depth | 3 |
children | 0 |
last_payout | 2022-08-15 23:14:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 182 |
author_reputation | 2,252,632,675,114 |
root_title | "Hard Fork 26: Scaling on Steroids" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,557,386 |
net_rshares | 0 |