There is a soft fork happening in a month. Yet the Bitcoin original forum makes no mention of it on it's first two pages. Nothing at all, ziltch, nada, zero!

And the amazing thing about it all is that you people think that's already too much, boring, spam, annoyance.
It is a horrible and incredibly damaging proposal which has already been discussed at length, the incredible thing is its authors and proponents total unwillingness to engage in discussion about it's flaws and their consistent use of dishonesty and
other deception to promote it.
This is a forum, you pick the subjects that interest you, and you get to ignore those subjects that don't interest you.
You seem to have confused interest with support. Everyone in these threads is interested in 110-- most just do not support it.
How many of your non-110 coins do you want to trade me for my 110 coins? I'm willing to consider a variety of terms.
I have no use for a 110-crippled Bitcoin, and it sounds like you have no use for a 110-free non-authoritarian Bitcoin-- so we should obviously trade to the mutual satisfaction of our desires. There is no need for any acrimony or dispute, it seems we want different things and that's fine.
Because I have absolutely no intention of ever using 110 coins except to get rid of them we should be ideal trading partners.
This is very unproductive. You all seem busy throwing around allegations, predictions, insults, and absolutely nothing to say about BIP110's merits.
You're demonstrating poor netiquette by wading into a forum that is foreign to you and complaining about its residents when you apparently haven't made an effort to read the existing discussion. Comments expressing opposition to 110 are useful information, your meta-commentary complaining about other people's interaction is not.
If you are interested in the subject there are many past threads here you can read, here is a quick index to prior discussions here and elsewhere which you should probably be familiar with if you want to contribute to the discussion. It's by no means comprehensive or carefully generated, but it might give you a starting point.
================================================================================
A. TECHNICAL ARGUMENTS
================================================================================
A1. BIP-110 DOES NOT STOP SPAM -- IMMEDIATELY PROVEN INEFFECTIVE
-----------------------------------------------------------------
Peter Todd embedded the entire text of BIP-110 (then BIP-444)
into a BIP-110-compliant transaction on mainnet within days of
the proposal.
https://blog.lopp.net/a-laymans-guide-to-bip-110/ https://thabitcoinmanual.com/articles/bip-444/knotslies.com stored a 66KB contiguous TIFF image
in a BIP-110-compliant transaction, proving the "contiguous data"
claim is false and the restrictions are bypassable.
https://knotslies.com/Murch showed that BIP-110 would only reject ~1.1% of transactions
and ~2.76% of "non-monetary" transactions, accepting 97.24% of
what proponents call spam.
https://x.com/murchandamus/status/2062975049305608555 https://x.com/murchandamus/status/2062238171681927509The restrictions actively make UTXO bloat WORSE: spammers split
data into fake P2TR outputs, which go into the UTXO set (unlike
OP_RETURN which is prunable). knotslies.com calculates this
increases node storage by 95% for the same spam data.
https://knotslies.com/A2. CONSENSUS BUG -- SCRIPT-EXECUTION CACHE POISONING
------------------------------------------------------
L0RINC found a fatal consensus flaw in the BIP-110 implementation:
script-execution cache poisoning via activation-boundary reorg.
The bug went undetected for months.
https://x.com/L0RINC/status/1893497438234234846 (approx)
https://x.com/bitschmidty/status/2022271605984944290 https://blog.lopp.net/a-laymans-guide-to-bip-110/A3. CONFISCATORY -- FREEZES AND DESTROYS FUNDS
-----------------------------------------------
gmaxwell (bitcointalk, Nov 3, 2025 - Jun 2026): Presigned
timelocked transactions create new UTXOs when they mature, which
are NOT grandfathered. BIP-110 makes these unspendable.
https://bitcointalk.org/index.php?topic=5563694.14 https://bitcointalk.org/index.php?topic=5579484.8 https://bitcointalk.org/index.php?topic=5579958.7BitMEXResearch (X, Jun 18-28, 2026): "BIP-110 freezes coins and
in certain scenarios enables coin theft. I know personally of
people who would have their coins stolen."
https://x.com/BitMEXResearch/status/2071344957458116638 https://x.com/BitMEXResearch/status/2067750482576130405ertil (bitcointalk, May 6 - Jun 3, 2026): Second-party sweep
scenario -- a blocked spending path plus an unblocked alternative
path (e.g. inheritance/charity) means funds are stolen, not
merely frozen.
https://bitcointalk.org/index.php?topic=5582273.2 https://bitcointalk.org/index.php?topic=5584529.30A4. BREAKS MINISCRIPT AND WALLET FUNCTIONALITY
-----------------------------------------------
The BIP itself admits "potential Miniscript breakage."
or_d, or_i, or_c, andor, d:, j: -- ALL conditional miniscript
fragments -- compile to OP_IF/OP_NOTIF. There is no OP_IF-free
alternative for conditional logic in miniscript.
Source: src/script/miniscript.h:780-799 (verified in Knots source)
https://github.com/bitcoinknots/bitcoin/blob/f41f01e1e6de7025d52a865bef97f2a67277f0f3/src/script/miniscript.h#L780-L799BIP-388 (a standards document) uses or_d as its EXAMPLE inheritance
policy. The standard advice, when followed, produces BIP-110-invalid
scripts.
https://bips.dev/388/Knots' own wallet produces BIP-110-invalid scripts silently
https://x.com/FarsideUK/status/2071953401076744275A5. BREAKS SATOSHI-ERA SCRIPT TYPES
------------------------------------
BIP-110 bans new P2PK outputs (uncompressed keys > 34 bytes).
Satoshi used P2PK. Timelocked transactions paying to P2PK become
unspendable.
https://bitcointalk.org/index.php?topic=5583540.18 (ertil)
https://x.com/BitMEXResearch/status/2063958721919664381BIP-110 also bans bare multisig outputs > 34 bytes, which have
been standard since BIP-11 (2011).
https://bitcointalk.org/index.php?topic=5583540 (ertil)
A6. DESTROYS FORWARD COMPATIBILITY AND UPGRADE HOOKS
-----------------------------------------------------
BIP-110 bans spending undefined witness versions (Rule 3) and
OP_SUCCESS* opcodes (Rule 6). These are the forward-compatibility
mechanisms that make it safe to deploy future soft forks (e.g.
post-quantum signatures).
https://github.com/bitcoin/bips/blob/master/bip-0110.mediawikigmaxwell: "The limitations on script in BIP110 go far beyond
op_if, basically outlawing all but the simplest payments."
https://bitcointalk.org/index.php?topic=5579958.7A7. HINDERS INNOVATION (BITVM, COVENANTS)
------------------------------------------
BIP-110's 257-byte control block limit (Rule 5) constrains
Taproot tree depth to 7 levels (128 leaves). This impairs
BitVM and complex covenant constructions that rely on large
script trees.
https://blog.lopp.net/a-laymans-guide-to-bip-110/ https://phemex.com/news/article/bip110-proposal-raises-concerns-over-bitcoins-upgrade-path-66690================================================================================
B. PROCEDURAL ARGUMENTS
================================================================================
B1. LOW ACTIVATION THRESHOLD (55%) IS DANGEROUS
------------------------------------------------
Standard BIP9 threshold is 95%. BIP-110 uses 55%, dramatically
increasing chain split risk.
https://github.com/bitcoin/bips/blob/master/bip-0110.mediawikigmaxwell: "55% is very low in the face of modest numbers of other
(non-mining) participants supporting it and is IMO unacceptably
likely to get wiped out or result in long reorgs."
https://bitcointalk.org/index.php?topic=5572483.17B2. MANDATORY SIGNALING / UASF IS COERCIVE
-------------------------------------------
At block 961,632, blocks that do not signal bit 4 are rejected.
This is not voluntary signaling -- it is forced activation.
https://blog.lopp.net/a-laymans-guide-to-bip-110/Lopp: "This is not a neutral, low-drama deployment posture. It's
dogmatic bullying: 'enforce our rules or your blocks get orphaned
by our nodes.'"
https://blog.lopp.net/a-laymans-guide-to-bip-110/B3. NO REPLAY PROTECTION
-------------------------
Unlike BCH/BSV hard forks, BIP-110 is a soft fork with no replay
protection. Transactions are valid on both chains, creating
double-spend risk and making it difficult for users to split coins.
https://bitcointalk.org/index.php?topic=5572483.3 (gmaxwell mentions)
Murch discusses UTXO splitting requirements:
https://x.com/murchandamus/status/2062582280489681138B4. ZERO MINER SUPPORT
-----------------------
At time of writing, miner signaling is ~0.31% (5 EH/s out of ~700+).
F2Pool (10%+ hashrate) explicitly rejected it.
https://x.com/satofishi (Wang Chun: "No way we'll signal BIP-110")
https://news.bitcoin.com/bip-110-pushes-bitcoin-toward-august-fork-deadline-with-only-5-eh-s-signaling/B5. NO ECONOMIC SUPPORT
------------------------
No exchanges have committed to listing BIP-110 coins. Prediction
markets price BIP-110 at 98% chance of failure. No proponents
have put meaningful BTC behind their convictions.
https://blog.lopp.net/a-laymans-guide-to-bip-110/ Lopp's open wager offer (no takers):
https://nostr.ae/nevent1qqsvegvp0kw8c7c70yptgnuurl2uqhmshj0uzzkc3m84uufemqpqf5qprpmhxue69uhkummnw3ezumr0wpczuum0vd5kzmp0qgs0w2xeumnsfq6cuuynpaw2vjcfwacdnzwvmp59flnp3mdfez3czpsrqsqqqqqpl7rkmsB6. BYPASSED STANDARD REVIEW PROCESS
--------------------------------------
BIP-110 was not developed through the normal Bitcoin improvement
process. It was pushed via a pseudonymous author (Dathon Ohm)
with Luke Dashjr as the actual author (confirmed by git history).
https://bitcointalk.org/index.php?topic=5584529.74 (gmaxwell)
B7. "TEMPORARY" IS A POLITICAL TROJAN HORSE
--------------------------------------------
Lopp: "There is nothing more permanent than a temporary solution."
No one believes proponents will let it expire. Proponents openly
discuss making it permanent.
https://blog.lopp.net/a-laymans-guide-to-bip-110/PepeLapiu (bitcointalk): "Consider it a nice warning before we make
BIP110 rules permanent."
https://bitcointalk.org/index.php?topic=5579958.26BIP-110's own website says it "can be refined or extended based on
community feedback" -- acknowledging it may not be temporary.
https://bip110.org/================================================================================
C. MORAL / PHILOSOPHICAL ARGUMENTS
================================================================================
C1. VIOLATES BITCOIN'S NEUTRALITY
----------------------------------
Bitcoin is designed to be a neutral, permissionless system. BIP-110
introduces subjective judgments about which transactions are
"monetary" and which are "spam" at the consensus level.
https://blog.lopp.net/a-laymans-guide-to-bip-110/ https://coinalertnews.com/news/2026/03/16/bitcoin-bip-110-governance-crisis-adam-backAdam Back: "an intentional literal downgrade" that "breaks
userspace" and lets a group "judge and control which scripts or
use cases can be built."
https://u.today/adam-back-warns-bitcoin-community-of-literal-downgrade-why-bip-110-being-labeled-trojan-horse-for https://cryptobriefing.com/bip-110-fork-fail-activate-adam-back/C2. SLIPPERY SLOPE TO CENSORSHIP
---------------------------------
If BIP-110 succeeds, it establishes the precedent that consensus
rules can be changed to ban subjectively "undesirable" use cases.
What stops the next fork from banning mixing, Lightning, or
specific addresses?
https://blog.lopp.net/a-laymans-guide-to-bip-110/C3. INVITES REGULATORY CAPTURE
-------------------------------
By demonstrating Bitcoin CAN be changed to filter content, BIP-110
invites governments to pressure the small set of entities that
can push such changes. Neutrality is the best regulatory defense.
https://blog.lopp.net/a-laymans-guide-to-bip-110/C4. CONFISCATION OF PROPERTY IS THEFT
--------------------------------------
Making people's coins unspendable is confiscation regardless of
intent. Users who followed standard custody advice lose funds
through no fault of their own.
https://bitcointalk.org/index.php?topic=5579484.8 (gmaxwell)
Satofan44 (bitcointalk): "It is theft. Whether you take away my
property to use it yourself, or you simply prevent my access to
it permanently, that is a semantic distinction that is
meaningless."
https://bitcointalk.org/index.php?topic=5572483 (Feb 4, 2026)
C5. PROPONENTS' BAD FAITH AND DISHONESTY
-----------------------------------------
gmaxwell: "The authors don't reply to these criticisms at all, or
just call people raising them pedophiles."
https://bitcointalk.org/index.php?topic=5579484.8PepeLapiu repeatedly denied any risk existed while the BIP itself
admits the risks. Proponents called confiscation concerns "FUD"
and "bad faith" while refusing to address the technical substance.
https://x.com/GrassFedBitcoin/status/2054262132557193526Employees of ocean mining, particularly Bitcoin Mechanic, continually
use stolen/sockpuppet accounts and make false claims of censorship
when their own intentional bad conduct gets their posts removed:
https://bitcointalk.org/index.php?topic=5585783.msg66837021#msg66837021C6. CULT-LIKE BEHAVIOR AND MANUFACTURED SUPPORT
------------------------------------------------
Lopp: "A lot of the movement is manufactured. I've confronted and
unmasked many AI bots on both X and nostr that were spewing
BIP-110 talking points."
https://blog.lopp.net/a-laymans-guide-to-bip-110/Node count inflation via free Tor addresses (4:1 Tor:IPv4 ratio
for Knots nodes vs 1.7:1 for non-Knots) suggests Sybil behavior.
https://blog.lopp.net/a-laymans-guide-to-bip-110/================================================================================
D. ECONOMIC ARGUMENTS
================================================================================
D1. MINERS HAVE NO RATIONAL REASON TO SUPPORT IT
-------------------------------------------------
BIP-110 reduces transaction fees (by blocking some transactions).
Miners are paid by fees. Supporting BIP-110 is a voluntary pay cut.
https://blog.lopp.net/a-laymans-guide-to-bip-110/D2. MINORITY HASHRATE FORK IS ECONOMICALLY DOOMED
--------------------------------------------------
At ~1% hashrate (Ocean only), the BIP-110 chain would produce
~1-2 blocks/day. Coinbase rewards take 50+ days to become spendable.
Exchanges would require enormous confirmation counts. Difficulty
adjustment takes ~3 years.
https://blog.lopp.net/a-laymans-guide-to-bip-110/Murch: "At current hashrate signaling, 'Luke's Bitcoin' will have
one block every other day, and Bitcoin will have ~287 blocks in
two days."
https://x.com/murchandamus/status/2061509820151370158D3. ARCHER V. COINBASE MEANS NO EXCHANGE LISTINGS
---------------------------------------------------
Per Archer v. Coinbase ruling, exchanges have no obligation to
support fork coins. Unlike the 2017 fork explosion, exchanges
won't list BIP-110 coins. This removes economic incentive for
the fork to persist.
https://bitcointalk.org/index.php?topic=5585356.10 (gmaxwell)
D4. DAMAGE TO BITCOIN'S REPUTATION
-----------------------------------
BIP-110 signals that Bitcoin's rules can be changed to censor
subjectively undesirable transactions. This erodes confidence in
Bitcoin as predictable, permissionless money.
https://blog.lopp.net/a-laymans-guide-to-bip-110/D5. BIP-110 PROPONENTS ARE NO/LOW-COINERS
------------------------------------------
gmaxwell: BIP-110 is "a nocoiner/fewcoiner movement primarily."
Lopp: proponents "have no financial conviction in the success of
the movement."
https://bitcointalk.org/index.php?topic=5572483.53 (gmaxwell)
https://blog.lopp.net/a-laymans-guide-to-bip-110/gmaxwell offered to trade his non-110 coins for 110 coins at
favorable rates. No proponent accepted.
https://bitcointalk.org/index.php?topic=5586638.14 https://bitcointalk.org/index.php?topic=5586638.27