The post Bitcoin Knots Has Been Nothing More Than A Denial-of-Service Attack On Bitcoin appeared on BitcoinEthereumNews.com. In computing, a denial-of-service attack (DoS attack; UK: /dɒs/ doss US: /dɑːs/ daas[1]) is a cyberattack in which the perpetrator seeks to make a machine or network resource unavailable to its intended users by temporarily or indefinitely disrupting services of a host connected to a network. -The Wikipedia definition of denial-of-service attack.  This is a very basic concept. Someone makes use of their own resources to disrupt the functioning of other machines on a network.  DoS attacks have been an issue for as long as the internet existed. One of the commonly argued “first Distributed Denial-of-service (DDoS) attacks” was against the Internet Service Provider (ISP) Panix in the mid-90s. There were of course many prior technical examples on older internet services, but this was one of, if not the, first major examples of such an attack on the modern World Wide Web.  This attack had numerous computers start to initiate a Transmission Control Protocol (TCP) connection with the ISPs servers, but never finishing the handshake protocol that finalized 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.  Ever since this “initial” DDoS attack, they have been as common on the internet as storms are in nature, a regular occurrence that massive pieces 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 am sure many people in this space would call so-called “spam” transactions a DoS attack on the Bitcoin blockchain. In order to call it that, you would have to define the “service” that the blockchain is offering as a system, and explain how spam transactions are denying that service to others… The post Bitcoin Knots Has Been Nothing More Than A Denial-of-Service Attack On Bitcoin appeared on BitcoinEthereumNews.com. In computing, a denial-of-service attack (DoS attack; UK: /dɒs/ doss US: /dɑːs/ daas[1]) is a cyberattack in which the perpetrator seeks to make a machine or network resource unavailable to its intended users by temporarily or indefinitely disrupting services of a host connected to a network. -The Wikipedia definition of denial-of-service attack.  This is a very basic concept. Someone makes use of their own resources to disrupt the functioning of other machines on a network.  DoS attacks have been an issue for as long as the internet existed. One of the commonly argued “first Distributed Denial-of-service (DDoS) attacks” was against the Internet Service Provider (ISP) Panix in the mid-90s. There were of course many prior technical examples on older internet services, but this was one of, if not the, first major examples of such an attack on the modern World Wide Web.  This attack had numerous computers start to initiate a Transmission Control Protocol (TCP) connection with the ISPs servers, but never finishing the handshake protocol that finalized 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.  Ever since this “initial” DDoS attack, they have been as common on the internet as storms are in nature, a regular occurrence that massive pieces 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 am sure many people in this space would call so-called “spam” transactions a DoS attack on the Bitcoin blockchain. In order to call it that, you would have to define the “service” that the blockchain is offering as a system, and explain how spam transactions are denying that service to others…

Bitcoin Knots Has Been Nothing More Than A Denial-of-Service Attack On Bitcoin

2025/10/29 06:10

In computing, a denial-of-service attack (DoS attack; UK: /dɒs/ doss US: /dɑːs/ daas[1]) is a cyberattack in which the perpetrator seeks to make a machine or network resource unavailable to its intended users by temporarily or indefinitely disrupting services of a host connected to a network. -The Wikipedia definition of denial-of-service attack. 

This is a very basic concept. Someone makes use of their own resources to disrupt the functioning of other machines on a network. 

DoS attacks have been an issue for as long as the internet existed. One of the commonly argued “first Distributed Denial-of-service (DDoS) attacks” was against the Internet Service Provider (ISP) Panix in the mid-90s. There were of course many prior technical examples on older internet services, but this was one of, if not the, first major examples of such an attack on the modern World Wide Web. 

This attack had numerous computers start to initiate a Transmission Control Protocol (TCP) connection with the ISPs servers, but never finishing the handshake protocol that finalized 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. 

Ever since this “initial” DDoS attack, they have been as common on the internet as storms are in nature, a regular occurrence that massive pieces 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 am sure many people in this space would call so-called “spam” transactions a DoS attack on the Bitcoin blockchain. In order to call it that, you would have to define the “service” that the blockchain is offering as a system, and explain how spam transactions are denying that service to others in a way not intended by the design of the system. 

I’d wager a bet that most people who believe spam is a DoS attack would say something like “the service the blockchain offers is processing financial transactions, and spam takes space away from people trying to do that.” The problem is, that is not specifically the service the blockchain offers. 

The service it actually offers is the confirmation of any consensus valid transaction through a real-time auction that periodically settles whenever a miner finds a block. If your transaction is consensus valid, and you have bid a high enough fee for a miner to include your transaction in a block, 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 finalized in the activation of Segregated Witness and the rejection of the Segwit2x blocksize increase through a hard fork pushed by major companies at the time.  The blockchain would function by prioritizing the highest bidding fee transactions, and users would be free to compete in that auction. This is how blockspace would be allocated, with a global restriction to protect verifiability and a free market pricing mechanism. 

Nothing about a transaction some arbitrarily define as “spam” winning in this open auction is a DoS of the blockchain. It is a user making use of that resource in the way they are supposed to, participating in the auction with everyone else. 

The Relay Network

Many, if not most, Bitcoin nodes offer transaction relay as a service to the rest of the network. If you broadcast your transactions to your peers on the network, they will forward them on to their peers, and so on. Because the peering logic deciding which nodes to peer with maintains wide connectivity, this service allows transactions to propagate across the network very quickly, and specifically allows them to propagate to all mining nodes. 

Another service is block relay, propagating valid blocks as they are found in the same manner. This has been highly optimized over the years, to the point where most of the time an entire block is never actually relayed, just a shorthand “sketch” of the blockheader and the transactions included in it so you can reconstruct them from your own mempool. In other words, optimizations in block relay depend on a transaction relay functioning properly and propagating all valid and likely to be mined transactions. 

When nodes do not have transactions in a block already in their mempool, they must request them from neighboring nodes, taking more time to validate the block in the process. They also explicitly forward those transactions along with the block sketch to other peers in case they are missing them, wasting bandwidth. The more nodes filtering transactions they classify as spam, the longer it takes blocks including those filtered transactions to propagate across the network. 

Transaction filtering actively seeks to disrupt both of these services, in the case of transaction relay failing miserably to prevent them from propagating to miners, and in the case of block propagation having a marginal but noticeable performance degradation the more nodes on the network are filtering transactions. 

These node policies have the explicit purpose of degrading the network service of propagating transactions to miners and the rest of the network, and view the degradation of block propagation as a penalty to miners who choose to include valid transactions they are filtering. They seek to create a degradation of service as a goal, and view the degradation of another service resulting from that attempt as a positive. 

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

Where From Here?

The entire saga of Knotz vs. Core, or “Spammers” vs. “Filterers”, has been nothing more than a miserably 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 transaction propagation to miners has had no success whatsoever, and the degradation of block relay has been marginal enough to not be a disincentive to miners. 

I see this as a huge demonstration of Bitcoin’s robustness and resilience against attempted censorship and disruption on the level of the Bitcoin Network itself. 

So now what?

A BIP by an anonymous author has been put forward to enact a temporary softfork that would expire after roughly a year making numerous ways to include “spam” in Bitcoin transactions consensus invalid through that time period. After realizing the DoS attack on the peer-to-peer network has been a total failure, filter supporters have moved to consensus changes, as many of them were told would be necessary over two years ago. 

Will this actually solve the problem? No, it won’t. It will simply force people who wish to submit “spam” to this forked network, if they actually follow through on implementing it, to use fake ScriptPubKeys to encode their data in unspendable outputs that will bloat the UTXO set. 

So even if this fork was met with resounding support, activated successfully, and did not result in a chainsplit, it would still not achieve the stated goal and leave “spammers” no option but to “spam” in the most damaging way to the network possible.

Source: https://bitcoinmagazine.com/technical/bitcoin-knots-has-been-nothing-more-than-a-denial-of-service-attack-on-bitcoin

Disclaimer: The articles reposted on this site are sourced from public platforms and are provided for informational purposes only. They do not necessarily reflect the views of MEXC. All rights remain with the original authors. If you believe any content infringes on third-party rights, please contact service@support.mexc.com for removal. MEXC makes no guarantees regarding the accuracy, completeness, or timeliness of the content and is not responsible for any actions taken based on the information provided. The content does not constitute financial, legal, or other professional advice, nor should it be considered a recommendation or endorsement by MEXC.

You May Also Like

Polymarket, Kalshi bet big on web3—and global expansion

Polymarket, Kalshi bet big on web3—and global expansion

The post Polymarket, Kalshi bet big on web3—and global expansion appeared on BitcoinEthereumNews.com. Polymarket and Kalshi are doubling down on their future — literally — as both prediction-market platforms push into web3 and global markets in search of new revenue streams. Both startups are also on the hunt for regulatory approvals, and partnerships with sports organizations. Summary Polymarket and Kalshi reportedly kicked off expansion efforts. The plans were unveiled at a private New York dinner attended by ICE CEO Jeffrey Sprecher. Both platforms are exploring decentralized technologies and international venue partnerships as trading volumes rise. Bloomberg reports the expansion was kicked off in classic Wall Street fashion: with a private dinner high above New York’s financial district, where even Intercontinental Exchange CEO Jeffrey Sprecher showed up. Why it matters Both companies have been ramping up their growth strategies, each aiming to break out of their current lanes. Polymarket, which is about to relaunch in the U.S., and Kalshi, which just partnered with Coinbase, are now circling opportunities in web3 technologies — essentially taking prediction markets from the basement of the internet to the broader blockchain universe. As trading volumes rise, regulators and institutional players have been paying much closer attention to the sector — and so is big tech. Alphabet, for example, will soon display live probabilities from Kalshi and Polymarket on Google Finance and Google Search. This will allow users to type natural-language questions such as “Will the Fed cut rates in December?” and instantly see odds and how they’ve shifted over time. Kalshi supplies regulated U.S. event markets tied to economic data and policy decisions, while Polymarket covers a wider global range of topics, including politics, sports, and crypto. Both platforms have seen rising activity as more traders rely on prediction markets to assess future outcomes rather than traditional polls or analyst forecasts. Still, details on specific deals or regulatory filings…
Share
BitcoinEthereumNews2025/11/21 10:27
Why are XRP, BTC, ETH, and DOGE Prices Crashing?

Why are XRP, BTC, ETH, and DOGE Prices Crashing?

The post Why are XRP, BTC, ETH, and DOGE Prices Crashing? appeared on BitcoinEthereumNews.com. XRP, BTC, ETH, and DOGE prices are experiencing significant declines, with the overall crypto market down 2.71% in the past 24 hours. Bitcoin has fallen below $90K, and Ethereum dropped under $3K, contributing to a broader market downturn. XRP Price Struggles as Price Dips Below $2 In the last 24 hours, the XRP price crashed by 2% and it has reduced by 15% in the current week, at a lower price of less than $2 in a bearish market. The price of the cryptocurrency is presented in the form of a descending triangle, which is indicative of the risk of a further decrease. A breakdown of major support lines added to the decline in the recent past, leading to stop-losses and a minor spurt of leveraged sell-side liquidations. Moreover, the whale action increased with 190 million XRP being sold within the past 48 hours. In the meantime, there is a Bitwise XRP ETF that has been launched, but the situation is unstable in the market. 190 million $XRP sold by whales in the last 48 hours! pic.twitter.com/nB0P7jADCx — Ali (@ali_charts) November 20, 2025 Bitcoin Price Plunges, Falling Below $90K Amid Market Sell-Off Bitcoin price dropped 2.24% to $86,858 over the past 24 hours, continuing a 12% weekly decline. The BTC was selling at a low of less than $90k as investor confidence shifted to the negative. Redemptions of Bitcoin ETFs amounted to a sharp decline of $3.3 billion this month, which further contributed to the negative pressure. Also, the Federal Reserve rate cut in December was in doubt, with the probability being now 33% and this burdened risk assets.  BTC also sent down vital support levels, causing automated selling. The recent better-than-anticipated jobs report in United States sparked a question as to what Fed would do in future. Ethereum Price…
Share
BitcoinEthereumNews2025/11/21 10:29
Music body ICMP laments “wilful” theft of artists’ work

Music body ICMP laments “wilful” theft of artists’ work

The post Music body ICMP laments “wilful” theft of artists’ work appeared on BitcoinEthereumNews.com. A major music industry group, ICMP, has lamented the use of artists’ work by AI companies, calling them guilty of “wilful” copyright infringement, as the battle between the tech firms and the arts industry continues. The Brussels-based group known as the International Confederation of Music Publishers (ICMP) comprises major record labels and other music industry professionals. Their voice adds to many others within the arts industry that have expressed displeasure at AI firms for using their creative work to train their systems without permission. ICMP accuses AI firms of deliberate copyright infringement ICMP director general John Phelan told AFP that big tech firms and AI-specific companies were involved in what he termed “the largest copyright infringement exercise that has been seen.” He cited the likes of OpenAI, Suno, Udio, and Mistral as some of the culprits. The ICMP carried out an investigation for nearly two years to ascertain how generative AI firms were using material by creatives to enrich themselves. The Brussels-based group is one of a number of industry bodies that span across news media and publishing to target the fast-growing AI sector over its use of content without paying any royalties. Suno and Udio, who are AI music generators, can produce tracks with voices, melodies, and musical styles that echo those of the original artists such as the Beatles, Depeche Mode, Mariah Carey, and the Beach boys. “What is legal or illegal is how the technologies are used. That means the corporate decisions made by the chief executives of companies matter immensely and should comply with the law,” Phelan told AFP. “What we see is they are engaged in wilful, commercial-scale copyright infringement.” Phelan. In June last year, a US trade group, the Recording Industry Association of America, filed a lawsuit against Suno and Udio. However, an exception…
Share
BitcoinEthereumNews2025/09/18 04:41