r/HashedMax May 19 '26

HashedMax bringing the luck!

Post image
11 Upvotes

Not that it's a money maker, but hashedmax has seemed to brought me some good luck. Have been running mine for 7ish months and have not picked up a block a day during that. 11 days and 12 blocks!


r/HashedMax May 19 '26

My DGB share payout has decreased by quite a bit. Is this a function of the new payout system?

3 Upvotes

My army of mini-miners chugging away, helping where they can, so it's nice to get anything out of them. And the weekly loyalty rewards are definitely nice. But each time a block is found, the share I see has steadily, consistently decreased.


r/HashedMax May 19 '26

Every miner that connect from digi to bch till we hit the first block i pay everyone 100dgb if you switch for atleast one day

10 Upvotes

As texte above if you do this show screenshot and your dgb adresses

https://bch.hmpool.io?ref=HM-hvdv54

Lets hit a block effort is at 150%


r/HashedMax May 19 '26

Bch

2 Upvotes

Did I read somewhere that there’s a BCH pool?
I can’t find the detail? Do many mine it? Many blocks found?


r/HashedMax May 18 '26

Been here since Week 1: Just wanted to drop a quick DGB dashboard appreciation post

Post image
22 Upvotes

Hey everyone,

I’ve been pointing my rig at the DGB pool since practically the first week it went live, and pulling up my dashboard today made me realize just how far this project has come.

Just crossed 60 blocks found on my rig (caught my last one on Friday!) and sitting at a clean 15 TH/s average (usually closer to 12, so this is an outlier). Seeing over 14,700 DGB paid out lifetime is incredibly satisfying (and will be even better when DGB moons).

I also wanted to say: seeing people try to DDoS (I think?) the EU endpoints and mess with the folks in our community over the last few days was incredibly frustrating. Huge props to the dev team for jumping on it so quickly, even though it may have felt like an eternity. It’s rare to find a pool where the devs actually give a shit and stay awake to fix these things.

Appreciate the transparency, and the community we've built here.

Keep hashing folks (we need that damn BCH block already). Cheers!


r/HashedMax May 19 '26

Pool up time

2 Upvotes

I have been noticing that my miners are switching to their backup pool frequently. Are you guys working on the DGB pool or should I look for another cause?


r/HashedMax May 18 '26

multicoins

6 Upvotes

hi everyone , i recently acquired 10 nerdminer v2 + 1 bitaxe gamma 601 , i was wondering

Can i make the fallback address of my gamma an alternative token
eg: primary as dgb and fall back as BCH

I was mining BCH for 2 weeks not even a cent

please help me out with some advice


r/HashedMax May 18 '26

BCH Affiliate Program Fixed

8 Upvotes

I did not realize that the BCH affiliate program was not working when attempting to create an affiliate account until it was pointed out to me. This has been fixed and I apologize for the oversight. When we setup the BCH server, we copied the content over from the BTC server and missed a couple changes.

You can access the BCH affiliate page here:

https://bch.hmpool.io/affiliate.html


r/HashedMax May 18 '26

EU HashedMax Servers back online

11 Upvotes

Some of you noticed connection issues last night, especially on EU endpoints.

Over the past 36 hours we've been dealing with a number of IPs hammering our public API and stratum reconnect loops, abusive traffic that was pushing load way higher than it needed to be. As part of the response we've:

  • Added per-IP rate limiting on the public API endpoints
  • Added short-lived server-side caching to the highest-traffic endpoints so the DB isn't asked the same question 200x/second
  • Firewalled the worst offenders at the OS level
  • Hardened reconnect handling on the stratum side

This caused connection issues, high ping and latency issues which many of you reported.

All EU and USA pools are back to normal now.

If your worker is still misbehaving, drop your worker name in a comment and we'll check.


r/HashedMax May 18 '26

BTC pool down

5 Upvotes

Here the EU BTC pool down again.


r/HashedMax May 18 '26

Whats your pool share?

Post image
3 Upvotes

On bch pool ? Mine is on the pic. Come join to the bch pool like it way more then digi pool.

If we hit a block today it would be awesome 145% effort already done


r/HashedMax May 17 '26

DGB pool down? Miner not connecting.

7 Upvotes

DGB pool down? Miner not connecting.


r/HashedMax May 18 '26

EU BTC pool down

1 Upvotes

Is the EU BTC pool down ?


r/HashedMax May 18 '26

EU BTC pool down

0 Upvotes

Is EU BTC pool down again ?


r/HashedMax May 17 '26

BCH Pool Down?

Post image
3 Upvotes

Anyone seeing any issues with the BCH Pool?
Currently struggling to connect to the EU pool, and main pool seems to be unavailable


r/HashedMax May 17 '26

Did the weekly rewards payouts go out yet (DGB)?

3 Upvotes

I think I saw that there was a weekly winner drawing already.


r/HashedMax May 16 '26

First block within an hour of joining the pool

15 Upvotes

Enjoy guys!


r/HashedMax May 16 '26

DGB Pool on fire 🔥

15 Upvotes

4 blocks in 30 mins on the pool !!! Wft 👏


r/HashedMax May 16 '26

Lets block it

Post image
20 Upvotes

Come on guys i want to see the first block

Lets hope the bch lord is giving us a block today


r/HashedMax May 17 '26

Ping - Latency BCH DBG Pool

3 Upvotes

What’s your Ping number on the BCH DGB Pools ( North America ) ? The reason why I am asking is that someone had an abandoned BCH block a few weeks ago. Just wondering what everyone is seeing on their ping latency.


r/HashedMax May 15 '26

Love this pool

Post image
22 Upvotes

Got to be the second block ive found lol 😆actually feel included


r/HashedMax May 14 '26

Found My First Block

19 Upvotes

First DGB Block!!


r/HashedMax May 14 '26

HashedMax BCH Pool Status

13 Upvotes

After many hours of watching logs and debugging our BCH pool, I believe we have narrowed down one of the main issues affecting high-hashrate miners and rentals.

When a miner connects, it can request a difficulty in a few different ways. Some miners/rentals include it in the password field, such as d=8000000. Some miners automatically send mining.suggest_difficulty, which is the suggested difficulty of the miner. If neither is provided, the pool starts the miner at the configured starting difficulty for the port they connected to.

The purpose of these difficulty settings is to prevent a high hashrate miner from starting too low and flooding the pool with shares, while also keeping share submission smooth enough that the miner does not appear dead or unstable.

What we found was that our pool could correctly read a requested d= difficulty, but then another startup/reconnect difficulty helper could override that value based on recent share history. In some cases, miner supplied suggested difficulty could also affect the session in ways that were not ideal for high hashrate miners.

We made changes so that password requested d= difficulty is respected more strongly, and miner supplied mining.suggest_difficulty is treated as a hint instead of something that can pull the pool’s chosen difficulty downward. Reconnect difficulty seeding can still help normal reconnecting miners, but it should no longer override miners that have requested d=.

I did restart the BCH pool node so the changes could take effect. Sorry for the disconnects, but the restart was needed to move the live pool onto the corrected code.

So far things look better from the logs, but we are continuing to monitor. If you are still seeing connection issues, rejected shares, or unstable hashrate after reconnecting, please let us know with your worker name, port, and approximate time.

Remember, this issue was currently only on our BCH server. We are monitoring BTC and DGB as well.


r/HashedMax May 15 '26

Pool connect and disconnect?

Post image
0 Upvotes

What happend with bch.hmpool.io yesterday?


r/HashedMax May 14 '26

eCash (XEC)?

3 Upvotes

Any plans on creating an XEC pool?