Close Menu
  • News
    • Bitcoin
    • Altcoins
    • DeFi
    • Market Cap
  • Blockchain
  • Web 3
    • NFT
    • Metaverse
  • Regulation
  • Analysis
  • Learn
  • Blog
What's Hot

Analyst Predicts Conservative XRP Price If It Follows 2017 Run

2026-03-07

XRP Bull Flag Breakout After 8-Month Consolidation to Send Price to $11

2026-03-07

Bitcoin is trading 20% ​​below mining costs as fears mount, but is a bullish rotation about to begin?

2026-03-07
Facebook X (Twitter) Instagram
  • Contact
  • Terms & Conditions
  • Privacy Policy
  • DMCA
  • Advertise
Facebook X (Twitter) Instagram
Bitcoin Platform – Bitcoin | Altcoins | Blockchain | News Stories Updated Daily
  • News
    • Bitcoin
    • Altcoins
    • DeFi
    • Market Cap
  • Blockchain

    SoFi uses BitGo to power the distribution of its SoFiUSD stablecoin

    2026-03-07

    Interoperability is ‘essential’ for digital assets to reach their full potential: DTCC

    2026-03-07

    A groundbreaking leap into the consumer future of decentralized AI

    2026-03-07

    BitGo to Power SoFiUSD Stablecoin Infrastructure as SoFi Launches First Nationally Chartered Bank Token

    2026-03-07

    AINFT extends multi-chain AI services with BNB chain integration

    2026-03-07
  • Web 3
    • NFT
    • Metaverse
  • Regulation

    US lawmakers consider ban on prediction markets amid bets on Iran

    2026-03-06

    De volatiliteit van Bitcoin zou in april kunnen exploderen als SEC de markt achter de ETF-leverage beoordeelt

    2026-03-06

    Crypto company Kraken secures a direct link to Federal Reserve payments

    2026-03-04

    Bitcoin’s $85 billion derivatives engine may move onshore as CFTC eyes April approval

    2026-03-04

    De deadline voor stablecoins van het Witte Huis verstrijkt terwijl de CLARITY Act vastloopt

    2026-03-03
  • Analysis

    XRP Bull Flag Breakout After 8-Month Consolidation to Send Price to $11

    2026-03-07

    Billionaire Peter Thiel dumps a $74,400,000 stake in three assets, including one of Warren Buffett’s favorites

    2026-03-07

    Bitcoin Price Rally Slows, Consolidation Signals Possible Next Step

    2026-03-07

    XRP Price Ladder Shows What Conditions Are Needed for $18, $100, and $500

    2026-03-07

    Bitcoin’s rally from $73,000 faces a crucial test as momentum looks to change

    2026-03-06
  • Learn

    What Is Wrapped ETH (WETH) and Why Do You Need It in DeFi?

    2026-03-06

    What Is Crypto Protocol and Why Coins Need It

    2026-03-04

    Wat is Liquid Proof-of-Stake: uitgelegd voor beginners

    2026-03-02

    The 9 Most Common Crypto Scam Types

    2026-03-02

    Sidechains Explained: What They Are, How They Work, and Why They Matter

    2026-02-20
  • Blog
Bitcoin Platform – Bitcoin | Altcoins | Blockchain | News Stories Updated Daily
Home»Blockchain»Bitcoin Knots has been nothing more than a Denial-of-Service attack on Bitcoin
Blockchain

Bitcoin Knots has been nothing more than a Denial-of-Service attack on Bitcoin

2025-10-30No Comments7 Mins Read
Share
Facebook Twitter LinkedIn Pinterest Email

When using a computer, a denial-of-service attack (DoS attack; UK: /dɒs/ dos US: /dɑːs/ horsefly[1]) is a cyber-attack in which the perpetrator attempts to make a machine or network resource unavailable to targeted users by temporarily or indefinitely disrupting the services of a host connected to a network. -The Wikipedia definition of denial-of-service attack.

This is a very basic concept. Someone uses his own resources to disrupt the operation of other machines on a network.

DoS attacks have been a problem for as long as the Internet has existed. One of the often cited “first Distributed Denial-of-Service (DDoS) attacks” was against the Internet Service Provider (ISP) Panix in the mid-1990s. There were of course many technical examples of older Internet services, but this was one of, if not the first, major example of such an attack on the modern World Wide Web.

This attack caused numerous computers to initiate a Transmission Control Protocol (TCP) connection to the ISP’s servers, but never completed the handshake protocol that completed the connection. This consumes the server’s resources for managing network connections and prevents honest users from accessing the Internet through the ISP’s servers.

Since this ‘first’ DDoS attack, they have become as common on the internet as storms in nature, a regular occurrence that vast swaths of internet infrastructure have been built to defend against.

The Blockchain

The blockchain is one of the core components of Bitcoin and a required dependency for Bitcoin’s functionality as a distributed ledger. I’m sure many people in this space would call so-called ‘spam’ transactions a DoS attack on the Bitcoin blockchain. To call it that, you would have to define the “service” that the blockchain provides as a system, and explain how spam transactions deny that service to others in a way that is not intended by the design of the system.

See also  Optimism and Arbitrage are the only ones leading full EVM rollups to reach Phase 1

I bet most people who believe spam is a DoS attack would say something like “the service the blockchain provides processes financial transactions, and spam takes space away from people who try to do that.” The problem is that this is not specifically the service that the blockchain provides.

The service it actually provides is the confirmation of each consensus valid transaction via a real-time auction that settles periodically when a miner finds a block. If your transaction is consensus valid and you have offered a fee high enough for a miner to include your transaction in a block, then you are using the service the blockchain provides exactly as designed.

This was a conscious design decision made over years during the ‘Block Size Wars’ and culminated in the activation of Segregated Witness and the rejection of the Segwit2x block size increase via a hard fork pushed by major companies at the time. The blockchain would function by prioritizing transactions with the highest bidding fees, and users would be free to participate in that auction. This is how blockspace would be allocated, with a global constraint to protect verifiability and a free market pricing mechanism.

Nothing about a transaction that some arbitrarily define as ‘spam’, winning in this open auction is a DoS of the blockchain. It is a user who uses that resource the way it should be used, and participates in the auction along with everyone else.

The relay network

Many, if not most, Bitcoin nodes offer transaction relaying as a service to the rest of the network. If you broadcast your transactions to your colleagues on the network, they will forward them to their colleagues, and so on. Because the peering logic that decides which nodes to collaborate with maintains broad connectivity, this service allows transactions to spread very quickly across the network, and specifically to spread to all mining nodes.

See also  Here's everything you need to know

Another service is block relay, which passes along valid blocks when they are found in the same way. This has been highly optimized over the years, to the point where usually an entire block is never actually passed, just a short “sketch” of the block header and the transactions contained within it so you can reconstruct them from your own mempool. In other words, optimizations in block relay rely on a transaction relay functioning correctly and passing all valid and likely mined transactions.

When nodes have no transactions in a block already in their mempool, they must request it from neighboring nodes, which takes more time to validate the block. They also explicitly forward these transactions along with the block sketch to other peers in case they miss them, wasting bandwidth. The more nodes filter transactions they classify as spam, the longer it takes for blocks, including those filtered transactions, to propagate across the network.

Transaction filtering actively attempts to disrupt both services, in the case where transaction relays fail miserably to prevent them from spreading to miners, and in the case where block propagation has a marginal but noticeable performance penalty, as more nodes on the network filter transactions.

This node policy has the explicit purpose of degrading the network service of passing transactions to miners and the rest of the network, and views the deterioration of block propagation as a punishment for miners who choose to include valid transactions that they filter. They strive to create the degradation of the service as a goal, and view the degradation of another service as a result of that attempt as positive.

This is essentially a DoS attack, in that it actually degrades a network service, contrary to the design of the system.

See also  Bitcoin starts October in the red after crashing to $61,000, is 'uptober' a myth?

Where from?

The whole story of Knotz versus Core, or ‘Spammers’ versus ‘Filterers’, is nothing more than a woefully ineffective and failed DoS attack on the Bitcoin network. Filters do absolutely nothing to prevent filtered transactions from being included in blocks. The goal of disrupting the propagation of transactions to miners has not met with any success, and the degradation of block relay has been marginal enough not to discourage miners.

I see this as a huge demonstration of Bitcoin’s robustness and resilience against attempts at censorship and disruption at the level of the Bitcoin network itself.

So what now?

A BIP was put forward by an anonymous author to implement a temporary soft fork that would expire after about a year, making numerous ways to include ‘spam’ in Bitcoin transactions invalid during that period. After realizing that the DoS attack on the peer-to-peer network was a total failure, filter proponents have turned to consensus changes, which many of them were told would be necessary over two years ago.

Will this actually solve the problem? No, that won’t happen. It will simply force people who want to submit “spam” on this forked network, if they actually go through with its implementation, to use fake ScriptPubKeys to encode their data into unusable output that will bloat the UTXO set.

So even if this fork were met with strong support, were successfully activated and did not result in a chain fork, it would still not achieve its stated goal and leave “spammers” with no choice but to “spam” to the network in the most malicious way possible.

This post Bitcoin Knots is Nothing More than a Denial-of-Service Attack on Bitcoin first appeared on Bitcoin Magazine and was written by Shinobi.

Source link

Attack Bitcoin DenialofService Knots
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

Bitcoin is trading 20% ​​below mining costs as fears mount, but is a bullish rotation about to begin?

2026-03-07

SoFi uses BitGo to power the distribution of its SoFiUSD stablecoin

2026-03-07

Bitcoin – How to hope for a ceasefire, oil prices are driving crypto market volatility

2026-03-07

Bitcoin is losing steam – $66,000 now the line between recovery and crash

2026-03-07
Add A Comment

Comments are closed.

Top Posts

Shiba Inu delivers the most centralized between top coins – 62% in the hands of only 10 whales

2025-07-05

The 12 -year -old Bitcoin Whale’s $ 116 million Move Shakes the Market – Crash Risk?

2025-09-19

Copper adds support for token standards on the Internet computing blockchain

2024-07-21
Editors Picks

Bitcoin spot ETFs see $ 197 million net -intake as Q1 closes – details

2025-03-30

Big Game is coming to Cardano

2023-05-03

How Bitcoin Derivatives Traders Put BTC in a Tight Situation

2024-03-20

ESMA warns that retail crypto protection in the EU will not be possible until 2024 at the earliest

2023-10-17

Our mission is to develop a community of people who try to make financially sound decisions. The website strives to educate individuals in making wise choices about Cryptocurrencies, Defi, NFT, Metaverse and more.

We're social. Connect with us:

Facebook X (Twitter) Instagram Pinterest YouTube
Top Insights

Analyst Predicts Conservative XRP Price If It Follows 2017 Run

XRP Bull Flag Breakout After 8-Month Consolidation to Send Price to $11

Bitcoin is trading 20% ​​below mining costs as fears mount, but is a bullish rotation about to begin?

Get Informed

Subscribe to Updates

Get the latest news and Update from Bitcoin Platform about Crypto, Metaverse, NFT and more.

  • Contact
  • Terms & Conditions
  • Privacy Policy
  • DMCA
  • Advertise
© 2026 Bitcoinplatform.com - All rights reserved.

Type above and press Enter to search. Press Esc to cancel.