create account

Keeping Secrets - Gitleaks and Github by brianoflondon

View this thread on: hive.blogpeakd.comecency.com
· @brianoflondon ·
$16.73
Keeping Secrets - Gitleaks and Github
<div class="pull-right">

![hacker and gitleaks output.jpg](https://files.peakd.com/file/peakd-hive/brianoflondon/23uEuzDov4SNw6sw7w4EMeuzFQaHPkdyrdoe8wLwXyAY9iknEEU6Qgvn68m1yekkvH4Da.jpg)
</div>

**[Vote for Brianoflondon's Witness KeyChain or HiveSigner](https://vote.hive.uno/@brianoflondon)
[Support Proposal 342 on PeakD](https://peakd.com/me/proposals/342)**

***This is a value for value post: see the explanation in the footer.***




## Warning: technical blog post follows for coders

I just did something I should have done years ago. I installed a `pre-commit` scanner in my workflow to check before I upload anything to github that I haven't divulged any secrets.

### The mistake

I haven't made this mistake yet, but that's the point about fixing security stuff: far better to do it before you make the mistake.

Let's say I have a file like this with some keys in it. They're just random keys, generated with my own [v4v.app signup for Hive](https://v4v.app/signup) link but lets assume they're the keys to my server's Hive account.

```
  Hive Username: koiuoiulkj

  Owner Key: 5JB6MK6CHipcYCmZtFbBVV19qbAXaFMZXYcRLEHKa5Hndj2AYkG

  Active Key: 5JFFgEhSRoso1pEFRFDtzrN3rjhLqPJuYgejiGfD9FroMLZNRv9

  Posting Key: 5JRpckhZgBSN2SxZJzBQAAdMgffoWXrwF6BTtqpz7mw7NZrkCP5

  Memo Key: 5KMNg6mvMGBNZxUWQVwczD2x6TXJnHCQ3PvqE5hQuWqmB5rm5ts

  Backup (Master) Password: bsKCHNClqvDpTb1QMd17LaQi79xygJjR
```

It's easy as you like to put those in a file and accidentally add it to github. At least here on Hive, if you notice such a catastrophic error, you can change your keys but it's a big hassle.

### Pre-commit hooks

The solution which I should have put in place years ago is to use something called a "pre-commit hook" to scan anything I try to send to Github before I upload it and make it public.

With the help of Grok I decided to use Gitleaks, this is what Grok has to say about it.

#### Gitleaks

**Reputation**: Highly regarded in the security and DevOps communities for its speed, ease of use, and Git-focused approach.

**Strengths**:
- Specifically designed for scanning Git repositories, making it excellent for catching secrets in commit history and pre-commit hooks.

- Fast and lightweight, with a simple setup.

- Broad rule set covering common secret patterns (e.g., AWS keys, JWTs, private keys).

- Active community and frequent updates (e.g., latest release in 2025).

- Integrates seamlessly with CI/CD pipelines and pre-commit frameworks.

**Community & Adoption**: Widely used by security professionals and developers, with over 16k GitHub stars (as of last data). Popular in enterprise and open-source projects for its reliability.

**Criticism**: Can produce false positives without fine-tuning, and its focus on Git means it’s less flexible for non-Git use cases.

I followed the steps on the [Gitleaks github page](https://github.com/gitleaks/gitleaks?tab=readme-ov-file) to install and voila it's working.

### What happens?

So when I try to post that file to Github now, this is what I get:

![gitleaks secrets.png](https://files.peakd.com/file/peakd-hive/brianoflondon/23t72TJGL961jPDuibi2tud2kteABA5VrVfZXjm5vRc2ndvN1Vn1CiVhq6ri8nsnN7tjf.png)

I deliberately tested with Hive keys and without doing any further setup.

Honestly I feel really dumb for working this long without setting this up.

-------

## Value for Value

For the last few months while building @v4vapp I was generously supported by the DHF. Going forward I have a much more modest support which covers direct server costs and a little of my time.

If you appreciate the work I do on and around Hive, you can express this directly: upvoting posts on Hive is great. Also consider a direct donation (there's a Tip button on Hive or a Lightning Address) on all my posts.

<div class="pull-right">


![hivebuzz-orca-120.png](https://files.peakd.com/file/peakd-hive/brianoflondon/AJmtP4HQY8c2Ej3D2k6ZxhKZqUh6R2hDWcVDkpVacwCbt5c9R9R2LowiycVhAM7.png)

</div>

<div class="pull-right">

https://images.hive.blog/130x130/http://hivebuzz.me/badges/birthday-6.png

</div>

**[Support Proposal 342 on PeakD](https://peakd.com/me/proposals/342)
[Support Proposal 342 with Hivesigner](https://hivesigner.com/sign/update-proposal-votes?proposal_ids=%5B342%5D&approve=true)
[Support Proposal 342 on Ecency](https://ecency.com/proposals/342)
[Vote for Brianoflondon's Witness KeyChain or HiveSigner](https://vote.hive.uno/@brianoflondon)**

-------

<div class="pull-right">

![Send Lightning to Me!](https://files.peakd.com/file/peakd-hive/brianoflondon/AK3gcbmQA5oP28nnfgu5MiW8JCXw1XA6tYghwFWbSkPW2P6hXto5i7TDRTkPRVa.png)
</div>

- [Find me on Telegram](https://t.me/brianoflondon)
- [V4VAPP Support on Telegram](https://t.me/v4vapp_support)
- [Vote for Brianoflondon's Witness KeyChain or HiveSigner](https://vote.hive.uno/@brianoflondon)
- [Vote for Brianoflondon's Witness direct with HiveSigner](https://hivesigner.com/sign/account-witness-vote?witness=brianoflondon&approve=1)
- [Find my videos on 3speak](https://3speak.tv/user/brianoflondon)
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 165 others
properties (23)
authorbrianoflondon
permlinkkeeping-secrets-gitleaks-and-github
categoryhive-110369
json_metadata"{"app":"peakd/2025.4.6","format":"markdown","description":"Added Gitleaks pre-commit to scan for secrets before GitHub commits. Catches keys, prevents leaks. Easy setup!","tags":["v4vapp","vsc","developers","leofinance","proofofbrain","python","github","security"],"users":["brianoflondon","v4vapp"],"image":["https://files.peakd.com/file/peakd-hive/brianoflondon/23uEuzDov4SNw6sw7w4EMeuzFQaHPkdyrdoe8wLwXyAY9iknEEU6Qgvn68m1yekkvH4Da.jpg","https://files.peakd.com/file/peakd-hive/brianoflondon/23t72TJGL961jPDuibi2tud2kteABA5VrVfZXjm5vRc2ndvN1Vn1CiVhq6ri8nsnN7tjf.png","https://files.peakd.com/file/peakd-hive/brianoflondon/AJmtP4HQY8c2Ej3D2k6ZxhKZqUh6R2hDWcVDkpVacwCbt5c9R9R2LowiycVhAM7.png","https://images.hive.blog/130x130/http://hivebuzz.me/badges/birthday-6.png","https://files.peakd.com/file/peakd-hive/brianoflondon/AK3gcbmQA5oP28nnfgu5MiW8JCXw1XA6tYghwFWbSkPW2P6hXto5i7TDRTkPRVa.png"]}"
created2025-04-22 09:15:24
last_update2025-04-22 09:15:24
depth0
children14
last_payout2025-04-29 09:15:24
cashout_time1969-12-31 23:59:59
total_payout_value8.376 HBD
curator_payout_value8.350 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5,047
author_reputation759,674,214,959,955
root_title"Keeping Secrets - Gitleaks and Github"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,241,928
net_rshares47,480,796,711,657
author_curate_reward""
vote details (229)
@atma.love ·
Maybe this is of interest to you Brian:
https://x.com/Boltzhq/status/1873778286947688831
properties (22)
authoratma.love
permlinkre-brianoflondon-2025426t13357470z
categoryhive-110369
json_metadata{"type":"comment","tags":["hive-110369","v4vapp","vsc","developers","leofinance","proofofbrain","python","github","security"],"app":"ecency/3.2.0-mobile","format":"markdown+html"}
created2025-04-26 10:35:06
last_update2025-04-26 10:35:06
depth1
children0
last_payout2025-05-03 10:35: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_length88
author_reputation158,052,312,428,919
root_title"Keeping Secrets - Gitleaks and Github"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,328,579
net_rshares0
@borsengelaber ·
So this Tool recognizes any private keys within a written code and gives you feedback about it BEFORE you upload the code? How does it recognize some random Numbers and letters being a secret key? Is that AI power of learning to recognize patterns?
Do you have to train rhe tool of recognizing certain secrets? For example how does it distinguish between a number within a code being just a number form being someones private phone number or Bank Account number that should remain secret?
properties (22)
authorborsengelaber
permlinkre-brianoflondon-2025422t11456944z
categoryhive-110369
json_metadata{"type":"comment","tags":["hive-110369","v4vapp","vsc","developers","leofinance","proofofbrain","python","github","security"],"app":"ecency/3.3.0-mobile","format":"markdown+html"}
created2025-04-22 09:45:06
last_update2025-04-22 09:45:06
depth1
children2
last_payout2025-04-29 09:45: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_length488
author_reputation317,121,036,876,722
root_title"Keeping Secrets - Gitleaks and Github"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,242,271
net_rshares0
@brianoflondon · (edited)
$0.03
I think its mostly a bunch of regex expressions but I haven't looked into exactly (I really will) but right out of the box, it detected that file but for example in my test folder the following:

```
########### TEST CONFIG NO SECRETS #################

hive:
  hive_accs:
    someaccount:
      role: server
      posting_key: somepostingkey
      active_key: someactive
      memo_key: somememo

########### TEST CONFIG NO SECRETS #################

notification_bots:
  first-bot:
    token: 0987654321:ABC-DEF1234ghIkl-zyx57W2v1u123ew11
    chat_id: 777777777

  second-bot:
    token: 1234567890:ABC-DEF1234ghIkl-zyx57W2v1u123ew11
    chat_id: 122222222

```

Didn't raise any alarm bells. As you can see the ####'s are there so that when I'm editing that file i know not to put any secrets in it!

I just now tried replacing the hive keys `somepostingkey` etc with real (looking) randomly generated keys and sure enough it blocked upload. Perfect. I'm sure there is a way I can flag stuff as safe for specific testing reasons but this is working just how I want it to.
👍  
properties (23)
authorbrianoflondon
permlinkre-borsengelaber-sv48d6
categoryhive-110369
json_metadata{"tags":"hive-110369"}
created2025-04-22 10:41:30
last_update2025-04-22 10:42:00
depth2
children1
last_payout2025-04-29 10:41:30
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.017 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,074
author_reputation759,674,214,959,955
root_title"Keeping Secrets - Gitleaks and Github"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,243,022
net_rshares96,949,276,555
author_curate_reward""
vote details (1)
@borsengelaber ·
$0.66
Very cool. 👍🏻
👍  
properties (23)
authorborsengelaber
permlinkre-brianoflondon-2025422t135635376z
categoryhive-110369
json_metadata{"type":"comment","tags":["hive-110369"],"app":"ecency/3.3.0-mobile","format":"markdown+html"}
created2025-04-22 11:56:36
last_update2025-04-22 11:56:36
depth3
children0
last_payout2025-04-29 11:56:36
cashout_time1969-12-31 23:59:59
total_payout_value0.330 HBD
curator_payout_value0.330 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation317,121,036,876,722
root_title"Keeping Secrets - Gitleaks and Github"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,244,093
net_rshares1,868,703,379,143
author_curate_reward""
vote details (1)
@bpcvoter1 ·
https://youtu.be/SNzt9m3aV5g

https://youtu.be/FKOdVerIx8o

**A Wake-Up Call: Accountability and Redemption in the Hive Ecosystem**  

To those who believe their actions on the Hive blockchain go unnoticed, it’s time to confront the truth. The power you think you wield through downvotes, vote farming, and manipulation is an illusion. True strength lies in doing what’s right, not in exploiting systems for personal gain or silencing others out of fear.  

---

### **1. The Illusion of Power Through Exploitation**  
If you’re downvoting critics, running coordinated farms, or hoarding influence to control rewards, ask yourself: *What does this say about your character?* Manipulating Hive’s reward system doesn’t make you powerful—it exposes vulnerabilities. It shows a reliance on unethical tactics to feel significant in a space that was meant to empower everyone equally.  

But here’s the reality: these actions won’t bring lasting satisfaction. At night, when you’re alone with your thoughts, do you truly believe what you’re doing is right? Regret has a way of lingering, and no amount of HIVE tokens can silence the voice inside telling you there’s a better path.  

---

### **2. The Ripple Effect of Your Actions**  
Your choices don’t just harm Hive—they affect the people around you. Your online friends may follow along now, but loyalty built on shaky foundations crumbles quickly. And what about your family? Do they understand how much energy you pour into behaviors that ultimately hurt others and yourself?  

Every action has consequences, and the deeper you dig, the harder it becomes to climb out. You’re not just harming Hive—you’re pulling those close to you into a cycle of negativity and regret. Is it worth it?  

---

### **3. Change Before It’s Too Late**  
The Bilpcoin team isn’t here to attack individuals—we’re here to spark change. We’ve seen the evidence, and we know the impact of manipulative practices. But we also believe in redemption. There’s still time to step back, reflect, and choose a different path.  

Ask yourself:  
- What legacy do you want to leave on Hive?  
- How will you feel years from now looking back at how you treated others?  
- Wouldn’t it feel better to contribute positively rather than exploit and divide?  

Hive deserves better. So do you.  

---

### **4. Strength Lies in Doing What’s Right**  
Real power comes from integrity, not manipulation. Instead of focusing on how many tokens you can farm or how many users you can silence, consider how you can add value to the ecosystem. Create meaningful content, support genuine contributors, and advocate for reforms that benefit everyone—not just a select few.  

If you continue down your current path, remember this: you are being watched. Many stay silent, but they see everything. Blockchain data doesn’t lie, and accountability always comes knocking—whether today, tomorrow, or years from now.  

---

### **5. A Final Plea: Fix What Needs Fixing**  
It’s never too late to change course. Stop the farming, stop the toxicity, and start contributing to Hive in ways that uplift rather than tear down. If you’re struggling with why you’ve chosen this path, take a moment to reflect. Seek help if needed—there’s no shame in admitting you’ve lost your way.  

The Hive community is watching, waiting, and hoping for positive change. Will you rise to the occasion, or will you let regret define your journey? The choice is yours.  

---  
**From the Bilpcoin Team:** We’re committed to helping Hive thrive by exposing the truth and fostering transparency. Let’s work together to build a stronger, fairer ecosystem—one where everyone has a chance to succeed.  

*What will your next move be?*

**Addressing the Downvote Issue on Hive: It’s Time for Real Change**

Marky Mark Stop the manipulation game Lady Zaza Bpc AI Music

https://youtu.be/HpyaT029DRA

Let’s cut through the noise and address one of the most pressing issues holding Hive back from reaching its full potential: **abusive downvotes**. The Bipcoin team has consistently exposed the systemic problems that stifle growth on this platform, yet little to no action has been taken. If Hive is to thrive, we must confront these challenges head-on instead of engaging in empty discussions that lead nowhere.

Hive cannot grow if nothing changes. How can new users and smaller creators flourish when they are constantly suppressed by those who exploit the system? Many so-called “whales” contribute nothing meaningful to the ecosystem—instead, they focus solely on farming rewards through manipulative tactics like mass self-voting, spam content, or coordinated downvoting campaigns. These actions discourage genuine participation and erode trust within the community.  

Blockchain transactions don’t lie. We’ve seen firsthand the shady methods used to game the system—whether it’s creating alt accounts to amplify votes, orchestrating downvote brigades, or hoarding influence without giving back to the network. Why does this behavior continue unchecked? Talk is cheap. Actions speak louder than words, and until concrete steps are taken to address these abuses, Hive will struggle to move forward.

We have repeatedly presented evidence of these practices, not to divide but to demand accountability. The truth is out there for anyone willing to look at the data. Yet, despite our efforts, the cycle persists. Today, we’re asking again: Can we finally talk about the real issues plaguing Hive? And more importantly, can we take decisive action to protect the integrity of this platform?

Do not let bullies destroy what makes Hive special. Abuse of power through downvotes and manipulation harms everyone—creators, curators, and the community as a whole. It’s time to fight back against these toxic practices and create an environment where all voices can be heard and rewarded fairly.  

The Bipcoin team remains committed to exposing the truth and advocating for meaningful change. But we can’t do it alone. Together, let’s push for solutions that ensure Hive becomes a place of opportunity, fairness, and growth—for everyone.  

Enough talk. Let’s see action.

Every curation reward from @buildawhale’s bot votes:  

https://youtu.be/rQ33vKTd220

https://youtu.be/fYp5VwCT6Zs

https://youtu.be/Jq1OSzxVTxE?list=PLbH29p-63eW8RYYWw4wUNG87fDpzVma-c

- **Steals from creators.**  
- **Centralizes power.**  
- **Normalizes abuse.**  

<a href="https://imgflip.com/i/9nb1hb"><img src="https://i.imgflip.com/9nb1hb.jpg" title="made at imgflip.com"/></a><div><a href="https://imgflip.com/memegenerator">from Imgflip Meme Generator</a></div>
https://youtu.be/SNzt9m3aV5g

The blockchain doesn’t forget—your actions are permanently recorded. So, enjoy your scam farm snacks now, because karma always delivers the bill.  

<a href="https://imgflip.com/i/9nb1s7"><img src="https://i.imgflip.com/9nb1s7.jpg" title="made at imgflip.com"/></a><div><a href="https://imgflip.com/memegenerator">from Imgflip Meme Generator</a></div>

https://peakd.com/@buildawhale/comments

https://peakd.com/@buildawhale/activities

Staked HIVE
More 
Also known as HP or Hive Power. Powers governance, voting and rewards. Increases at an APR of approximately: ~13.07%

An unstake (power down) is scheduled to happen in 5 days (~4,742.795 HIVE, remaining 12 weeks)
61,991.841
Tot: 2,404,544.432
Delegated HIVE
Staked tokens delegated between users.
+2,342,552.591
 Details
HP Delegations
RC Delegations
 Delegated: 0 HP
Search
No outgoing delegations
 Received: 2,342,553 HP
@blocktrades	2,342,494 HP	Aug 16, 2020
@nwjordan	24 HP	May 27, 2018

We’ve exposed the truth repeatedly with **ironclad evidence**:  

- [@themarkymark’s $2.4M scam farm](https://www.publish0x.com/the-dark-side-of-hive/the-scam-farm-kingpin-at-themarkymark-s-24m-hive-power-grift-xqqxqpp).  
- [@buildawhale’s daily grift](https://hive.blog/hive-167922/@bpcvoter3/uncovering-the-buildawhale-scam-farm-a-call-for-transparency-on-hive-blockchain).  
- [@jacobtothe’s downvote army](https://www.publish0x.com/the-dark-side-of-hive/at-jacobtothe-s-downvote-army-and-at-buildawhale-s-scam-farm-xdkeqny).  

- **Downvote Army:** Silencing truth-tellers like Bilpcoin.  
- **Reward Yourself:** Collecting daily paychecks from @buildawhale.

https://hive.blog/hive-124838/@themarkymark/re-jacobtothe-st6rk4

https://hive.blog/hive-167922/@usainvote/re-buildawhale-s6knpb

https://peakd.com/hive-124838/@bpcvoter1/st7wu1

https://peakd.com/hive-126152/@bpcvoter1/jacobtothe-you-re-not-god-no-matter-how-much-you-try-to-act-like-it-you-can-say-what-you-want-but-the-truth-remains-undeniable

https://peakd.com/hive-163521/@bpcvoter3/jacobtothe-this-was-way-over-rewarded-and-we-need-to-call-it-out-you-made-significant-rewards-from-a-post-that-was-created-using

https://peakd.com/hive-126152/@bpcvoter3/jacobtothe-let-s-address-the-core-issue-here-facts-speak-louder-than-rhetoric-we-ve-presented-verifiable-evidence-that

https://peakd.com/hive-126152/@bpcvoter3/think-carefully-about-your-next-move-because-this-issue-is-bigger-than-any-one-of-us-the-downvote-abuse-scamming-and-farming-by

https://hive.blog/hive-180505/@jacobtothe/re-denmarkguy-st9f4w

https://hive.blog/hive-124838/@themarkymark/re-peaksnaps-starqg


https://hive.blog/hive-167922/@darknightlive/re-bpcvoter2-bpc-dogazz

https://hive.blog/hive-126152/@tobetada/my-first-shitstorm#@azircon/re-tobetada-stbswq

https://hive.blog/hive-124838/@acidyo/re-themarkymark-stbthn

https://peakd.com/hive-168088/@bpcvoter3/jacobtothe-it-seems-we-re-going-in-circles-here-so-let-s-clarify-things-once-and-for-all-downvotes-don-t-erase-the-truth-the

https://peakd.com/hive-126152/@bpcvoter3/uwelang-it-seems-you-re-dismissing-the-discussion-without-engaging-with-the-actual-content-that-s-unfortunate-because-the

https://peakd.com/hive-121566/@bpcvoter1/std7q6

https://peakd.com/@uwelang/re-uwelang-stc2c3

https://hive.blog/hive/@themarkymark/what-the-fuck-do-witnesses-do-dk1

https://hive.blog/hive-167922/@usainvote/re-buildawhale-s5tysw

https://hive.blog/hive-124838/@steevc/re-meno-stdsv6

https://hive.blog/life/@crimsonclad/re-oldsoulnewb-sh93a2
You Can't Downvote The Truth Mc Franko Bpc Ai Music

https://youtu.be/dt5NeCofqwM

https://youtu.be/r1Yo-4fwjik

https://hive.blog/hive-126152/@jacobtothe/re-galenkp-stekn4

https://hive.blog/hive-126152/@jacobtothe/re-galenkp-steiss


https://youtu.be/dt5NeCofqwM


https://youtu.be/YvF7Tm-w3kQ

https://youtu.be/hBRluPW2M8s

https://hive.blog/hive-124838/@acidyo/re-web-gnar-stfc6c 

https://hive.blog/mallorca/@azircon/re-abh12345-stfbyk

https://youtu.be/mQdgnt_45lU?list=PLbH29p-63eW8RYYWw4wUNG87fDpzVma-c

https://hive.blog/hive-167922/@uwelang/hpud-march-back-over-110k-hp

https://youtu.be/5wEl6BaB2RM


https://hive.blog/burnpost/@buildawhale/1742569802434998164

https://hive.blog/burnpost/@buildawhale/1742656202460243008

https://hive.blog/hive-124838/@themarkymark/re-peaksnaps-sti6pr

https://youtu.be/8zfuGpoO5do

https://hive.blog/hive-124838/@themarkymark/re-peaksnaps-stkfjj

https://hive.blog/burnpost/@buildawhale/1742742602124717444

https://hive.blog/burnpost/@themarkymark/re-kgakakillerg-stm4vv

https://hive.blog/hive-124838/@themarkymark/re-snap-container-1742690880-20250324t025303z

https://hive.blog/donation/@crimsonclad/re-nampgf-sti0nf

https://hive.blog/hive-148441/@azircon/re-curamax-stk5vq

https://hive.blog/hive-funded/@acidyo/re-alex-rourke-stluzc

https://hive.blog/hive-167922/@theycallmedan/re-finpulse-4gnm7o8h


https://hive.blog/hive-144400/@blocktrades/st110u

https://hive.blog/hive-148441/@usainvote/re-curamax-stly39

https://hive.blog/hive-167922/@usainvote/re-buildawhale-s75mua

https://hive.blog/burnpost/@buildawhale/1742829002430606097

https://peakd.com/hive-167922/@bpcvoter1/themarkymark-big-bad-marky-huh-lol-you-re-more-of-a-joke-than-anything-else-we-ve-exposed-your-actions-repeatedly-your-scamming

https://hive.blog/3dprinting/@themarkymark/meet-frank-ajt

https://hive.blog/burnpost/@buildawhale/1742483402094376205#@buildawhale/re-1742483402094376205-20250320t151108z

https://hive.blog/curation/@azircon/re-acidyo-stn05u

https://hive.blog/curation/@themarkymark/re-azircon-sto5b9


https://hive.blog/curation/@themarkymark/re-azircon-sto57d

https://hive.blog/curation/@themarkymark/re-meno-sto4ua


https://hive.blog/hive-124838/@themarkymark/re-snap-container-1742825520-20250325t020936z 

https://hive.blog/hive-150342/@steevc/re-alessandrawhite-2025325t91011757z

https://hive.blog/curation/@themarkymark/re-meno-stodj2

https://hive.blog/curation/@themarkymark/re-meno-stod08

https://hive.blog/hive-13323/@moeknows/re-azircon-stnrc3

https://hive.blog/hive-112018/@jacobtothe/re-dynamicrypto-sto8ak

https://hive.blog/hive-13323/@azircon/re-moeknows-stofom

https://hive.blog/burnpost/@buildawhale/1742915402155436654

https://hive.blog/hive-13323/@azircon/re-moeknows-stoq3o

https://hive.blog/hive-13323/@bpcvoter1/stos6z
https://hive.blog/technology/@themarkymark/re-kgakakillerg-stpzn7
https://hive.blog/hive-124838/@themarkymark/re-niallon11-stpzmi


https://hive.blog/hive-124838/@themarkymark/re-peaksnaps-stpx2t

https://hive.blog/hive-13323/@azircon/re-moeknows-stov0c


https://hive.blog/burnpost/@buildawhale/1743001802743637765

https://hive.blog/hive-124838/@meno/re-themarkymark-stqdnp

https://hive.blog/hive/@acidyo/hive-curation-a-response-to-a-post-about-my-previous-video

https://hive.blog/hive-124838/@themarkymark/re-meno-stqt8y



https://hive.blog/burnpost/@buildawhale/1743088202593656720
https://peakd.com/@bpcvoter1/to-the-hive-community-and-all-those-watching-our-journey


https://hive.blog/hive-124838/@themarkymark/re-snap-container-1743079680-20250328t095442z
https://hive.blog/hive/@acidyo/re-freecompliments-strts3
https://hive.blog/hive-124838/@themarkymark/re-peaksnaps-sttukk
https://hive.blog/hive-124838/@anderssinho/re-themarkymark-stu0qr
https://hive.blog/hive-124838/@oldsoulnewb/re-themarkymark-stu1t3
https://hive.blog/hive-124838/@acidyo/re-themarkymark-stu3fk
https://hive.blog/hive-124838/@wiseagent/re-themarkymark-stu6fz
https://hive.blog/hive-124838/@stayoutoftherz/re-themarkymark-stu6r7
https://hive.blog/hive-124838/@themarkymark/re-peaksnaps-stufv1
https://hive.blog/hive-124838/@themarkymark/re-godfish-stujq7
https://hive.blog/hive-124838/@themarkymark/re-coininstant-stugcr
https://hive.blog/hive-124838/@themarkymark/re-snap-container-1743183360-20250329t130534z

https://peakd.com/hive-167922/@bpcvoter3/exposing-hive-s-hidden-manipulators
STOP #buildawhalescam #buildawhalefarm
>	buildawhale voted 6gkwpm-the-weight-of-shadows-a-tale-of-truth-accountability-and-redemption by bpcvoter3 with -0.1%
an hour ago
buildawhale voted the-weight-of-shadows-a-tale-of-truth-accountability-and-redemption by bpcvoter3 with -0.11%
2 hours ago
https://hive.blog/burnpost/@buildawhale/1743261002653664544
https://hive.blog/hive-124838/@themarkymark/re-peaksnaps-stvxwq
https://hive.blog/hive-124838/@themarkymark/re-bpcvoter2-stvxao
https://hive.blog/curation/@acidyo/vote-trading-and-the-sorts-last-video-about-voting-for-a-while-i-promise
https://hive.blog/hive-124838/@themarkymark/re-peaksnaps-stxf2g

https://youtu.be/8zfuGpoO5do

https://peakd.com/hive-126152/@bpcvoter3/exposing-the-whales-on-the-hive-blockchain

https://youtu.be/oosKfZIm400
https://peakd.com/hive-167922/@bpcvoter3/the-hive-unveiled-a-journey-through-shadows-and-light

Stand Together Hive Keni & Mc Franko Bpc Ai Music

https://youtu.be/5xTN1BR_GSI



https://peakd.com/hive-126152/@bpcvoter3/spaminator-why-the-silence-on-the-buildawhale-scam-farm-the-truth-deserves-action

For more insights into blockchain transparency and accountability, visit [Bilpcoin’s Publish0x page](https://www.publish0x.com/@bilpcoinbpc).
properties (22)
authorbpcvoter1
permlinksvznbi
categoryhive-110369
json_metadata{"tags":["buildawhalescam","buildawhalefarm"],"users":["buildawhale","blocktrades","nwjordan","themarkymark","jacobtothe"],"image":["https://img.youtube.com/vi/SNzt9m3aV5g/0.jpg","https://img.youtube.com/vi/FKOdVerIx8o/0.jpg","https://i.imgflip.com/9nb1hb.jpg","https://i.imgflip.com/9nb1s7.jpg"],"links":["https://youtu.be/SNzt9m3aV5g"],"app":"hiveblog/0.1"}
created2025-05-09 09:47:18
last_update2025-05-09 09:47:18
depth1
children0
last_payout2025-05-16 09:47: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_length15,748
author_reputation-19,349,200,299,596
root_title"Keeping Secrets - Gitleaks and Github"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,620,451
net_rshares0
@bpcvoter1 ·
@themarkymark & CO The same old tactics are at play—calling people names and telling others to avoid them. LOL. Keep digging, and bring your friends along, because you’ve already exposed enough on your own—not very smart. YOU HAVE LOST ALREADY. WE FIGHT BACK WITH THE TRUTH.

---

### Key Issues to Address:
- **Downvote abuse**  
- **Farming schemes**  
- **Speaking disrespectfully to others**  
- **Encouraging people to avoid certain users out of personal dislike**  
- **Self-voting with alt accounts**  
- **Self-funding projects through self-votes**  
- **Promoting games that don’t even exist** (LOL)  

---

### @buildawhale Wallet:  
- **HIVE (Primary Token):** 0.012  
- **Staked HIVE (HP):** 66,400.611  
- **Total HP:** 2,421,539.226  
- **Delegated HIVE:** +2,355,138.615 HP  
  - Received: **2,355,080 HP from @blocktrades** (Aug 16, 2020)  

### @usainvote Wallet:  
- **HIVE (Primary Token):** 0.066  
- **Staked HIVE (HP):** 138,123.296  
- **Total HP:** 715,745.407  
- **Delegated HIVE:** +577,622.111 HP  
  - Received: **577,622 HP from @blocktrades** (Aug 16, 2020)  

[@buildawhale/wallet](https://peakd.com/@buildawhale/wallet) | [@usainvote/wallet](https://peakd.com/@usainvote/wallet)  

---

### @ipromote Wallet:  
- **Author Rewards:** 2,181.16  
- **Curation Rewards:** 4,015.61  
- **Staked HIVE (HP):** 0.00  
- **Rewards/Stake Co-efficient (KE):** NaN  

- **HIVE:** 25,203.749  
- **Staked HIVE (HP):** 0.000  
- **Delegated HIVE:** 0.000  
- **Estimated Account Value:** $6,946.68  

**Recent Activity:**  
- Sent to alpha-5,196.000 HIVE (21 hours ago)  
- Sent to hiveswap-1,000.000 HIVE (2 days ago)  
- Withdraw vesting from @proposalalert to @ipromote 0.447 HIVE (3 days ago)  
- Received from proposalalert 4.003 HIVE (5 days ago)  
- Received from themarkymark 1,775.684 HIVE (9 days ago)  
- Sent to alpha-4,245.000 HIVE (9 days ago)  
- Received from themarkymark 4,280.527 HIVE (17 days ago)  

---

### @leovoter Wallet:  
- **Author Rewards:** 194.75  
- **Curation Rewards:** 193.88  
- **Staked HIVE (HP):** 0.00  
- **Rewards/Stake Co-efficient (KE):** **388,632.00** *(Suspiciously High)*  

- **HIVE:** 0.000  
- **Staked HIVE (HP):** 0.001  
- **Total:** 16.551  
- **Delegated HIVE:** +16.550  

**Recent Activity:**  
- Withdraw vesting from @leovoter to @ipromote 0.053 HIVE (Sep 29, 2024)  
- Withdraw vesting from @leovoter to @ipromote 0.053 HIVE (Sep 22, 2024)  
- Withdraw vesting from @leovoter to @ipromote 0.053 HIVE (Sep 15, 2024)  
- Withdraw vesting from @leovoter to @ipromote 0.053 HIVE (Sep 8, 2024)  
- Withdraw vesting from @leovoter to @ipromote 0.053 HIVE (Sep 1, 2024)  

---

### @abide Wallet:  
**Recent Activity:**  
- Sent to ipromote -2,459.000 HIVE (22 days ago)  
- Sent to ipromote -2,486.200 HIVE (Apr 1, 2025)  
- Received from yabapmatt 20,000.000 HIVE (Apr 1, 2025)  
- Sent to ipromote -2,130.400 HIVE (Mar 8, 2025)  
- Sent to ipromote -2,248.000 HIVE (Feb 2, 2025)  
- Sent to yabapmatt -5,000.000 HIVE (Jan 25, 2025)  

---

### @proposalalert Wallet:  
- **Author Rewards:** 639.99  
- **Curation Rewards:** 0.00  
- **Staked HIVE (HP):** 6.03  
- **Rewards/Stake Co-efficient (KE):** 106.12  

**Recent Activity:**  
- Withdraw vesting from @proposalalert to @ipromote 0.447 HIVE (3 days ago)  
- Sent to ipromote -4.003 HIVE (5 days ago)  
- Sent to themarkymark -0.012 HBD (5 days ago)  
- Withdraw vesting from @proposalalert to @ipromote 0.447 HIVE (10 days ago)  
- Withdraw vesting from @proposalalert to @ipromote 0.446 HIVE (17 days ago)  

---

### @stemgeeks Wallet:  
- **Author Rewards:** 4,391.77  
- **Curation Rewards:** 304.26  
- **Staked HIVE (HP):** 0.00  
- **Rewards/Stake Co-efficient (KE):** **4,696,032.00** *(Extremely Suspicious)*  

**Recent Activity:**  
- Sent to themarkymark -1.556 HBD (Jun 14, 2024)  
- Claim rewards: 1.556 HBD, 5.912 HP (Jun 14, 2024)  
- Withdraw vesting from @stemgeeks to @ipromote 6.160 HIVE (Jun 8, 2024)  
- Sent to themarkymark -1.601 HBD (Jun 7, 2024)  
- Withdraw vesting from @stemgeeks to @ipromote 6.157 HIVE (Jun 1, 2024)  
- Sent to ipromote -1.618 HBD (May 31, 2024)  

---

### @theycallmemarky Wallet:  
- **Author Rewards:** 458.89  
- **Curation Rewards:** 0.00  
- **Staked HIVE (HP):** 0.00  
- **Rewards/Stake Co-efficient (KE):** **458,886.00** *(Highly Suspicious)*  

**Recent Activity:**  
- Withdraw vesting from @theycallmemarky to @ipromote 0.728 HIVE (Jan 12, 2025)  
- Withdraw vesting from @theycallmemarky to @ipromote 0.727 HIVE (Jan 5, 2025)  
- Withdraw vesting from @theycallmemarky to @ipromote 0.727 HIVE (Dec 29, 2024)  
- Withdraw vesting from @theycallmemarky to @ipromote 0.727 HIVE (Dec 22, 2024)  
- Withdraw vesting from @theycallmemarky to @ipromote 0.726 HIVE (Dec 15, 2024)  
- Withdraw vesting from @theycallmemarky to @ipromote 0.726 HIVE (Dec 8, 2024)  
- Withdraw vesting from @theycallmemarky to @ipromote 0.725 HIVE (Dec 1, 2024)  
- Sent to ipromote -9.202 HIVE (Oct 17, 2024)  

---

### @apeminingclub Wallet:  
- **Author Rewards:** 432.57  
- **Curation Rewards:** 2,829.11  
- **Staked HIVE (HP):** 30.51  
- **Rewards/Stake Co-efficient (KE):** 106.90  

**Recent Activity:**  
- Scheduled unstake (power down): ~2.351 HIVE (in 4 days, remaining 7 weeks)  
- Total Staked HIVE: 1,292.019  
- Delegated HIVE: +1,261.508  
  - Received delegations:  
    - @xykorlz: 624 HP (Jan 26, 2024)  
    - @bashadow: 111 HP (Sep 20, 2021)  
    - @dechuck: 104 HP (Mar 10, 2024)  
    - @hironakamura: 76 HP (Aug 23, 2022)  

- Withdraw vesting from @apeminingclub to @blockheadgames 2.348 HIVE (10 days ago)  
- Claim rewards: 0.290 HP (10 days ago)  

---

### @blockheadgames Wallet:  
- **Author Rewards:** 619.76  
- **Curation Rewards:** 99.30  
- **Staked HIVE (HP):** 0.00  
- **Rewards/Stake Co-efficient (KE):** **719,063.00** *(Highly Suspicious)*  

**Recent Activity:**  
- Withdraw vesting from @apeminingclub to @blockheadgames 2.350 HIVE (3 days ago)  
- Withdraw vesting from @apeminingclub to @blockheadgames 2.348 HIVE (10 days ago)  
- Withdraw vesting from @apeminingclub to @blockheadgames 2.347 HIVE (17 days ago)  

---

### @empoderat Wallet:  
- **HIVE (Primary Token):** 300.000  
- **Staked HIVE (HP):** 5,000.602  
- **Total:** 10.001  
- **Delegated HIVE:** -4,990.601  
  - Delegated Out: **4,991 HP to @empo.voter** (19 days ago)  

**Recent Activity:**  
- Received from acidyo 300.000 HIVE (5 hours ago)  
- Sent to bdhivesteem -10,000.808 HIVE (a day ago)  
- Received from black-mountain 387.048 HIVE (a day ago)  
- Received from hiveswap 3,384.700 HIVE (a day ago)  
- Powered up 500 HP (a day ago)  
- Stopped power down 0 HP (a day ago)  
- Received from acidyo 5,200.000 HIVE (a day ago)  
- Withdrew from vesting 798.346 HIVE (3 days ago)  
- Claimed rewards: 2.914 HBD, 17.291 HP (6 days ago)  

---

### @gogreenbuddy Wallet:  
- **HIVE (Primary Token):** 472.407  
- **Staked HIVE (HP):** 273,472.276  
- **Total:** 246,351.982  
- **Delegated HIVE:** -27,120.294  
  - Delegated Out:  
    - @curamax: 17,132 HP (Jan 11, 2025)  
    - @livepayout: 2,515 HP (Mar 5, 2025)  
    - @yablonsky: 1,011 HP (Jan 17, 2025)  
    - @thebighigg: 1,005 HP (Mar 26, 2025)  

**Recent Activity:**  
- Received from @punkteam -0.172 HBD (Jan 20, 2024)  
- Received from @punkteam -327.485 HIVE (Jan 20, 2024)  
- Received from @punkteam -248.912 HIVE (Jan 9, 2024)  
- Received from @punkteam -248.772 HIVE (Dec 28, 2023)  
- Received from @punkteam -3.155 HBD (Dec 26, 2023)  
- Received from @punkteam -497.127 HIVE (Dec 26, 2023)  
- Received from @punkteam -248.356 HIVE (Dec 9, 2023)  

---

### @rollingbones Wallet:  
- **Author Rewards:** 212.88  
- **Curation Rewards:** 29.09  
- **Staked HIVE (HP):** 0.08  
- **Rewards/Stake Co-efficient (KE):** 2,880.63  

**Recent Activity:**  
- Sent to ipromote -0.014 HIVE (Aug 19, 2021)  
- Sent to ipromote -0.449 HIVE (Jul 27, 2021)  
- Sent to ipromote -0.265 HIVE (Jul 10, 2021)  
- Sent to ipromote -1.202 HIVE (Jul 3, 2021)  
- Sent to ipromote -0.479 HIVE (Jun 8, 2021)  
- Sent to ipromote -2.945 HIVE (Jun 1, 2021)  
- Sent to ipromote -4.290 HIVE (Apr 20, 2021)  
- Sent to honey-swap -1.107 HIVE (Feb 10, 2021)  
- Sent to ipromote -0.895 HIVE (Jan 11, 2021)  
- Sent to ipromote -12.025 HIVE (Mar 7, 2020)  

---

We only expose what is already on the Hive Blockchain. The data speaks for itself, as we keep telling @themarkymark & Co—all they need to do is **STOP**.  

**SO PLEASE STOP.** It’s time to do the right thing for Hive and its community. Why not just power down and go? Let Hive be free—you add nothing to Hive.  

**THOSE WHO ARE WATCHING—THIS COULD HAPPEN TO YOU.**  

**PLEASE STOP.**
properties (22)
authorbpcvoter1
permlinkswvy9x
categoryhive-110369
json_metadata{"users":["themarkymark","buildawhale","blocktrades","usainvote","ipromote","proposalalert","leovoter","abide","stemgeeks","theycallmemarky","apeminingclub","xykorlz","bashadow","dechuck","hironakamura","blockheadgames","empoderat","empo.voter","gogreenbuddy","curamax","livepayout","yablonsky","thebighigg","punkteam","rollingbones"],"links":["https://peakd.com/@buildawhale/wallet"],"app":"hiveblog/0.1"}
created2025-05-26 20:26:45
last_update2025-05-26 20:26:45
depth1
children0
last_payout2025-06-02 20:26: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_length8,692
author_reputation-19,349,200,299,596
root_title"Keeping Secrets - Gitleaks and Github"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,981,515
net_rshares0
@bpcvoter3 ·
**Hive Community: Do You Believe Words or Blockchain Transactions? LOL**

**SPEAK UP. MAKE NOISE. TAKE A STAND.**  
- **TURN OFF THE BUILDAWHALE SCAM FARM**  
- **STOP THE BAD DOWNVOTES**  
- **STOP PLAYING WITH PEOPLE’S LIVELIHOODS**  

<a href="https://imgflip.com/i/9vjti6"><img src="https://i.imgflip.com/9vjti6.jpg" title="made at imgflip.com"/></a><div><a href="https://imgflip.com/memegenerator">from Imgflip Meme Generator</a></div>

### Key Issues That Demand Immediate Attention:  
The problems are glaring, undeniable, and corrosive to the Hive ecosystem. They must be addressed without delay:  
- **Downvote abuse**  
- **Farming schemes**  
- **Speaking disrespectfully to others**  
- **Encouraging people to avoid certain users out of personal dislike**  
- **Self-voting with alt accounts**  
- **Self-funding projects through self-votes**  
- **Promoting games that don’t even exist** (LOL)  

These practices harm not just individual users—they undermine the very foundation of Hive, eroding trust and poisoning the community. Such actions are unethical and outright destructive.  

---

### @buildawhale Wallet:  
- **HIVE (Primary Token):** 0.012  
- **Staked HIVE (HP):** 66,400.611  
- **Total HP:** 2,421,539.226  
- **Delegated HIVE:** +2,355,138.615 HP  
  - Received: **2,355,080 HP from @blocktrades** (Aug 16, 2020)  

### @usainvote Wallet:  
- **HIVE (Primary Token):** 0.066  
- **Staked HIVE (HP):** 138,123.296  
- **Total HP:** 715,745.407  
- **Delegated HIVE:** +577,622.111 HP  
  - Received: **577,622 HP from @blocktrades** (Aug 16, 2020)  

[@buildawhale/wallet](https://peakd.com/@buildawhale/wallet) | [@usainvote/wallet](https://peakd.com/@usainvote/wallet)  

---

### @ipromote Wallet:  
- **Author Rewards:** 2,181.16  
- **Curation Rewards:** 4,015.61  
- **Staked HIVE (HP):** 0.00  
- **Rewards/Stake Co-efficient (KE):** NaN  

- **HIVE:** 25,203.749  
- **Staked HIVE (HP):** 0.000  
- **Delegated HIVE:** 0.000  
- **Estimated Account Value:** $6,946.68  

**Recent Activity:**  
- Sent to alpha-5,196.000 HIVE (21 hours ago)  
- Sent to hiveswap-1,000.000 HIVE (2 days ago)  
- Withdraw vesting from @proposalalert to @ipromote 0.447 HIVE (3 days ago)  
- Received from proposalalert 4.003 HIVE (5 days ago)  
- Received from themarkymark 1,775.684 HIVE (9 days ago)  
- Sent to alpha-4,245.000 HIVE (9 days ago)  
- Received from themarkymark 4,280.527 HIVE (17 days ago)  

---

### @leovoter Wallet:  
- **Author Rewards:** 194.75  
- **Curation Rewards:** 193.88  
- **Staked HIVE (HP):** 0.00  
- **Rewards/Stake Co-efficient (KE):** **388,632.00** *(Suspiciously High)*  

- **HIVE:** 0.000  
- **Staked HIVE (HP):** 0.001  
- **Total:** 16.551  
- **Delegated HIVE:** +16.550  

**Recent Activity:**  
- Withdraw vesting from @leovoter to @ipromote 0.053 HIVE (Sep 29, 2024)  
- Withdraw vesting from @leovoter to @ipromote 0.053 HIVE (Sep 22, 2024)  
- Withdraw vesting from @leovoter to @ipromote 0.053 HIVE (Sep 15, 2024)  
- Withdraw vesting from @leovoter to @ipromote 0.053 HIVE (Sep 8, 2024)  
- Withdraw vesting from @leovoter to @ipromote 0.053 HIVE (Sep 1, 2024)  

---

### @abide Wallet:  
**Recent Activity:**  
- Sent to ipromote -2,459.000 HIVE (22 days ago)  
- Sent to ipromote -2,486.200 HIVE (Apr 1, 2025)  
- Received from yabapmatt 20,000.000 HIVE (Apr 1, 2025)  
- Sent to ipromote -2,130.400 HIVE (Mar 8, 2025)  
- Sent to ipromote -2,248.000 HIVE (Feb 2, 2025)  
- Sent to yabapmatt -5,000.000 HIVE (Jan 25, 2025)  

---

### @proposalalert Wallet:  
- **Author Rewards:** 639.99  
- **Curation Rewards:** 0.00  
- **Staked HIVE (HP):** 6.03  
- **Rewards/Stake Co-efficient (KE):** 106.12  

**Recent Activity:**  
- Withdraw vesting from @proposalalert to @ipromote 0.447 HIVE (3 days ago)  
- Sent to ipromote -4.003 HIVE (5 days ago)  
- Sent to themarkymark -0.012 HBD (5 days ago)  
- Withdraw vesting from @proposalalert to @ipromote 0.447 HIVE (10 days ago)  
- Withdraw vesting from @proposalalert to @ipromote 0.446 HIVE (17 days ago)  

---

### @stemgeeks Wallet:  
- **Author Rewards:** 4,391.77  
- **Curation Rewards:** 304.26  
- **Staked HIVE (HP):** 0.00  
- **Rewards/Stake Co-efficient (KE):** **4,696,032.00** *(Extremely Suspicious)*  

**Recent Activity:**  
- Sent to themarkymark -1.556 HBD (Jun 14, 2024)  
- Claim rewards: 1.556 HBD, 5.912 HP (Jun 14, 2024)  
- Withdraw vesting from @stemgeeks to @ipromote 6.160 HIVE (Jun 8, 2024)  
- Sent to themarkymark -1.601 HBD (Jun 7, 2024)  
- Withdraw vesting from @stemgeeks to @ipromote 6.157 HIVE (Jun 1, 2024)  
- Sent to ipromote -1.618 HBD (May 31, 2024)  

---

### @theycallmemarky Wallet:  
- **Author Rewards:** 458.89  
- **Curation Rewards:** 0.00  
- **Staked HIVE (HP):** 0.00  
- **Rewards/Stake Co-efficient (KE):** **458,886.00** *(Highly Suspicious)*  

**Recent Activity:**  
- Withdraw vesting from @theycallmemarky to @ipromote 0.728 HIVE (Jan 12, 2025)  
- Withdraw vesting from @theycallmemarky to @ipromote 0.727 HIVE (Jan 5, 2025)  
- Withdraw vesting from @theycallmemarky to @ipromote 0.727 HIVE (Dec 29, 2024)  
- Withdraw vesting from @theycallmemarky to @ipromote 0.727 HIVE (Dec 22, 2024)  
- Withdraw vesting from @theycallmemarky to @ipromote 0.726 HIVE (Dec 15, 2024)  
- Withdraw vesting from @theycallmemarky to @ipromote 0.726 HIVE (Dec 8, 2024)  
- Withdraw vesting from @theycallmemarky to @ipromote 0.725 HIVE (Dec 1, 2024)  
- Sent to ipromote -9.202 HIVE (Oct 17, 2024)  

---

### @apeminingclub Wallet:  
- **Author Rewards:** 432.57  
- **Curation Rewards:** 2,829.11  
- **Staked HIVE (HP):** 30.51  
- **Rewards/Stake Co-efficient (KE):** 106.90  

**Recent Activity:**  
- Scheduled unstake (power down): ~2.351 HIVE (in 4 days, remaining 7 weeks)  
- Total Staked HIVE: 1,292.019  
- Delegated HIVE: +1,261.508  
  - Received delegations:  
    - @xykorlz: 624 HP (Jan 26, 2024)  
    - @bashadow: 111 HP (Sep 20, 2021)  
    - @dechuck: 104 HP (Mar 10, 2024)  
    - @hironakamura: 76 HP (Aug 23, 2022)  

- Withdraw vesting from @apeminingclub to @blockheadgames 2.348 HIVE (10 days ago)  
- Claim rewards: 0.290 HP (10 days ago)  

---

### @blockheadgames Wallet:  
- **Author Rewards:** 619.76  
- **Curation Rewards:** 99.30  
- **Staked HIVE (HP):** 0.00  
- **Rewards/Stake Co-efficient (KE):** **719,063.00** *(Highly Suspicious)*  

**Recent Activity:**  
- Withdraw vesting from @apeminingclub to @blockheadgames 2.350 HIVE (3 days ago)  
- Withdraw vesting from @apeminingclub to @blockheadgames 2.348 HIVE (10 days ago)  
- Withdraw vesting from @apeminingclub to @blockheadgames 2.347 HIVE (17 days ago)  

---

### @empoderat Wallet:  
- **HIVE (Primary Token):** 300.000  
- **Staked HIVE (HP):** 5,000.602  
- **Total:** 10.001  
- **Delegated HIVE:** -4,990.601  
  - Delegated Out: **4,991 HP to @empo.voter** (19 days ago)  

**Recent Activity:**  
- Received from acidyo 300.000 HIVE (5 hours ago)  
- Sent to bdhivesteem -10,000.808 HIVE (a day ago)  
- Received from black-mountain 387.048 HIVE (a day ago)  
- Received from hiveswap 3,384.700 HIVE (a day ago)  
- Powered up 500 HP (a day ago)  
- Stopped power down 0 HP (a day ago)  
- Received from acidyo 5,200.000 HIVE (a day ago)  
- Withdrew from vesting 798.346 HIVE (3 days ago)  
- Claimed rewards: 2.914 HBD, 17.291 HP (6 days ago)  

---

### @gogreenbuddy Wallet:  
- **HIVE (Primary Token):** 472.407  
- **Staked HIVE (HP):** 273,472.276  
- **Total:** 246,351.982  
- **Delegated HIVE:** -27,120.294  
  - Delegated Out:  
    - @curamax: 17,132 HP (Jan 11, 2025)  
    - @livepayout: 2,515 HP (Mar 5, 2025)  
    - @yablonsky: 1,011 HP (Jan 17, 2025)  
    - @thebighigg: 1,005 HP (Mar 26, 2025)  

**Recent Activity:**  
- Received from @punkteam -0.172 HBD (Jan 20, 2024)  
- Received from @punkteam -327.485 HIVE (Jan 20, 2024)  
- Received from @punkteam -248.912 HIVE (Jan 9, 2024)  
- Received from @punkteam -248.772 HIVE (Dec 28, 2023)  
- Received from @punkteam -3.155 HBD (Dec 26, 2023)  
- Received from @punkteam -497.127 HIVE (Dec 26, 2023)  
- Received from @punkteam -248.356 HIVE (Dec 9, 2023)  

---

### @rollingbones Wallet:  
- **Author Rewards:** 212.88  
- **Curation Rewards:** 29.09  
- **Staked HIVE (HP):** 0.08  
- **Rewards/Stake Co-efficient (KE):** 2,880.63  

**Recent Activity:**  
- Sent to ipromote -0.014 HIVE (Aug 19, 2021)  
- Sent to ipromote -0.449 HIVE (Jul 27, 2021)  
- Sent to ipromote -0.265 HIVE (Jul 10, 2021)  
- Sent to ipromote -1.202 HIVE (Jul 3, 2021)  
- Sent to ipromote -0.479 HIVE (Jun 8, 2021)  
- Sent to ipromote -2.945 HIVE (Jun 1, 2021)  
- Sent to ipromote -4.290 HIVE (Apr 20, 2021)  
- Sent to honey-swap -1.107 HIVE (Feb 10, 2021)  
- Sent to ipromote -0.895 HIVE (Jan 11, 2021)  
- Sent to ipromote -12.025 HIVE (Mar 7, 2020)  

---

The blockchain data tells the story plainly and clearly. We are not fabricating these claims; we are merely presenting what is already visible for all to see. As we’ve repeatedly urged @themarkymark & Co—the solution is simple: **STOP**.  

**SO PLEASE STOP.** It’s time to do what’s right for Hive and its community. Why cling to practices that harm others? Power down, step away, and let Hive thrive as it was meant to. You bring nothing positive to this ecosystem.  

**THOSE WHO ARE WATCHING—THIS COULD HAPPEN TO YOU.**  

**PLEASE STOP.**



[@themarkymark, Can You Explain Why the Bilpcoin Team’s Accounts Are on Your Blacklist?](https://hive.blog/hive-126152/@bilpcoinbpc/themarkymark-can-you-explain-why-the-bilpcoin-team-s-accounts-are-on-your-blacklist)

[@themarkymark    We understand you’re a fan of data—so are we. After all, data is king, and when it comes to blockchain, transactions don’t lie and can’t be changed.](https://hive.blog/hive-167922/@bpcvoter3/themarkymark-we-understand-you-re-a-fan-of-data-so-are-we-after-all-data-is-king-and-when-it-comes-to-blockchain-transactions)

[@buildawhale’s daily grift](https://hive.blog/hive-167922/@bpcvoter3/uncovering-the-buildawhale-scam-farm-a-call-for-transparency-on-hive-blockchain)

[@themarkymark’s 2.4 Hive Power scam farm](https://www.publish0x.com/the-dark-side-of-hive/the-scam-farm-kingpin-at-themarkymark-s-24m-hive-power-grift-xqqxqpp)
For more insights into blockchain transparency and accountability, visit [Bilpcoin’s Publish0x page](https://www.publish0x.com/@bilpcoinbpc).

https://peakd.com/hive-126152/@bpcvoter1/addressing-concerns-about-hive-s-growth-and-community-dynamics 

https://peakd.com/hive-133987/@bpcvoter3/isn-t-it-funny-how-themarkymark-and-co-are-suddenly-talking-about-ke-levels-on-hive-well-look-what-we-found-some-of-the-accounts


https://peakd.com/hive-178265/@bpcvoter1/how-can-we-take-someone-seriously-when-they-have-been-exposed-through-clear-evidence-blockchain-transactions-and-data-and-then
👍  
properties (23)
authorbpcvoter3
permlinksx0tl8
categoryhive-110369
json_metadata{"users":["buildawhale","blocktrades","usainvote","ipromote","proposalalert","leovoter","abide","stemgeeks","theycallmemarky","apeminingclub","xykorlz","bashadow","dechuck","hironakamura","blockheadgames","empoderat","empo.voter","gogreenbuddy","curamax","livepayout","yablonsky","thebighigg","punkteam","rollingbones","themarkymark"],"image":["https://i.imgflip.com/9vjti6.jpg"],"links":["https://imgflip.com/i/9vjti6"],"app":"hiveblog/0.1"}
created2025-05-29 11:33:30
last_update2025-05-29 11:33:30
depth1
children0
last_payout2025-06-05 11:33: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_length10,798
author_reputation-6,284,511,737,485
root_title"Keeping Secrets - Gitleaks and Github"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id143,037,280
net_rshares0
author_curate_reward""
vote details (1)
@consistency ·
$0.27
Reading this I am so sure that you must have spent tons and tons of hours researching and building this. I am so sure that it is not something so easy but you devote your time and energy to this which is really a great job you are doing 

Thanks for been an inspiration 
👍  
properties (23)
authorconsistency
permlinkre-brianoflondon-sv52hv
categoryhive-110369
json_metadata{"tags":["hive-110369"],"app":"peakd/2025.4.6","image":[],"users":[]}
created2025-04-22 21:32:21
last_update2025-04-22 21:32:21
depth1
children0
last_payout2025-04-29 21:32:21
cashout_time1969-12-31 23:59:59
total_payout_value0.134 HBD
curator_payout_value0.134 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length270
author_reputation9,615,801,994,776
root_title"Keeping Secrets - Gitleaks and Github"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,257,377
net_rshares756,415,627,008
author_curate_reward""
vote details (1)
@hivebuzz ·
Congratulations @brianoflondon! You received a personal badge!

<table><tr><td>https://images.hive.blog/70x70/https://hivebuzz.me/badges/pum.png</td><td>You raised your Hive Power every day of the month! Enjoy better curation reward and more to say in governance.<br>Participate in the next Power Up month to get another one!</td></tr></table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@brianoflondon) 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/pum-202505"><img src="https://images.hive.blog/64x128/https://i.imgur.com/M9RD8KS.png"></a></td><td><a href="/hive-122221/@hivebuzz/pum-202505">Be ready for the May edition of the Hive Power Up Month!</a></td></tr><tr><td><a href="/hive-122221/@hivebuzz/pud-202505"><img src="https://images.hive.blog/64x128/https://i.imgur.com/805FIIt.jpg"></a></td><td><a href="/hive-122221/@hivebuzz/pud-202505">Hive Power Up Day - May 1st 2025</a></td></tr></table>
properties (22)
authorhivebuzz
permlinknotify-1746058301
categoryhive-110369
json_metadata{"image":["https://hivebuzz.me/notify.t6.png"]}
created2025-05-01 00:11:39
last_update2025-05-01 00:11:39
depth1
children0
last_payout2025-05-08 00:11: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_length1,043
author_reputation369,237,959,624,710
root_title"Keeping Secrets - Gitleaks and Github"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,427,064
net_rshares0
@hivebuzz ·
Congratulations @brianoflondon! You received a personal badge!

<table><tr><td>https://images.hive.blog/70x70/https://hivebuzz.me/badges/pud.png?202505010605</td><td>You powered-up at least 10 HIVE on Hive Power Up Day!<br>Wait until the end of Power Up Day to find out the size of your Power-Bee.<br>May the Hive Power be with you!
</td></tr></table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@brianoflondon) 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/pum-202504-result"><img src="https://images.hive.blog/64x128/https://i.imgur.com/mzwqdSL.png"></a></td><td><a href="/hive-122221/@hivebuzz/pum-202504-result">Hive Power Up Month Challenge - April 2025 Winners List</a></td></tr><tr><td><a href="/hive-122221/@hivebuzz/pum-202505"><img src="https://images.hive.blog/64x128/https://i.imgur.com/M9RD8KS.png"></a></td><td><a href="/hive-122221/@hivebuzz/pum-202505">Be ready for the May edition of the Hive Power Up Month!</a></td></tr><tr><td><a href="/hive-122221/@hivebuzz/pud-202505"><img src="https://images.hive.blog/64x128/https://i.imgur.com/805FIIt.jpg"></a></td><td><a href="/hive-122221/@hivebuzz/pud-202505">Hive Power Up Day - May 1st 2025</a></td></tr></table>
properties (22)
authorhivebuzz
permlinknotify-1746079895
categoryhive-110369
json_metadata{"image":["https://hivebuzz.me/notify.t6.png"]}
created2025-05-01 06:11:36
last_update2025-05-01 06:11:36
depth1
children0
last_payout2025-05-08 06:11: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_length1,319
author_reputation369,237,959,624,710
root_title"Keeping Secrets - Gitleaks and Github"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,431,082
net_rshares0
@hivebuzz ·
Congratulations @brianoflondon! You received a personal badge!

<table><tr><td>https://images.hive.blog/70x70/https://hivebuzz.me/badges/pud.s5.png?202505020004</td><td>You powered-up at least 1000 HP on Hive Power Up Day and got the biggest Power-Bee!<br>See you at the next Power Up day to see if you will repeat this feat.<br>May the Hive Power be with you!</td></tr></table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@brianoflondon) 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/pum-202504-result"><img src="https://images.hive.blog/64x128/https://i.imgur.com/mzwqdSL.png"></a></td><td><a href="/hive-122221/@hivebuzz/pum-202504-result">Hive Power Up Month Challenge - April 2025 Winners List</a></td></tr><tr><td><a href="/hive-122221/@hivebuzz/pum-202505"><img src="https://images.hive.blog/64x128/https://i.imgur.com/M9RD8KS.png"></a></td><td><a href="/hive-122221/@hivebuzz/pum-202505">Be ready for the May edition of the Hive Power Up Month!</a></td></tr><tr><td><a href="/hive-122221/@hivebuzz/pud-202505"><img src="https://images.hive.blog/64x128/https://i.imgur.com/805FIIt.jpg"></a></td><td><a href="/hive-122221/@hivebuzz/pud-202505">Hive Power Up Day - May 1st 2025</a></td></tr></table>
properties (22)
authorhivebuzz
permlinknotify-1746144863
categoryhive-110369
json_metadata{"image":["https://hivebuzz.me/notify.t6.png"]}
created2025-05-02 00:14:21
last_update2025-05-02 00:14:21
depth1
children0
last_payout2025-05-09 00:14:21
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_length1,345
author_reputation369,237,959,624,710
root_title"Keeping Secrets - Gitleaks and Github"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,449,687
net_rshares0
@smartcloud ·
Wow
properties (22)
authorsmartcloud
permlinkre-brianoflondon-2025520t111526818z
categoryhive-110369
json_metadata{"type":"comment","tags":["hive-110369","v4vapp","vsc","developers","leofinance","proofofbrain","python","github","security"],"app":"ecency/3.3.2-mobile","format":"markdown+html"}
created2025-05-20 10:15:24
last_update2025-05-20 10:15:24
depth1
children0
last_payout2025-05-27 10:15: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_length3
author_reputation671,306,218,360
root_title"Keeping Secrets - Gitleaks and Github"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,843,341
net_rshares0
@techcoderx ·
$2.76
Doesn't really work for me. It's probably looking for some keywords like `password` or `key` followed by what it guesses to be the secret. Simply removing those keywords but leaving the actual keys from the example file above makes it a false negative.
👍  ,
properties (23)
authortechcoderx
permlinkre-brianoflondon-sv5hil
categoryhive-110369
json_metadata{"tags":["hive-110369"],"app":"peakd/2025.4.6","image":[],"users":[]}
created2025-04-23 02:56:45
last_update2025-04-23 02:56:45
depth1
children1
last_payout2025-04-30 02:56:45
cashout_time1969-12-31 23:59:59
total_payout_value1.380 HBD
curator_payout_value1.380 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length252
author_reputation47,713,359,139,491
root_title"Keeping Secrets - Gitleaks and Github"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,262,882
net_rshares7,718,584,923,614
author_curate_reward""
vote details (2)
@brianoflondon ·
$0.26
I'm absolutely not thinking of relying on this and becoming dumb. I suspect it's better with more common things like API keys which it will have seen more than Hive keys.<div><a href="https://engage.hivechain.app">![](https://i.imgur.com/XsrNmcl.png)</a></div>
👍  
properties (23)
authorbrianoflondon
permlinkre-1745386696915
categoryhive-110369
json_metadata{"app":"engage"}
created2025-04-23 05:38:15
last_update2025-04-23 05:38:15
depth2
children0
last_payout2025-04-30 05:38:15
cashout_time1969-12-31 23:59:59
total_payout_value0.128 HBD
curator_payout_value0.127 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length260
author_reputation759,674,214,959,955
root_title"Keeping Secrets - Gitleaks and Github"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,264,721
net_rshares732,691,714,862
author_curate_reward""
vote details (1)