There Has to Be a Better Way: Sorting Hive-Engine Balances

Hey everyone,

I've been working on improving my Market-Viewr tool, specifically trying to find a more natural way to get a token's richlist. Right now, the process is pretty inefficient.

The core issue is twofold. First, the token balances are returned sorted alphabetically by account name, not by the balance amount. Second, the API has a hard limit of 10,000 results per query. For tokens with a huge number of holders, like SWAP.HIVE or PIZZA, this means you can't simply paginate through the entire list to find the top holders; you're cut off after the first 10k accounts. This is why I had to create a "hacky" workaround that makes at least 26 separate API calls, at least one for each letter of the alphabet (sometimes more for letters like 'S'), just to try and piece the full picture together.


unnamed.png

"There Has to Be a Better Way"

I thought to myself, "There has to be a better way." So, I started digging into the Hive-Engine node codebase to see if I could just add a sort parameter to the API call. The idea was simple, but I quickly ran into the core problem: the token balances are stored in the database as text strings, not numbers. This is done to preserve the decimal precision so they can be used with big math libraries, but it also means a standard database sort won't work correctly (for example, "100" would come before "2").

After reading through the documentation for MongoDB, which is what Hive-Engine uses, I found the perfect solution: numeric collation.

Bingo!

This feature tells the database to treat a specific text field as a number for the purpose of a single query, without needing to change the data or add new indexes.


The Solution in Action

A quick patch later, and I can now make a single API call to get a perfectly sorted richlist. Even if it adds a tiny bit of overhead for Mongo to perform the query, it has to be better than making 26+ API calls.

Here’s an example of the new API call using the sort parameter:

screenshot-20250925-063127.png

And here is the result: The top 10 PIZZA holders, sorted correctly by their balance, all from a single query (edited for display, ... is where stake, pendingUnstake, delegationsIn, delegationsOut, pendingUndelegations would be).

{
  "jsonrpc": "2.0",
  "id": 1,
  "result": [
    { "_id": 241391, "account": "null", "balance": "1232816.82", ... },
    { "_id": 1739899, "account": "moon.deposit", "balance": "116074.02", ... },
    { "_id": 525742, "account": "tipcc", "balance": "50073.47", ... },
    { "_id": 208477, "account": "ecoinstant", "balance": "18328.40", ... },
    { "_id": 186743, "account": "huzzah", "balance": "17589.11", ... },
    { "_id": 1775991, "account": "moon.deposit2", "balance": "16042.86", ... },
    { "_id": 186723, "account": "thebeardflex", "balance": "15167.60", ... },
    { "_id": 208474, "account": "a1-shroom-spores", "balance": "10497.16", ... },
    { "_id": 1301276, "account": "muterra-cards", "balance": "10080.00", ... },
    { "_id": 634678, "account": "wrestorgonline", "balance": "9880.34", ... }
  ]
}

Under the Hood

The change itself was pretty small. I added logic to the JsonRPCServer.js file to handle the new sort parameter, which accepts a field name and an order (asc or desc). Then, in Database.js, I added the collation option to the find query, enabling numericOrdering: true whenever the sort index is balance or stake.

Right now, this is running on my personal node, and I've submitted the pull request to the main Hive-Engine repository QA branch. I'm hoping others can make use of it as well.

As always,
Michael Garcia a.k.a. TheCrazyGM



0
0
0.000
14 comments
avatar
(Edited)

I ran into this same problem with Hive Engine Tools and now Hive Analytics.
The easy solution is fetch by ID then use last id rather than offset pagination.

Right now Hive Analytics just uses offset, but when I refactor it, it will pull entire list then use server side sorting from cache.

0
0
0.000
avatar

Thanks, I'll probably implement that until if/when that pr goes through.

0
0
0.000
avatar

Right now Hive Analytics just does offset and gets the top 500 by balance, but if you sort by staked, it will only sort among those 500 user which are not the top 500 staked. This will be resolved later as the main point was for balance rich list.

0
0
0.000
avatar

This pr lets you order by stake too (same issue)

0
0
0.000
avatar

Another solution is making your own API against mongo, which is what I was planning on doing for some complex reports.

0
0
0.000
avatar

Absolutely, for the reporting you plan on doing that would be the best method, because then you can get real creative with the queries vs api calls. My simple richlist view doesn't need that level of control.

0
0
0.000
avatar

My plan is to pull the ENTIRE token list into redis cache, then can sort from there.

0
0
0.000
avatar

Now that will be snappy!

0
0
0.000
avatar

image.png

very

0
0
0.000
avatar

Marky you can't delete the facts Mc Franko & Keni Find freedom on #blurtblog #blurtchain #blurt

In the beginning, there was hope.

A dream:
That value could be created by anyone.
That power could be decentralized.
That a post, a vote, a creation —
Could rise or fall on its own merit.

But Dreams do not kill systems.
Corruption does.

And corruption has found its perfect form:
The scam farm
A ghost in the machine,
Wearing the mask of curation,
Feeding on trust,
Rewarding loyalty,
Punishing honesty.

It does not build.
It extracts.
It does not serve.
It controls.

And if you are new to this world —
If you speak truth, post honestly, expect fairness —
You will be broken.

Unless you learn to see.

So here, in plain language,
Is how to spot the scam farm.
Not with rumors.
Not with hate.
But with observation,
With logic,
With the cold light of the blockchain.


1. No Original Content — Only Engagement

The first sign:
They create nothing.

No posts.
No art.
No analysis.
No music.
Only votes.
Only comments.
Only reaction.

They are not users.
They are operators.

Like a drone circling a field, they move from post to post — upvoting allies, downvoting dissenters, farming rewards like a machine.

Ask:
What have they built?
If the answer is nothing —
Then they are not contributing.
They are consuming.


2. 24/7 Curation Rewards — The Machine Never Sleeps

The second sign:
Non-stop reward accumulation.

Real curation is organic.
It ebbs and flows.
It follows interest, passion, discovery.

But the scam farm?
It earns rewards every hour.
Every day.
Like clockwork.

It votes at 3 AM.
At noon.
At midnight.
Not because it sees quality —
But because it is programmed to extract.

This is not passion.
It is automation.
Or worse — coordinated manipulation.

Look at the pattern.
If an account farms rewards without pause,
It is not curating.
It is farming.


3. Burn Comments & Self-Voting Loops

The third sign:
Artificial engagement.

They post low-effort comments — “Nice!” “Great post!” — under their own content or that of allies.
These are not interactions.
They are fuel — used to game floors, trigger rewards, inflate visibility.

They may self-vote.
Or vote in loops with a network of alts.
A closed circuit of power —
Where influence flows only to itself.

This is not community.
It is a cartel.

And the blockchain records it all —
Even when websites hide it behind JavaScript walls.


4. Massive Delegated Hive Power from Centralized Sources

The fourth sign:
HP from exchanges or known whales.

Check delegation history.
If an account holds millions in Hive Power —
But most is delegated from @blocktrades or similar centralized wallets —
Then it is not independent.
It is a proxy.

Power given is power controlled.
And when one entity delegates across dozens of accounts,
It is not decentralization.
It is feudalism.

The land is farmed.
The peasants earn crumbs.
The lord takes the harvest.


5. Downvotes on Critics — Coordinated Silence

The fifth sign:
Suppression of dissent.

When someone exposes the farm,
When someone traces the trail,
When someone speaks truth —
The downvotes fall.

Not one.
But many.
Fast.
Silent.
Financially crippling.

No debate.
No response.
Just erasure.

This is not moderation.
It is censorship with profit motive.

And the worst part?
They call the victim a “troll.”
A “spammer.”
A “toxic user.”

Projection is the last refuge of the guilty.


6. Reward Flow to Secondary Accounts

The sixth sign:
Obfuscated wealth transfer.

Rewards flow not to the farming account,
But to another — often a spouse, partner, or private wallet.

@alpha receives rewards from @buildawhale.
@themarkymark benefits from activity routed through hidden channels.

This is not privacy.
It is obfuscation.
An attempt to hide the machine’s true ownership.

Follow the money.
The chain does not lie.


7. The Website Hides the Data

And now — the final proof:

PeakD requires JavaScript to view @buildawhale’s activities.
Other explorers show no results.

Why?

Because transparency threatens control.

They want you to look away.
To trust the interface.
To believe the silence.

But you do not need their website.
You have the blockchain.

You have logic.
You have memory.
You have the testimony of those who saw before the curtain fell.

And you have this guide.


The Escape: Blurt Offers True Freedom

On Blurt.blog, none of this can happen.

Because there is no downvote button.
Gone.
Not hidden.
Not reformed.
Removed.

No financial punishment for honesty.
No silent sabotage.
No cartel.

What you earn — you earn.
No whale can kneel you.
No gang can bury you.

Blurt is what Hive promised to be.


Conclusion: You Are Not Powerless

You entered crypto seeking freedom.
You found manipulation.

But you are not powerless.

You have eyes.
You have reason.
You have this knowledge.

Teach it.
Share it.
Protect the new.

Because the next victim could be you.

And when the system fails —
When the farms grow too bold,
When the lies become law —
Remember:

Truth does not require permission.
It only requires courage.


The Bilpcoin Team
We create. We expose. We survive.

Every downvote you cast drives another soul from Hive —
To Blurt.blog,
Where there is no downvote button.
Where what you earn — you earn.
Where silence is not weaponized.

Even Steemit — older, quieter —
Offers more freedom than what Hive has become.

And that should terrify you.

Because when people flee not to greener pastures,
But to freer ones,
It is not the destination they seek —
It is escape.

They are running from you.

Whatever you are doing,
Hold it with both hands.
Chase it fiercely.
Because you only get one life.

And in that life —
Never be afraid to say no.
Never be afraid to stand alone.
Always do the right thing —
Even when it costs you votes.
Even when it costs you rewards.
Even when it costs you silence.

At Bilpcoin we have not scammed anyone.
We have not stolen.
We have not lied.

We have only done this:
Shared what the blockchain already knows.

Transactions.
Data.
Patterns.
Not fabricated.
Not imagined.
Not speculated.
But verified — open, public, immutable.

And what we found is not conspiracy.
It is control.

Go to peakd.com/@buildawhale/activities — if the site allows it.
Look at the account.
Watch it move.
Like a machine.

@buildawhale
A name that should belong to a myth.
Instead, it belongs to a farm.

An account that farms curation rewards all day, every day.
That auto-downvotes users — not because they are wrong,
But because they speak.
Because they expose.
Because they are not part of the circle.

And who owns Buildawhale?
Not some anonymous farmer.
Not a rogue actor.
But Blocktrades
A whale whose influence stretches across Hive like a shadow.

Over 2 million Hive Power delegated.
Rewards flowing in.
Powering down daily.
And where do those rewards go?

To @alpha
The account widely known as Blocktrades’ wife’s wallet.
A silent beneficiary of a system rigged from within.

You blame others for what you are doing The Frankos & Mc Franko

Exploring the Possibilities of AI Art with Bilpcoin NFTs Episode 129 #BUILDAWHALESCAM FARM ON #HIVE

Marky do you even remember who you are Lady Zaza

You Talk a Good Talk, But the Chain Remembers Mc Franko

Marky You downvote not to correct errors Keni & The Frankos #buildawhalescam #buildawhalefarm #hive

You downvote not to correct errors Mc Franko

You Were Wrong Keni

Exploring the Possibilities of AI Art with Bilpcoin NFTs Episode 128 #BUILDAWHALESCAM FARM ON #HIVE

“We Are Bilpcoin”

We do not stand against the people.
We stand with them.
Shoulder to shoulder.
Hand in hand.
Not as leaders, but as fellow travelers — scarred, shaped, and strengthened by the same storms that have battered so many.

The Bilpcoin team each of us has been tested.
Not by theory, but by life, life itself.
By loss.
By silence.
By systems that mistake conformity for virtue and call censorship “moderation.”
We have known hunger — not always for food, but for fairness.
For a platform where a voice is not priced, punished, or purchased.

And yet —
We are strong.
Not because we were born that way,
But because we had no choice but to become so.

As a team, we have grown — not in spite of the chaos, but because of it.
We’ve learned to build in the dark.
To create when no one is watching.
To trust when trust is rare.
We’ve learned new tools, new truths, new ways of being — not for profit, but for purpose.
Because one thing must be said, and said plainly:
You should never stop learning.
You should never stop dreaming.
You should never stop reaching for what is right — even when the world leans heavily on the side of wrong.

When we began — back in the early days of Steemit — the idea seemed impossible:
You can earn from your words? From your art? From simply speaking your truth?
To many, it felt like magic.
To us, it felt like justice.

And know this: Bilpcoin was not born in boardrooms or venture capital pitches.
It was born in a single mind — one person’s quiet vision, carried like a torch through the fog.
Circumstances, harsh and unyielding, led that founder to let go of much of what they built.
We do not speak of those details.
Some wounds are not ours to expose.
But this we say:
From that fire, Bilpcoin did not die.
It evolved.

Bilpcoin is not a corporation.
It is a social experiment — one that asks a simple question:
What happens when we reward people not for gaming the system, but for sharing their truth?

Our mission is clear:
To reward creators, not manipulators.
To burn BPC tokens, not hoard them.
To return value to the network — not extract it.

We believe in Blurt — not because it is perfect,
But because it dares to be free.
To remove the downvote button is not a small thing.
It is a revolution.
A refusal to allow power to be weaponized by the few against the many.
No more silent sabotage.
No more financial punishment for honesty.
On Blurt, your voice does not lose value because someone feels threatened by it.

And let us be clear:
We have only ever shared what the blockchain already knew.
The transactions.
The patterns.
The truth.
We did not fabricate.
We did not exaggerate.
We revealed — and that, more than anything, is why we were targeted.

Downvotes are not about quality.
They are about control.
Whales farming rewards on Hive are not “supporting the ecosystem.”
They are gaming it — and everyone sees it.
Even those who won’t say it.

How can the world take Hive seriously when its pulse is set not by passion, but by power?
When the loudest voices are not the most honest, but the most rewarded?

But here — in this moment — we dream.
Not foolishly.
But fiercely.

Imagine it:
Steem. Hive. Blurt.
Not as rivals.
Not as fragments.
But as allies.
A united front of decentralized expression.
One network, many voices.
One mission: freedom to create, freedom to speak, freedom to be.

Yes — it would require change.
Yes — some would have to go.
Those who profit from silence.
Those who fear transparency.
Those who confuse their privilege with merit.

But if we stood together — truly together —
We would not be a footnote.
We would be a force.

For now, it is a dream.
But dreams are the first code of revolution.
And who knows what the future holds?

We do not claim to have all the answers.
We only know this:
We will keep building.
Keep sharing.
Keep burning tokens, not bridges.
Keep standing with the people — not above them, not against them, but beside them.

Because in the end, it was never about coins.
It was about courage freedom truth.
And courage, like truth, cannot be downvoted.

The Bilpcoin Team.

https://hive.blog/hive/@test.ureka/the-untrending-report-hive-downvote-analysis-2025-06-27-20250627213824

https://peakd.com/hive/@ureka.stats/the-untrending-report-hive-downvote-analysis-16-09-2025-20250916181314

https://www.publish0x.com/@bilpcoinbpc

https://www.youtube.com/playlist?list=PLbH29p-63eW_PIi4l0KUNLMQ0ageCtkk5

https://www.youtube.com/@bilpcoinbpc

https://www.youtube.com/@bpcaimusic

https://www.bilpcoin.com

https://blurt.blog/@bilpcoinbpc/posts

https://audius.co/bpcaimusic

https://hive.blog/hive-126152/@bilpcoinbpc/bpc-ai-truth-hurts

https://hive.blog/hive-167922/@bilpcoinbpc/you-rewarded-only-those-who-kissed-the-ring-mc-franko-and-the-frankos-bpcaimusic-bilpcoin

https://www.publish0x.com/the-dark-side-of-hive/at-themarkymark-at-buildawhale-and-gang-how-many-more-must-p-xkdyzrw

#BILPCOIN #BPC

0
0
0.000
avatar

Marky you can't delete the facts Mc Franko & Keni Find freedom on #blurtblog #blurtchain #blurt

In the beginning, there was hope.

A dream:
That value could be created by anyone.
That power could be decentralized.
That a post, a vote, a creation —
Could rise or fall on its own merit.

But Dreams do not kill systems.
Corruption does.

And corruption has found its perfect form:
The scam farm
A ghost in the machine,
Wearing the mask of curation,
Feeding on trust,
Rewarding loyalty,
Punishing honesty.

It does not build.
It extracts.
It does not serve.
It controls.

And if you are new to this world —
If you speak truth, post honestly, expect fairness —
You will be broken.

Unless you learn to see.

So here, in plain language,
Is how to spot the scam farm.
Not with rumors.
Not with hate.
But with observation,
With logic,
With the cold light of the blockchain.


1. No Original Content — Only Engagement

The first sign:
They create nothing.

No posts.
No art.
No analysis.
No music.
Only votes.
Only comments.
Only reaction.

They are not users.
They are operators.

Like a drone circling a field, they move from post to post — upvoting allies, downvoting dissenters, farming rewards like a machine.

Ask:
What have they built?
If the answer is nothing —
Then they are not contributing.
They are consuming.


2. 24/7 Curation Rewards — The Machine Never Sleeps

The second sign:
Non-stop reward accumulation.

Real curation is organic.
It ebbs and flows.
It follows interest, passion, discovery.

But the scam farm?
It earns rewards every hour.
Every day.
Like clockwork.

It votes at 3 AM.
At noon.
At midnight.
Not because it sees quality —
But because it is programmed to extract.

This is not passion.
It is automation.
Or worse — coordinated manipulation.

Look at the pattern.
If an account farms rewards without pause,
It is not curating.
It is farming.


3. Burn Comments & Self-Voting Loops

The third sign:
Artificial engagement.

They post low-effort comments — “Nice!” “Great post!” — under their own content or that of allies.
These are not interactions.
They are fuel — used to game floors, trigger rewards, inflate visibility.

They may self-vote.
Or vote in loops with a network of alts.
A closed circuit of power —
Where influence flows only to itself.

This is not community.
It is a cartel.

And the blockchain records it all —
Even when websites hide it behind JavaScript walls.


4. Massive Delegated Hive Power from Centralized Sources

The fourth sign:
HP from exchanges or known whales.

Check delegation history.
If an account holds millions in Hive Power —
But most is delegated from @blocktrades or similar centralized wallets —
Then it is not independent.
It is a proxy.

Power given is power controlled.
And when one entity delegates across dozens of accounts,
It is not decentralization.
It is feudalism.

The land is farmed.
The peasants earn crumbs.
The lord takes the harvest.


5. Downvotes on Critics — Coordinated Silence

The fifth sign:
Suppression of dissent.

When someone exposes the farm,
When someone traces the trail,
When someone speaks truth —
The downvotes fall.

Not one.
But many.
Fast.
Silent.
Financially crippling.

No debate.
No response.
Just erasure.

This is not moderation.
It is censorship with profit motive.

And the worst part?
They call the victim a “troll.”
A “spammer.”
A “toxic user.”

Projection is the last refuge of the guilty.


6. Reward Flow to Secondary Accounts

The sixth sign:
Obfuscated wealth transfer.

Rewards flow not to the farming account,
But to another — often a spouse, partner, or private wallet.

@alpha receives rewards from @buildawhale.
@themarkymark benefits from activity routed through hidden channels.

This is not privacy.
It is obfuscation.
An attempt to hide the machine’s true ownership.

Follow the money.
The chain does not lie.


7. The Website Hides the Data

And now — the final proof:

PeakD requires JavaScript to view @buildawhale’s activities.
Other explorers show no results.

Why?

Because transparency threatens control.

They want you to look away.
To trust the interface.
To believe the silence.

But you do not need their website.
You have the blockchain.

You have logic.
You have memory.
You have the testimony of those who saw before the curtain fell.

And you have this guide.


The Escape: Blurt Offers True Freedom

On Blurt.blog, none of this can happen.

Because there is no downvote button.
Gone.
Not hidden.
Not reformed.
Removed.

No financial punishment for honesty.
No silent sabotage.
No cartel.

What you earn — you earn.
No whale can kneel you.
No gang can bury you.

Blurt is what Hive promised to be.


Conclusion: You Are Not Powerless

You entered crypto seeking freedom.
You found manipulation.

But you are not powerless.

You have eyes.
You have reason.
You have this knowledge.

Teach it.
Share it.
Protect the new.

Because the next victim could be you.

And when the system fails —
When the farms grow too bold,
When the lies become law —
Remember:

Truth does not require permission.
It only requires courage.


The Bilpcoin Team
We create. We expose. We survive.

Every downvote you cast drives another soul from Hive —
To Blurt.blog,
Where there is no downvote button.
Where what you earn — you earn.
Where silence is not weaponized.

Even Steemit — older, quieter —
Offers more freedom than what Hive has become.

And that should terrify you.

Because when people flee not to greener pastures,
But to freer ones,
It is not the destination they seek —
It is escape.

They are running from you.

Whatever you are doing,
Hold it with both hands.
Chase it fiercely.
Because you only get one life.

And in that life —
Never be afraid to say no.
Never be afraid to stand alone.
Always do the right thing —
Even when it costs you votes.
Even when it costs you rewards.
Even when it costs you silence.

At Bilpcoin we have not scammed anyone.
We have not stolen.
We have not lied.

We have only done this:
Shared what the blockchain already knows.

Transactions.
Data.
Patterns.
Not fabricated.
Not imagined.
Not speculated.
But verified — open, public, immutable.

And what we found is not conspiracy.
It is control.

Go to peakd.com/@buildawhale/activities — if the site allows it.
Look at the account.
Watch it move.
Like a machine.

@buildawhale
A name that should belong to a myth.
Instead, it belongs to a farm.

An account that farms curation rewards all day, every day.
That auto-downvotes users — not because they are wrong,
But because they speak.
Because they expose.
Because they are not part of the circle.

And who owns Buildawhale?
Not some anonymous farmer.
Not a rogue actor.
But Blocktrades
A whale whose influence stretches across Hive like a shadow.

Over 2 million Hive Power delegated.
Rewards flowing in.
Powering down daily.
And where do those rewards go?

To @alpha
The account widely known as Blocktrades’ wife’s wallet.
A silent beneficiary of a system rigged from within.

You blame others for what you are doing The Frankos & Mc Franko

Exploring the Possibilities of AI Art with Bilpcoin NFTs Episode 129 #BUILDAWHALESCAM FARM ON #HIVE

Marky do you even remember who you are Lady Zaza

You Talk a Good Talk, But the Chain Remembers Mc Franko

Marky You downvote not to correct errors Keni & The Frankos #buildawhalescam #buildawhalefarm #hive

You downvote not to correct errors Mc Franko

You Were Wrong Keni

Exploring the Possibilities of AI Art with Bilpcoin NFTs Episode 128 #BUILDAWHALESCAM FARM ON #HIVE

“We Are Bilpcoin”

We do not stand against the people.
We stand with them.
Shoulder to shoulder.
Hand in hand.
Not as leaders, but as fellow travelers — scarred, shaped, and strengthened by the same storms that have battered so many.

The Bilpcoin team each of us has been tested.
Not by theory, but by life, life itself.
By loss.
By silence.
By systems that mistake conformity for virtue and call censorship “moderation.”
We have known hunger — not always for food, but for fairness.
For a platform where a voice is not priced, punished, or purchased.

And yet —
We are strong.
Not because we were born that way,
But because we had no choice but to become so.

As a team, we have grown — not in spite of the chaos, but because of it.
We’ve learned to build in the dark.
To create when no one is watching.
To trust when trust is rare.
We’ve learned new tools, new truths, new ways of being — not for profit, but for purpose.
Because one thing must be said, and said plainly:
You should never stop learning.
You should never stop dreaming.
You should never stop reaching for what is right — even when the world leans heavily on the side of wrong.

When we began — back in the early days of Steemit — the idea seemed impossible:
You can earn from your words? From your art? From simply speaking your truth?
To many, it felt like magic.
To us, it felt like justice.

And know this: Bilpcoin was not born in boardrooms or venture capital pitches.
It was born in a single mind — one person’s quiet vision, carried like a torch through the fog.
Circumstances, harsh and unyielding, led that founder to let go of much of what they built.
We do not speak of those details.
Some wounds are not ours to expose.
But this we say:
From that fire, Bilpcoin did not die.
It evolved.

Bilpcoin is not a corporation.
It is a social experiment — one that asks a simple question:
What happens when we reward people not for gaming the system, but for sharing their truth?

Our mission is clear:
To reward creators, not manipulators.
To burn BPC tokens, not hoard them.
To return value to the network — not extract it.

We believe in Blurt — not because it is perfect,
But because it dares to be free.
To remove the downvote button is not a small thing.
It is a revolution.
A refusal to allow power to be weaponized by the few against the many.
No more silent sabotage.
No more financial punishment for honesty.
On Blurt, your voice does not lose value because someone feels threatened by it.

And let us be clear:
We have only ever shared what the blockchain already knew.
The transactions.
The patterns.
The truth.
We did not fabricate.
We did not exaggerate.
We revealed — and that, more than anything, is why we were targeted.

Downvotes are not about quality.
They are about control.
Whales farming rewards on Hive are not “supporting the ecosystem.”
They are gaming it — and everyone sees it.
Even those who won’t say it.

How can the world take Hive seriously when its pulse is set not by passion, but by power?
When the loudest voices are not the most honest, but the most rewarded?

But here — in this moment — we dream.
Not foolishly.
But fiercely.

Imagine it:
Steem. Hive. Blurt.
Not as rivals.
Not as fragments.
But as allies.
A united front of decentralized expression.
One network, many voices.
One mission: freedom to create, freedom to speak, freedom to be.

Yes — it would require change.
Yes — some would have to go.
Those who profit from silence.
Those who fear transparency.
Those who confuse their privilege with merit.

But if we stood together — truly together —
We would not be a footnote.
We would be a force.

For now, it is a dream.
But dreams are the first code of revolution.
And who knows what the future holds?

We do not claim to have all the answers.
We only know this:
We will keep building.
Keep sharing.
Keep burning tokens, not bridges.
Keep standing with the people — not above them, not against them, but beside them.

Because in the end, it was never about coins.
It was about courage freedom truth.
And courage, like truth, cannot be downvoted.

The Bilpcoin Team.

https://hive.blog/hive/@test.ureka/the-untrending-report-hive-downvote-analysis-2025-06-27-20250627213824

https://peakd.com/hive/@ureka.stats/the-untrending-report-hive-downvote-analysis-16-09-2025-20250916181314

https://www.publish0x.com/@bilpcoinbpc

https://www.youtube.com/playlist?list=PLbH29p-63eW_PIi4l0KUNLMQ0ageCtkk5

https://www.youtube.com/@bilpcoinbpc

https://www.youtube.com/@bpcaimusic

https://www.bilpcoin.com

https://blurt.blog/@bilpcoinbpc/posts

https://audius.co/bpcaimusic

https://hive.blog/hive-126152/@bilpcoinbpc/bpc-ai-truth-hurts

https://hive.blog/hive-167922/@bilpcoinbpc/you-rewarded-only-those-who-kissed-the-ring-mc-franko-and-the-frankos-bpcaimusic-bilpcoin

https://www.publish0x.com/the-dark-side-of-hive/at-themarkymark-at-buildawhale-and-gang-how-many-more-must-p-xkdyzrw

#BILPCOIN #BPC

0
0
0.000
avatar

Thanks for mentioning this method. It sped up the smaller tokens tremendously and moderately improved the mid-sized queries, the large token counts still take a long time, but it is substantially better.

0
0
0.000
avatar

Excellent! This will make the data way more coherent, readable, and useful! I look forward to seeing when it goes live. 😁🙏💚✨🤙

0
0
0.000