• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/23

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

23 Cards in this Set

  • Front
  • Back
  • 3rd side (hint)

Ch3 Bitcoin code licence

MIT

Ch3 Bitcoin required configurations

RPC User, RPC Password

2

Ch3 command to monitor status

bitcoin-cli getinfo

Ch 3 command to get encoded transaction info from transaction hash

bitcoin-cli getrawtransaction <transactionHash>

Ch3 command to decode transaction

bitcoin-cli decoderawtransaction

Ch3 command to get block hash from height

bitcoin-cli getblockhash <blockheight>

Ch3 command to get block info from block hash

bitcoin-cli getblock <block hash>

Ch3 bitcoin javascript clients

bcoin, Bitcore, Bitcoin JS

3

Ch4 a digital signature used to spend funds is called a w...

witness

W...

Ch4 bitcoin uses this irreversible function

Elliptic Curve Multiplication

Ch4 elliptic curve standard used by bitcoin

Secp256k1

Ch4 institution that standarizes secp256k1

NIST National institutes of standards and technologies

Nist

Ch4 bitcoin's curve equation

y^2 = x^3 +7 over Fp (Fp prime numbers)

Ch4 bitcoin addresses encoding

Base58Check

Ch4 base58 characters not included of base64

Zero, uppercase o, uppercase i, lowercase l

Ch4 Private key formats

byte, hex, wife, wife-compressed

4

Ch4 Public key uncompressed prefix

04

Ch4 Public key compressed prefixes

02 positive and 03 negative

Pos n neg

Ch4 bip to encrypt private key

Bip38

Ch4 prefix for password protected private key

6p

Ch4 P2SH stands for

pay to script hash

Ch4 What is a vanity address

A valid address with a human readable text

Ch4 What is a paper wallet

Private keys printed on paper