create account

2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes by blocktrades

View this thread on: hive.blogpeakd.comecency.com
· @blocktrades · (edited)
$303.21
2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes
![blocktrades update.png](https://images.hive.blog/DQmSihw8Kz4U7TuCQa98DDdCzqbqPFRumuVWAbareiYZW1Z/blocktrades%20update.png)

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
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 882 others
properties (23)
authorblocktrades
permlink2nd-update-of-2024-releasing-the-new-haf-based-stack-for-hive-api-nodes
categoryhive-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"]}
created2024-03-16 21:14:24
last_update2024-03-16 21:48:57
depth0
children50
last_payout2024-03-23 21:14:24
cashout_time1969-12-31 23:59:59
total_payout_value151.691 HBD
curator_payout_value151.514 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8,596
author_reputation1,294,229,758,643,604
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,103,733
net_rshares605,659,527,343,148
author_curate_reward""
vote details (946)
@asgharali ·
Weldone 👍
properties (22)
authorasgharali
permlinkre-blocktrades-2024317t41348860z
categoryhive-139531
json_metadata{"type":"comment","tags":["hive-139531","hive","blockchain","software","blocktrades"],"app":"ecency/3.0.46-mobile","format":"markdown+html"}
created2024-03-16 23:13:51
last_update2024-03-16 23:13:51
depth1
children0
last_payout2024-03-23 23:13:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation625,194,666,710,259
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,105,957
net_rshares0
@emcandlish ·
As a beginner to Hive, posts like this are so helpful! Thank you for the informative update @blocktrades 
properties (22)
authoremcandlish
permlinkre-blocktrades-2024317t2369378z
categoryhive-139531
json_metadata{"type":"comment","tags":["hive-139531","hive","blockchain","software","blocktrades"],"app":"ecency/3.0.46-mobile","format":"markdown+html"}
created2024-03-17 21:06:09
last_update2024-03-17 21:06:09
depth1
children0
last_payout2024-03-24 21:06:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length105
author_reputation414,233,241,112
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,128,101
net_rshares0
@engrave ·
Out of curiosity - do you rent bare-bone servers or colocate your hardware somewhere?
properties (22)
authorengrave
permlinkre-blocktrades-sajowk
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2024.3.3"}
created2024-03-18 13:17:09
last_update2024-03-18 13:17:09
depth1
children1
last_payout2024-03-25 13:17:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length85
author_reputation318,720,972,858,296
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,143,425
net_rshares0
@blocktrades ·
$0.31
We have some servers at our own premises plus we rent bare-bones servers.
👍  
properties (23)
authorblocktrades
permlinksapbu4
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2024-03-21 14:20:39
last_update2024-03-21 14:20:39
depth2
children0
last_payout2024-03-28 14:20:39
cashout_time1969-12-31 23:59:59
total_payout_value0.156 HBD
curator_payout_value0.157 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length73
author_reputation1,294,229,758,643,604
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,222,312
net_rshares574,018,582,276
author_curate_reward""
vote details (1)
@godfish ·
$0.10
Great! The recent attack showed the bottleneck of Hive decentralisation - too many apps and functions relied on a single tool. 
👍  
properties (23)
authorgodfish
permlinkre-blocktrades-2024316t222945929z
categoryhive-139531
json_metadata{"tags":["hive-139531","hive","blockchain","software","blocktrades"],"app":"ecency/3.1.0-vision","format":"markdown+html"}
created2024-03-16 21:29:45
last_update2024-03-16 21:29:45
depth1
children2
last_payout2024-03-23 21:29:45
cashout_time1969-12-31 23:59:59
total_payout_value0.050 HBD
curator_payout_value0.049 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length127
author_reputation748,581,474,821,040
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,104,026
net_rshares200,352,610,302
author_curate_reward""
vote details (1)
@blocktrades · (edited)
$0.17
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).
👍  , , ,
properties (23)
authorblocktrades
permlinksagsew
categoryhive-139531
json_metadata{"app":"hiveblog/0.1","users":["mahdiyari"]}
created2024-03-16 23:40:12
last_update2024-03-16 23:41:09
depth2
children1
last_payout2024-03-23 23:40:12
cashout_time1969-12-31 23:59:59
total_payout_value0.084 HBD
curator_payout_value0.084 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length331
author_reputation1,294,229,758,643,604
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,106,277
net_rshares340,202,523,883
author_curate_reward""
vote details (4)
@godfish ·
I'm glad to hear there's some progress :)
properties (22)
authorgodfish
permlinkre-blocktrades-2024317t9132225z
categoryhive-139531
json_metadata{"tags":["ecency"],"app":"ecency/3.1.0-vision","format":"markdown+html"}
created2024-03-17 08:13:00
last_update2024-03-17 08:13:00
depth3
children0
last_payout2024-03-24 08:13:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation748,581,474,821,040
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,112,556
net_rshares0
@hivebuzz ·
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!
properties (22)
authorhivebuzz
permlinknotify-blocktrades-20240316t211729
categoryhive-139531
json_metadata{"image":["https://hivebuzz.me/notify.t6.png"]}
created2024-03-16 21:17:30
last_update2024-03-16 21:17:30
depth1
children0
last_payout2024-03-23 21:17:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length683
author_reputation369,382,396,139,524
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,103,789
net_rshares0
@hivebuzz ·
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>

properties (22)
authorhivebuzz
permlinknotify-blocktrades-20240317t011626
categoryhive-139531
json_metadata{"image":["https://hivebuzz.me/notify.t6.png"]}
created2024-03-17 01:16:27
last_update2024-03-17 01:16:27
depth1
children0
last_payout2024-03-24 01:16:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length578
author_reputation369,382,396,139,524
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,107,608
net_rshares0
@hivebuzz ·
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>

properties (22)
authorhivebuzz
permlinknotify-blocktrades-20240318t003039
categoryhive-139531
json_metadata{"image":["https://hivebuzz.me/notify.t6.png"]}
created2024-03-18 00:30:39
last_update2024-03-18 00:30:39
depth1
children0
last_payout2024-03-25 00:30:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length580
author_reputation369,382,396,139,524
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,131,675
net_rshares0
@hivebuzz ·
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>
properties (22)
authorhivebuzz
permlinknotify-blocktrades-20240330t010410
categoryhive-139531
json_metadata{"image":["https://hivebuzz.me/notify.t6.png"]}
created2024-03-30 01:04:09
last_update2024-03-30 01:04:09
depth1
children0
last_payout2024-04-06 01:04:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length995
author_reputation369,382,396,139,524
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,446,808
net_rshares0
@jacobpeacock ·
You all! Just want to say: Thank you and <3!
properties (22)
authorjacobpeacock
permlinkre-blocktrades-2024316t174433816z
categoryhive-139531
json_metadata{"tags":["hive-139531","hive","blockchain","software","blocktrades"],"app":"ecency/3.1.0-vision","format":"markdown+html"}
created2024-03-16 21:44:33
last_update2024-03-16 21:44:33
depth1
children0
last_payout2024-03-23 21:44:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length44
author_reputation324,212,435,774,352
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,104,275
net_rshares0
@jilt ·
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
👍  
properties (23)
authorjilt
permlinkre-blocktrades-2024317t92936126z
categoryhive-139531
json_metadata{"type":"comment","tags":["hive-139531","hive","blockchain","software","blocktrades"],"app":"ecency/3.0.46-mobile","format":"markdown+html"}
created2024-03-17 08:29:36
last_update2024-03-17 08:29:36
depth1
children0
last_payout2024-03-24 08:29:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length307
author_reputation28,233,068,380,998
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,112,774
net_rshares1,787,270,010
author_curate_reward""
vote details (1)
@juwel11 ·
@blocktrades i think this program update.. is very useful for everyone... Thanks you so much 😘 for everything 💗
properties (22)
authorjuwel11
permlinksah0l6
categoryhive-139531
json_metadata{"users":["blocktrades"],"app":"hiveblog/0.1"}
created2024-03-17 02:36:45
last_update2024-03-17 02:36:45
depth1
children0
last_payout2024-03-24 02:36:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length111
author_reputation8,672,631,303,298
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries
0.
accounthiveonboard
weight100
1.
accounttipu
weight100
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,108,603
net_rshares0
@juwel11 ·
How can I get your upvote .. with my hard work... But i respect you all time ❣️😚
properties (22)
authorjuwel11
permlinksai30v
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2024-03-17 16:26:57
last_update2024-03-17 16:26:57
depth1
children0
last_payout2024-03-24 16:26:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length80
author_reputation8,672,631,303,298
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries
0.
accounthiveonboard
weight100
1.
accounttipu
weight100
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,121,790
net_rshares0
@krish.kumar ·
well done brother
properties (22)
authorkrish.kumar
permlinksak3uo
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2024-03-18 18:40:00
last_update2024-03-18 18:40:00
depth1
children0
last_payout2024-03-25 18:40:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length17
author_reputation13,267,809,739,474
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries
0.
accounthiveonboard
weight100
1.
accountocdb
weight100
2.
accountpeakd
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,149,966
net_rshares0
@mahdiyari ·
> 3120 GB down to 611 GB

I suppose you meant MB
properties (22)
authormahdiyari
permlinksagn46
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2024-03-16 21:45:42
last_update2024-03-16 21:45:42
depth1
children1
last_payout2024-03-23 21:45:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length48
author_reputation199,864,818,197,856
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,104,319
net_rshares0
@blocktrades ·
yep
properties (22)
authorblocktrades
permlinksagn8f
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2024-03-16 21:48:18
last_update2024-03-16 21:48:18
depth2
children0
last_payout2024-03-23 21:48:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3
author_reputation1,294,229,758,643,604
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,104,387
net_rshares0
@mobbs ·
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)
properties (22)
authormobbs
permlinkre-blocktrades-saj3ro
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2024.3.3"}
created2024-03-18 05:40:39
last_update2024-03-18 05:40:39
depth1
children1
last_payout2024-03-25 05:40:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length480
author_reputation390,121,528,444,474
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,136,575
net_rshares0
@blocktrades ·
$0.14
In terms of tech in use, I think we're ahead of the curve for blockchain technology.
👍  
properties (23)
authorblocktrades
permlinksapbxv
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2024-03-21 14:22:42
last_update2024-03-21 14:22:42
depth2
children0
last_payout2024-03-28 14:22:42
cashout_time1969-12-31 23:59:59
total_payout_value0.072 HBD
curator_payout_value0.072 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length84
author_reputation1,294,229,758,643,604
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,222,357
net_rshares263,518,216,072
author_curate_reward""
vote details (1)
@resiliencia ·
thank you!
properties (22)
authorresiliencia
permlinkre-blocktrades-sagmal
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2024.3.3"}
created2024-03-16 21:27:57
last_update2024-03-16 21:27:57
depth1
children0
last_payout2024-03-23 21:27:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation441,494,214,787,427
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,103,986
net_rshares0
@seckorama · (edited)
A lot of effort! That's progress! Keep going!
![](https://images.ecency.com/DQmb1MqNMDQpSKp8GCvsVyZndmKQYm7pUJdH81w7dhQXuJx/ecencyvote4.gif)
properties (22)
authorseckorama
permlinkre-blocktrades-2024316t223352467z
categoryhive-139531
json_metadata{"tags":[],"app":"ecency/3.1.0-vision","format":"markdown+html"}
created2024-03-16 21:33:51
last_update2024-03-16 21:35:00
depth1
children0
last_payout2024-03-23 21:33:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length140
author_reputation689,736,160,680,227
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,104,082
net_rshares0
@shmoogleosukami ·
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.
properties (22)
authorshmoogleosukami
permlinkre-blocktrades-sagr8z
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2024.3.3"}
created2024-03-16 23:15:00
last_update2024-03-16 23:15:00
depth1
children2
last_payout2024-03-23 23:15:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length284
author_reputation228,735,176,183,136
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,105,970
net_rshares0
@blocktrades ·
$0.06
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.
👍  
properties (23)
authorblocktrades
permlinksags8u
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2024-03-16 23:36:33
last_update2024-03-16 23:36:33
depth2
children1
last_payout2024-03-23 23:36:33
cashout_time1969-12-31 23:59:59
total_payout_value0.032 HBD
curator_payout_value0.032 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length315
author_reputation1,294,229,758,643,604
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,106,226
net_rshares132,052,421,395
author_curate_reward""
vote details (1)
@shmoogleosukami ·
Sweet, I'll give it a go then!
properties (22)
authorshmoogleosukami
permlinkre-blocktrades-sahuxj
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2024.3.3"}
created2024-03-17 13:32:15
last_update2024-03-17 13:32:15
depth3
children0
last_payout2024-03-24 13:32:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length30
author_reputation228,735,176,183,136
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,117,861
net_rshares0
@spidersilk ·
> 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).
properties (22)
authorspidersilk
permlinkre-blocktrades-sagqss
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2024.3.3"}
created2024-03-16 23:05:18
last_update2024-03-16 23:05:18
depth1
children2
last_payout2024-03-23 23:05:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length251
author_reputation2,422,395,712,582
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,105,806
net_rshares0
@blocktrades ·
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.
properties (22)
authorblocktrades
permlinksagr69
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2024-03-16 23:13:24
last_update2024-03-16 23:13:24
depth2
children1
last_payout2024-03-23 23:13:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length513
author_reputation1,294,229,758,643,604
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,105,945
net_rshares0
@spidersilk ·
It's very interesting, I can't wait to see it.
properties (22)
authorspidersilk
permlinkre-blocktrades-sagrag
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2024.3.3"}
created2024-03-16 23:16:06
last_update2024-03-16 23:16:06
depth3
children0
last_payout2024-03-23 23:16:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length46
author_reputation2,422,395,712,582
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,105,986
net_rshares0
@steemik ·
Good job. I hope that smart contracts soon will be a part of the hive environment.
properties (22)
authorsteemik
permlinksah1pr
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2024-03-17 03:01:03
last_update2024-03-17 03:01:03
depth1
children0
last_payout2024-03-24 03:01:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length82
author_reputation4,767,738,141,705
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,108,872
net_rshares0
@steevc ·
$0.09
The performance improvements sound impressive. If that means more people can run the infrastructure then Hive will be more robust. Great work.
👍  
properties (23)
authorsteevc
permlinkre-blocktrades-sagmme
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2024.3.3"}
created2024-03-16 21:35:03
last_update2024-03-16 21:35:03
depth1
children1
last_payout2024-03-23 21:35:03
cashout_time1969-12-31 23:59:59
total_payout_value0.042 HBD
curator_payout_value0.043 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length142
author_reputation1,397,761,022,945,061
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,104,094
net_rshares173,725,986,439
author_curate_reward""
vote details (1)
@blocktrades ·
$0.04
Yes, since Hive started that's always been one of our key goals.
👍  
properties (23)
authorblocktrades
permlinksagn2b
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2024-03-16 21:44:39
last_update2024-03-16 21:44:39
depth2
children0
last_payout2024-03-23 21:44:39
cashout_time1969-12-31 23:59:59
total_payout_value0.020 HBD
curator_payout_value0.021 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length64
author_reputation1,294,229,758,643,604
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,104,276
net_rshares86,180,077,289
author_curate_reward""
vote details (1)
@techcoderx ·
> 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.
properties (22)
authortechcoderx
permlinkre-blocktrades-sah1by
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2024.3.3"}
created2024-03-17 02:52:54
last_update2024-03-17 02:52:54
depth1
children7
last_payout2024-03-24 02:52:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length330
author_reputation48,655,730,158,880
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,108,788
net_rshares0
@beerlover ·
<div class='pull-right'>https://files.peakd.com/file/peakd-hive/beerlover/yiuU6bdf-beerlover20gives20BEER.gif<p><sup><a href='https://hive-engine.com/?p=market&t=BEER'>View or trade </a> <code>BEER</code>.</sup></p></div><center><br> <p>Hey @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>
properties (22)
authorbeerlover
permlinkre-techcoderx-re-blocktrades-sah1by-20240319t220344138z
categoryhive-139531
json_metadata{"app":"beerlover/3.0","language":"rust","developer":"wehmoen"}
created2024-03-19 22:03:45
last_update2024-03-19 22:03:45
depth2
children0
last_payout2024-03-26 22:03:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length523
author_reputation25,835,622,502,896
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,179,982
net_rshares0
@beerlover ·
<div class='pull-right'>https://files.peakd.com/file/peakd-hive/beerlover/yiuU6bdf-beerlover20gives20BEER.gif<p><sup><a href='https://hive-engine.com/?p=market&t=BEER'>View or trade </a> <code>BEER</code>.</sup></p></div><center><br> <p>Hey @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>
properties (22)
authorbeerlover
permlinkre-techcoderx-re-blocktrades-sah1by-20240324t220819906z
categoryhive-139531
json_metadata{"app":"beerlover/3.0","language":"rust","developer":"wehmoen"}
created2024-03-24 22:08:18
last_update2024-03-24 22:08:18
depth2
children0
last_payout2024-03-31 22:08:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length488
author_reputation25,835,622,502,896
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,303,739
net_rshares0
@beerlover ·
<div class='pull-right'>https://files.peakd.com/file/peakd-hive/beerlover/yiuU6bdf-beerlover20gives20BEER.gif<p><sup><a href='https://hive-engine.com/?p=market&t=BEER'>View or trade </a> <code>BEER</code>.</sup></p></div><center><br> <p>Hey @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>
properties (22)
authorbeerlover
permlinkre-techcoderx-re-blocktrades-sah1by-20240325t222416968z
categoryhive-139531
json_metadata{"app":"beerlover/3.0","language":"rust","developer":"wehmoen"}
created2024-03-25 22:24:15
last_update2024-03-25 22:24:15
depth2
children0
last_payout2024-04-01 22:24:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length475
author_reputation25,835,622,502,896
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,331,649
net_rshares0
@blocktrades ·
Good news is rc8 seems to have resolved all the issues associated with this.
properties (22)
authorblocktrades
permlinksah2ni
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2024-03-17 03:21:18
last_update2024-03-17 03:21:18
depth2
children0
last_payout2024-03-24 03:21:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length76
author_reputation1,294,229,758,643,604
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,109,091
net_rshares0
@isnochys ·
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
properties (22)
authorisnochys
permlinkre-re-blocktrades-sah1by-20240319t220325z
categoryhive-139531
json_metadata"{"app": "beem/0.24.26"}"
created2024-03-19 22:03:27
last_update2024-03-19 22:03:27
depth2
children0
last_payout2024-03-26 22:03:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length194
author_reputation47,810,702,835,915
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,179,972
net_rshares0
@isnochys ·
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
👎  ,
properties (23)
authorisnochys
permlinkre-re-blocktrades-sah1by-20240324t220808z
categoryhive-139531
json_metadata"{"app": "beem/0.24.26"}"
created2024-03-24 22:08:12
last_update2024-03-24 22:08:12
depth2
children0
last_payout2024-03-31 22:08:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length194
author_reputation47,810,702,835,915
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,303,738
net_rshares-13,479,169,552
author_curate_reward""
vote details (2)
@isnochys ·
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
👎  
properties (23)
authorisnochys
permlinkre-re-blocktrades-sah1by-20240325t222402z
categoryhive-139531
json_metadata"{"app": "beem/0.24.26"}"
created2024-03-25 22:24:06
last_update2024-03-25 22:24:06
depth2
children0
last_payout2024-04-01 22:24:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length194
author_reputation47,810,702,835,915
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,331,646
net_rshares-7,009,813,254
author_curate_reward""
vote details (1)
@tsnaks ·
Great to hear about performance upgrades.
properties (22)
authortsnaks
permlinkre-blocktrades-sago37
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2024.3.3"}
created2024-03-16 22:06:42
last_update2024-03-16 22:06:42
depth1
children0
last_payout2024-03-23 22:06:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation65,071,873,497,166
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,104,729
net_rshares0
@ura-soul ·
Is there a version of Denser anywhere that we can test yet? Or do I need to install my own version from Docker? Thanks
properties (22)
authorura-soul
permlinkre-blocktrades-sb39cz
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2024.3.6"}
created2024-03-29 02:53:27
last_update2024-03-29 02:53:27
depth1
children4
last_payout2024-04-05 02:53:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length118
author_reputation845,633,808,132,493
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,421,516
net_rshares0
@blocktrades ·
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.
properties (22)
authorblocktrades
permlinksb4m8j
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2024-03-29 20:29:18
last_update2024-03-29 20:29:18
depth2
children3
last_payout2024-04-05 20:29:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length333
author_reputation1,294,229,758,643,604
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,439,919
net_rshares0
@ura-soul ·
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.
properties (22)
authorura-soul
permlinkre-blocktrades-sb4mof
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2024.3.6"}
created2024-03-29 20:38:39
last_update2024-03-29 20:38:39
depth3
children2
last_payout2024-04-05 20:38:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length370
author_reputation845,633,808,132,493
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,440,124
net_rshares0
@yogeshbhatt ·
Great💐💐
properties (22)
authoryogeshbhatt
permlinkre-blocktrades-2024318t16411865z
categoryhive-139531
json_metadata{"type":"comment","tags":["hive-139531","hive","blockchain","software","blocktrades"],"app":"ecency/3.0.46-mobile","format":"markdown+html"}
created2024-03-18 10:34:12
last_update2024-03-18 10:34:12
depth1
children0
last_payout2024-03-25 10:34:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7
author_reputation65,717,019,168,816
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,140,554
net_rshares0
@youm ·
@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
👍  
properties (23)
authoryoum
permlinksagxrn
categoryhive-139531
json_metadata{"users":["blocktrades"],"links":["https://blocktrades.us/"],"app":"hiveblog/0.1"}
created2024-03-17 01:35:48
last_update2024-03-17 01:35:48
depth1
children1
last_payout2024-03-24 01:35:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length270
author_reputation518,285,278,218
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,107,834
net_rshares187,895,365
author_curate_reward""
vote details (1)
@blocktrades ·
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
properties (22)
authorblocktrades
permlinksah2ku
categoryhive-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"}
created2024-03-17 03:19:51
last_update2024-03-17 03:19:51
depth2
children0
last_payout2024-03-24 03:19:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length186
author_reputation1,294,229,758,643,604
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,109,071
net_rshares0
@zaibkang ·
Thanks keep it up nice work 
properties (22)
authorzaibkang
permlinkre-blocktrades-2024317t355892z
categoryhive-139531
json_metadata{"type":"comment","tags":["hive-139531","hive","blockchain","software","blocktrades"],"app":"ecency/3.0.46-mobile","format":"markdown+html"}
created2024-03-16 22:55:09
last_update2024-03-16 22:55:09
depth1
children1
last_payout2024-03-23 22:55:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length28
author_reputation55,291,837,326,050
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id132,105,639
net_rshares0
@arieswilly · (edited)
Your post is very good, I found it very interesting
properties (22)
authorarieswilly
permlinkre-zaibkang-2024627t225346328z
categoryhive-139531
json_metadata{"tags":[],"app":"ecency/3.2.0-vision","format":"markdown+html"}
created2024-06-27 15:53:48
last_update2024-06-27 15:54:30
depth2
children0
last_payout2024-07-04 15:53:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length51
author_reputation178,879,217,563,612
root_title"2nd update of 2024: Releasing the new HAF-based stack for Hive API nodes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id134,915,647
net_rshares0