Home
Explore
Exams
Search for anything
Login
Get started
Home
2.3 Bitcoin Blockchain: Scripts in Bitcoin
2.3 Bitcoin Blockchain: Scripts in Bitcoin
0.0
(0)
Rate it
Studied by 4 people
View linked note
Learn
Practice Test
Spaced Repetition
Match
Flashcards
Card Sorting
1/17
Earn XP
Description and Tags
Blockchain
Bitcoin
Ethereum
Add tags
Study Analytics
All
Learn
Practice Test
Matching
Spaced Repetition
Name
Mastery
Learn
Test
Matching
Spaced
No study sessions yet.
18 Terms
View all (18)
Star these 18
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