Hi Rolando,
Just wanted to share some feedback with you.
I've switched to using Duckduckgo's browser and found that it will not connect to your servers and reports with the error below:-

I can still access using other browsers, so it looks like a problem with DuckDuckGo's browser or something else?
Hi, thanks a lot for reporting this
The key detail is the error itself: ERR_QUIC_PROTOCOL_ERROR. QUIC is the transport behind HTTP/3, which our CDN (Cloudflare) serves over UDP on port 443. What's happening is that the DuckDuckGo browser opens an HTTP/3 connection, it fails for some reason, and the browser doesn't fall back cleanly to regular TCP — so you get a dead page. Other browsers either complete the QUIC handshake fine or fall back to HTTP/2 over TCP automatically, which is why they work for you.
So it's not the pool servers being down — it's specifically how that browser handles HTTP/3. A couple of things on your side that usually fix it:
1. In the DuckDuckGo browser, try disabling HTTP/3 / QUIC if it exposes the setting (some builds do under experimental/network flags).
2. It can also be a local firewall or router silently dropping UDP on port 443 (QUIC uses UDP, normal HTTPS uses TCP). If you're behind a corporate/strict firewall, that would explain why only the QUIC path breaks.
3. As a quick test: connecting through a VPN, or from a different network, will usually tell us instantly whether it's the browser or your network path.
On my end: mining itself is completely unaffected — your miners connect to the stratum endpoints directly (e.g. us-bch.solofury.com), which don't go through Cloudflare's HTTP/3 at all, so your hashrate and payouts are never touched by this. This only affects viewing the website dashboard in that specific browser.
If it turns out a lot of people hit this, I can look at adjusting the HTTP/3 settings on the CDN side — but I'd rather not disable a performance feature for everyone over one browser's quirk unless it's widespread. Let me know if the steps above sort it out, or if anyone else is seeing the same thing.
Thanks again for the heads-up.