hive-coding in #hive-169321 • 20 days agoHiveSQL: Time of posts / Uhrzeit der PostsEN (DE unten) At what time are the posts created? I was wondering at what time the posts are created on Hive. To find out, I look at the posts from the last 30 days (only…hive-coding in #hive-169321 • 21 days agoHiveSQL: Unused Hivepower - Ungenutze HivepowerEN How much HivePower is not being used? I asked myself how much of the HivePower is currently not being used for voting. Many accounts use auto-voting, partly simply to avoid…hive-coding in #hive-169321 • last monthHiveSQL: Age of active accountsEN After looking at the activity on Hive – how many accounts, how many posts, etc. – I wanted to know how old the active accounts are. WITH ActivityPerUserMonth AS (hive-coding in #hive-169321 • last monthHiveSQL: Monthly Active Users / User Registrations / Monthly Posts & CommentsEN I wanted to see how active HiveChain has been in recent months, specifically since 2024. So here is the SQL query you can use for that: How many users have registered per…hive-coding in #hive-169321 • 2 months agobeneficiaries from DHF- begünstigte vom DHFEN A few days ago, okay, almost two weeks ago, @hive-124221 (Dogmingo) wanted to know who received the most from the DHF . So who received HBD from hive.fund? First, I…hive-coding in #hive-169321 • 2 months agoHiveSQL: Top 100 HBD holders HiveSQL: Top 100 HBD BesitzerEN Have you always wanted to know who has the most HBD in their wallet? With HiveSQL, it's easy. SELECT TOP 100hive-coding in #hive-169321 • 2 months agoWhich frontend ist used for Posting - Welches Frontend wird fürs Posten genutzt?EN There are various front ends and apps for the Hive blockchain that can be used to post contributions. Which one is used most often? How often is something posted with it…hive-coding in #hive-169321 • 2 months agoKE with hive.min.js not possible - KE mit hive.min.js nicht möglichEN Gestern habe ich gezeigt, wie man mit HiveSQL den KE-Wert für einen User ermittelt. Heute wollte ich euch zeigen, wie es mit hive.min.js geht. Musste aber dann…