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 백서: 섹션별 상세 분석
2008년 Satoshi Nakamoto의 원본 백서를 심층 분석하며, 초록부터 확률 계산까지 모든 섹션을 상세히 해부합니다.
Whitepaper Deep DiveCardano의 Ouroboros: 최초의 증명 가능한 안전한 Proof-of-Stake 프로토콜
Cardano의 동료 검토 기반 proof-of-stake 접근 방식, UTXO 회계 모델, 그리고 결제 계층과 연산 계층의 분리를 심층 분석합니다.
Technical ExplainerBitcoin의 UTXO 모델: Bitcoin에 계좌 잔고가 없는 이유
Bitcoin을 뒷받침하는 UTXO 모델 — 계정 기반 시스템과의 차이점, 그리고 더 나은 프라이버시를 가능하게 하는 이유를 설명합니다.
ComparisonBitcoin vs Ethereum: 가장 중요한 두 암호화폐 백서 비교
Satoshi의 결제 시스템과 Vitalik의 월드 컴퓨터가 탈중앙화 기술에 대한 서로 다른 비전을 어떻게 제시하는지 비교 분석합니다.