加密货币术语表

图表视图

163 个术语,含原始白皮书反向链接

# 1 term
A 6 terms
B 16 terms
BIP
BIP
2

Bitcoin Improvement Proposal: a design document proposing changes or extensions to the Bitcoin protocol. BIPs standar...

Base58Check
Base58Check
1

A human-friendly encoding used for some address formats that avoids ambiguous characters and includes a checksum. Bit...

Bech32
Bech32
0

An address encoding format with strong error-detection properties, used by Bitcoin for SegWit addresses. Bech32 addre...

Blacklisting
列入黑名单
3

The ability to block specific addresses from transferring or receiving a token, usually implemented by contract logic...

Block
47

A batch of data (often transactions) added to the blockchain as a unit. Blocks are linked by including the previous b...

Block Gas Limit
区块气体限制
0

A per-block cap on total gas that constrains how much computation can be included. It helps bound resource usage and ...

Block Header
区块头
4

A compact summary of a block containing metadata such as previous block hash, Merkle root, timestamp, and consensus f...

Block Height
块高度
1

The number of blocks preceding a given block in the chain. Height is often used to reference time in protocols with p...

Block Propagation
块传播
7

The process of broadcasting newly created blocks through the network. Faster propagation generally reduces the rate o...

Block Reward
区块奖励
6

The compensation paid to the block producer, often consisting of transaction fees plus a protocol-issued subsidy (blo...

Block Size
块大小
10

A limit on the amount of data that can be included in a block. Block size constraints influence throughput, fees, and...

Block Time
区块时间
11

The expected or average time between blocks. Block time affects latency, security assumptions, and throughput.

Blockchain
区块链
53

An append-only ledger of blocks, where each block references the previous one via cryptographic hashes. This chaining...

Bloom Filter
布隆过滤器
0

A probabilistic data structure used to test set membership with possible false positives but no false negatives. Some...

Burning
燃烧
6

Destroying token units to reduce supply. Stablecoin redemptions often burn tokens when the issuer returns reserve ass...

Byzantine Fault Tolerance
拜占庭容错
15

A property of distributed systems that continue operating correctly even if some nodes act arbitrarily or maliciously...

C 11 terms
Chain Reorganization
连锁重组
0

A change to the canonical chain tip when a node switches from one branch to another due to the fork choice rule. Reor...

Checkpoint
检查站
4

A fixed reference point in the chain used to reduce sync cost or defend against certain long-range attacks. Checkpoin...

Checksum
校验和
1

Extra data added to detect accidental errors in identifiers such as addresses. Checksums help wallets and users catch...

Circulating Supply
循环供应
2

The amount of a token currently available for trading and use. Circulating supply can differ from total supply due to...

Collateral
抵押品
9

Assets posted to secure an obligation or maintain a peg. In crypto, collateral can be fiat, crypto, or tokenized asse...

Commitment
承诺
10

A cryptographic construct that lets someone commit to a value while keeping it hidden, with the ability to reveal it ...

Confirmation
确认
19

A measure of how deep a transaction is buried under subsequent blocks. More confirmations generally reduce the risk o...

Consensus
共识
39

The process by which distributed nodes agree on a single shared state (e.g. the current blockchain). A consensus algo...

Contract Account
合约账户
2

An Ethereum account that contains code executed by the EVM. Contract accounts cannot sign transactions directly; they...

Cryptographic Hash Function
加密哈希函数
1

A function that maps arbitrary data to a fixed-size digest. Good hash functions are preimage-resistant, second-preima...

Custodian
托管人
2

A regulated entity that holds assets on behalf of others, such as stablecoin reserves. Custodianship affects operatio...

D 9 terms
E 9 terms
F 7 terms
G 8 terms
H 4 terms
I 4 terms
K 1 term
L 10 terms
M 10 terms
N 4 terms
O 4 terms
P 12 terms
P2PKH
P2PKH
1

Pay-to-Public-Key-Hash: a common Bitcoin output type that locks funds to a public key hash and requires a signature a...

P2SH
P2SH
1

Pay-to-Script-Hash: a Bitcoin output type that locks funds to a script hash. The spender reveals the redeem script an...

Patricia Trie
帕特里夏·特里
1

A radix tree variant used to efficiently store and verify key-value mappings. Ethereum uses Patricia tries (and varia...

Peer-to-Peer Network
点对点网络
3

A network architecture where nodes communicate directly without a central server. Blockchains use P2P networks to pro...

Peg
钉子
7

A target exchange rate between a stablecoin and its reference asset, such as 1 token = 1 USD. Maintaining a peg typic...

Private Key
私钥
2

The secret component of an asymmetric key pair used to create digital signatures. Control of the private key typicall...

Proof of History
历史证明
12

A technique used by Solana to provide a verifiable sequence of time between events using a hash chain. It is used as ...

Proof of Replication
复制证明
5

A technique proposed in some systems to prove that a node stores a replica of data. Proofs of replication/storage are...

Proof of Stake
权益证明
6

A consensus mechanism where validators stake assets and are selected to propose/attest blocks. Security comes from ec...

Proof of Work
工作量证明
28

A consensus mechanism where block producers must perform computational work to propose a block. Security comes from t...

Pruning
修剪
1

A technique where nodes discard old data while retaining enough information to validate new blocks. Pruning reduces s...

Public Key
公钥
8

The publicly shareable component of an asymmetric key pair. It is used to verify signatures or derive addresses, depe...

R 7 terms
S 25 terms
SHA-256
SHA-256
17

A widely used cryptographic hash function that outputs 256-bit digests. Bitcoin uses SHA-256 in its Proof of Work and...

SPV
SPV
4

Simplified Payment Verification: a Bitcoin technique where a client downloads block headers and uses Merkle proofs to...

Scaling
缩放
11

Techniques to increase throughput, reduce latency, or lower costs while maintaining security. Scaling approaches incl...

Script
脚本
4

A programmable spending condition language attached to transaction outputs. Bitcoin Script is intentionally limited a...

ScriptPubKey
脚本公钥
0

In Bitcoin, the locking script of an output specifying the conditions required to spend it. Inputs provide data that ...

ScriptSig
脚本签名
0

In Bitcoin, the unlocking script in an input that provides signatures and data to satisfy the referenced output's Scr...

Scrypt
加密
6

A memory-hard key derivation and hashing function designed to make brute-force attacks more expensive. Dogecoin and L...

Sealevel
海平面
5

Solana's parallel smart contract runtime that allows non-overlapping transactions to execute concurrently. Parallelis...

Seed Phrase
种子短语
0

A sequence of words that encodes wallet recovery information, typically derived from entropy per a standard like BIP-...

Segregated Witness
隔离证人
4

A Bitcoin protocol upgrade that separates signature (witness) data from the transaction's main structure. SegWit incr...

Selfish Mining
自私挖矿
0

A mining strategy where a miner withholds blocks to gain an advantage in the fork choice process. It can increase rev...

Sharding
分片
1

A scaling technique that splits state or transaction processing across multiple shards, allowing parallelism. Shardin...

Sidechain
侧链
0

A separate blockchain that interoperates with a main chain, often via bridges. Sidechains can have different rules an...

Slashing
砍伐
1

A penalty mechanism in staking systems that destroys or confiscates part of a validator's stake for protocol violatio...

Slot
插槽
4

A discrete time interval in some protocols during which a leader/validator may propose a block. Solana uses slots as ...

Smart Contract
智能合约
14

Program code deployed on a blockchain that can hold assets and execute deterministically based on inputs. Smart contr...

Soft Fork
软分叉
0

A backward-compatible protocol change that tightens consensus rules. Upgraded nodes enforce new rules; non-upgraded n...

Solidity
坚固性
1

A high-level smart contract programming language commonly used to write contracts for the EVM. Solidity compiles to E...

Stablecoin
稳定币
13

A token designed to maintain a stable value relative to a reference asset, often a fiat currency like USD. Stability ...

State
状态
36

The current data of the blockchain that affects transaction validity and execution results. In Ethereum, state includ...

State Channel
状态频道
0

A mechanism where participants transact off-chain and only settle final results on-chain. Channels can reduce fees an...

State Root
状态根
1

A root hash committing to the blockchain's state at a particular block. In Ethereum, the state root is the root of th...

Storage
存储
18

Persistent contract data stored on-chain, typically more expensive to write than transient memory. In the EVM, storag...

Supply Cap
供应上限
1

A maximum total supply of a token enforced by protocol rules. Bitcoin has a capped supply, while some systems have on...

Sybil Attack
女巫攻击
1

An attack where one actor creates many identities to gain disproportionate influence in a network. Consensus systems ...

T 8 terms
U 2 terms
V 2 terms
W 2 terms
X 1 term