Bitcoin Community in Uproar: Deciphering the New Scaling War Sparked by BIP-110

marsbitPublished on 2026-08-11Last updated on 2026-08-11

Abstract

On August 10, Luke Dashjr, a long-time Bitcoin Improvement Proposal (BIP) editor and co-founder of Ocean mining pool, was removed from the BIP editing team for bypassing discussion protocols and preemptively assigning a number to BIP-110, a controversial soft fork proposal he helped draft. The conflict stems from Bitcoin Core's version 30 release in October 2025, which removed the default 83-byte limit on OP_RETURN, a field used for embedding non-transaction data. In response, BIP-110 aimed to enforce this limit as a consensus rule. It controversially lowered the activation threshold for miners to 55% and included a mandatory activation clause, causing significant community backlash. Major mining pools like Foundry USA and AntPool did not support it, with public criticism from figures like F2Pool's Wang Chun and Michael Saylor, who argued it compromised Bitcoin's neutrality. On August 8, at block height 961,632, nodes running the BIP-110 patch rejected the main chain block, causing a chain split. The minority chain, supported by only about 2.53% of the network's hash rate, produced just one additional block before stalling. The main chain quickly outpaced it by over 240 blocks. No major exchanges have supported the minority chain. The event highlighted Bitcoin's governance reality: while rules can be proposed by a few, ultimate authority lies with the economic majority—miners willing to expend hash power and users/exchanges recognizing a chain's validity. Following the fai...

On August 10, Luke Dashjr, a long-time Bitcoin Improvement Proposal (BIP) editor, co-founder and CTO of the Ocean mining pool, was removed from the editorial team and lost his editing permissions by his peers. This was due to his actions in pushing BIP-110 by bypassing the discussion process and pre-emptively assigning a proposal number, coupled with his minimal contributions to editorial work in recent years.

The immediate catalyst for this disciplinary action was the first genuine chain split in the Bitcoin network since the Bitcoin Cash hard fork of 2017, which occurred just days earlier. On August 8, the Bitcoin network split at block height 961,632: a subset of nodes refused to follow the main chain, insisting on enforcing BIP-110, a soft-fork proposal prohibiting non-transaction data in transactions, which Luke was deeply involved in drafting. The minority chain produced only one additional block before completely stalling, while the main chain continued operating normally and quickly outpaced it by dozens of blocks.

Who Should Decide the Use of Block Space?

Bitcoin produces a new block on average every ten minutes, packaging a period's transfer records. Once full, miners confirm and link it to the previous block. While blocks mostly contain transaction information, as long as one is willing to pay for the space, the rules do not prohibit including text, images, or even code.

The conflict began with the release of Bitcoin Core 30 in October 2025, the most widely used node software on the Bitcoin network. This version removed the previous 83-byte limit on the OP_RETURN field (used for attaching additional information). This limit was originally just a default recommendation in the software; its removal significantly lowered the cost of including non-transactional data.

However, a segment of the community disagreed with this relaxation. They instead switched to running another software, Bitcoin Knots, which is free and open-source but retains the old limit. Its user share grew from nearly zero in early 2024 to over 22% within two years.

It was against this backdrop that BIP-110 was proposed, aiming to codify Knots' restriction into Bitcoin's core consensus rules, making it mandatory for the entire network. Initially numbered BIP-444, the draft mentioned imposing "legal and moral consequences" on non-compliers, which sparked backlash and was later removed. In December 2025, it was renumbered to 110.

What started as a technical discussion thus escalated into a power struggle.

The Trust Gambled on a Low Threshold

For a Bitcoin soft fork to activate, it typically requires miners (individuals or organizations running specialized equipment to record transactions for the network and earn Bitcoin rewards) to vote by signaling: inserting a marker in their blocks. The new rule only activates once the signaled hash rate reaches a threshold. The historical convention is a high threshold of 95%, requiring near-unanimous miner approval to avoid a chain split.

BIP-110, however, lowered this threshold to 55% and added a forced activation clause: even if the support rate is not met, nodes running the patch will automatically reject blocks that do not comply with the new rule.

While the threshold can be written into code, whether miners will cooperate is not dictated by code.

Since entering the voting period on May 1, support never exceeded 3%; in the final statistical period nearing the forced activation deadline, support only climbed to about 2.53%.

Major mining pools like Foundry USA and AntPool did not signal support. Support votes came almost exclusively from the Ocean pool and some independent miners. F2Pool co-founder Wang Chun even publicly criticized Luke, sarcastically remarking he was "both financially and personally bankrupt" and suggesting he might as well switch to a different proof-of-work algorithm, with the results likely being no better.

Strategy founder Michael Saylor listed "110 reasons" in opposition, arguing that once rules can filter transactions based on content, Bitcoin's neutrality is broken. Security expert Jameson Lopp was more direct, calling it "reckless" and "doomed to fail," noting that data could be encoded differently to bypass the restriction and that it could render certain transaction outputs permanently unspendable.

A Fork That Lasted Only One Block

On August 8, when the chain reached block height 961,632, nodes running the BIP-110 patch rejected this block because it did not carry the signal required by the new rule. They instead created a new block according to their own rules, initiating the split. This new chain initially had the support of about 2.53% of the network's total hash rate—equivalent to roughly 1 out of every 40 mining machines worldwide being willing to mine on it.

However, the minority chain only produced one additional block before it stopped updating entirely. The chain with more hash rate moves faster and farther. The main chain consistently produced a block every ten minutes, leaving the minority chain behind by 243 blocks (data from bip110.mempool.guide).

Japanese exchange bitFlyer's announcement on August 10 merely stated they would continue monitoring the impact of BIP-110 without committing to a specific handling method. Furthermore, no major exchange expressed support for the minority chain, a stark contrast to the guides many issued ahead of the 2017 Bitcoin Cash fork.

Those who truly need to be cautious are self-custody nodes running Bitcoin Knots: BIP-110 lacks "replay protection," meaning the same transaction might be valid on both chains, potentially leading to accidental double-spending if not handled carefully.

The miner "Roughnecks," who mined the block on the BIP-110 chain, initially stopped production but reversed course on August 10, announcing plans to resume mining. However, by then, their signaled hash rate had plummeted from over 15 EH/s to 1.16 EH/s, and no new blocks appeared on the chain. The economic cost of continuing to mine had already exceeded the potential rewards.

But supporters don't seem ready to concede. Proposal author Dathon Ohm and Luke, who just lost his editor status, have indeed begun discussing the path Wang Chun mocked. That is, changing the proof-of-work algorithm to shake off miners using specialized hardware (ASICs) and turning the minority chain into a separate new cryptocurrency. This currently remains in the discussion and code experimentation phase.

Regardless of the eventual outcome, this whole episode confirms the principle etched into Bitcoin from its inception: rules can be drafted by a few, and editing permissions can be granted by oneself, but the real decision-makers are the miners willing to keep burning electricity for a chain, and the exchanges and users who decide which chain counts.

Trending Cryptos

Related Questions

QWho is Luke Dashjr and why was he removed from the Bitcoin Improvement Proposal (BIP) editor team?

ALuke Dashjr is the long-time BIP editor and co-founder/CTO of the Ocean mining pool. He was removed from the BIP editor team for bypassing discussion protocols and preemptively assigning a number to the BIP-110 proposal, coupled with his minimal contributions to the editing work in recent years.

QWhat was the main cause of the Bitcoin chain split that occurred on August 8, and what is BIP-110?

AThe main cause was a divergence in consensus rules. On August 8, at block height 961,632, a portion of nodes, running a patch implementing BIP-110, rejected the main chain because it did not carry a signal required by the new rule. BIP-110 is a soft fork proposal that aims to ban embedding non-transaction data within Bitcoin transactions.

QWhy did the Bitcoin Core 30 release in October 2025 become a point of conflict?

AThe Bitcoin Core 30 release removed the default 83-byte limit on the `OP_RETURN` field. `OP_RETURN` is used to embed additional data in transactions. Removing this limit significantly lowered the cost of adding non-financial data, which was opposed by a segment of the community who preferred the old restriction.

QHow did BIP-110 attempt to enforce its rules, and why did it fail to gain support?

ABIP-110 attempted to enforce its rules by lowering the miner activation threshold for a soft fork to 55% (from the historical 95%) and including a forced activation clause where patched nodes would automatically reject blocks not following the new rules. It failed because it never gained significant miner support, with approval never exceeding 3%, and faced strong public criticism from major figures and pools who argued it compromised Bitcoin's neutrality and was technically flawed.

QWhat was the outcome of the chain split initiated by the BIP-110 nodes?

AThe minority chain, supported by only about 2.53% of the network's hashrate, produced just one block before stalling completely. The main chain continued normally, quickly outpacing it by hundreds of blocks. Major exchanges did not support the minority chain, and its economic viability collapsed as supporting miners' costs exceeded potential rewards.

Related Reads

Citi Research Report Analysis: U.S. Proposed Ban on Chinese Optical Modules Has No Substantial Progress, Short-term Enforcement Faces Supply Constraints

Citi Report Analysis: U.S. Proposed Ban on Chinese Optical Modules Lacks Substantive Progress, Faces Supply Bottlenecks in Short Term. Reuters reported on August 4th that the U.S. government and FCC are considering a ban on Chinese optical modules. Citi's August 9th report clarifies that optical modules are not listed on any effective FCC ban. The FCC's Order 26-50 established two restricted list mechanisms (based on manufacturer and production location), but optical modules were only mentioned once, as an example in a disclosure requirement, not as a restricted product. The reported ban remains at a proposal stage. Citi estimates Chinese suppliers provide 60-70% of high-speed optical modules for U.S. hyperscalers. Non-Chinese suppliers cannot fill this gap in the short term, making the immediate implementation of a genuine ban unlikely. Future regulatory paths could be manufacturer-based (least likely), location-based covering all offshore production (strictest), or location-based covering only China (more feasible but with unresolved definitions). A ban would pressure U.S. AI infrastructure, conflicting with stated policy goals. Citi sees low near-term implementation probability, with the issue potentially becoming a negotiation chip in bilateral talks. U.S. domestic capacity build-out is a key long-term variable. Among Chinese companies, XSENS and Dongshan Precision have the highest U.S. exposure, while Tianfu Communication, as a passive component supplier, is relatively insulated. Citi maintains Buy ratings on all three with respective price targets. The conclusion is that Chinese modules are currently irreplaceable in the U.S. AI supply chain, creating a longer timeline for potential restrictions than the market may expect.

marsbit28m ago

Citi Research Report Analysis: U.S. Proposed Ban on Chinese Optical Modules Has No Substantial Progress, Short-term Enforcement Faces Supply Constraints

marsbit28m ago

Lead Analyst Claims Bitcoin is at a Critical Stage: 'We are at the Bear Market Bottom, What Happens Next…'

Renowned cryptocurrency analyst Benjamin Cowen, in his latest analysis video, examined recent events and historical cycles in the Bitcoin market. Noting Bitcoin's trading range of $64,000 to $65,000, Cowen stated that market dynamics and investor interest show similarities to past cycles, suggesting the upcoming period marks a critical turning point. Cowen observed a significant decline in public interest and investor enthusiasm for the crypto market, with social risk metrics falling to 0.2, far below levels seen four years ago. He added that market volatility has notably decreased, and a sense of distrust prevails among investors, drawing parallels to the ends of bear markets in 2018 and 2022. Historical data indicates Bitcoin markets typically bottom in summer months, followed by a period of stagnation with low volatility, implying a major move could occur in the year's final quarter. However, Cowen noted on-chain indicators like the MVRV Z-Score have not yet signaled a definitive bottom. Cowen believes an event in the coming weeks could shake the market, potentially triggering a final sell-off wave. Such an event, he argues, would bring investors back and pave the way for a new bull cycle. He predicts October as the most likely bottoming period, while acknowledging September or November are also possible, advising crypto users to remain cautious and prepared for a decisive market moment.

cryptonews.ru37m ago

Lead Analyst Claims Bitcoin is at a Critical Stage: 'We are at the Bear Market Bottom, What Happens Next…'

cryptonews.ru37m ago

Trading

Spot

Hot Articles

What is $BITCOIN

DIGITAL GOLD ($BITCOIN): A Comprehensive Analysis Introduction to DIGITAL GOLD ($BITCOIN) DIGITAL GOLD ($BITCOIN) is a blockchain-based project operating on the Solana network, which aims to combine the characteristics of traditional precious metals with the innovation of decentralized technologies. While it shares a name with Bitcoin, often referred to as “digital gold” due to its perception as a store of value, DIGITAL GOLD is a separate token designed to create a unique ecosystem within the Web3 landscape. Its goal is to position itself as a viable alternative digital asset, although specifics regarding its applications and functionalities are still developing. What is DIGITAL GOLD ($BITCOIN)? DIGITAL GOLD ($BITCOIN) is a cryptocurrency token explicitly designed for use on the Solana blockchain. In contrast to Bitcoin, which provides a widely recognized value storage role, this token appears to focus on broader applications and characteristics. Notable aspects include: Blockchain Infrastructure: The token is built on the Solana blockchain, known for its capacity to handle high-speed and low-cost transactions. Supply Dynamics: DIGITAL GOLD has a maximum supply capped at 100 quadrillion tokens (100P $BITCOIN), although details regarding its circulating supply are currently undisclosed. Utility: While precise functionalities are not explicitly outlined, there are indications that the token could be utilized for various applications, potentially involving decentralized applications (dApps) or asset tokenization strategies. Who is the Creator of DIGITAL GOLD ($BITCOIN)? At present, the identity of the creators and development team behind DIGITAL GOLD ($BITCOIN) remains unknown. This situation is typical among many innovative projects within the blockchain space, particularly those aligning with decentralized finance and meme coin phenomena. While such anonymity may foster a community-driven culture, it intensifies concerns about governance and accountability. Who are the Investors of DIGITAL GOLD ($BITCOIN)? The available information indicates that DIGITAL GOLD ($BITCOIN) does not have any known institutional backers or prominent venture capital investments. The project seems to operate on a peer-to-peer model focused on community support and adoption rather than traditional funding routes. Its activity and liquidity are primarily situated on decentralized exchanges (DEXs), such as PumpSwap, rather than established centralized trading platforms, further highlighting its grassroots approach. How DIGITAL GOLD ($BITCOIN) Works The operational mechanics of DIGITAL GOLD ($BITCOIN) can be elaborated on based on its blockchain design and network attributes: Consensus Mechanism: By leveraging Solana’s unique proof-of-history (PoH) combined with a proof-of-stake (PoS) model, the project ensures efficient transaction validation contributing to the network's high performance. Tokenomics: While specific deflationary mechanisms have not been extensively detailed, the vast maximum token supply implies that it may cater to microtransactions or niche use cases that are still to be defined. Interoperability: There exists the potential for integration with Solana’s broader ecosystem, including various decentralized finance (DeFi) platforms. However, the details regarding specific integrations remain unspecified. Timeline of Key Events Here is a timeline that highlights significant milestones concerning DIGITAL GOLD ($BITCOIN): 2023: The initial deployment of the token occurs on the Solana blockchain, marked by its contract address. 2024: DIGITAL GOLD gains visibility as it becomes available for trading on decentralized exchanges like PumpSwap, allowing users to trade it against SOL. 2025: The project witnesses sporadic trading activity and potential interest in community-led engagements, although no noteworthy partnerships or technical advancements have been documented as of yet. Critical Analysis Strengths Scalability: The underlying Solana infrastructure supports high transaction volumes, which could enhance the utility of $BITCOIN in various transaction scenarios. Accessibility: The potential low trading price per token could attract retail investors, facilitating wider participation due to fractional ownership opportunities. Risks Lack of Transparency: The absence of publicly known backers, developers, or an audit process may yield skepticism regarding the project's sustainability and trustworthiness. Market Volatility: The trading activity is heavily reliant on speculative behavior, which can result in significant price volatility and uncertainty for investors. Conclusion DIGITAL GOLD ($BITCOIN) emerges as an intriguing yet ambiguous project within the rapidly evolving Solana ecosystem. While it attempts to leverage the “digital gold” narrative, its departure from Bitcoin's established role as a store of value underscores the need for a clearer differentiation of its intended utility and governance structure. Future acceptance and adoption will likely depend on addressing the current opacity and defining its operational and economic strategies more explicitly. Note: This report encompasses synthesised information available as of October 2023, and developments may have transpired beyond the research period.

1.7k Total ViewsPublished 2025.05.13Updated 2025.05.13

What is $BITCOIN

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of BTC (BTC) are presented below.

活动图片