SegWit

SegWit (Segregated Witness) is a Bitcoin upgrade that separates signature data from transaction inputs, fixing malleability and raising effective capacity.

SegWit restructures transactions so signature (witness) data is stored separately from the inputs it authorizes. This fixes transaction malleability, since altering signatures no longer changes the transaction ID, a prerequisite for the Lightning Network. It also introduces block weight, giving witness data a discount that effectively raises capacity. SegWit addresses use bech32 encoding and lower fees. Our Bitcoin archive RPC returns full transactions with segregated witness data and computes weight and virtual size, so you can validate and fee-estimate SegWit and legacy spends alike.

相关术语

另见

把概念变成一次 API 调用

这里的每个术语都对应一个今天即可调用的原语——充值额度即可上线。

获取 API 密钥