{"id":49828,"date":"2026-07-14T17:47:31","date_gmt":"2026-07-14T17:47:31","guid":{"rendered":"https:\/\/cryptd.in\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\/"},"modified":"2026-07-14T17:47:31","modified_gmt":"2026-07-14T17:47:31","slug":"the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing","status":"publish","type":"post","link":"https:\/\/cryptd.in\/fr\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\/","title":{"rendered":"The Bitcoin Softfork That Tried to Police \u201cJunk Data\u201d \u2014 And Why It\u2019s Already Failing"},"content":{"rendered":"<p><a rel=\"nofollow\" href=\"https:\/\/bitcoinmagazine.com\/\">Bitcoin Magazine<\/a><br \/>\n<img decoding=\"async\" src=\"https:\/\/bitcoinmagazine.com\/wp-content\/uploads\/2026\/07\/tn-3.webp\" \/><br \/>\n<a rel=\"nofollow\" href=\"https:\/\/bitcoinmagazine.com\/technical\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\">The Bitcoin Softfork That Tried to Police \u201cJunk Data\u201d \u2014 And Why It\u2019s Already Failing<\/a><\/p>\n<div><\/div>\n<p class=\"wp-block-paragraph\"><em>This is a guest post by <a href=\"https:\/\/x.com\/reardencode\">Brandon Black<\/a>. Opinions expressed are entirely their own and do not necessarily reflect those of BTC Inc. or Bitcoin Magazine.<\/em><\/p>\n<p class=\"wp-block-paragraph\">Within the tiny internet bubble of Bitcoin X (formerly Bitcoin Twitter or Crypto Twitter), there has been a lot of noise in the past year about <a href=\"https:\/\/x.com\/dathon_ohm\">@dathon_ohm\u2019s<\/a> proposal for a Reduced Data Temporary Softfork, otherwise known as <a href=\"https:\/\/github.com\/bitcoin\/bips\/blob\/master\/bip-0110.mediawiki\" target=\"_blank\" rel=\"noopener\">BIP110<\/a>. Underlying this proposal is the idea that certain Bitcoin transactions have been violating the principles of the network by including in their locking or unlocking scripts data that can be interpreted in one or more additional ways besides their plain Bitcoin script interpretation. According to BIP110\u2019s supporters, reducing the use of these transactions is sufficient justification for the most confiscatory Bitcoin softfork to date, on a deployment timeline that is dramatically faster than the two most recent softforks, and with a lower activation readiness threshold.<\/p>\n<p class=\"wp-block-paragraph\">Bitcoin is an open-access, censorship-resistant ledger to which anyone can write entries if they are willing to pay fees sufficient to convince block template creators and miners to include their transaction. The fundamental value of Bitcoin vs. all other ledger systems is the aforementioned open access. Without it, Bitcoin\u2019s ledger has no more value than the bowling alley scoreboard. Because of this fundamentally open access, we all know that Bitcoin will be used by those we hate. Much like the principle of free speech, which is meaningless unless it applies to speech that we don\u2019t like, Bitcoin\u2019s open access would be meaningless if it only applied to transactions of which you or I approve. I will therefore assume that we do not want to be in the business of inspecting how other people structure their ledger entries any more than we want them inspecting our entries.<\/p>\n<p class=\"wp-block-paragraph\">BIP110 proponents might say, \u201cSure, but that only applies to <em>monetary<\/em> entries! What about these non-monetary entries?\u201d, but the reality is that there simply is no such distinction. Every transaction made on Bitcoin is made by satisfying the conditions of some locking script to make an entry in the ledger, which consumes input coins and creates output coins. The fact that one transaction\u2019s scripts are larger or smaller than another is of no relevance to me as a Bitcoin node operator or user. First, I simply do not look at other people\u2019s transactions. They\u2019re no more my business than other people\u2019s orders at the local caf\u00e9. Second, my node makes no such distinction. Transactions are either valid or invalid, and they are either costly to validate (like a large multisig) or cheap to validate (like one of these Ordinals or OP_RETURNs).<\/p>\n<p class=\"wp-block-paragraph\">One could argue that Bitcoin, like gold, would be a superior monetary asset if it could not also be looked at in other ways. Imagine if gold could not be used in industry or jewelry! It might be true that that would make it better as money. But of course, the very same properties that make gold good money also make it desirable in jewelry and industry. The same applies to Bitcoin. The very fact that Bitcoin allows anyone to make an entry if they are willing to pay the fees means that we must give up the idea that we can control how they will look at that entry. No matter what restrictions we put on the structure of the entries, it will always be possible to make entries that can be interpreted in other ways by non-Bitcoin software. So, both with Bitcoin and with gold, we accept that other use is inevitable. In gold, this leads to distortions in the market when non-monetary demand increases or decreases. In Bitcoin, this can lead to periods of higher transaction fees when there\u2019s greater demand for its limited blockspace.<\/p>\n<p class=\"wp-block-paragraph\">In Bitcoin, we have two advantages that gold does not have. First, making Bitcoin transactions that can be viewed in alternative ways does not affect the market for Bitcoin itself. Unlike gold, very little Bitcoin is allocated to these uses. Second, in Bitcoin, we have a protocol that is already designed to minimize cost to the validation network from such other interpretations. Bitcoin limits both the size of blocks and the number of signatures that can be used in transactions. These are the greatest costs to validating nodes, and the protocol limits on them have been in place since the very early days of Bitcoin, precisely to prevent abuse by any high-frequency or high-volume use of the ledger. These limits have already spurred innovations such as the Lightning Network, Ark, Spark, Cashu, and many more. Even the boom in demand for blockspace caused by these \u201cnon-monetary\u201d ledger entries (yes, that does sound ridiculous) has increased the use of these scaling solutions, which require fewer entries on the main ledger.<\/p>\n<p class=\"wp-block-paragraph\">With the justification for BIP110 thus explored, and hopefully shown to be woefully lacking, let\u2019s look at the proposed change itself. BIP110 restricts the size of locking scripts, restricts the number of alternative scripts in taproot, makes the taproot annex invalid, removes all upgradable witness and tapscript versions, removes all tapscript upgradable opcodes, and makes OP_IF and OP_NOTIF invalid in tapscript. All of these restrictions apply to UTXOs created during the 52414 blocks (approximately 1 year) after its activation. BIP110 also proposes a miner readiness signaling threshold of 55% instead of the threshold used in prior miner signaled softforks of 90% or more. If 55% of blocks do not signal readiness before block 961632, nodes enforcing BIP110 will treat blocks <em>not<\/em> signaling readiness as invalid to force the change to lock in by block 963648 and activate by block 965664.<\/p>\n<p class=\"wp-block-paragraph\">BIP110 would be the most sweeping restriction of Bitcoin script since Satoshi\u2019s well-known deactivation of many opcodes in response to a critical vulnerability (<a href=\"https:\/\/nvd.nist.gov\/vuln\/detail\/CVE-2010-5137\" target=\"_blank\" rel=\"noopener\">CVE-2010-5137<\/a>) back in 2010. It proposes miner signaled activation with an unprecedentedly low threshold and node-forced activation after less than 9 months from the date the BIP was assigned a number. It does all of this because (as discussed above) other people are viewing certain ledger entries in ways which the BIP110 supporters do not approve of. Worse yet, the folks who use such disapproved ledger entries have already updated their software to continue making such entries even if BIP110 were to become Bitcoin\u2019s consensus rule set. This was, of course, a predictable outcome (many of us explicitly predicted it) because it is fundamentally impossible to restrict how other people use external software to analyze entries on an open-access public ledger.<\/p>\n<p class=\"wp-block-paragraph\">In summary, BIP110 is a proposal to do something impossible (limit how users of an open access ledger use that ledger) in response to a problem that is already fully addressed through Bitcoin\u2019s existing protocol limits. It proposes to do this impossible thing on an irresponsibly short activation timeline, with incredibly limited code review, and regardless of whether the change reaches any type of ecosystem consensus. Fortunately, Bitcoin is not such a delicate flower of a system that such a foolhardy attempt at modifying it will succeed. Not only have miners soundly rejected BIP110, but other voices throughout the developer, investor, influencer, and corporate landscape have spoken out against the changes.\u00a0 In August, this particular attack against Bitcoin\u2019s consensus rules will have made Bitcoin stronger through its failure, and the network will continue its steady rhythm of tick-tock, next block.<\/p>\n<p>This post <a rel=\"nofollow\" href=\"https:\/\/bitcoinmagazine.com\/technical\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\">The Bitcoin Softfork That Tried to Police \u201cJunk Data\u201d \u2014 And Why It\u2019s Already Failing<\/a> first appeared on <a rel=\"nofollow\" href=\"https:\/\/bitcoinmagazine.com\/\">Bitcoin Magazine<\/a> and is written by <a rel=\"nofollow\" href=\"https:\/\/bitcoinmagazine.com\/authors\/brandon-black\">Brandon Black<\/a>.<\/p>","protected":false},"excerpt":{"rendered":"<p>Bitcoin Magazine The Bitcoin Softfork That Tried to Police \u201cJunk Data\u201d \u2014 And Why It\u2019s Already Failing This is a guest post by Brandon Black. Opinions expressed are entirely their own and do not necessarily reflect those of BTC Inc. or Bitcoin Magazine. Within the tiny internet bubble of Bitcoin X (formerly Bitcoin Twitter or [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":49830,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-49828","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-feeds"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>The Bitcoin Softfork That Tried to Police \u201cJunk Data\u201d \u2014 And Why It\u2019s Already Failing - cryptd.in<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cryptd.in\/fr\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Bitcoin Softfork That Tried to Police \u201cJunk Data\u201d \u2014 And Why It\u2019s Already Failing - cryptd.in\" \/>\n<meta property=\"og:description\" content=\"Bitcoin Magazine The Bitcoin Softfork That Tried to Police \u201cJunk Data\u201d \u2014 And Why It\u2019s Already Failing This is a guest post by Brandon Black. Opinions expressed are entirely their own and do not necessarily reflect those of BTC Inc. or Bitcoin Magazine. Within the tiny internet bubble of Bitcoin X (formerly Bitcoin Twitter or [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cryptd.in\/fr\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\/\" \/>\n<meta property=\"og:site_name\" content=\"cryptd.in\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-14T17:47:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bitcoinmagazine.com\/wp-content\/uploads\/2026\/07\/tn-3.webp\" \/>\n<meta name=\"author\" content=\"cryptd.in\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"cryptd.in\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cryptd.in\\\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cryptd.in\\\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\\\/\"},\"author\":{\"name\":\"cryptd.in\",\"@id\":\"https:\\\/\\\/cryptd.in\\\/#\\\/schema\\\/person\\\/7973e8183bc6723b86adfe84d5af0ce4\"},\"headline\":\"The Bitcoin Softfork That Tried to Police \u201cJunk Data\u201d \u2014 And Why It\u2019s Already Failing\",\"datePublished\":\"2026-07-14T17:47:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cryptd.in\\\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\\\/\"},\"wordCount\":1287,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/cryptd.in\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/cryptd.in\\\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cryptd.in\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/tn-3-tfSJiT.webp\",\"articleSection\":[\"Feeds\"],\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/cryptd.in\\\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cryptd.in\\\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\\\/\",\"url\":\"https:\\\/\\\/cryptd.in\\\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\\\/\",\"name\":\"The Bitcoin Softfork That Tried to Police \u201cJunk Data\u201d \u2014 And Why It\u2019s Already Failing - cryptd.in\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cryptd.in\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cryptd.in\\\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cryptd.in\\\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cryptd.in\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/tn-3-tfSJiT.webp\",\"datePublished\":\"2026-07-14T17:47:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cryptd.in\\\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cryptd.in\\\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/cryptd.in\\\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cryptd.in\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/tn-3-tfSJiT.webp\",\"contentUrl\":\"https:\\\/\\\/cryptd.in\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/tn-3-tfSJiT.webp\",\"width\":1200,\"height\":630},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cryptd.in\\\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cryptd.in\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The Bitcoin Softfork That Tried to Police \u201cJunk Data\u201d \u2014 And Why It\u2019s Already Failing\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cryptd.in\\\/#website\",\"url\":\"https:\\\/\\\/cryptd.in\\\/\",\"name\":\"cryptd.in\",\"description\":\"Alternative LinkedIn for Crypto-friendly Talents\",\"publisher\":{\"@id\":\"https:\\\/\\\/cryptd.in\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cryptd.in\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cryptd.in\\\/#organization\",\"name\":\"cryptd.in\",\"url\":\"https:\\\/\\\/cryptd.in\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/cryptd.in\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/cryptd.in\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/cryptdin_logo.jpg\",\"contentUrl\":\"https:\\\/\\\/cryptd.in\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/cryptdin_logo.jpg\",\"width\":900,\"height\":900,\"caption\":\"cryptd.in\"},\"image\":{\"@id\":\"https:\\\/\\\/cryptd.in\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/cryptd.in\\\/#\\\/schema\\\/person\\\/7973e8183bc6723b86adfe84d5af0ce4\",\"name\":\"cryptd.in\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/cryptd.in\\\/wp-content\\\/litespeed\\\/avatar\\\/0b38230b9c4987de71d8ea131b2d0c60.jpg?ver=1784051746\",\"url\":\"https:\\\/\\\/cryptd.in\\\/wp-content\\\/litespeed\\\/avatar\\\/0b38230b9c4987de71d8ea131b2d0c60.jpg?ver=1784051746\",\"contentUrl\":\"https:\\\/\\\/cryptd.in\\\/wp-content\\\/litespeed\\\/avatar\\\/0b38230b9c4987de71d8ea131b2d0c60.jpg?ver=1784051746\",\"caption\":\"cryptd.in\"},\"sameAs\":[\"http:\\\/\\\/cryptd.in\"],\"url\":\"https:\\\/\\\/cryptd.in\\\/fr\\\/author\\\/cryptd-in\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The Bitcoin Softfork That Tried to Police \u201cJunk Data\u201d \u2014 And Why It\u2019s Already Failing - cryptd.in","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cryptd.in\/fr\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\/","og_locale":"fr_FR","og_type":"article","og_title":"The Bitcoin Softfork That Tried to Police \u201cJunk Data\u201d \u2014 And Why It\u2019s Already Failing - cryptd.in","og_description":"Bitcoin Magazine The Bitcoin Softfork That Tried to Police \u201cJunk Data\u201d \u2014 And Why It\u2019s Already Failing This is a guest post by Brandon Black. Opinions expressed are entirely their own and do not necessarily reflect those of BTC Inc. or Bitcoin Magazine. Within the tiny internet bubble of Bitcoin X (formerly Bitcoin Twitter or [&hellip;]","og_url":"https:\/\/cryptd.in\/fr\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\/","og_site_name":"cryptd.in","article_published_time":"2026-07-14T17:47:31+00:00","og_image":[{"url":"https:\/\/bitcoinmagazine.com\/wp-content\/uploads\/2026\/07\/tn-3.webp","type":"","width":"","height":""}],"author":"cryptd.in","twitter_card":"summary_large_image","twitter_misc":{"\u00c9crit par":"cryptd.in","Dur\u00e9e de lecture estim\u00e9e":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cryptd.in\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\/#article","isPartOf":{"@id":"https:\/\/cryptd.in\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\/"},"author":{"name":"cryptd.in","@id":"https:\/\/cryptd.in\/#\/schema\/person\/7973e8183bc6723b86adfe84d5af0ce4"},"headline":"The Bitcoin Softfork That Tried to Police \u201cJunk Data\u201d \u2014 And Why It\u2019s Already Failing","datePublished":"2026-07-14T17:47:31+00:00","mainEntityOfPage":{"@id":"https:\/\/cryptd.in\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\/"},"wordCount":1287,"commentCount":0,"publisher":{"@id":"https:\/\/cryptd.in\/#organization"},"image":{"@id":"https:\/\/cryptd.in\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\/#primaryimage"},"thumbnailUrl":"https:\/\/cryptd.in\/wp-content\/uploads\/2026\/07\/tn-3-tfSJiT.webp","articleSection":["Feeds"],"inLanguage":"fr-FR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/cryptd.in\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/cryptd.in\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\/","url":"https:\/\/cryptd.in\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\/","name":"The Bitcoin Softfork That Tried to Police \u201cJunk Data\u201d \u2014 And Why It\u2019s Already Failing - cryptd.in","isPartOf":{"@id":"https:\/\/cryptd.in\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cryptd.in\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\/#primaryimage"},"image":{"@id":"https:\/\/cryptd.in\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\/#primaryimage"},"thumbnailUrl":"https:\/\/cryptd.in\/wp-content\/uploads\/2026\/07\/tn-3-tfSJiT.webp","datePublished":"2026-07-14T17:47:31+00:00","breadcrumb":{"@id":"https:\/\/cryptd.in\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cryptd.in\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/cryptd.in\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\/#primaryimage","url":"https:\/\/cryptd.in\/wp-content\/uploads\/2026\/07\/tn-3-tfSJiT.webp","contentUrl":"https:\/\/cryptd.in\/wp-content\/uploads\/2026\/07\/tn-3-tfSJiT.webp","width":1200,"height":630},{"@type":"BreadcrumbList","@id":"https:\/\/cryptd.in\/the-bitcoin-softfork-that-tried-to-police-junk-data-and-why-its-already-failing\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cryptd.in\/"},{"@type":"ListItem","position":2,"name":"The Bitcoin Softfork That Tried to Police \u201cJunk Data\u201d \u2014 And Why It\u2019s Already Failing"}]},{"@type":"WebSite","@id":"https:\/\/cryptd.in\/#website","url":"https:\/\/cryptd.in\/","name":"cryptd.in","description":"Alternative LinkedIn pour les talents crypto-compatibles","publisher":{"@id":"https:\/\/cryptd.in\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cryptd.in\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/cryptd.in\/#organization","name":"cryptd.in","url":"https:\/\/cryptd.in\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/cryptd.in\/#\/schema\/logo\/image\/","url":"https:\/\/cryptd.in\/wp-content\/uploads\/2024\/05\/cryptdin_logo.jpg","contentUrl":"https:\/\/cryptd.in\/wp-content\/uploads\/2024\/05\/cryptdin_logo.jpg","width":900,"height":900,"caption":"cryptd.in"},"image":{"@id":"https:\/\/cryptd.in\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/cryptd.in\/#\/schema\/person\/7973e8183bc6723b86adfe84d5af0ce4","name":"cryptd.in","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/cryptd.in\/wp-content\/litespeed\/avatar\/0b38230b9c4987de71d8ea131b2d0c60.jpg?ver=1784051746","url":"https:\/\/cryptd.in\/wp-content\/litespeed\/avatar\/0b38230b9c4987de71d8ea131b2d0c60.jpg?ver=1784051746","contentUrl":"https:\/\/cryptd.in\/wp-content\/litespeed\/avatar\/0b38230b9c4987de71d8ea131b2d0c60.jpg?ver=1784051746","caption":"cryptd.in"},"sameAs":["http:\/\/cryptd.in"],"url":"https:\/\/cryptd.in\/fr\/author\/cryptd-in\/"}]}},"_links":{"self":[{"href":"https:\/\/cryptd.in\/fr\/wp-json\/wp\/v2\/posts\/49828","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cryptd.in\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cryptd.in\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cryptd.in\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cryptd.in\/fr\/wp-json\/wp\/v2\/comments?post=49828"}],"version-history":[{"count":0,"href":"https:\/\/cryptd.in\/fr\/wp-json\/wp\/v2\/posts\/49828\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cryptd.in\/fr\/wp-json\/wp\/v2\/media\/49830"}],"wp:attachment":[{"href":"https:\/\/cryptd.in\/fr\/wp-json\/wp\/v2\/media?parent=49828"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cryptd.in\/fr\/wp-json\/wp\/v2\/categories?post=49828"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cryptd.in\/fr\/wp-json\/wp\/v2\/tags?post=49828"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}