2.3 Bitcoin Blockchain: Scripts in Bitcoin

0.0(0)
studied byStudied by 4 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/17

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards
list of instructions
A(n) ________ is recorded with each transaction.
2
New cards
Lock script
________ is found in a transaction output and is the encumbrance that must be fulfilled to spend the output.
3
New cards
Bitcoin Script
________ is a stack- based programming language like Forth.
4
New cards
Bitcoin transactions
All ________ have scripts embedded into their inputs and outputs.
5
New cards
Scenario
________: Person X verifies the transaction is initiated by Person Y.
6
New cards
Person X
________ can spend Bitcoins only if both the scripts return true after execution.
7
New cards
hash
A(n) ________ is generated for the users public key.
8
New cards
Bitcoin
Operations in ________ are composed of opcodes.
9
New cards
Unlock script
________ is provided by the user to resolve the encumbrance.
10
New cards
Scenario
Person X verifies the transaction is initiated by Person Y
11
New cards
Bitcoin Script Construction
A script is a list of instructions recorded with each transaction
12
New cards
Opcodes have the following
constants, flow control, stack, bitwise logic, arithmetic, crypto, lock time, pseudowords, reserved words
13
New cards
Turing incomplete
means that one cannot have looping conditions in the code thus, the code is like a boolean (true or false).
14
New cards
scripts
All Bitcoin transactions have _______ embedded into their inputs and outputs
15
New cards
Unlock Scripts
______ _______ consists of the person’s public key and private key.
16
New cards
Lock script
____ ______ is found in a transaction output and is the encumbrance that must be fulfilled to spend the output.
17
New cards
Bitcoin Script Construction
A script is a list of instructions recorded with each transaction.
18
New cards
Opcodes have the following:
constants, flow control, stack, bitwise logic, arithmetic, crypto, lock time, pseudowords, reserved words