 Below are a few highlights of the Hive-related programming issues worked on by the BlockTrades team since my last report. For the past two months, we’ve been testing and improving the various apps that make up the stack for Hive API nodes, as well as the infrastructure that supports it. The big announcement is that today we’ve released 1.27.5rc8 (release candidate 8), which based on testing so far, will probably be re-tagged this week as the official release of the stack. # [HAF API node](https://gitlab.syncad.com/hive/haf_api_node) This repo contains docker compose scripts to easily install and manage a full Hive API node. It’s so simple to use that anyone who’s familiar with basic Linux system administration should be able to setup and operate their own Hive API node now. One of the best features of the new stack is that it easily allows API node operators to incrementally add support for new Hive APIs as new HAF apps get released. Recent changes to the scripts include: * Supports using either [Drone](https://gitlab.syncad.com/hive/drone) or [Jussi](https://gitlab.syncad.com/hive/jussi) for reverse proxying and caching of JSON-based API calls. Drone is now the recommended choice. * ZFS Snapshot script has an option for “public snapshots” to avoid including logs in the snapshot (e.g. when you want to supply a snapshot to someone else). * Fixed log rotation of postgres logs. * Caddy now overrides Jussi/drone handling of CORS * Fixed various issues with the assisted_startup.sh script. * Fixed various configuration problems found while testing on our production node. * The .env file now supports downloading pre-built docker images from gitlab, dockerhub, and registry.hive.blog. * Added a bind-mount point for caddy logging. * Fixes to healthcheck checks for btracker, hafbe, and hafah. * Configured haproxy to log healthcheck failures. * Fixes to btracker/hafbe uninstall processed. * Simplify exposing internal ports between services when spreading node services across several servers. We also updated the CI processes for hive, HAF, and the various HAF apps so that whenever we manually tag a gitlab repo with a new release or release candidate, the associated docker images built by CI will also be tagged with the same tag, and then automatically pushed to dockerhub and registry.hive.blog. Last night I used the [jussi traffic analyzer](https://gitlab.syncad.com/hive/jussi-traffic-analyzer) tool to analyze API call performance on api.hive.blog (despite the name it also works for analyzing traffic when your node is configured to use Drone). We’re running api.hive.blog itself off a single server now (it used to be spread across 4 servers that we’d been using since Hive was first launched) and the average API call response time is about 2x what it was back in November of last year, despite handling about 50% more traffic than our old configuration. And our CPU load is also significantly lower, so we have substantial headroom for more load. Note: the new server hardware is also somewhat faster than our old servers (at least compared to one individually) and has the same amount of disk storage as all 4 of the old servers had (4x2TB = 8TB). There’s less available memory (the new server has 128GB, the 4 old servers had 64GB each for a total of 256GB), but we’ve also significantly lowered memory requirements over time, so this isn’t a problem. In fact, currently an API node should be able to handle quite a lot of traffic with only 64GB of RAM. # [HAF](https://gitlab.syncad.com/hive/haf) (Hive Application Framework) We fixed several issues that could cause a HAF app’s state to get corrupted during shutdowns of HAF or HAF apps because of a missed block. The balance tracker app was particularly useful in helping us identify those problems because a single block of missed data would typically cause it to fail before too long with a divide-by-zero error. As part of these changes, we also simplified the usage of the HAF API for creating HAF-based apps. We improved the stability of a number of CI tests and added more tests (e.g. tests to test filtering of operations during HAF replays). And we found and fixed an interaction bug between the fc scheduling library used by hived and the “faketime” tool we use in CI testing that could result in busy looping. Fixing this bug significantly reduced the loading on our test runners and, more importantly, eliminated several intermittent test fails that were occurring because tests were sometimes consuming 100% of the CPU cores on our test runners. We shrunk the size of the HAF docker image used by HAF API nodes from 3120 MB down to 611 MB to speed up downloads during installation (the 3120MB version contains all tools needed for development of HAF apps). ## [HAF Block Explorer](https://gitlab.syncad.com/hive/haf_block_explorer) and [Balance Tracker](https://gitlab.syncad.com/hive/balance_tracker) APIs We updated these apps to accommodate the changes to the HAF API. We also added some new API calls and fixed bugs found in existing API calls while testing the [Block Explorer UI](https://gitlab.syncad.com/hive/block_explorer_ui). And we added caching headers that provide varnish with hints about how long to cache API responses based on the API call type and the API parameters specified. # Drone (replacement for Jussi) A while back, @deathwing created and deployed a reverse-proxying program called Drone that could potentially replace Jussi. For the past couple of months we’ve been working on completing various changes necessary to allow us to replace Jussi in the standard API node stack. We made a bunch of small changes, but the major changes we made were improvements to Drone’s caching system, and at this point its caching performance is as flexible and more performant than Jussi’s. # [Hivemind API](https://gitlab.syncad.com/hive/hivemind) (social media API) We dramatically improved the performance of several slow queries in hivemind that we discovered while testing the stack in a production environment. These improvements also reduce database loading on API nodes. There’s still a couple queries that need improvement, but we can easily deploy more improvements later as none of the changes will require a replay of hivemind. Hivemind was updated to accommodate the changes to the HAF API. We also improved the install and update code, including removing some obsolete code, and speeded up restarting hivemind after a temporary shutdown. # API node update timeline We expect API nodes to begin updating to the new rc8 stack over the next few weeks. We’re running rc8 now on api.hive.blog. Near the end of this upcoming week, we will upload a ZFS snapshot with already replayed versions of HAF and the HAF apps such as hivemind. This will particularly be helpful for nodes with slower processors, but even on fast servers it is likely to be faster to download such a snapshot than do a local replay. However, nodes that have already replayed rc7 should be able to upgrade to rc8 relatively painlessly, and that is the recommended procedure for such nodes (only hafbe, if previously installed, will need a replay). # What’s next? Since I think rc8 will be the official release of the stack, we’re now starting to turn our attention to future development plans. Our plans still aren’t fully formed, but here’s a sample of things we’re already looking at: * Begin next phase development of the HAF-based smart contract environment. * Create a HAF app to support creation and maintenance of “lite” accounts at the 2nd layer. * Create a “lite node” version of hived that doesn’t require local storage of a full block_log. This will also reduce storage needs of HAF apps and Hive API nodes. * Further improvements to the “sql_serializer” plugin that takes blockchain data from hived and adds it to a HAF database. * A long due overhaul of Hivemind code to bring its design architecture more in alignment with HAF-based coding practices. This should improve both replay time and API server performance and make the code easier to maintain. * Continue refining the new WAX library for developing light weight Hive apps * Finish up the new command-line wallet (Clive) * Finish up the GUI for the HAF-based block explorer * Finish up Denser (replacement for Condenser social media app) * Finish extracting reputation API from hivemind into a separate HAF app * Update and reorganize documentation of just about everything
author | blocktrades |
---|---|
permlink | 2nd-update-of-2024-releasing-the-new-haf-based-stack-for-hive-api-nodes |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1","format":"markdown","image":["https://images.hive.blog/DQmSihw8Kz4U7TuCQa98DDdCzqbqPFRumuVWAbareiYZW1Z/blocktrades%20update.png"],"links":["https://gitlab.syncad.com/hive/haf_api_node"],"tags":["hive","blockchain","software","blocktrades"],"users":["deathwing"]} |
created | 2024-03-16 21:14:24 |
last_update | 2024-03-16 21:48:57 |
depth | 0 |
children | 50 |
last_payout | 2024-03-23 21:14:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 151.691 HBD |
curator_payout_value | 151.514 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 8,596 |
author_reputation | 1,294,229,758,643,604 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,103,733 |
net_rshares | 605,659,527,343,148 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
smooth | 0 | 153,096,065,553,382 | 100% | ||
abit | 0 | 20,995,415,366,297 | 100% | ||
adm | 0 | 24,360,417,138,709 | 100% | ||
boatymcboatface | 0 | 594,955,235,062 | 30% | ||
fractalnode | 0 | 18,924,882,209 | 50% | ||
kingscrown | 0 | 43,875,589,155 | 30% | ||
acidyo | 0 | 10,870,228,203,061 | 100% | ||
oaldamster | 0 | 124,768,970,770 | 100% | ||
leprechaun | 0 | 1,701,242,096 | 13% | ||
theshell | 0 | 159,286,045,479 | 30% | ||
churdtzu | 0 | 23,022,498,795 | 33% | ||
paradise-paradox | 0 | 1,043,722,729 | 100% | ||
kennyskitchen | 0 | 31,707,664,954 | 100% | ||
gtg | 0 | 45,343,330,993,278 | 100% | ||
gerber | 0 | 136,613,958,414 | 72% | ||
good-karma | 0 | 11,043,064,219 | 1% | ||
roelandp | 0 | 621,087,001,890 | 50% | ||
daan | 0 | 50,755,778,461 | 8% | ||
ezzy | 0 | 5,332,995,095 | 72% | ||
bryanj4 | 0 | 589,161,635 | 25% | ||
ausbitbank | 0 | 2,900,428,703,297 | 100% | ||
ssjsasha | 0 | 10,779,180,431 | 100% | ||
cloh76 | 0 | 142,442,222,453 | 100% | ||
kendewitt | 0 | 186,968,554,965 | 100% | ||
demotruk | 0 | 1,036,792,837,813 | 100% | ||
ubg | 0 | 36,728,837,637 | 75% | ||
deanliu | 0 | 4,490,009,391,823 | 100% | ||
exyle | 0 | 308,276,787,864 | 72% | ||
quigua | 0 | 1,756,016,793 | 100% | ||
ace108 | 0 | 745,648,561,796 | 16% | ||
kaykunoichi | 0 | 7,745,767,426 | 100% | ||
akipponn | 0 | 52,047,629,506 | 100% | ||
magicmonk | 0 | 5,020,009,763,205 | 100% | ||
laoyao | 0 | 54,687,845,503 | 100% | ||
midnightoil | 0 | 193,147,344,596 | 100% | ||
xiaohui | 0 | 17,043,827,563 | 100% | ||
joele | 0 | 48,327,267,914 | 100% | ||
oflyhigh | 0 | 3,901,470,115,295 | 100% | ||
shanghaipreneur | 0 | 24,146,280,665 | 100% | ||
borran | 0 | 1,130,861,258,553 | 100% | ||
treaphort | 0 | 697,625,261 | 15% | ||
helene | 0 | 1,227,278,874,248 | 100% | ||
lemouth | 0 | 2,898,922,689,418 | 100% | ||
elamental | 0 | 903,563,820 | 13% | ||
stevescoins | 0 | 2,271,436,459 | 23.5% | ||
catherinebleish | 0 | 10,492,018,845 | 50% | ||
steevc | 0 | 1,505,760,362,081 | 50% | ||
netaterra | 0 | 164,209,534,441 | 10% | ||
someguy123 | 0 | 676,826,389,407 | 100% | ||
themonetaryfew | 0 | 411,198,786,478 | 100% | ||
dannyshine | 0 | 29,262,966,747 | 35% | ||
esecholo | 0 | 9,522,345,610 | 100% | ||
brightstar | 0 | 5,399,561,153 | 15% | ||
penguinpablo | 0 | 217,608,312,021 | 14% | ||
uwelang | 0 | 3,108,362,037 | 20% | ||
wakeupnd | 0 | 122,134,415,832 | 50% | ||
tftproject | 0 | 1,236,753,151 | 7.05% | ||
dbroze | 0 | 4,016,273,943 | 47% | ||
jimbobbill | 0 | 1,760,819,366 | 15% | ||
canadian-coconut | 0 | 10,040,451,473,250 | 66% | ||
fraenk | 0 | 70,659,227,737 | 100% | ||
cornerstone | 0 | 1,267,933,369,112 | 50% | ||
petrvl | 0 | 220,684,865,676 | 20% | ||
seckorama | 0 | 194,889,428,680 | 65.91% | ||
funnyman | 0 | 1,412,882,976 | 5.6% | ||
disregardfiat | 0 | 2,188,087,384,015 | 100% | ||
rynow | 0 | 132,197,221,362 | 30% | ||
michelle.gent | 0 | 311,725,125,723 | 100% | ||
jang | 0 | 125,716,534,062 | 100% | ||
lloyddavis | 0 | 23,116,203,430 | 75% | ||
planosdeunacasa | 0 | 30,281,336,347 | 100% | ||
siniceku | 0 | 1,504,165,487 | 100% | ||
ura-soul | 0 | 67,524,816,450 | 47% | ||
techslut | 0 | 336,710,981,163 | 50% | ||
makinstuff | 0 | 61,254,829,882 | 50% | ||
consciousness | 0 | 10,013,126,809 | 100% | ||
triviummethod | 0 | 5,776,683,579 | 100% | ||
jaybird | 0 | 4,236,466,725 | 100% | ||
redes | 0 | 3,934,719,678,795 | 45% | ||
whistleblower | 0 | 10,515,040,181 | 100% | ||
edb | 0 | 43,006,163,022 | 50% | ||
breezin | 0 | 6,608,441,423 | 100% | ||
esteemapp | 0 | 2,720,203,044 | 1% | ||
veganism | 0 | 5,746,342,043 | 100% | ||
justinw | 0 | 165,577,107,179 | 33% | ||
humanearl | 0 | 2,032,488,858 | 70% | ||
v4vapid | 0 | 835,514,570,726 | 5.17% | ||
delso | 0 | 51,078,263,635 | 100% | ||
steemitcommunity | 0 | 1,354,326,995 | 100% | ||
askari | 0 | 28,099,499,259 | 20% | ||
lindal | 0 | 2,326,930,523 | 100% | ||
bxt | 0 | 374,716,258,921 | 100% | ||
davidgermano | 0 | 0 | 100% | ||
tarazkp | 0 | 2,112,604,215,164 | 50% | ||
yiyi.maiola | 0 | 10,652,354,454 | 100% | ||
privex | 0 | 64,048,573,908 | 100% | ||
sudutpandang | 0 | 452,151,430 | 100% | ||
thereikiforest | 0 | 864,132,126 | 10% | ||
evildeathcore | 0 | 12,992,303,478 | 100% | ||
teammo | 0 | 293,779,212,376 | 100% | ||
diggndeeper.com | 0 | 6,818,978,103,167 | 100% | ||
oneshot | 0 | 32,266,059,769 | 100% | ||
trafalgar | 0 | 49,461,431,797,844 | 100% | ||
ganjafarmer | 0 | 269,241,949,033 | 100% | ||
itinerantph | 0 | 1,698,675,221 | 50% | ||
freedomexists | 0 | 1,596,762,984 | 100% | ||
freebornsociety | 0 | 4,895,407,669 | 10% | ||
haileyscomet | 0 | 752,828,120 | 20% | ||
dickturpin | 0 | 68,393,019,958 | 100% | ||
lizanomadsoul | 0 | 97,183,381,119 | 40% | ||
raindrop | 0 | 765,606,426,329 | 100% | ||
markwhittam | 0 | 13,957,947,736 | 100% | ||
melinda010100 | 0 | 694,763,218,928 | 56.6% | ||
l337m45732 | 0 | 2,957,102,122 | 5% | ||
smasssh | 0 | 1,380,883,239,576 | 30% | ||
tamaralovelace | 0 | 84,154,082,248 | 100% | ||
mes | 0 | 555,485,249,070 | 100% | ||
kingkinslow | 0 | 1,064,154,159 | 100% | ||
andyjaypowell | 0 | 657,632,888,740 | 99% | ||
broncnutz | 0 | 9,812,181,073,363 | 100% | ||
iansart | 0 | 4,398,221,282 | 100% | ||
schlees | 0 | 445,028,780,083 | 20% | ||
trayan | 0 | 11,205,072,243 | 100% | ||
forykw | 0 | 281,879,076,712 | 36% | ||
mobbs | 0 | 263,718,711,204 | 100% | ||
lenmar | 0 | 40,784,521,675 | 100% | ||
valued-customer | 0 | 46,890,186,307 | 25% | ||
rt395 | 0 | 13,018,184,408 | 10% | ||
uruiamme | 0 | 1,640,511,799 | 15% | ||
bigram13 | 0 | 29,408,597,772 | 100% | ||
ironshield | 0 | 204,483,761,135 | 100% | ||
nrg | 0 | 327,217,077,668 | 75% | ||
fredrikaa | 0 | 2,151,891,867,368 | 100% | ||
trumpikas | 0 | 20,549,485,689 | 80% | ||
joechiappetta | 0 | 137,758,457,025 | 100% | ||
guiltyparties | 0 | 1,640,493,767,447 | 100% | ||
masterthematrix | 0 | 34,038,847,465 | 100% | ||
exec | 0 | 1,650,783,220,219 | 100% | ||
belahejna | 0 | 38,386,249,164 | 20% | ||
alphacore | 0 | 10,660,040,830 | 10.79% | ||
galenkp | 0 | 6,341,854,001,450 | 100% | ||
mahdiyari | 0 | 564,594,075,657 | 100% | ||
ammonite | 0 | 389,073,677,110 | 100% | ||
hellene8 | 0 | 2,608,325,350 | 100% | ||
spectrumecons | 0 | 3,244,642,931,487 | 50% | ||
vieanna | 0 | 3,251,345,337 | 100% | ||
joeyarnoldvn | 0 | 35,334,175,619 | 100% | ||
heyitshaas | 0 | 12,520,860,975 | 100% | ||
gunthertopp | 0 | 2,039,621,465,956 | 37.5% | ||
gniksivart | 0 | 64,946,020,279 | 25% | ||
bluemist | 0 | 24,185,014,484 | 10% | ||
godfish | 0 | 702,625,072,844 | 50% | ||
tattoodjay | 0 | 439,050,429,673 | 15% | ||
rafalski | 0 | 1,007,803,462 | 64.8% | ||
face2face | 0 | 15,723,446,181 | 100% | ||
howo | 0 | 3,094,179,064,797 | 100% | ||
heart-to-heart | 0 | 12,596,812,022 | 20% | ||
shitsignals | 0 | 2,516,087,074 | 72% | ||
appreciator | 0 | 38,243,712,287,980 | 10% | ||
hairyfairy | 0 | 2,177,130,299 | 2.5% | ||
nikdo | 0 | 10,199,887,739 | 50% | ||
stayoutoftherz | 0 | 11,069,192,414,523 | 100% | ||
bambukah | 0 | 27,236,298,183 | 32% | ||
vikisecrets | 0 | 671,000,215,348 | 30% | ||
shasta | 0 | 367,158,067,080 | 100% | ||
resiliencia | 0 | 62,022,414,725 | 100% | ||
pastrane | 0 | 4,511,573,655 | 100% | ||
pocketrocket | 0 | 19,226,549,305 | 100% | ||
kharrazi | 0 | 4,301,193,018 | 100% | ||
steemik | 0 | 0 | 100% | ||
powpow420 | 0 | 1,461,956,245 | 50% | ||
yacobh | 0 | 11,777,839,432 | 70% | ||
jeanlucsr | 0 | 4,312,794,262 | 7.2% | ||
bukharisulaiman | 0 | 0 | 100% | ||
holisticmom | 0 | 1,391,640,218 | 3% | ||
horpey | 0 | 66,249,049,024 | 100% | ||
idx | 0 | 23,285,929,265 | 100% | ||
shanibeer | 0 | 309,116,898,675 | 17.5% | ||
chrisparis | 0 | 48,427,567,211 | 100% | ||
nuthman | 0 | 2,485,556,320,304 | 100% | ||
shogo | 0 | 5,062,889,727 | 100% | ||
fionasfavourites | 0 | 169,237,825,263 | 100% | ||
aafeng | 0 | 231,760,012,239 | 25% | ||
zyx066 | 0 | 53,843,958,316 | 30% | ||
tribesteemup | 0 | 147,976,095,408 | 100% | ||
my451r | 0 | 38,432,690,657 | 100% | ||
felander | 0 | 338,982,239,459 | 72% | ||
santigs | 0 | 464,887,212,833 | 100% | ||
marketinggeek | 0 | 3,261,218,301 | 100% | ||
zirochka | 0 | 818,462,981,601 | 100% | ||
ekkah | 0 | 877,658,368 | 100% | ||
stoodkev | 0 | 23,647,613,652,698 | 100% | ||
holbein81 | 0 | 2,490,913,160,571 | 100% | ||
eastmael | 0 | 37,147,804,304 | 100% | ||
solarsupermama | 0 | 2,189,984,224 | 11% | ||
yogacoach | 0 | 16,492,680,500 | 72% | ||
artlover | 0 | 2,200,595,025 | 100% | ||
drax | 0 | 483,005,376,195 | 100% | ||
sorin.cristescu | 0 | 2,832,931,278 | 0.5% | ||
openaccount | 0 | 627,978,530 | 25% | ||
taskmaster4450 | 0 | 500,573,591,767 | 25% | ||
roleerob | 0 | 523,755,958,695 | 100% | ||
deathwing | 0 | 1,055,758,245,621 | 100% | ||
silversaver888 | 0 | 390,866,602,102 | 100% | ||
espoem | 0 | 15,827,673,771 | 5% | ||
dilimunanzar | 0 | 18,489,653,179 | 100% | ||
insanityisfree | 0 | 826,355,697 | 47% | ||
diosarich | 0 | 15,277,006,386 | 100% | ||
omra-sky | 0 | 70,770,178,764 | 50% | ||
risemultiversity | 0 | 3,308,854,495 | 23.5% | ||
canadianrenegade | 0 | 10,472,158,118 | 5% | ||
esteem.app | 0 | 326,793,996 | 1% | ||
m-san | 0 | 5,402,172,968 | 100% | ||
vegoutt-travel | 0 | 48,300,713,036 | 50% | ||
kieranpearson | 0 | 1,688,591,122 | 33% | ||
spacesheep | 0 | 5,458,740,019 | 100% | ||
afterglow | 0 | 3,237,544,493 | 50% | ||
petrolinivideo | 0 | 3,828,208,451 | 50% | ||
stonergirls | 0 | 818,217,185 | 100% | ||
dejan.vuckovic | 0 | 10,417,469,305 | 15% | ||
informationwar | 0 | 172,357,493,989 | 47% | ||
coolguy123 | 0 | 94,608,914,902 | 50% | ||
thekittygirl | 0 | 498,068,768,128 | 100% | ||
familyprotection | 0 | 811,944,279,897 | 50% | ||
mightpossibly | 0 | 118,154,362,487 | 12.5% | ||
blockbrothers | 0 | 1,254,862,967 | 36% | ||
micay | 0 | 5,378,530,139 | 100% | ||
sunsea | 0 | 8,742,057,712 | 5% | ||
eonwarped | 0 | 59,960,145,538 | 8% | ||
steemflow | 0 | 165,192,502,493 | 55% | ||
omstavan | 0 | 7,565,179,831 | 100% | ||
emrebeyler | 0 | 7,140,714,069,259 | 90% | ||
steveconnor | 0 | 89,809,507,022 | 50% | ||
libertyepodcast | 0 | 548,332,233 | 50% | ||
trucklife-family | 0 | 173,716,981,556 | 30% | ||
travoved | 0 | 25,022,927,157 | 100% | ||
belleamie | 0 | 5,371,220,063 | 25% | ||
steeminer4up | 0 | 498,184,844 | 100% | ||
traf | 0 | 4,188,956,628,580 | 100% | ||
tazi | 0 | 85,740,199,803 | 49% | ||
ahmetay | 0 | 74,223,591,101 | 100% | ||
prometehum | 0 | 1,041,370,202 | 100% | ||
fjcalduch | 0 | 472,639,807,182 | 100% | ||
rezoanulvibes | 0 | 8,600,264,479 | 100% | ||
iaberius | 0 | 6,634,784,862 | 100% | ||
breelikeatree | 0 | 151,082,743,484 | 100% | ||
sneakyninja | 0 | 1,079,098,213 | 1.61% | ||
spiritabsolute | 0 | 35,375,662,089 | 100% | ||
ahmadmangazap | 0 | 1,964,657,096 | 0.5% | ||
danielwong | 0 | 34,428,500,579 | 100% | ||
dmwh | 0 | 62,021,317,504 | 23.5% | ||
thedolphincocoon | 0 | 106,374,015,924 | 80% | ||
wiseagent | 0 | 8,764,823,241 | 25% | ||
cryptonized | 0 | 236,590,141 | 14% | ||
kirazay | 0 | 2,660,290,645 | 100% | ||
dechastre | 0 | 7,426,122,574 | 75% | ||
eaglespirit | 0 | 9,721,864,591 | 5% | ||
phortun | 0 | 117,434,324,250 | 25% | ||
carsonroscoe | 0 | 121,992,467,312 | 100% | ||
sagescrub | 0 | 1,368,973,775 | 25% | ||
gabrielatravels | 0 | 57,530,577,132 | 50% | ||
thedrewshow | 0 | 640,123,127 | 100% | ||
alexanderfluke | 0 | 29,199,780,709 | 100% | ||
dudeontheweb | 0 | 107,372,624,000 | 100% | ||
edwardstobia | 0 | 10,366,627,271 | 50% | ||
payger | 0 | 2,059,710,034 | 20% | ||
hijosdelhombre | 0 | 58,476,449,889 | 50% | ||
moxieme | 0 | 1,369,543,455 | 20% | ||
smjn | 0 | 866,643,405,159 | 100% | ||
socialmediaseo | 0 | 2,099,041,389 | 100% | ||
uniquevineett | 0 | 649,956,400 | 100% | ||
piotrgrafik | 0 | 951,480,451,610 | 80% | ||
manncpt | 0 | 68,099,964,818 | 40% | ||
soyrosa | 0 | 181,803,511,661 | 50% | ||
febrirmd | 0 | 1,711,449,358 | 100% | ||
empress-eremmy | 0 | 20,422,385,945 | 23.5% | ||
dynamicrypto | 0 | 748,066,287 | 1% | ||
ikrahch | 0 | 331,020,529,488 | 100% | ||
jnmarteau | 0 | 16,068,659,025 | 40% | ||
a-quarius | 0 | 175,955,074,221 | 100% | ||
philnewton | 0 | 545,932,048 | 7.5% | ||
roger.remix | 0 | 908,622,660 | 72% | ||
idajs10 | 0 | 4,078,888,707 | 97.7% | ||
krommus | 0 | 1,143,740,512 | 50% | ||
lunaticpandora | 0 | 3,076,431,861 | 50% | ||
lanzjoseg | 0 | 17,735,495,202 | 25% | ||
kkarenmp | 0 | 4,467,722,630 | 5% | ||
unconditionalove | 0 | 6,648,662,807 | 36% | ||
cryptosharon | 0 | 3,825,621,994 | 100% | ||
green77 | 0 | 21,322,225,218 | 95% | ||
hempress | 0 | 1,009,619,060 | 11% | ||
pkocjan | 0 | 687,740,951 | 80% | ||
rubelynmacion | 0 | 26,643,192,726 | 100% | ||
nataboo | 0 | 1,234,355,428 | 50% | ||
onlavu | 0 | 34,685,082,319 | 25% | ||
vegan.niinja | 0 | 4,261,397,039 | 22% | ||
bertrayo | 0 | 2,766,631,106 | 5% | ||
cst90 | 0 | 368,146,806,917 | 100% | ||
eugenekul | 0 | 886,838,921 | 22% | ||
movement19 | 0 | 4,355,751,603 | 25% | ||
lisfabian | 0 | 14,026,833,824 | 50% | ||
homestead-guru | 0 | 36,966,998,967 | 50% | ||
videoaddiction | 0 | 33,635,862,893 | 33% | ||
g4fun | 0 | 11,497,646,687 | 25% | ||
putu300 | 0 | 4,157,088,851 | 50% | ||
siphon | 0 | 52,003,926,319 | 33% | ||
amigoponc | 0 | 7,804,278,476 | 100% | ||
almi | 0 | 694,937,906,083 | 100% | ||
properfraction | 0 | 58,903,722,582 | 100% | ||
bonzopoe | 0 | 60,012,531,407 | 40% | ||
miosha | 0 | 565,259,289,530 | 100% | ||
jocieprosza | 0 | 193,869,631,874 | 100% | ||
grzegorz2047 | 0 | 1,254,140,747 | 100% | ||
sunshinebear | 0 | 1,415,458,209 | 50% | ||
steemitcolombia | 0 | 4,820,071,276 | 100% | ||
silverd510 | 0 | 13,697,582,715 | 100% | ||
immanuel94 | 0 | 449,410,037,886 | 100% | ||
andablackwidow | 0 | 59,670,280,436 | 100% | ||
bestboom | 0 | 10,659,580,732 | 72% | ||
uyobong | 0 | 36,729,594,304 | 100% | ||
dotwin1981 | 0 | 132,709,698,223 | 30% | ||
celestialcow | 0 | 5,172,634,148 | 22% | ||
ravenmus1c | 0 | 10,611,875,062 | 0.5% | ||
sanderjansenart | 0 | 10,528,305,848 | 5% | ||
kkndworld | 0 | 471,428,554 | 100% | ||
manniman | 0 | 50,991,691,352 | 11% | ||
marcybetancourt | 0 | 39,905,276,076 | 73% | ||
louis88 | 0 | 1,882,030,635,723 | 100% | ||
paragism | 0 | 3,092,430,214 | 100% | ||
emotionalsea | 0 | 565,881,783 | 15% | ||
jkramer | 0 | 1,583,169,540,565 | 100% | ||
franciscopr | 0 | 19,860,726,025 | 100% | ||
wolfhart | 0 | 16,258,470,092 | 40% | ||
m2nnari | 0 | 9,855,324 | 100% | ||
yameen | 0 | 288,799,272,281 | 100% | ||
abdulmath | 0 | 3,661,578,067 | 50% | ||
jemmanuel | 0 | 6,588,789,425 | 20% | ||
gadrian | 0 | 532,640,096,111 | 50% | ||
fotogruppemunich | 0 | 2,958,701,696 | 80% | ||
inciter | 0 | 6,934,647,331 | 10% | ||
doana | 0 | 528,319,451 | 100% | ||
xchng | 0 | 25,211,215,556 | 80% | ||
gifty-e | 0 | 670,270,618 | 100% | ||
artmom | 0 | 299,214,368,793 | 100% | ||
michellpiala | 0 | 3,011,473,861 | 50% | ||
springlining | 0 | 38,245,395,857 | 100% | ||
tsnaks | 0 | 3,083,424,812 | 100% | ||
quochuy | 0 | 6,499,695,988,976 | 100% | ||
kgakakillerg | 0 | 48,277,114,331 | 25% | ||
flyinghigher | 0 | 69,607,971,764 | 100% | ||
cedricguillas | 0 | 237,707,417,145 | 100% | ||
steemer-x | 0 | 501,243,215 | 50% | ||
softa | 0 | 315,093,043,997 | 100% | ||
el-dee-are-es | 0 | 5,238,599,355 | 10% | ||
agmoore | 0 | 550,804,968,555 | 100% | ||
globalschool | 0 | 3,326,092,449 | 20% | ||
raorac | 0 | 1,316,493,811 | 35% | ||
yaraha | 0 | 3,856,854,120 | 20% | ||
promobot | 0 | 2,981,537,138 | 100% | ||
solominer | 0 | 8,356,331,737,078 | 100% | ||
veteranforcrypto | 0 | 4,305,341,383 | 20% | ||
opt2o | 0 | 2,682,631,669 | 40% | ||
littledrummerboy | 0 | 620,260,002 | 100% | ||
jancharlest | 0 | 5,593,376,339 | 100% | ||
fw206 | 0 | 1,911,122,483,340 | 28.6% | ||
slobberchops | 0 | 6,061,218,512,036 | 100% | ||
techcoderx | 0 | 90,854,976,095 | 100% | ||
cryptomaniacsgr | 0 | 95,167,094,782 | 50% | ||
valentin86 | 0 | 107,558,568,297 | 100% | ||
pladozero | 0 | 29,937,509,648 | 10% | ||
crimo | 0 | 622,105,886 | 10% | ||
nateaguila | 0 | 1,365,012,664,633 | 100% | ||
crypticat | 0 | 137,836,261,514 | 50% | ||
steem-tube | 0 | 7,591,726,398 | 100% | ||
fraenklovesyou | 0 | 3,572,500,906 | 100% | ||
dailyspam | 0 | 22,416,729,575 | 29% | ||
cambridgeport90 | 0 | 12,432,358,768 | 50% | ||
worldwildflora | 0 | 912,645,178 | 50% | ||
steddyman | 0 | 2,461,124,789 | 100% | ||
commonlaw | 0 | 5,213,423,752 | 35% | ||
cryptoandcoffee | 0 | 316,033,540,638 | 10% | ||
manuelgil64 | 0 | 2,344,344,439 | 100% | ||
kstop1 | 0 | 14,567,883,374 | 100% | ||
solarwarrior | 0 | 86,423,153,996 | 100% | ||
gregorypatrick | 0 | 561,260,517 | 33% | ||
the.rocket.panda | 0 | 2,758,560,812 | 25% | ||
digital.mine | 0 | 76,535,442,095 | 70% | ||
marblely | 0 | 32,971,272,322 | 30% | ||
greenunion | 0 | 1,521,546,629 | 100% | ||
purrix | 0 | 10,056,789,703 | 100% | ||
haccolong | 0 | 916,613,564 | 11.75% | ||
newsnownorthwest | 0 | 898,355,766 | 7.05% | ||
gaottantacinque | 0 | 426,762,494 | 100% | ||
mannacurrency | 0 | 20,291,227,267 | 10% | ||
scrawly | 0 | 2,571,199,889 | 100% | ||
drsensor | 0 | 2,284,743,030 | 80% | ||
hemo | 0 | 3,592,083,098 | 100% | ||
annephilbrick | 0 | 148,165,380,218 | 50% | ||
steemulant | 0 | 2,294,482,491 | 100% | ||
xves | 0 | 19,119,652,226 | 50% | ||
ambiguity | 0 | 44,133,351,532 | 100% | ||
thedailysneak | 0 | 1,481,687,500 | 1.61% | ||
zaibkang | 0 | 1,145,220,933 | 100% | ||
steinz | 0 | 631,453,723 | 50% | ||
schlunior | 0 | 23,528,281,606 | 20% | ||
steem.craft | 0 | 630,712,017 | 100% | ||
yestermorrow | 0 | 12,212,637,638 | 31% | ||
thehive | 0 | 51,365,267,072 | 83% | ||
dalz | 0 | 1,311,826,998,907 | 100% | ||
smartvote | 0 | 241,900,137,321 | 10% | ||
fandelkefir | 0 | 4,103,294,644 | 100% | ||
anttn | 0 | 99,676,145,787 | 33.33% | ||
light-hearted | 0 | 8,980,346,314 | 100% | ||
hoaithu | 0 | 2,858,519,781 | 9.98% | ||
pvinny69 | 0 | 64,800,907,623 | 100% | ||
deepdives | 0 | 214,336,824,997 | 47% | ||
gasaeightyfive | 0 | 501,568,207 | 100% | ||
goingbonkers | 0 | 67,431,102,523 | 100% | ||
themanny | 0 | 77,747,350,309 | 100% | ||
oswaldotorres | 0 | 24,861,707,557 | 97.3% | ||
dlike | 0 | 249,673,270,763 | 72% | ||
voxmortis | 0 | 37,637,721,976 | 20% | ||
anhvu | 0 | 1,889,328,415 | 9.4% | ||
teampdx | 0 | 787,879,055 | 100% | ||
teamoregon | 0 | 1,118,200,327 | 100% | ||
petrarodriguez | 0 | 314,813,353,646 | 52% | ||
bengiles | 0 | 643,390,346,803 | 100% | ||
tipsybosphorus | 0 | 5,990,367,864 | 90% | ||
pboulet | 0 | 239,210,078,082 | 100% | ||
chike4545 | 0 | 971,775,653 | 100% | ||
yuki-nee | 0 | 3,625,030,107 | 100% | ||
marcocasario | 0 | 41,062,143,272 | 6.35% | ||
bobby.madagascar | 0 | 5,421,750,986 | 36% | ||
babysavage | 0 | 498,005,402 | 3.22% | ||
steemituplife | 0 | 654,456,242 | 25% | ||
marshalmugi | 0 | 2,990,863,984 | 100% | ||
cribbio | 0 | 1,143,961,133 | 100% | ||
steemwhalepower | 0 | 966,516,944 | 100% | ||
pocketjs | 0 | 2,180,895,773 | 100% | ||
ganjafarmers | 0 | 893,116,118 | 100% | ||
sbi8 | 0 | 335,131,507,536 | 82.29% | ||
tommyl33 | 0 | 1,410,805,689 | 10% | ||
thevil | 0 | 1,038,075,643,420 | 100% | ||
riskneutral | 0 | 4,942,315,620 | 47% | ||
jacobpeacock | 0 | 23,890,960,817 | 100% | ||
kind.network | 0 | 3,712,163,631 | 100% | ||
besheda | 0 | 643,571,586 | 50% | ||
thrasher666 | 0 | 2,438,257,916 | 60% | ||
vasigo | 0 | 17,782,481,210 | 100% | ||
nmcdougal94 | 0 | 1,421,504,023 | 10% | ||
geeklania | 0 | 720,671,438 | 100% | ||
cremisi | 0 | 1,869,005,942 | 100% | ||
miguelbaez | 0 | 590,180,625 | 10% | ||
carbodexkim | 0 | 823,294,194 | 100% | ||
michealb | 0 | 498,990,206,196 | 100% | ||
ladyangelwolf | 0 | 1,481,440,094 | 100% | ||
iovoccae | 0 | 5,027,466,011 | 100% | ||
glastar | 0 | 622,779,443 | 100% | ||
downunder-doctor | 0 | 592,151,348 | 100% | ||
cakemonster | 0 | 18,372,473,045 | 36% | ||
keket | 0 | 671,207,880 | 50% | ||
steemlandia | 0 | 5,003,142,506 | 100% | ||
maajaanaa | 0 | 1,109,150,701 | 20% | ||
tamito0201 | 0 | 1,692,390,361 | 100% | ||
starrouge | 0 | 1,048,492,524 | 50% | ||
raemblings | 0 | 324,610,813 | 100% | ||
snaepshots | 0 | 4,082,326,878 | 100% | ||
wherein | 0 | 25,112,871,865 | 100% | ||
zerofive | 0 | 872,902,987 | 50% | ||
thehealthylife | 0 | 3,763,617,713 | 40% | ||
zydane | 0 | 39,152,507,465 | 100% | ||
jacuzzi | 0 | 612,817,892 | 1.4% | ||
kaldewei | 0 | 600,022,056 | 30% | ||
determine | 0 | 4,545,004,278 | 72% | ||
cnstm | 0 | 126,713,631,499 | 100% | ||
permaculturedude | 0 | 2,007,386,932 | 72% | ||
likuang007 | 0 | 665,860,519 | 100% | ||
mongshter | 0 | 3,665,992,764 | 100% | ||
elikast | 0 | 53,827,530,877 | 100% | ||
vickyguevara | 0 | 3,290,510,793 | 100% | ||
caribehub | 0 | 1,381,469,491 | 100% | ||
lianjingmedia | 0 | 1,004,005,509 | 100% | ||
broxi | 0 | 10,079,460,699 | 50% | ||
steemtelly | 0 | 34,697,471,355 | 100% | ||
smallboost | 0 | 679,114,738 | 100% | ||
photoparadise | 0 | 5,982,248,296 | 25% | ||
breadbakers | 0 | 3,125,928,885 | 100% | ||
kokadi | 0 | 580,654,521 | 80% | ||
hungrybear | 0 | 574,611,387 | 14% | ||
haikusailor | 0 | 1,849,787,265 | 72% | ||
osavi | 0 | 13,911,650,678 | 100% | ||
ond | 0 | 531,488,875 | 100% | ||
vaporrhino | 0 | 2,088,166,490 | 100% | ||
denizcakmak | 0 | 689,945,979 | 45% | ||
hungryharish | 0 | 25,046,763,746 | 100% | ||
sophieandhenrik | 0 | 15,252,901,701 | 100% | ||
src3 | 0 | 6,327,592,766 | 5% | ||
zeero22 | 0 | 9,693,493,596 | 51% | ||
bitcoinator | 0 | 3,223,205,970 | 100% | ||
alenox | 0 | 510,768,567 | 5% | ||
maxsieg | 0 | 6,385,803,155 | 47% | ||
hungryanu | 0 | 1,187,734,827 | 18% | ||
rocketpower | 0 | 620,364,315 | 25% | ||
photographercr | 0 | 8,032,159,861 | 20% | ||
szf | 0 | 685,881,694 | 50% | ||
wallvater | 0 | 1,298,475,516 | 20% | ||
bigmoneyman | 0 | 807,117,658 | 45% | ||
radaquest | 0 | 224,543,176,148 | 40% | ||
imagenius | 0 | 614,389,550 | 72% | ||
deeanndmathews | 0 | 40,756,541,042 | 100% | ||
huntforsteem | 0 | 14,385,683,188 | 100% | ||
likwid | 0 | 1,806,254,452 | 100% | ||
agmoore2 | 0 | 10,272,678,005 | 100% | ||
tinyhousecryptos | 0 | 470,651,608 | 5% | ||
clownworld | 0 | 2,083,771,648 | 23.5% | ||
leighscotford | 0 | 5,626,899,380 | 7.5% | ||
maxwellmarcusart | 0 | 186,917,222,089 | 25% | ||
xyz004 | 0 | 49,153,183,785 | 25% | ||
steemindian | 0 | 1,521,653,881 | 36% | ||
cheer-up | 0 | 17,816,717,650 | 80% | ||
davidtron | 0 | 3,029,743,019 | 50% | ||
waraira777 | 0 | 4,027,670,280 | 100% | ||
denisdenis | 0 | 84,539,611,301 | 99.2% | ||
imbartley | 0 | 790,849,221 | 25% | ||
milu-the-dog | 0 | 918,135,722 | 72% | ||
triplea.bot | 0 | 13,394,109,509 | 72% | ||
ratnaayub | 0 | 827,858,703 | 100% | ||
steem.leo | 0 | 8,628,475,910 | 72% | ||
reggaesteem | 0 | 3,199,413,645 | 29.75% | ||
nichemarket | 0 | 1,328,778,835 | 100% | ||
empoderat | 0 | 2,558,079,255,896 | 100% | ||
hyborian-strain | 0 | 2,424,032,202 | 30% | ||
freddio.sport | 0 | 3,881,139,980 | 100% | ||
binodkatuwal | 0 | 2,168,806,293 | 100% | ||
babytarazkp | 0 | 1,977,651,653 | 50% | ||
eulymer | 0 | 915,710,263 | 100% | ||
soyunasantacruz | 0 | 32,065,822,620 | 100% | ||
sbi-tokens | 0 | 3,837,337,960 | 3.22% | ||
leo.syndication | 0 | 1,391,373,000 | 72% | ||
one.life | 0 | 1,425,434,248 | 71.85% | ||
janaveda | 0 | 16,830,852,745 | 100% | ||
whangster79 | 0 | 2,650,673,196,538 | 100% | ||
lynds | 0 | 548,557,112,127 | 100% | ||
acta | 0 | 5,041,360,038 | 100% | ||
samgiset | 0 | 11,508,350,432 | 100% | ||
the-table | 0 | 8,441,562,081 | 100% | ||
lividseagulls | 0 | 1,542,833,769 | 50.4% | ||
bilpcoinbot | 0 | 4,636,073,151 | 100% | ||
dpoll.witness | 0 | 6,244,659,247 | 90% | ||
actifraenk | 0 | 18,291,851,364 | 100% | ||
wallar | 0 | 3,312,363,298 | 100% | ||
pogarda | 0 | 3,326,635,423 | 100% | ||
ibelin | 0 | 23,904,501,946 | 70% | ||
silverquest | 0 | 8,868,140,672 | 100% | ||
therealyme | 0 | 1,368,509,357 | 1.5% | ||
chris-uk | 0 | 17,833,581,667 | 40% | ||
blocktvnews | 0 | 1,316,161,777 | 72% | ||
bilpcoin.pay | 0 | 541,137,908 | 10% | ||
tobago | 0 | 674,598,633 | 35% | ||
tatiana21 | 0 | 8,278,368,853 | 100% | ||
honeychip | 0 | 6,863,955,008 | 90% | ||
unpopular | 0 | 1,278,351,066,724 | 100% | ||
apineda | 0 | 4,215,168,269 | 100% | ||
rockface | 0 | 5,899,049,226 | 100% | ||
thecontesttrain | 0 | 525,230,389 | 23.5% | ||
galenkp.aus | 0 | 1,200,484,823 | 100% | ||
invest2learn | 0 | 1,915,072,745 | 72% | ||
lachg89 | 0 | 883,601,024 | 100% | ||
pavelsku | 0 | 14,979,347,437 | 12.5% | ||
asia-pl | 0 | 213,332,748,155 | 100% | ||
bpcvoter | 0 | 988,501,686 | 100% | ||
bpcvoter1 | 0 | 759,204,942 | 99% | ||
gmlrecordz | 0 | 750,689,416 | 50% | ||
bpcvoter3 | 0 | 927,992,927 | 50% | ||
journeyofanomad | 0 | 5,750,807,147 | 40% | ||
angel33 | 0 | 642,588,051 | 100% | ||
ribary | 0 | 27,253,940,056 | 36% | ||
inigo-montoya-jr | 0 | 1,049,688,189 | 39.95% | ||
gloriaolar | 0 | 4,991,854,084 | 15% | ||
onestop | 0 | 11,219,807,096 | 100% | ||
kgsupport | 0 | 1,788,516,302 | 36% | ||
atma.love | 0 | 59,311,450,053 | 9.4% | ||
marblesz | 0 | 2,162,627,902 | 30% | ||
bilpcoinbpc | 0 | 1,111,185,729 | 5% | ||
mice-k | 0 | 2,995,144,460 | 72% | ||
julesquirin | 0 | 24,774,498,711 | 50% | ||
ugochill | 0 | 31,610,058,045 | 86% | ||
keys-defender | 0 | 3,880,891,705 | 100% | ||
mehmetfix | 0 | 43,947,748,699 | 100% | ||
cornavirus | 0 | 10,653,151,614 | 100% | ||
zeusflatsak | 0 | 19,544,209,602 | 100% | ||
alexa.art | 0 | 54,722,559,822 | 100% | ||
tommys.shop | 0 | 1,819,639,787 | 62.25% | ||
dpend.active | 0 | 5,568,416,533 | 14.4% | ||
shinoxl | 0 | 2,646,817,096 | 100% | ||
peakd | 0 | 1,867,429,110,570 | 100% | ||
hivebuzz | 0 | 22,887,289,724 | 40% | ||
hive-134382 | 0 | 2,550,848,240 | 100% | ||
hivewatchers | 0 | 1,897,796,554 | 55% | ||
theterminal | 0 | 375,680,209,883 | 80% | ||
abundance.tribe | 0 | 5,701,404,257 | 100% | ||
waiviolabs | 0 | 5,814,943,476 | 100% | ||
reggaejahm | 0 | 58,335,104,023 | 35% | ||
softworld | 0 | 545,490,558,197 | 100% | ||
polish.hive | 0 | 341,279,463,833 | 100% | ||
captainhive | 0 | 1,202,016,118,986 | 50% | ||
velinov86 | 0 | 2,655,414,688 | 12.5% | ||
dcityrewards | 0 | 1,454,258,975,849 | 72% | ||
sketching | 0 | 4,089,812,193 | 36% | ||
ninnu | 0 | 1,292,374,919 | 50% | ||
ecency | 0 | 552,519,505,122 | 1% | ||
ghaazi | 0 | 6,061,319,611 | 100% | ||
discoveringarni | 0 | 38,846,179,440 | 15% | ||
devpress | 0 | 909,846,442 | 50% | ||
noelyss | 0 | 2,410,782,378 | 5% | ||
forkyishere | 0 | 5,739,792,711 | 36% | ||
freeescritura | 0 | 3,753,208,059 | 49% | ||
jagged71 | 0 | 1,537,355,980 | 23.5% | ||
lucianav | 0 | 53,303,221,350 | 100% | ||
jelly13 | 0 | 1,913,811,643 | 21.25% | ||
reza-shamim | 0 | 908,758,354 | 40% | ||
gabilan55 | 0 | 701,205,357 | 5% | ||
olaunlimited | 0 | 1,955,054,255 | 100% | ||
jilt | 0 | 20,558,604,322 | 49% | ||
ecency.stats | 0 | 367,135,190 | 1% | ||
dayerlis | 0 | 570,525,375 | 100% | ||
recoveryinc | 0 | 33,044,620,197 | 50% | ||
hive-108278 | 0 | 885,133,762 | 50% | ||
sunitahive | 0 | 35,962,691,333 | 100% | ||
rafaelgreen | 0 | 1,040,210,280 | 100% | ||
martial.media | 0 | 5,285,503,265 | 100% | ||
hrcl.art | 0 | 3,741,824,165 | 100% | ||
liz.writes | 0 | 1,060,059,566 | 50% | ||
kraken99 | 0 | 2,195,110,865 | 100% | ||
aurauramagic | 0 | 13,030,289,117 | 100% | ||
storiesoferne | 0 | 193,106,272,588 | 100% | ||
dying | 0 | 3,818,229,206 | 100% | ||
adedayoolumide | 0 | 8,526,328,454 | 50% | ||
r-nyn | 0 | 144,078,232,897 | 100% | ||
usainvote | 0 | 12,313,498,197,599 | 50% | ||
idea-make-rich | 0 | 85,335,731,654 | 100% | ||
trangbaby | 0 | 363,787,131,662 | 100% | ||
borbolet | 0 | 37,507,231,824 | 30% | ||
nickelbunker | 0 | 340,863,998,687 | 100% | ||
noalys | 0 | 2,466,874,003 | 5% | ||
iamfarhad | 0 | 792,193,905 | 50% | ||
hive-168869 | 0 | 7,128,899,581 | 100% | ||
rima11 | 0 | 54,412,158,591 | 2% | ||
dineandwine | 0 | 271,446,007 | 100% | ||
ismaelrd04 | 0 | 7,347,361,485 | 100% | ||
jepkupi | 0 | 21,750,755,863 | 100% | ||
esecholito | 0 | 44,183,404,319 | 100% | ||
alex-rourke | 0 | 1,459,990,819,160 | 100% | ||
tamiapt6 | 0 | 1,117,581,720 | 100% | ||
netaterra.leo | 0 | 537,596,946 | 9% | ||
n0m0refak3n3ws | 0 | 1,018,552,039 | 23.5% | ||
edwing357 | 0 | 11,280,156,943 | 100% | ||
hivechat | 0 | 3,893,870,864 | 36% | ||
druckado | 0 | 731,748,162 | 20% | ||
completewind | 0 | 5,845,230,153 | 100% | ||
hykss.leo | 0 | 200,954,108,748 | 20% | ||
babeltrips | 0 | 23,764,073,332 | 50% | ||
samrisso | 0 | 35,558,081,759 | 50% | ||
trostparadox | 0 | 3,832,947,180,171 | 100% | ||
paultactico2 | 0 | 1,846,741,361 | 100% | ||
al-leonardo | 0 | 42,147,935,916 | 100% | ||
haitch | 0 | 3,104,036,683 | 100% | ||
xrayman | 0 | 38,290,125,249 | 100% | ||
lukaszolejnik | 0 | 1,401,794,472 | 100% | ||
hierkraj | 0 | 946,866,468 | 100% | ||
lingkar-photo | 0 | 4,812,112,255 | 100% | ||
ausbit.dev | 0 | 21,073,272,900 | 100% | ||
retaliatorr | 0 | 2,836,540,781 | 100% | ||
elgatoshawua | 0 | 1,249,568,587 | 5% | ||
xyba | 0 | 42,795,242,705 | 100% | ||
azamrai | 0 | 15,537,586,938 | 100% | ||
cowboyphylosophy | 0 | 28,068,877,717 | 75% | ||
bigtooth | 0 | 957,284,174 | 100% | ||
tomtothetom | 0 | 15,567,132,412 | 100% | ||
nyxlabs | 0 | 831,694,375 | 2.5% | ||
dodovietnam | 0 | 46,073,572,258 | 50% | ||
mapetoke | 0 | 78,170,325,826 | 100% | ||
failingforward | 0 | 948,464,286 | 40% | ||
drricksanchez | 0 | 53,616,051,478 | 10% | ||
happyfrog420-new | 0 | 79,377,406,588 | 100% | ||
regenerette | 0 | 1,503,170,138 | 100% | ||
rendrianarma | 0 | 2,227,487,388 | 50% | ||
trouvaille | 0 | 3,072,027,535 | 5% | ||
wendyburger | 0 | 9,130,354,992 | 100% | ||
phuongthao98 | 0 | 2,209,888,451 | 50% | ||
aswita | 0 | 6,890,810,183 | 55.3% | ||
leveluplifestyle | 0 | 27,472,786,653 | 50% | ||
zarnoex | 0 | 512,068,209 | 100% | ||
devyswan1 | 0 | 0 | 100% | ||
jane1289 | 0 | 110,090,483,849 | 48% | ||
ruffatotmeee | 0 | 25,185,128,865 | 56.7% | ||
hive-defender | 0 | 206,020,251 | 100% | ||
dendendenden | 0 | 6,762,094,131 | 100% | ||
power-kappe | 0 | 704,303,793 | 10% | ||
thaolaven | 0 | 661,440,371 | 50% | ||
photo-hive-five | 0 | 1,212,440,022 | 72% | ||
louis.pay | 0 | 1,726,189,935 | 100% | ||
maureenedwards | 0 | 50,046,941 | 100% | ||
threedotz | 0 | 1,085,450,005 | 16% | ||
zwhammer | 0 | 1,142,932,766 | 50% | ||
hive.friends | 0 | 913,150,964 | 50% | ||
egistar | 0 | 3,901,309,399 | 16.5% | ||
shanhenry | 0 | 2,657,271,293 | 100% | ||
mariaser | 0 | 3,555,409,642 | 7% | ||
fotomaglys | 0 | 2,881,560,026 | 5% | ||
seryi13 | 0 | 1,040,209,049 | 7% | ||
estebandido1983 | 0 | 2,552,304,618 | 80% | ||
davidbright | 0 | 16,567,145,704 | 50% | ||
cowboyzlegend27 | 0 | 35,245,023,388 | 100% | ||
ferbu | 0 | 11,267,984,624 | 100% | ||
jimmy406 | 0 | 433,736,738 | 100% | ||
aprasad2325 | 0 | 1,857,068,837 | 5% | ||
juwel11 | 0 | 2,101,814,712 | 100% | ||
yoieuqudniram | 0 | 782,430,138 | 5% | ||
dungeondog | 0 | 17,358,850,308 | 20% | ||
ischmieregal | 0 | 7,847,996,790 | 20% | ||
celeste413 | 0 | 1,287,360,007 | 100% | ||
delver | 0 | 19,707,528,342 | 47% | ||
chuyster | 0 | 623,604,222 | 100% | ||
pishio | 0 | 441,865,519,057 | 10% | ||
r0nny | 0 | 16,056,627,079 | 20% | ||
menzo | 0 | 1,596,208,840 | 10% | ||
olympicdragon | 0 | 183,740,189 | 100% | ||
iamleicester | 0 | 470,210,677 | 80% | ||
wongi | 0 | 7,170,339,450 | 16.66% | ||
elyelma | 0 | 3,075,233,576 | 50% | ||
thu172 | 0 | 10,304,577,464 | 100% | ||
tanzil2024 | 0 | 73,327,118,243 | 50% | ||
mozzie5 | 0 | 8,422,612,426 | 50% | ||
cugel | 0 | 36,695,379,034 | 50% | ||
acantoni | 0 | 14,600,749,206 | 50% | ||
dml28 | 0 | 2,470,294,317 | 100% | ||
whynotzoidberg | 0 | 0 | 100% | ||
astrocat-3663 | 0 | 813,549,538 | 50% | ||
marsupia | 0 | 892,753,503 | 25% | ||
iproto | 0 | 6,676,650,608 | 50% | ||
lynnnguyen | 0 | 7,992,069,755 | 100% | ||
kimloan | 0 | 8,041,440,723 | 50% | ||
life.cruiser | 0 | 4,652,338,574 | 100% | ||
winnietran | 0 | 4,447,615,799 | 50% | ||
gejzep | 0 | 530,803,178 | 100% | ||
jkp.nisha | 0 | 4,293,156,750 | 100% | ||
dora381 | 0 | 37,501,177,231 | 100% | ||
arc7icwolf | 0 | 30,789,698,095 | 50.2% | ||
ursulanana | 0 | 8,060,471,651 | 100% | ||
innfauno12 | 0 | 4,631,384,880 | 100% | ||
marilour | 0 | 13,666,156,822 | 100% | ||
crazy-bee | 0 | 15,888,111,466 | 100% | ||
lipe100dedos | 0 | 5,765,719,713 | 100% | ||
mickiewicz | 0 | 36,294,347,789 | 100% | ||
churchoftheway | 0 | 508,568,783 | 20% | ||
tillmea | 0 | 470,178,931 | 100% | ||
tydynrain | 0 | 12,323,668,174 | 10% | ||
leodis | 0 | 1,709,653,128 | 61.2% | ||
gaposchkin | 0 | 12,104,256,260 | 100% | ||
meltysquid | 0 | 59,702,384,801 | 100% | ||
hungryfortacos | 0 | 828,882,660 | 100% | ||
rc-assist | 0 | 17,382,200,990 | 70% | ||
ssebasv | 0 | 2,825,077,234 | 100% | ||
vsemmetall | 0 | 77,038,680 | 100% | ||
sunnyvo | 0 | 16,237,909,618 | 50% | ||
drexlord | 0 | 2,342,051,510 | 5% | ||
privatblog | 0 | 146,411,223,666 | 100% | ||
hyhy93 | 0 | 5,487,712,642 | 100% | ||
kaibagt | 0 | 37,451,807,128 | 100% | ||
crypto-shots | 0 | 0 | 100% | ||
lovemessages | 0 | 3,054,899,590 | 100% | ||
crypt0gnome | 0 | 131,531,314,348 | 50% | ||
owl001 | 0 | 57,391,317,564 | 100% | ||
jomancub | 0 | 890,214,611 | 30% | ||
lamphuong | 0 | 1,988,567,138 | 50% | ||
reenave | 0 | 2,697,888,012 | 38% | ||
albiro2050 | 0 | 18,837,567,738 | 100% | ||
hoffmeister84 | 0 | 13,808,322,196 | 100% | ||
manuelernestogr | 0 | 941,127,100 | 30% | ||
hucksbucks | 0 | 15,956,529,648 | 100% | ||
woodathegsd | 0 | 22,538,922,359 | 100% | ||
ivypham | 0 | 19,489,492,722 | 100% | ||
zuun.net | 0 | 3,135,263,315 | 23% | ||
yelimarin | 0 | 91,800,953,065 | 100% | ||
zihadlo | 0 | 799,692,287 | 50% | ||
venusl19 | 0 | 53,130,391,479 | 78% | ||
diehardknocks | 0 | 102,799,144,140 | 100% | ||
killerwot | 0 | 397,526,251,934 | 100% | ||
karelnt | 0 | 961,133,981 | 30% | ||
investinfreedom | 0 | 26,870,845,232 | 47% | ||
claraxmas | 0 | 580,086,220 | 50% | ||
giovannixmas | 0 | 580,086,167 | 50% | ||
imam-samudra | 0 | 0 | 82% | ||
der.merlin | 0 | 929,501,427 | 20% | ||
abelfotografia | 0 | 1,282,442,474 | 15% | ||
tgarcialvarez | 0 | 932,229,397 | 30% | ||
ditoferrer | 0 | 755,081,567 | 15% | ||
ryosai | 0 | 4,824,634,853 | 25% | ||
cryptoshots.nft | 0 | 717,159,160 | 100% | ||
hivecuba | 0 | 559,267,009,630 | 30% | ||
fredhill | 0 | 1,358,967,629 | 12.5% | ||
boeltermc | 0 | 78,662,621,032 | 100% | ||
donigarten | 0 | 7,821,595,746 | 100% | ||
elchaleefatoe15 | 0 | 27,130,624,079 | 100% | ||
noakmilo | 0 | 108,640,325,109 | 15% | ||
ahleap | 0 | 4,748,402,993 | 46% | ||
moniqwashere | 0 | 4,634,888,279 | 100% | ||
nthtv | 0 | 131,248,750,691 | 100% | ||
archangel21 | 0 | 276,625,640,432 | 100% | ||
demoad | 0 | 1,727,516,942 | 15% | ||
dayadam | 0 | 129,322,963,327 | 100% | ||
serpent7776 | 0 | 124,311,096 | 100% | ||
androliuben | 0 | 727,298,808 | 15% | ||
alfazmalek02 | 0 | 19,546,124,334 | 100% | ||
mdasein | 0 | 4,505,229,274 | 50% | ||
juva | 0 | 672,024,043 | 100% | ||
resonator | 0 | 16,104,785,637,134 | 47% | ||
fonestreet | 0 | 7,839,486,127 | 100% | ||
abouttodie | 0 | 2,164,681,545 | 50% | ||
bechibenner | 0 | 281,050,978,778 | 100% | ||
caelum1infernum | 0 | 4,671,014,449 | 20% | ||
odessamama | 0 | 4,598,846,665 | 100% | ||
franzpaulie | 0 | 39,570,497,439 | 100% | ||
youdontknowme | 0 | 9,902,665,166 | 50% | ||
mryoung1979 | 0 | 15,383,511,128 | 100% | ||
cindee08 | 0 | 36,635,850,047 | 100% | ||
drstealth | 0 | 1,882,014,853 | 100% | ||
cryptoshots.play | 0 | 20,798,652 | 50% | ||
cryoverall | 0 | 884,082,465 | 50% | ||
quduus1 | 0 | 11,671,222,890 | 16.66% | ||
mukadder | 0 | 135,529,704,260 | 100% | ||
lordshah | 0 | 24,140,378,258 | 52.6% | ||
rico.csirait | 0 | 15,625,158,139 | 100% | ||
tzae | 0 | 1,758,553,098 | 100% | ||
rocco-maloney | 0 | 2,886,222,123 | 100% | ||
hive-117638 | 0 | 953,822,486 | 27.5% | ||
cindynancy | 0 | 8,818,136,534 | 100% | ||
graciousvic | 0 | 2,010,084,904 | 16.66% | ||
incublus | 0 | 267,336,080,226 | 50% | ||
ezgicop | 0 | 6,274,911,473 | 50% | ||
bgmoha | 0 | 3,808,915,229 | 55% | ||
pacobeta365 | 0 | 1,991,475,835 | 6% | ||
nazrul70 | 0 | 190,648,835,743 | 100% | ||
xerox94 | 0 | 10,196,283,066 | 100% | ||
zehn34 | 0 | 3,818,244,909 | 50% | ||
hive-152804 | 0 | 833,964,510 | 100% | ||
archives-upfunds | 0 | 25,800,526,098 | 100% | ||
jagjnr | 0 | 647,432,407 | 23.5% | ||
pinkchic | 0 | 1,341,743,610 | 2% | ||
salicj | 0 | 7,545,207,771 | 16% | ||
queercoin | 0 | 261,259,472,625 | 100% | ||
cryptoshotsdoom | 0 | 0 | 50% | ||
micheal87 | 0 | 548,730,819 | 10% | ||
celestegray | 0 | 22,368,411,573 | 50% | ||
artefactoestudio | 0 | 2,604,426,231 | 100% | ||
gubbahomestead | 0 | 39,223,878,660 | 100% | ||
brain71 | 0 | 2,260,109,877 | 23.5% | ||
yzamazing | 0 | 5,072,658,284 | 40% | ||
hive-189277 | 0 | 5,322,120,918 | 33.33% | ||
theoneblog | 0 | 1,005,367,426 | 15% | ||
duskobgd | 0 | 46,577,042,088 | 100% | ||
gornat | 0 | 5,255,058,712 | 30% | ||
bitphoto | 0 | 5,732,079,527 | 100% | ||
hive-195880 | 0 | 28,991,992,263 | 100% | ||
adailsm | 0 | 704,756,045 | 30% | ||
carolinawnn | 0 | 3,027,405,217 | 100% | ||
cube4stake | 0 | 6,451,890,872 | 100% | ||
wendy23 | 0 | 6,004,753,623 | 15% | ||
actordontee | 0 | 4,688,412,225 | 36% | ||
ibbtammy | 0 | 112,126,772,637 | 100% | ||
denisda | 0 | 9,604,653,623 | 50% | ||
hbcpt | 0 | 32,823,758,741 | 100% | ||
ecencypoints | 0 | 4,392,002,293 | 25% | ||
lu1sa | 0 | 11,604,586,693 | 10% | ||
ganjafrmer | 0 | 16,719,600,917 | 100% | ||
dahpilot | 0 | 1,907,071,186 | 15% | ||
hive-173296 | 0 | 2,020,499,010 | 50% | ||
thiskava | 0 | 367,876,600 | 100% | ||
gollumkp | 0 | 2,293,687,250 | 20% | ||
faniaviera | 0 | 30,467,475,809 | 100% | ||
thorkellnft | 0 | 9,372,582,243 | 12% | ||
pit3r | 0 | 3,895,615,222 | 20% | ||
mrbonkers | 0 | 1,796,016,671 | 50% | ||
y3ssi | 0 | 2,812,592,721 | 20% | ||
karina.gpt | 0 | 0 | 100% | ||
monkeymanking | 0 | 473,500,440 | 100% | ||
hive-bounty | 0 | 607,330,807 | 20% | ||
calcifero | 0 | 0 | 100% | ||
creativecuisine | 0 | 13,108,995,787 | 10% | ||
unity-freedom | 0 | 2,859,158,456 | 33.33% | ||
thezyppi | 0 | 5,807,806,218 | 20% | ||
coinjoe | 0 | 10,466,994,111 | 10% | ||
legra | 0 | 1,662,666,750 | 32% | ||
les90 | 0 | 1,021,844,826 | 5% | ||
anttn.support | 0 | 1,112,450,487 | 33.33% | ||
kawa-i-kredki | 0 | 2,770,871,816 | 100% | ||
samueluche07 | 0 | 5,022,562,368 | 100% | ||
thaliaperez | 0 | 8,785,462,308 | 100% | ||
ismartboy | 0 | 504,323,199 | 5% | ||
marilui91 | 0 | 8,548,536,871 | 90% | ||
bihutnetwork | 0 | 4,395,341,068 | 50% | ||
lectureme | 0 | 1,050,414,648 | 100% | ||
sirdelly | 0 | 36,968,846,033 | 50% | ||
mita3 | 0 | 1,772,337,788 | 30% | ||
bivoj | 0 | 3,241,223,440 | 49% | ||
luisdey | 0 | 5,080,177,174 | 9% | ||
willowink | 0 | 17,202,914,835 | 100% | ||
yummycruz1 | 0 | 1,016,887,513 | 50% | ||
boblazar | 0 | 3,218,956,997 | 100% | ||
vscampbell | 0 | 577,434,083 | 50% | ||
leisasa | 0 | 2,682,013,259 | 18% | ||
edeyglezsosa | 0 | 448,726,187 | 3% | ||
terra.sinkhole | 0 | 42,601,576,751 | 100% | ||
tslu | 0 | 780,606,527 | 100% | ||
empo.voter | 0 | 2,645,091,433,324 | 50% | ||
btcyberpunk | 0 | 1,280,703,362 | 100% | ||
riseofthepixels | 0 | 10,012,608,439 | 100% | ||
jeannmazing | 0 | 22,444,160,004 | 100% | ||
tsjen | 0 | 1,534,051,545 | 100% | ||
madilyn02 | 0 | 5,817,155,774 | 100% | ||
hamza684 | 0 | 147,091,865,736 | 100% | ||
miguelreinierp2 | 0 | 0 | 49% | ||
titovieira | 0 | 790,978,172 | 100% | ||
brekyrse1f3 | 0 | 16,454,844,138 | 100% | ||
itzninjafool420 | 0 | 11,111,733,488 | 100% | ||
pixels.vault | 0 | 285,588,749,015 | 100% | ||
fredinks | 0 | 1,505,261,691 | 100% | ||
ifhy | 0 | 1,136,615,928 | 25% | ||
actifit-godfish | 0 | 1,916,480,644 | 100% | ||
abiel.madrid | 0 | 289,240,436 | 100% | ||
macaem | 0 | 3,138,007,553 | 100% | ||
chyxille | 0 | 4,903,277,995 | 100% | ||
dusty.sparks | 0 | 2,059,099,659 | 100% | ||
stewiekobe | 0 | 2,851,264,299 | 100% | ||
singularity.zero | 0 | 1,855,293,158 | 100% | ||
dark.rose | 0 | 4,519,898,183 | 100% | ||
youm | 0 | 1,015,421,864 | 100% | ||
emcandlish | 0 | 347,141,982 | 100% | ||
muneeb-murtaza | 0 | 0 | 100% | ||
coltdelegation | 0 | 2,564,032,153 | 50% | ||
ayinvisez | 0 | 0 | 100% | ||
cryptoairdrop07 | 0 | 0 | 100% | ||
pz87 | 0 | 0 | 0.2% | ||
alexandre-dev | 0 | 0 | 100% | ||
andres0908 | 0 | 0 | 100% |
Weldone 👍
author | asgharali |
---|---|
permlink | re-blocktrades-2024317t41348860z |
category | hive-139531 |
json_metadata | {"type":"comment","tags":["hive-139531","hive","blockchain","software","blocktrades"],"app":"ecency/3.0.46-mobile","format":"markdown+html"} |
created | 2024-03-16 23:13:51 |
last_update | 2024-03-16 23:13:51 |
depth | 1 |
children | 0 |
last_payout | 2024-03-23 23:13: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 | 9 |
author_reputation | 625,194,666,710,259 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,105,957 |
net_rshares | 0 |
As a beginner to Hive, posts like this are so helpful! Thank you for the informative update @blocktrades
author | emcandlish |
---|---|
permlink | re-blocktrades-2024317t2369378z |
category | hive-139531 |
json_metadata | {"type":"comment","tags":["hive-139531","hive","blockchain","software","blocktrades"],"app":"ecency/3.0.46-mobile","format":"markdown+html"} |
created | 2024-03-17 21:06:09 |
last_update | 2024-03-17 21:06:09 |
depth | 1 |
children | 0 |
last_payout | 2024-03-24 21:06: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 | 105 |
author_reputation | 414,233,241,112 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,128,101 |
net_rshares | 0 |
Out of curiosity - do you rent bare-bone servers or colocate your hardware somewhere?
author | engrave |
---|---|
permlink | re-blocktrades-sajowk |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2024.3.3"} |
created | 2024-03-18 13:17:09 |
last_update | 2024-03-18 13:17:09 |
depth | 1 |
children | 1 |
last_payout | 2024-03-25 13:17: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 | 85 |
author_reputation | 318,720,972,858,296 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,143,425 |
net_rshares | 0 |
We have some servers at our own premises plus we rent bare-bones servers.
author | blocktrades |
---|---|
permlink | sapbu4 |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2024-03-21 14:20:39 |
last_update | 2024-03-21 14:20:39 |
depth | 2 |
children | 0 |
last_payout | 2024-03-28 14:20:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.156 HBD |
curator_payout_value | 0.157 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 73 |
author_reputation | 1,294,229,758,643,604 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,222,312 |
net_rshares | 574,018,582,276 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
engrave | 0 | 574,018,582,276 | 10% |
Great! The recent attack showed the bottleneck of Hive decentralisation - too many apps and functions relied on a single tool.
author | godfish |
---|---|
permlink | re-blocktrades-2024316t222945929z |
category | hive-139531 |
json_metadata | {"tags":["hive-139531","hive","blockchain","software","blocktrades"],"app":"ecency/3.1.0-vision","format":"markdown+html"} |
created | 2024-03-16 21:29:45 |
last_update | 2024-03-16 21:29:45 |
depth | 1 |
children | 2 |
last_payout | 2024-03-23 21:29:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.050 HBD |
curator_payout_value | 0.049 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 127 |
author_reputation | 748,581,474,821,040 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,104,026 |
net_rshares | 200,352,610,302 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alex-rourke | 0 | 200,352,610,302 | 16% |
Yes, I agree. Actually @mahdiyari created an "api clone" for hivesql that should mitigate future problems if some of the API nodes deploy it. We haven't made it a part of the default stack yet as requires more disk space and initial installation wasn't totally smooth yet (but there were no problems that can't be worked around).
author | blocktrades |
---|---|
permlink | sagsew |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1","users":["mahdiyari"]} |
created | 2024-03-16 23:40:12 |
last_update | 2024-03-16 23:41:09 |
depth | 2 |
children | 1 |
last_payout | 2024-03-23 23:40:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.084 HBD |
curator_payout_value | 0.084 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 331 |
author_reputation | 1,294,229,758,643,604 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,106,277 |
net_rshares | 340,202,523,883 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
godfish | 0 | 154,929,551,181 | 10% | ||
nikdo | 0 | 2,234,492,660 | 10% | ||
jilt | 0 | 20,781,064,525 | 50% | ||
alex-rourke | 0 | 162,257,415,517 | 13% |
I'm glad to hear there's some progress :)
author | godfish |
---|---|
permlink | re-blocktrades-2024317t9132225z |
category | hive-139531 |
json_metadata | {"tags":["ecency"],"app":"ecency/3.1.0-vision","format":"markdown+html"} |
created | 2024-03-17 08:13:00 |
last_update | 2024-03-17 08:13:00 |
depth | 3 |
children | 0 |
last_payout | 2024-03-24 08:13:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 41 |
author_reputation | 748,581,474,821,040 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,112,556 |
net_rshares | 0 |
Congratulations @blocktrades! You have completed the following achievement on the Hive blockchain And have been rewarded with New badge(s) <table><tr><td><img src="https://images.hive.blog/60x70/https://hivebuzz.me/@blocktrades/replies.png?202403101831"></td><td>You got more than 17000 replies.<br>Your next target is to reach 17500 replies.</td></tr> </table> <sub>_You can view your badges on [your board](https://hivebuzz.me/@blocktrades) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> To support your work, I also upvoted your post!
author | hivebuzz |
---|---|
permlink | notify-blocktrades-20240316t211729 |
category | hive-139531 |
json_metadata | {"image":["https://hivebuzz.me/notify.t6.png"]} |
created | 2024-03-16 21:17:30 |
last_update | 2024-03-16 21:17:30 |
depth | 1 |
children | 0 |
last_payout | 2024-03-23 21:17: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 | 683 |
author_reputation | 369,382,396,139,524 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,103,789 |
net_rshares | 0 |
Congratulations @blocktrades! Your post has been a top performer on the Hive blockchain and you have been rewarded with this rare badge <table><tr><td><img src="https://images.hive.blog/60x60/https://hivebuzz.me/badges/toppayoutday.png"></td><td>Post with the highest payout of the day.</td></tr> </table> <sub>_You can view your badges on [your board](https://hivebuzz.me/@blocktrades) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>
author | hivebuzz |
---|---|
permlink | notify-blocktrades-20240317t011626 |
category | hive-139531 |
json_metadata | {"image":["https://hivebuzz.me/notify.t6.png"]} |
created | 2024-03-17 01:16:27 |
last_update | 2024-03-17 01:16:27 |
depth | 1 |
children | 0 |
last_payout | 2024-03-24 01:16: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 | 578 |
author_reputation | 369,382,396,139,524 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,107,608 |
net_rshares | 0 |
Congratulations @blocktrades! Your post has been a top performer on the Hive blockchain and you have been rewarded with this rare badge <table><tr><td><img src="https://images.hive.blog/60x60/https://hivebuzz.me/badges/toppayoutweek.png"></td><td>Post with the highest payout of the week.</td></tr> </table> <sub>_You can view your badges on [your board](https://hivebuzz.me/@blocktrades) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>
author | hivebuzz |
---|---|
permlink | notify-blocktrades-20240318t003039 |
category | hive-139531 |
json_metadata | {"image":["https://hivebuzz.me/notify.t6.png"]} |
created | 2024-03-18 00:30:39 |
last_update | 2024-03-18 00:30:39 |
depth | 1 |
children | 0 |
last_payout | 2024-03-25 00:30:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 580 |
author_reputation | 369,382,396,139,524 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,131,675 |
net_rshares | 0 |
Congratulations @blocktrades! You received a personal badge! <table><tr><td>https://images.hive.blog/70x70/https://hivebuzz.me/badges/birthday-8.png</td><td>Happy Hive Birthday! You are on the Hive blockchain for 8 years!</td></tr></table> <sub>_You can view your badges on [your board](https://hivebuzz.me/@blocktrades) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub> **Check out our last posts:** <table><tr><td><a href="/hive-122221/@hivebuzz/pud-202404"><img src="https://images.hive.blog/64x128/https://i.imgur.com/805FIIt.jpg"></a></td><td><a href="/hive-122221/@hivebuzz/pud-202404">Hive Power Up Day - April 1st 2024</a></td></tr><tr><td><a href="/hive/@hivebuzz/birthday-8"><img src="https://images.hive.blog/64x128/https://files.peakd.com/file/peakd-hive/hivebuzz/48UH6maVydCEXmmaoUDSbS7oYV1nYyATQuGeLRJY3AFFunQW3RfwC1334cQRQaqMTH.png"></a></td><td><a href="/hive/@hivebuzz/birthday-8">Happy Birthday to the Hive Blockchain</a></td></tr></table>
author | hivebuzz |
---|---|
permlink | notify-blocktrades-20240330t010410 |
category | hive-139531 |
json_metadata | {"image":["https://hivebuzz.me/notify.t6.png"]} |
created | 2024-03-30 01:04:09 |
last_update | 2024-03-30 01:04:09 |
depth | 1 |
children | 0 |
last_payout | 2024-04-06 01:04: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 | 995 |
author_reputation | 369,382,396,139,524 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,446,808 |
net_rshares | 0 |
You all! Just want to say: Thank you and <3!
author | jacobpeacock |
---|---|
permlink | re-blocktrades-2024316t174433816z |
category | hive-139531 |
json_metadata | {"tags":["hive-139531","hive","blockchain","software","blocktrades"],"app":"ecency/3.1.0-vision","format":"markdown+html"} |
created | 2024-03-16 21:44:33 |
last_update | 2024-03-16 21:44:33 |
depth | 1 |
children | 0 |
last_payout | 2024-03-23 21:44: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 | 44 |
author_reputation | 324,212,435,774,352 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,104,275 |
net_rshares | 0 |
I would be eager to see a data economy grow out of this new API ecosystem, would be good for the dev community to be able to rely on a new tool to sustain their starting apps efforts in a trustless way Samples of this kind of economies: -Subquery https://subquery.network/home The graph https://thegraph.com
author | jilt |
---|---|
permlink | re-blocktrades-2024317t92936126z |
category | hive-139531 |
json_metadata | {"type":"comment","tags":["hive-139531","hive","blockchain","software","blocktrades"],"app":"ecency/3.0.46-mobile","format":"markdown+html"} |
created | 2024-03-17 08:29:36 |
last_update | 2024-03-17 08:29:36 |
depth | 1 |
children | 0 |
last_payout | 2024-03-24 08:29: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 | 307 |
author_reputation | 28,233,068,380,998 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,112,774 |
net_rshares | 1,787,270,010 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
singularity.zero | 0 | 1,787,270,010 | 100% |
@blocktrades i think this program update.. is very useful for everyone... Thanks you so much 😘 for everything 💗
author | juwel11 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
permlink | sah0l6 | ||||||||||||
category | hive-139531 | ||||||||||||
json_metadata | {"users":["blocktrades"],"app":"hiveblog/0.1"} | ||||||||||||
created | 2024-03-17 02:36:45 | ||||||||||||
last_update | 2024-03-17 02:36:45 | ||||||||||||
depth | 1 | ||||||||||||
children | 0 | ||||||||||||
last_payout | 2024-03-24 02:36: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 | 111 | ||||||||||||
author_reputation | 8,672,631,303,298 | ||||||||||||
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" | ||||||||||||
beneficiaries |
| ||||||||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||||||||
percent_hbd | 10,000 | ||||||||||||
post_id | 132,108,603 | ||||||||||||
net_rshares | 0 |
How can I get your upvote .. with my hard work... But i respect you all time ❣️😚
author | juwel11 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
permlink | sai30v | ||||||||||||
category | hive-139531 | ||||||||||||
json_metadata | {"app":"hiveblog/0.1"} | ||||||||||||
created | 2024-03-17 16:26:57 | ||||||||||||
last_update | 2024-03-17 16:26:57 | ||||||||||||
depth | 1 | ||||||||||||
children | 0 | ||||||||||||
last_payout | 2024-03-24 16:26: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 | 80 | ||||||||||||
author_reputation | 8,672,631,303,298 | ||||||||||||
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" | ||||||||||||
beneficiaries |
| ||||||||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||||||||
percent_hbd | 10,000 | ||||||||||||
post_id | 132,121,790 | ||||||||||||
net_rshares | 0 |
well done brother
author | krish.kumar | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
permlink | sak3uo | ||||||||||||||||||
category | hive-139531 | ||||||||||||||||||
json_metadata | {"app":"hiveblog/0.1"} | ||||||||||||||||||
created | 2024-03-18 18:40:00 | ||||||||||||||||||
last_update | 2024-03-18 18:40:00 | ||||||||||||||||||
depth | 1 | ||||||||||||||||||
children | 0 | ||||||||||||||||||
last_payout | 2024-03-25 18:40:00 | ||||||||||||||||||
cashout_time | 1969-12-31 23:59:59 | ||||||||||||||||||
total_payout_value | 0.000 HBD | ||||||||||||||||||
curator_payout_value | 0.000 HBD | ||||||||||||||||||
pending_payout_value | 0.000 HBD | ||||||||||||||||||
promoted | 0.000 HBD | ||||||||||||||||||
body_length | 17 | ||||||||||||||||||
author_reputation | 13,267,809,739,474 | ||||||||||||||||||
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" | ||||||||||||||||||
beneficiaries |
| ||||||||||||||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||||||||||||||
percent_hbd | 10,000 | ||||||||||||||||||
post_id | 132,149,966 | ||||||||||||||||||
net_rshares | 0 |
> 3120 GB down to 611 GB I suppose you meant MB
author | mahdiyari |
---|---|
permlink | sagn46 |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2024-03-16 21:45:42 |
last_update | 2024-03-16 21:45:42 |
depth | 1 |
children | 1 |
last_payout | 2024-03-23 21:45: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 | 48 |
author_reputation | 199,864,818,197,856 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,104,319 |
net_rshares | 0 |
yep
author | blocktrades |
---|---|
permlink | sagn8f |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2024-03-16 21:48:18 |
last_update | 2024-03-16 21:48:18 |
depth | 2 |
children | 0 |
last_payout | 2024-03-23 21:48: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 | 3 |
author_reputation | 1,294,229,758,643,604 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,104,387 |
net_rshares | 0 |
Are we still ahead of the curve technologically or web3-culturally, if that makes sense? It's taken years to develop this place and I'm pretty confident there's great reasons for that despite my lack of technical knowledge, but I assume we're getting a super robust, secure and government-proof entity as a result. But with new tech developing every day, are we still cutting edge? (to be clear I don't think this in itself is even that important, but still, interesting thought)
author | mobbs |
---|---|
permlink | re-blocktrades-saj3ro |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2024.3.3"} |
created | 2024-03-18 05:40:39 |
last_update | 2024-03-18 05:40:39 |
depth | 1 |
children | 1 |
last_payout | 2024-03-25 05:40: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 | 480 |
author_reputation | 390,121,528,444,474 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,136,575 |
net_rshares | 0 |
In terms of tech in use, I think we're ahead of the curve for blockchain technology.
author | blocktrades |
---|---|
permlink | sapbxv |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2024-03-21 14:22:42 |
last_update | 2024-03-21 14:22:42 |
depth | 2 |
children | 0 |
last_payout | 2024-03-28 14:22:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.072 HBD |
curator_payout_value | 0.072 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 84 |
author_reputation | 1,294,229,758,643,604 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,222,357 |
net_rshares | 263,518,216,072 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mobbs | 0 | 263,518,216,072 | 100% |
thank you!
author | resiliencia |
---|---|
permlink | re-blocktrades-sagmal |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2024.3.3"} |
created | 2024-03-16 21:27:57 |
last_update | 2024-03-16 21:27:57 |
depth | 1 |
children | 0 |
last_payout | 2024-03-23 21:27: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 | 10 |
author_reputation | 441,494,214,787,427 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,103,986 |
net_rshares | 0 |
A lot of effort! That's progress! Keep going! 
author | seckorama |
---|---|
permlink | re-blocktrades-2024316t223352467z |
category | hive-139531 |
json_metadata | {"tags":[],"app":"ecency/3.1.0-vision","format":"markdown+html"} |
created | 2024-03-16 21:33:51 |
last_update | 2024-03-16 21:35:00 |
depth | 1 |
children | 0 |
last_payout | 2024-03-23 21:33: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 | 140 |
author_reputation | 689,736,160,680,227 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,104,082 |
net_rshares | 0 |
Nice, I'll be doing things the old school 'hard' way by not using the new API setup methods as iirc it expects ZFS to be used and would break if it isn't? Is that still the case? Either way I've a good workflow for setting everything up the old fashion way should be rather painless.
author | shmoogleosukami |
---|---|
permlink | re-blocktrades-sagr8z |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2024.3.3"} |
created | 2024-03-16 23:15:00 |
last_update | 2024-03-16 23:15:00 |
depth | 1 |
children | 2 |
last_payout | 2024-03-23 23:15:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 284 |
author_reputation | 228,735,176,183,136 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,105,970 |
net_rshares | 0 |
It doesn't require ZFS to use haf_api_node, so I strongly recommend you use the stack, even if you don't use ZFS. One of our internal systems doesn't have ZFS installed and it still uses the stack without any problems. It just can't use the scripts for taking snapshots and creating the initial directory hierarchy.
author | blocktrades |
---|---|
permlink | sags8u |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2024-03-16 23:36:33 |
last_update | 2024-03-16 23:36:33 |
depth | 2 |
children | 1 |
last_payout | 2024-03-23 23:36:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.032 HBD |
curator_payout_value | 0.032 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 315 |
author_reputation | 1,294,229,758,643,604 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,106,226 |
net_rshares | 132,052,421,395 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
shmoogleosukami | 0 | 132,052,421,395 | 25% |
Sweet, I'll give it a go then!
author | shmoogleosukami |
---|---|
permlink | re-blocktrades-sahuxj |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2024.3.3"} |
created | 2024-03-17 13:32:15 |
last_update | 2024-03-17 13:32:15 |
depth | 3 |
children | 0 |
last_payout | 2024-03-24 13:32: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 | 30 |
author_reputation | 228,735,176,183,136 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,117,861 |
net_rshares | 0 |
> Create a HAF app to support creation and maintenance of “lite” accounts at the 2nd layer. Would the "lite" accounts be those created by third parties to generate the key? Or similar to InLeo through social platforms (X, Gmail, Facebook and others).
author | spidersilk |
---|---|
permlink | re-blocktrades-sagqss |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2024.3.3"} |
created | 2024-03-16 23:05:18 |
last_update | 2024-03-16 23:05:18 |
depth | 1 |
children | 2 |
last_payout | 2024-03-23 23:05: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 | 251 |
author_reputation | 2,422,395,712,582 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,105,806 |
net_rshares | 0 |
To create a lite account, you would create your own key and "register" it in the blockchain with an associated "human-readable" name. Any existing hive account including "app" accounts will be able to register such lite accounts with custom_json operations. Then 2nd layer apps can "recognize" the registered lite account and can "co-sign" transactions for it on the hive blockchain. We'll provide a HAF app that supports the API for tracking lite account registrations and probably some other services as well.
author | blocktrades |
---|---|
permlink | sagr69 |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2024-03-16 23:13:24 |
last_update | 2024-03-16 23:13:24 |
depth | 2 |
children | 1 |
last_payout | 2024-03-23 23:13: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 | 513 |
author_reputation | 1,294,229,758,643,604 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,105,945 |
net_rshares | 0 |
It's very interesting, I can't wait to see it.
author | spidersilk |
---|---|
permlink | re-blocktrades-sagrag |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2024.3.3"} |
created | 2024-03-16 23:16:06 |
last_update | 2024-03-16 23:16:06 |
depth | 3 |
children | 0 |
last_payout | 2024-03-23 23:16:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 46 |
author_reputation | 2,422,395,712,582 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,105,986 |
net_rshares | 0 |
Good job. I hope that smart contracts soon will be a part of the hive environment.
author | steemik |
---|---|
permlink | sah1pr |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2024-03-17 03:01:03 |
last_update | 2024-03-17 03:01:03 |
depth | 1 |
children | 0 |
last_payout | 2024-03-24 03:01:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 82 |
author_reputation | 4,767,738,141,705 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,108,872 |
net_rshares | 0 |
The performance improvements sound impressive. If that means more people can run the infrastructure then Hive will be more robust. Great work.
author | steevc |
---|---|
permlink | re-blocktrades-sagmme |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2024.3.3"} |
created | 2024-03-16 21:35:03 |
last_update | 2024-03-16 21:35:03 |
depth | 1 |
children | 1 |
last_payout | 2024-03-23 21:35:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.042 HBD |
curator_payout_value | 0.043 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 142 |
author_reputation | 1,397,761,022,945,061 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,104,094 |
net_rshares | 173,725,986,439 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alex-rourke | 0 | 173,725,986,439 | 14% |
Yes, since Hive started that's always been one of our key goals.
author | blocktrades |
---|---|
permlink | sagn2b |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2024-03-16 21:44:39 |
last_update | 2024-03-16 21:44:39 |
depth | 2 |
children | 0 |
last_payout | 2024-03-23 21:44:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.021 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 64 |
author_reputation | 1,294,229,758,643,604 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,104,276 |
net_rshares | 86,180,077,289 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steevc | 0 | 86,180,077,289 | 3% |
> a single block of missed data would typically cause it to fail before too long with a divide-by-zero error Ran into this issue myself a few days ago when Docker Compose recreated the base container for no good reason when starting an app. Have to explicitly specify `--no-recreate` every time I guess. Update time again it is.
author | techcoderx |
---|---|
permlink | re-blocktrades-sah1by |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2024.3.3"} |
created | 2024-03-17 02:52:54 |
last_update | 2024-03-17 02:52:54 |
depth | 1 |
children | 7 |
last_payout | 2024-03-24 02:52: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 | 330 |
author_reputation | 48,655,730,158,880 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,108,788 |
net_rshares | 0 |
<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 @techcoderx, here is a little bit of <code>BEER</code> from @isnochys 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-techcoderx-re-blocktrades-sah1by-20240319t220344138z |
category | hive-139531 |
json_metadata | {"app":"beerlover/3.0","language":"rust","developer":"wehmoen"} |
created | 2024-03-19 22:03:45 |
last_update | 2024-03-19 22:03:45 |
depth | 2 |
children | 0 |
last_payout | 2024-03-26 22:03:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 523 |
author_reputation | 25,835,622,502,896 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,179,982 |
net_rshares | 0 |
<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 @techcoderx, here is a little bit of <code>BEER</code> from @isnochys for you. Enjoy it!</p> <p>Did you know that <a href='https://dcity.io/city</b>you can use <b>BEER</b> at dCity game</a> to buy cards to rule the world.</p> </center><div></div>
author | beerlover |
---|---|
permlink | re-techcoderx-re-blocktrades-sah1by-20240324t220819906z |
category | hive-139531 |
json_metadata | {"app":"beerlover/3.0","language":"rust","developer":"wehmoen"} |
created | 2024-03-24 22:08:18 |
last_update | 2024-03-24 22:08:18 |
depth | 2 |
children | 0 |
last_payout | 2024-03-31 22:08: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 | 488 |
author_reputation | 25,835,622,502,896 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,303,739 |
net_rshares | 0 |
<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 @techcoderx, here is a little bit of <code>BEER</code> from @isnochys for you. Enjoy it!</p> <p>We love your support by voting @detlev.witness on <a href='https://vote.hive.uno/@detlev.witness'>HIVE</a> </a>.</p> </center><div></div>
author | beerlover |
---|---|
permlink | re-techcoderx-re-blocktrades-sah1by-20240325t222416968z |
category | hive-139531 |
json_metadata | {"app":"beerlover/3.0","language":"rust","developer":"wehmoen"} |
created | 2024-03-25 22:24:15 |
last_update | 2024-03-25 22:24:15 |
depth | 2 |
children | 0 |
last_payout | 2024-04-01 22:24: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 | 475 |
author_reputation | 25,835,622,502,896 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,331,649 |
net_rshares | 0 |
Good news is rc8 seems to have resolved all the issues associated with this.
author | blocktrades |
---|---|
permlink | sah2ni |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2024-03-17 03:21:18 |
last_update | 2024-03-17 03:21:18 |
depth | 2 |
children | 0 |
last_payout | 2024-03-24 03:21: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 | 76 |
author_reputation | 1,294,229,758,643,604 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,109,091 |
net_rshares | 0 |
Thank you for your [witness vote](https://hivesigner.com/sign/account-witness-vote?witness=isnochys&approve=1)! Have a !BEER on me! To Opt-Out of my witness beer program just comment STOP below
author | isnochys |
---|---|
permlink | re-re-blocktrades-sah1by-20240319t220325z |
category | hive-139531 |
json_metadata | "{"app": "beem/0.24.26"}" |
created | 2024-03-19 22:03:27 |
last_update | 2024-03-19 22:03:27 |
depth | 2 |
children | 0 |
last_payout | 2024-03-26 22:03: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 | 194 |
author_reputation | 47,810,702,835,915 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,179,972 |
net_rshares | 0 |
Thank you for your [witness vote](https://hivesigner.com/sign/account-witness-vote?witness=isnochys&approve=1)! Have a !BEER on me! To Opt-Out of my witness beer program just comment STOP below
author | isnochys |
---|---|
permlink | re-re-blocktrades-sah1by-20240324t220808z |
category | hive-139531 |
json_metadata | "{"app": "beem/0.24.26"}" |
created | 2024-03-24 22:08:12 |
last_update | 2024-03-24 22:08:12 |
depth | 2 |
children | 0 |
last_payout | 2024-03-31 22:08: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 | 47,810,702,835,915 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,303,738 |
net_rshares | -13,479,169,552 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
spaminator | 0 | -6,782,713,285 | -0.25% | ||
meritocracy | 0 | -6,696,456,267 | -0.06% |
Thank you for your [witness vote](https://hivesigner.com/sign/account-witness-vote?witness=isnochys&approve=1)! Have a !BEER on me! To Opt-Out of my witness beer program just comment STOP below
author | isnochys |
---|---|
permlink | re-re-blocktrades-sah1by-20240325t222402z |
category | hive-139531 |
json_metadata | "{"app": "beem/0.24.26"}" |
created | 2024-03-25 22:24:06 |
last_update | 2024-03-25 22:24:06 |
depth | 2 |
children | 0 |
last_payout | 2024-04-01 22:24: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 | 194 |
author_reputation | 47,810,702,835,915 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,331,646 |
net_rshares | -7,009,813,254 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
spaminator | 0 | -7,009,813,254 | -0.25% |
Great to hear about performance upgrades.
author | tsnaks |
---|---|
permlink | re-blocktrades-sago37 |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2024.3.3"} |
created | 2024-03-16 22:06:42 |
last_update | 2024-03-16 22:06:42 |
depth | 1 |
children | 0 |
last_payout | 2024-03-23 22:06: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 | 41 |
author_reputation | 65,071,873,497,166 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,104,729 |
net_rshares | 0 |
Is there a version of Denser anywhere that we can test yet? Or do I need to install my own version from Docker? Thanks
author | ura-soul |
---|---|
permlink | re-blocktrades-sb39cz |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2024.3.6"} |
created | 2024-03-29 02:53:27 |
last_update | 2024-03-29 02:53:27 |
depth | 1 |
children | 4 |
last_payout | 2024-04-05 02:53: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 | 118 |
author_reputation | 845,633,808,132,493 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,421,516 |
net_rshares | 0 |
We run a copy locally, but there's not one that's publicly accessible yet as it's still too early (e.g. right now work is being done related to login). I've only played with the one that's directly accessible on our intranet, and right now I don't even know if there's a docker for it as I'm not too directly involved in the project.
author | blocktrades |
---|---|
permlink | sb4m8j |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2024-03-29 20:29:18 |
last_update | 2024-03-29 20:29:18 |
depth | 2 |
children | 3 |
last_payout | 2024-04-05 20:29: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 | 333 |
author_reputation | 1,294,229,758,643,604 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,439,919 |
net_rshares | 0 |
Ah ok, thanks for the info. I can see there are docker setup instructions in the repo, so maybe it can be attempted. I am about to start work on some analysis/design on the SPK/Ecency fork to see if we can optimise/improve the UX. Was mainly curious to see if you guys had significantly altered the layout/design of (con)denser or if the changes were all under the hood.
author | ura-soul |
---|---|
permlink | re-blocktrades-sb4mof |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2024.3.6"} |
created | 2024-03-29 20:38:39 |
last_update | 2024-03-29 20:38:39 |
depth | 3 |
children | 2 |
last_payout | 2024-04-05 20:38: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 | 370 |
author_reputation | 845,633,808,132,493 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,440,124 |
net_rshares | 0 |
Great💐💐
author | yogeshbhatt |
---|---|
permlink | re-blocktrades-2024318t16411865z |
category | hive-139531 |
json_metadata | {"type":"comment","tags":["hive-139531","hive","blockchain","software","blocktrades"],"app":"ecency/3.0.46-mobile","format":"markdown+html"} |
created | 2024-03-18 10:34:12 |
last_update | 2024-03-18 10:34:12 |
depth | 1 |
children | 0 |
last_payout | 2024-03-25 10:34: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 | 7 |
author_reputation | 65,717,019,168,816 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,140,554 |
net_rshares | 0 |
@blocktrades Hello, my brother, have a good day. I hope the update is worth the effort that I did. I have another question. When is the Lallana website created? It always receives an error message. https://blocktrades.us/ Error code: 503 Exchange temporarily unavailable
author | youm |
---|---|
permlink | sagxrn |
category | hive-139531 |
json_metadata | {"users":["blocktrades"],"links":["https://blocktrades.us/"],"app":"hiveblog/0.1"} |
created | 2024-03-17 01:35:48 |
last_update | 2024-03-17 01:35:48 |
depth | 1 |
children | 1 |
last_payout | 2024-03-24 01:35: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 | 270 |
author_reputation | 518,285,278,218 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,107,834 |
net_rshares | 187,895,365 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
amartohamy | 0 | 187,895,365 | 100% |
Hi, we closed our exchange last year. More info about it here: https://hive.blog/blocktrades/@blocktrades/blocktrades-ending-its-cryptocurrency-trading-service-as-of-june-30th-2023-today
author | blocktrades |
---|---|
permlink | sah2ku |
category | hive-139531 |
json_metadata | {"links":["https://hive.blog/blocktrades/@blocktrades/blocktrades-ending-its-cryptocurrency-trading-service-as-of-june-30th-2023-today"],"app":"hiveblog/0.1"} |
created | 2024-03-17 03:19:51 |
last_update | 2024-03-17 03:19:51 |
depth | 2 |
children | 0 |
last_payout | 2024-03-24 03:19:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 186 |
author_reputation | 1,294,229,758,643,604 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,109,071 |
net_rshares | 0 |
Thanks keep it up nice work
author | zaibkang |
---|---|
permlink | re-blocktrades-2024317t355892z |
category | hive-139531 |
json_metadata | {"type":"comment","tags":["hive-139531","hive","blockchain","software","blocktrades"],"app":"ecency/3.0.46-mobile","format":"markdown+html"} |
created | 2024-03-16 22:55:09 |
last_update | 2024-03-16 22:55:09 |
depth | 1 |
children | 1 |
last_payout | 2024-03-23 22:55: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 | 28 |
author_reputation | 55,291,837,326,050 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 132,105,639 |
net_rshares | 0 |
Your post is very good, I found it very interesting
author | arieswilly |
---|---|
permlink | re-zaibkang-2024627t225346328z |
category | hive-139531 |
json_metadata | {"tags":[],"app":"ecency/3.2.0-vision","format":"markdown+html"} |
created | 2024-06-27 15:53:48 |
last_update | 2024-06-27 15:54:30 |
depth | 2 |
children | 0 |
last_payout | 2024-07-04 15:53: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 | 51 |
author_reputation | 178,879,217,563,612 |
root_title | "2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 134,915,647 |
net_rshares | 0 |