~/tools/ordinal-fee-estimator可交互
Ordinals 手续费估算器
这个 Ordinals 手续费估算器可以根据铭文字节数、费率、输出类型和 postage,快速估算 commit fee、reveal fee 和总成本。
~/tools/ordinal-fee-estimatorestimate inscription fees
预估 reveal vbytes
预估 commit 手续费
预估 reveal 手续费
预估总手续费
手续费 + postage
~/tools/ordinal-fee-estimator/examplesusage.txt
使用示例
- 查看内容大小变化会如何影响 inscription 的 reveal 手续费。
- 比较 P2TR 和 P2WPKH 风格假设下的 reveal 成本差异。
- 在真正构建 inscription 流程前,先估算手续费和 postage 总支出。
~/tools/ordinal-fee-estimator/guideREADME.md
Ordinals 手续费估算器说明
Ordinals 手续费估算器适合在真正构建 inscription 流程前,先拿到一个粗略但实用的成本参考。它会把 commit 和 reveal 拆开估算,再结合内容字节数、费率、输出类型和 postage,给出总手续费和总成本。真实 inscription 的费用还会受到脚本细节和具体构造方式影响,但前端场景、产品预览和用户教育往往更需要一个快速方向性的数字,而不是逐字节的底层精算。这也是这个工具的定位。
~/tools/ordinal-fee-estimator/faq3 items
常见问题
为什么要分 commit fee 和 reveal fee?
因为很多 inscription 流程本来就是两步交易结构,一步提交,一步揭示内容。
什么是 postage?
Postage 是留在 inscription 输出上的 satoshi 数量,它和手续费不是同一个概念。
这个结果是精确费用吗?
不是。它是一个简化估算器,适合做快速规划而不是脚本级精确核算。
~/tools/ordinal-fee-estimator/related5 links
~/tools/ordinal-fee-estimator/links站内