UTXO
UTXO
Transactions
13 个参考
未花费的交易输出:类比特币系统使用的会计模型,其中硬币表示为可以花费一次的离散输出。交易消耗 UTXO 作为输入并创建新的 UTXO 作为输出。
出现在 13 个白皮书章节中
Bitcoin As A State Transition System
...n is the collection of all coins (technically, "unspent transaction outputs" or UTXO) that have been minted and not yet spent, with each UTXO having a denomination ...
Mining
... matters; if there are two transactions A and B in a block such that B spends a UTXO created by A, then the block will be valid if A comes before B but not otherwis...
Scripting
...eans that scripts cannot specify fine-grained control over withdrawal amounts—a UTXO can only be spent in its entirety, with change sent to a new output. A script c...
Ethereum
...cation they can imagine.
The architecture differs fundamentally from Bitcoin's UTXO model. Ethereum uses an account-based system where the blockchain state consist...
Ethereum Accounts
...er and the fundamental unit for paying transaction fees (gas). Unlike Bitcoin's UTXO model where value is distributed across multiple unspent outputs, Ethereum acco...
Background
...of Litecoin. This decision inherited Litecoin's Scrypt-based proof-of-work, its UTXO (Unspent Transaction Output) transaction model, and its general network archite...
Technical Specifications
...uction rate even as miners enter and leave the network.
Dogecoin uses the same UTXO (Unspent Transaction Output) model as Bitcoin for tracking ownership of coins. ...
The Fork
...es, and it modified the block structure in ways that they argued undermined the UTXO model's simplicity. By choosing a straightforward block size increase instead, ...
Technical Specifications
...ecture of Bitcoin, including the SHA-256 proof-of-work consensus mechanism, the UTXO transaction model, the secp256k1 elliptic curve for digital signatures, and the...
Transaction Throughput and Scalability
...he original codebase — including block propagation, transaction validation, and UTXO set management — and informed subsequent optimization efforts.
Several protoco...
OP_RETURN and Data Applications
...otocol, it demonstrated the viability of building token economies on top of the UTXO model.
CashTokens, activated in May 2023, represents a more sophisticated appr...
Smart Contract Capabilities
...-complete smart contract model, Bitcoin Cash smart contracts operate within the UTXO model using a stack-based scripting language that is deliberately not Turing-co...
Conclusion
...with restored and new opcodes, enables sophisticated smart contracts within the UTXO model's safety constraints. CashTokens brings consensus-enforced tokenization t...
相关文章
Whitepaper Deep Dive
Bitcoin 白皮书:逐节深度解析
深入分析Satoshi Nakamoto于2008年发布的原版白皮书,逐节解读从摘要到概率计算的全部内容。
Whitepaper Deep DiveCardano 的 Ouroboros:首个可证明安全的 Proof-of-Stake 协议
深入剖析Cardano经过同行评审的proof-of-stake方法、UTXO记账模型以及结算层与计算层的分离。
Technical ExplainerBitcoin 的 UTXO 模型:为什么 Bitcoin 没有账户余额
支撑 Bitcoin 的 UTXO 模型——它与基于账户的系统有何不同,以及为什么它能实现更好的隐私保护。
ComparisonBitcoin vs Ethereum:两份最重要的加密货币白皮书对比
Satoshi 的支付系统与 Vitalik 的世界计算机如何为去中心化技术呈现不同愿景的对比分析。