So if BIP-110 succeeds which would make OP CTV CAT etc. impossible how do you suppose to better scale Bitcoin?
Title
Title
Despite all the interesting upgrades and new services that have been built on and around BCH and the use as p2p cash in some pockets of the world it almost looked like someone wanted it out of the top 10 and then top 20. As soon as it hit top 10 the big selling started.
Update 2: Me and DataHoarder are currently running a counter-attack by mining malformed blocks ourselves - to hijack the payouts from the attacker and redistribute them to miners later. Currently doing it on p2pool-mini. We will ask the community for more hashrate later, once everything is set up properly.
Both P2Pool Mini / Nano older chains (that did not upgrade to P2Pool v4.16) have been exploited by an unknown attacker targeting the vulnerability patched: https://github.com/SChernykh/p2pool/security/advisories/GHSA-fm6j-gf38-p925
P2Pool Main is probably having the attacker wait to mine a share.
Upgrade as soon as possible https://github.com/SChernykh/p2pool/releases/tag/v4.16
More than half of P2Pool Mini/Nano are still not updated, so their hashrate was lost to the attacker:
Hear me out on this. I was thinking about the ultimate end-game of hyperbitcoinization, and I stumbled into a bizarre paradox. If the Lightning Network becomes as fast, cheap, and seamless as Bitcoin maxis hope it will, could it actually end up undermining the very security of Bitcoin itself?
Think about the onboarding process. Right now, the goal is to get everyone onto Layer 2 because we all know the base layer can't scale to handle global, day-to-day commerce. But here is the catch: once a user is successfully onboarded into a Lightning channel, why would they ever leave?
If people move to Layer 2 and are just exchanging off-chain IOUs indefinitely, it creates a fatal economic flaw for the base layer:
The Fee Market Collapse: Bitcoin's long-term security budget relies entirely on transaction fees replacing the block subsidy. But if most daily transactions happen off-chain on Lightning, L1 transaction volume effectively dries up. Fewer L1 transactions means plummeting fee revenue for miners. If mining ceases to be profitable, the network's hashrate drops, making the entire foundational ledger vulnerable to 51% attacks.
The ultimate irony is that the better Lightning gets, the less economic incentive anyone has to interact with the base layer that secures it. By solving the scalability problem, they might accidentally be engineering a slow-motion vampire attack on Bitcoin's foundational security.
Change my mind.
Title question.
Any other condition?
Title question.
Any other condition?
CHIP-2025-03 Faster Blocks for Bitcoin Cash has been advancing nicely, and there's been a nice show of support for it at Bliss 2026 Bitcoin Cash conference.
BTW, recently I discovered that this idea is as old as 2015, even Gavin Andresen was in support of 1-min blocks! as a means of increasing capacity. While they would slightly increase orphan rates smaller blocks actually help with scalability: because blocks are just batches of transactions, and it's easier to deal with stuff in smaller batches -> reduced memory requirements for nodes and servers, and they make smaller pools feasible due to 10x more frequent payouts.
I believe we can safely have 1-minute block time WITHOUT sacrificing anything in scalability / decentralization - because tech has advanced so much since 2009. Even worst-case orphan rate would be under 2% (case of full block download), and, thanks to compact blocks relay, typical rates would be in 0.4%-1.0% range (full analysis), but probably on the low side. Dogecoin has had 0.6% in 2016 (source) and 0.15% in 2020 (source).
Can it be changed on a live network? Of course it can! And first change is hardest, but with the 1st change we can make it be changeable, refactor to make it into just another operational parameter in the code! If any doubt: Zcash has changed it from 150s to 75s back in 2019, and they are doing it again now! There's a proposal to further reduce from 75s to 25s, and they're calling it a "small upgrade"!
Worried about SPV? Solvable. Check out CHIP-2026-02: Simplified Header Verification for Bitcoin Cash which Electron Cash already partially implements!