Glossário Solana
QuizGrafo
Home/Blockchain Geral/Bitcoin Script
Blockchain Geral
Compartilhar

Bitcoin Script

Também chamado de:Script
📖O que é

Bitcoin's stack-based, intentionally non-Turing-complete scripting language used to define spending conditions for transaction outputs. Scripts are composed of opcodes that manipulate a stack to evaluate whether a transaction is authorized, supporting operations like signature verification (OP_CHECKSIG), multisig (OP_CHECKMULTISIG), timelocks (OP_CHECKLOCKTIMEVERIFY), and hash preimage checks. Its deliberate limitations (no loops, bounded execution) minimize attack surface.

Sua exploração

0 termos visitados no total
Termos relacionados explorados0/4

Termos Relacionados

BitcoinBlockchain Geral

The first decentralized cryptocurrency network, launched in 2009 by the pseudonymous Satos…

Ver termo →
UTXO ModelBlockchain Geral

The accounting model used by Bitcoin (and derived chains like Litecoin and Zcash) where ba…

Ver termo →
OP_CATBlockchain Geral

A proposed Bitcoin opcode (BIP 347) that would reintroduce byte-string concatenation to Ta…

Ver termo →
TaprootBlockchain Geral

A Bitcoin soft fork activated in November 2021 (BIPs 340-342) introducing Schnorr signatur…

Ver termo →
Voltar ao glossário