Showing all 60 terms.

A

Address

A public string you can share so someone can pay you on a network. Sharing an address is normal. Sharing the key that can spend from it is not. BitBuddy’s paper wallet has no on-chain address; the wallet sandbox shows a fake bbtest1… string so the idea is visible.

See also Public key· Private key· Wallet

B

Bitcoin

A public network that records transfers without a central issuer, and the native unit of that network (BTC). Issuance is designed to stop at 21 million coins — a protocol rule, not a price forecast. A quote on this site is a teaching snapshot, not an order you can hit.

See also Blockchain· Satoshi· Halving

C

Change

The leftover from a Bitcoin-style spend that goes back to an address you control. You pick whole unspent outputs as inputs; you do not peel a few coins off a bank row. Inputs minus send minus fee equals change. The transaction lab does that math with toy units.

See also UTXO· Input· Output· Fee

Cryptocurrency

A digital asset whose transfers are recorded on a shared ledger instead of on one institution’s private books. Bitcoin is the first widely used example. A listed price is a quote, not a promise that value will rise. BitBuddy is a paper classroom for the words, not a shop for coins.

See also Bitcoin· Ledger· Wallet

D

Difficulty

How hard it is, on average, to find a proof-of-work hash that meets the current target. Bitcoin retargets so blocks stay roughly ten minutes apart as more or less work joins the network. The mining game uses a tiny target so a browser can finish the search.

See also Proof of work· Hash· Nonce· Target

E

F

Fork

A split in software rules or in chain history. A brief fork can happen when two miners find a block at nearly the same time; one side is abandoned. A lasting fork is a rule change some people run and others do not. This classroom does not tell you which software to run.

See also Consensus· Block· Node

G

Genesis

The first block in a chain — the one with no predecessor. Bitcoin’s genesis block is a historical artifact, not a trading signal. On the teaching chain here, the first toy block is just the start of a six-block picture.

See also Block· Blockchain· Height

H

Hardware wallet

A purpose-built device that stores keys and signs transactions without exposing the secret to a general-purpose computer. It still needs a seed backup. If you lose both the device and the words, the coins are unreachable. BitBuddy does not sell or simulate a real one.

See also Wallet· Cold storage· Seed phrase· Self-custody

Height

A block’s position in the sequence: genesis is height 0 (or 1 in some explorers), and each new block adds one. Height helps people talk about “how far” the chain has gone. Time in the header helps the network keep order.

See also Block· Genesis· Blockchain

I

K

L

M

Market cap

A size sketch: price times circulating supply. It describes how large a quote implies the asset is, not what you would actually receive if everyone sold. It is not a quality score and not a reason something “must” keep growing.

See also Bitcoin· Volatility

N

O

P

Peer-to-peer

Computers talking to each other without a single company in the middle of every transfer. Bitcoin’s network is designed that way. Many people still use a custodial exchange as their first touch. That is a choice about convenience, not a requirement of the protocol.

See also Node· Bitcoin· Custody

Proof of work

A search: change a nonce until the hash meets a target. The work is costly in electricity, which makes rewriting history expensive. Real mining uses real power. This site runs a toy SHA-256 search so the words — nonce, hash, target — are concrete.

See also Hash· Nonce· Difficulty· Miner

Public key

A number derived from the private key. Other people use it to check that a signature is valid without learning the secret. Addresses are usually a shorter, safer-to-share form related to that key. You can show a public key. You still do not show the private one.

See also Private key· Address· Signature

S

SHA-256

The hash function Bitcoin uses in proof of work and in many internal commitments. You do not need the math to use the idea: same input, same fingerprint; tiny change, different fingerprint. The mining game runs a tiny SHA-256 search in the browser.

See also Hash· Proof of work· TXID

T

U

V

W

Wallet

Software or hardware that stores keys and helps you build transactions. It does not hold coins; the ledger does. Lose the keys and the coins are still on the chain — just unreachable. BitBuddy’s dashboard wallet is a practice spreadsheet, separate from the key sandbox.

See also Private key· Seed phrase· Address· Custody

Y

Back to the path

Read a lesson, then return here

The glossary is a dictionary. The recommended path still starts with what cryptocurrency is — and what it is not.