比特币最近的Op Return讨论和Bitcoin Core节点政策

金色财经2025-07-21 tarihinde yayınlandı2025-07-21 tarihinde güncellendi

最近比特币关于Op_Return输出讨论非常激烈,又激发了我的好奇心,我决定写一篇文章总结。其实这样的文章,主要是写给自己看,除非特别关心协议和技术,大家没必要浪费时间读。

甚至,现在AI这么强了,我觉得让chatgpt o3或者让gemini 2.5 pro deep research给各位写,要比我写的好太多。

在前几天,有一位朋友要做空Ordi,恰好是31 位 Core 贡献者联合发布《交易转发政策声明》的时间后。

我非常想告诉他这些关于Op_Return和往UTXO里塞数据的讨论,以及潜在的和铭文的关系。

但鉴于我对价格的预测真是烂到家了,我还是没说,不能影响别人发财啊。而且我真心觉得技术和价格现在是完全脱离了,没啥关系了。

一直以来,Core开发组,作为比特币的“官方”,对往比特币区块链上塞各种和比特币作为货币属性无关的数据,都是严防死守的。这个政策是从2014Op_return被引入Bitcoin开始,一直延续到最近的31Core贡献者联合声明之前,都是妥妥的严防死守。Core 一直对“非金融数据”抱持最小化立场:1)每笔交易最多 1  OP_RETURN2)单条数据不能超过 80 字节;3)允许节点用-datacarriersize 手动调大,b也就是这本质上不是共识规则。

一直以来,Core官方的态度和代码实践上都是严格限制“非金融”数据上链的。

但最近Bitcoin Core的代码仓库更新了对这些“非金融”数据的态度,一下子放开了对这些数据的限制,而且步子迈的特别大。

Core开发者 Peter Todd(这哥们现在到处称自己不是Core贡献者,只是研究者了,哈)在20254月份搞一个 PR #32359 “Remove arbitrary limits on OP_RETURN outputs”,提议:1

删除单条 80 字节和“单输出”检查;2)废弃 -datacarriersize 相关选项;3)其余 DoS 防护交由市场费用+带宽综合判断。

需要说明的是这个 PR 尚未合并进Bitcoin core主代码仓库,但 最近的31名开发者的联合声明等于给放宽政策背书,看起来要合并这个PR

另外,在20215BCH的升级是做了类似的规则更新,但这次BTC的规则更激进,BCH到现在为止在代码层次上还是限制单笔交易的op_return总字节尺寸不能超过223字节,在一笔bch交易里可以有多个op_return输出,但总字节数不能超过223字节。

BTC的这次PR是没有对Op_return在单笔交易的总字节量做出限制,但比特币的单笔交易有1M字节的限制,所以也可以认为单笔交易对Op_return的字节限制是1M

以上就是这一次Bitcoin Core节点软件在代码层面上对“非金融数据”上链的政策更改。

为什么会有这一更改?

从铭文在2022年火起来后,比特币区块链的总数据量(节点软件需要下载的文件总量)以及UTXO数量(节点软件里必须常驻内存的数据)都大规模膨胀。

下面是我使用chatgpt o3模型调研数据,并画出来的铭文火起来后比特币区块链数据膨胀的历史。

区块链总数据量从 ≈ 430 GB(2022-10)膨胀到 ≈ 665 GB(2025-06);

UTXO 集合一度冲到 1.88 亿条(2024-12),是 2022 年的两倍多;

(OP_RETURN 本身不进 UTXO,但碎片化 Taproot 输出会显著拉高。)

让比特币链上胖身材 + 多碎片同时出现,磁盘胀 60%UTXO  2 倍,这让很多开发者担心去中心化的成本了。

Core开发组从2022年以来,对铭文这些的应用就抱有非常大的敌意,强烈要求在规则层面进一步限制这些数据。Core开发者的主流观点是比特币区块链要去中心化,就要限制这些非金融数据,以让节点运行成本不会膨胀。

这里以Lukejr为代表,Lukejr自己开发的节点软件Knots就直接限制了对将数据塞进op_return的铭文类应用的交易的中继,就是Knote作为比特币的节点软件在收到铭文交易后是不转发的。

Op_return本身在比特币规则里是可以被节点软件裁剪的,也就是不具备区块链常见的数据永久保存的能力。

很多其他铭文类的应用,就担心自己的数据被比特币规则限制,使用了各种hack手段来设计协议,从利用Op_return,进化到了将数据塞进taproot脚本里,保存在交易的见证数据(witness)里。

在见证数据里,受益于segwit的手续费打折,以及见证数据区块的3M上限,让这些铭文类数据的矿工费又便宜,设计起来还比op_return还简单,并且受比特币协议保护,不会被裁剪。

这下就更惹火了Core开发组的很多开发者。

但除了少部分Core开发者,好像整个生态都挺欢迎这些铭文类应用的,包括矿工和交易所,都是明牌支持。

交易大量上架各种铭文类代币。

矿工甚至大量打包非标准脚本交易,以配合很多铭文类协议产生的更大更复杂的交易,这在实事上就突破了op_return数据的限制,因为本质上这种限制并不是共识层面的限制,只要有矿池打包了,其它矿池不会拒绝的。

上述两种情况,对比特币区块链数据的影响的区别是很大的。Op_return类数据和taproot脚本都会显著增加区块数据量,也会大量增加UTXO的数量。然而在完整节点运营视角来看,Op_return数据是可裁减的,但taproot脚本是不可裁减的。

这样的局势发展,大约是到了要倒逼协议做出变更了。

如果铭文类应用无法阻挡,那在协议层如果放开对Op_return数据的限制,给铭文类应用放开一个口子,引导它们使用Op_return,而不是taproot脚本,或许对比特币的节点运营来说是更友好的。

就让Core开发者产生了两派,少量的坚定认为应该在协议层堵死铭文类应用产生的“垃圾数据”,他们坚定认为铭文类应用就是对比特币发动的DDOS

而更多的开发者是觉得两权相害取其轻,引导数据往op_return发展,而不是可花费的脚本。

这就是,目前我看到的情况。

我觉得目前局势发展下去会产生什么结果呢?

Op_return数据的协议层更改,并不会产生比特币链的分裂,这是非共识层的。而且目前像Luke jr这样的强烈反对“非金融数据”上链的一方,采取的最极端的做法也仅仅是限制节点对铭文类交易的中继,而不是直接在协议里做设定其为非法。

所以这一次争议完全没有分裂的风险。

但我觉得Bitcoin core节点软件会朝着放宽Op_return数据限制方向发展。Luke jr这一派估计是要认了,按我读到的文章,Luke jr可是坚定的斗士,对自己的理念极其坚定,但这一次我觉得Luke jr要么做好长期战斗准备,要么认了。

铭文类,二层类应用,可能会迎来更友好的比特币底层协议开发环境。

但我对价格,是真不知道。

Trend Kriptolar

İlgili Okumalar

Quantum Computing "Manhattan Project" Unveiled: Is the Encryption Industry at a Critical Turning Point?

"Quantum Computing 'Manhattan Project' Launched: Is the Crypto Industry at a Critical Juncture?" On June 22, former U.S. President Donald Trump signed two executive orders. The first mandates all federal agencies upgrade their cryptographic systems to new, quantum-resistant standards by 2030. The second orders the Department of Energy to lead the development of a national quantum computer, signaling a shift from laboratory research to a state-enforced national agenda. This creates a hard deadline. A powerful quantum computer could break current encryption. The threat is compounded by "harvest now, decrypt later" attacks, where encrypted data is stored today for future decryption. Federal agencies must appoint migration officers and complete post-quantum cryptography (PQC) upgrades for key establishment by 2030 and digital signatures by 2031. Procurement rules will also be changed, forcing government contractors to comply. The crypto industry faces a direct threat. Bitcoin's ECDSA signatures are theoretically vulnerable. Research indicates millions of Bitcoin with exposed public keys are at risk if quantum computers advance. While projects like Bitcoin Quantum testnets and efforts by Ethereum, Solana, NEAR, and Zcash are exploring quantum-resistant solutions, achieving consensus in decentralized networks remains a major challenge. The centralized U.S. government has started a 5-year countdown. For decentralized crypto networks, the real test is whether they can complete this anti-quantum upgrade before the theoretical threat becomes a practical reality.

Foresight News21 dk önce

Quantum Computing "Manhattan Project" Unveiled: Is the Encryption Industry at a Critical Turning Point?

Foresight News21 dk önce

Coin Stock Barometer丨BitMine's Total Assets and Investment Reach $10.7 Billion, Exceeding ~$9.3 Billion Floating Loss; Strategy Buys Only 520 BTC, Strive Adds Positions Against the Trend (June 23)

This article provides a weekly market update on "coin-equity" trends, focusing on listed companies holding major cryptocurrencies. Key highlights include: **General Market Trends:** Global equities, particularly in the US, Japan, and South Korea, faced significant sell-offs, led by large tech and AI-related stocks. Analysts cite profit-taking and a shift from hype-driven to performance-driven valuation for AI companies. Market focus is on upcoming Micron Technology's earnings. **Cryptocurrency Treasury Updates:** * **Bitcoin (BTC):** Net weekly BTC purchases by listed companies (excluding miners) totaled approximately $86 million, down 13.97% from the prior week. Strategy (formerly MicroStrategy) purchased only 520 BTC for ~$34.9 million, while Strive Asset Management increased its holdings by 759 BTC for ~$50 million. Other notable actions include Mara Holdings adding 1,000 BTC and Capital B shareholders approving a massive financing plan (up to ~$1.2 trillion) to potentially expand its Bitcoin reserves. * **Ethereum (ETH):** BitMine emerged as the largest corporate ETH treasury, holding 5.67 million ETH (4.7% of supply). It purchased an additional 52,203 ETH ($92 million) in the past week. Sharplink completed a $75 million private placement to fund further ETH accumulation and stock buybacks. * **Solana (SOL):** The top five listed companies hold over 15.7 million SOL combined. However, Solmate Infrastructure, a SOL treasury firm, faces a lawsuit from its largest external shareholder alleging board misconduct and self-dealing. * **Other:** Updates include Canton Strategic's $50 million stock buyback plan and Lite Strategy's $1 million strategic investment in LitVM, a Layer-2 network for Litecoin. The article notes that while crypto treasury firms continue fundraising and accumulation, their stocks may struggle to rise against the broader market downturn until Q4.

marsbit35 dk önce

Coin Stock Barometer丨BitMine's Total Assets and Investment Reach $10.7 Billion, Exceeding ~$9.3 Billion Floating Loss; Strategy Buys Only 520 BTC, Strive Adds Positions Against the Trend (June 23)

marsbit35 dk önce

OpenAI Partners with PE Firms, Investing $4 Billion. Let's Talk About Silicon Valley's Hottest New Role: FDE.

The hottest new role in Silicon Valley is the Forward Deployment Engineer (FDE), a hybrid of engineer and business consultant whose core mission is to transform AI demos into native, practical workflows within client organizations. The recent surge in demand is driven by a strategic shift from leading AI companies. OpenAI, partnering with 19 private equity firms in a $4 billion investment, formed a Deployment Company and acquired Tomoro along with its 150 FDEs. Anthropic also announced a $1.5 billion joint venture with financial institutions like Blackstone. The article, based on interviews with industry experts Jove (FDE lead at Cresta) and Oliver (VP at Invisible Technologies, ex-McKinsey), explores the FDE role and the rise of deployment-focused companies. Key insights include: **The FDE Role:** Jove describes an FDE as a "Forward Deployed CTO"—a technically strong engineer who works intimately with clients to implement AI solutions, learn from the process, and feed those insights back to improve the core product. They require expertise in AI agents, client-facing experience, resilience, and the ability to handle complex, imperfect systems. While AI tools enhance their efficiency, the role's complexity makes full automation a distant prospect. **Industry Shift:** Model companies are moving beyond selling tools to ensuring real-world adoption. This blurs the line between model and application companies. Collaborations with private equity (PE) firms are key, providing access to large portfolios of traditional businesses needing AI transformation. For PE firms, these partnerships offer signal value to LPs, create tangible value in portfolio companies, and provide exposure to high-growth AI assets. **Consulting & Transformation:** AI deployment involves deep, customized workflow redesign, moving beyond simple tool augmentation. Companies like Invisible Technologies build modular platforms to create bespoke, AI-native workflows for clients. While traditional consulting will see growth in helping businesses rethink their models for AI, the real value is captured by firms that leave behind transformed, operational systems. Critical success factors include building robust data foundations and strategically deciding which workflow steps should be deterministic versus AI-driven. The ultimate goal shifts from pure cost-cutting to unlocking new revenue opportunities previously impossible without AI-scale capabilities.

marsbit47 dk önce

OpenAI Partners with PE Firms, Investing $4 Billion. Let's Talk About Silicon Valley's Hottest New Role: FDE.

marsbit47 dk önce

İşlemler

Spot
Futures

Popüler Makaleler

OP Nasıl Satın Alınır

HTX.com’a hoş geldiniz! Optimism (OP) satın alma işlemlerini basit ve kullanışlı bir hâle getirdik. Adım adım açıkladığımız rehberimizi takip ederek kripto yolculuğunuza başlayın. 1. Adım: HTX Hesabınızı OluşturunHTX'te ücretsiz bir hesap açmak için e-posta adresinizi veya telefon numaranızı kullanın. Sorunsuzca kaydolun ve tüm özelliklerin kilidini açın. Hesabımı Aç2. Adım: Kripto Satın Al Bölümüne Gidin ve Ödeme Yönteminizi SeçinKredi/Banka Kartı: Visa veya Mastercard'ınızı kullanarak anında Optimism (OP) satın alın.Bakiye: Sorunsuz bir şekilde işlem yapmak için HTX hesap bakiyenizdeki fonları kullanın.Üçüncü Taraflar: Kullanımı kolaylaştırmak için Google Pay ve Apple Pay gibi popüler ödeme yöntemlerini ekledik.P2P: HTX'teki diğer kullanıcılarla doğrudan işlem yapın.Borsa Dışı (OTC): Yatırımcılar için kişiye özel hizmetler ve rekabetçi döviz kurları sunuyoruz.3. Adım: Optimism (OP) Varlıklarınızı SaklayınOptimism (OP) satın aldıktan sonra HTX hesabınızda saklayın. Alternatif olarak, blok zinciri transferi yoluyla başka bir yere gönderebilir veya diğer kripto para birimlerini takas etmek için kullanabilirsiniz.4. Adım: Optimism (OP) Varlıklarınızla İşlem YapınHTX'in spot piyasasında Optimism (OP) ile kolayca işlemler yapın.Hesabınıza erişin, işlem çiftinizi seçin, işlemlerinizi gerçekleştirin ve gerçek zamanlı olarak izleyin. Hem yeni başlayanlar hem de deneyimli yatırımcılar için kullanıcı dostu bir deneyim sunuyoruz.

346 Toplam GörüntülenmeYayınlanma 2024.12.12Güncellenme 2026.06.02

OP Nasıl Satın Alınır

Tartışmalar

HTX Topluluğuna hoş geldiniz. Burada, en son platform gelişmeleri hakkında bilgi sahibi olabilir ve profesyonel piyasa görüşlerine erişebilirsiniz. Kullanıcıların OP (OP) fiyatı hakkındaki görüşleri aşağıda sunulmaktadır.

活动图片