你可能会听到的一些比特币术语
比特币提供了一种全新的支付方式,因此你可能要在自己的词汇表里添加一些新词语。
比特币
首字母大写的Bitcoin用来表示比特币的概念或整个比特币网络本身。例如:“今天我学了些有关Bitcoin协议的内容。”
而没有大写的bitcoin则表示一个记账单位。例如:“我今天转出了10个bitcoin。”该单位通常也简写为BTC或XBT。
BTC
BTC 是用于标示一个比特币 (B⃦). 的常用单位。
Satoshi
A satoshi is the smallest unit of bitcoin recorded on the block chain. One bitcoin is equal to 100,000,000 satoshis, allowing very small payments to be expressed precisely. The unit is named after Bitcoin's pseudonymous creator, Satoshi Nakamoto.
Bit
Bit 是次于比特币的一个常用单位 -- 1,000,000 bits 等于1个比特币。这个单位通常在标示小费,商品和服务时更加方便。
比特币地址
比特币地址就像一个物理地址或者电子邮件地址。这是别人付给你比特币时你唯一需要提供的信息。然而一个重要的区别是,每个地址应该只用于单笔交易。
钱包
比特币钱包大致实体钱包在比特币网络中的等同物。钱包中实际上包含了你的私钥,可以让你消费块链中分配给钱包的比特币。和真正的钱包一样,每个比特币钱包都可以显示它所控制的所有比特币的总余额,并允许你将一定金额的比特币付给某人。这与商家进行扣款的信用卡不同。
私钥
私钥是一个证明你有权从一个特定的钱包消费比特币的保密数据块,是通过一个密码学签名来实现的 。如果你使用的是钱包软件,你的私钥就存储在你的计算机内;如果使用的是在线钱包,你的私钥就存储在远程服务器上。千万不能泄露私钥,因为它们可以让你消费对应比特币钱包里的比特币。
Recovery Phrase
A recovery phrase, also called a seed phrase or mnemonic, is a sequence of words from which a wallet can be fully restored. It allows the owner to back up and restore an entire wallet without copying individual keys. The recovery phrase must be stored securely, since anyone who obtains it can access the corresponding bitcoins.
签名
密码学签名是一个让人可以证明所有权的数学机制。对于比特币来说,一个比特币钱包和它的私钥通过一些数学魔法关联到一起。当你的比特币软件用对应的私钥为一笔交易签名,整个网络都能知道这个签名和已花费的比特币相匹配。但是,世界上没有人可以猜到你的私钥来窃取你辛苦赚来的比特币。
密码学
密码学是数学的一个分支,它让我们创造出可以提供很高安全性的数学证明。电子商务和网上银行也用到了密码学。对于比特币来说,密码学用来保证任何人都不可能使用他人钱包里的资金,或者破坏块链。密码学也用来给钱包加密,这样没有密码就用不了钱包。
对等式网络
对等式网络是指,通过允许单个节点与其他节点直接交互,从而实现整个系统像有组织的集体一样运作的系统 。对于比特币来说,比特币网络以这样一种方式构建——每个用户都在传播其他用户的交易。而且重要的是,不需要银行作为第三方。
Node
A Bitcoin node is any computer that connects to the Bitcoin network. A full node independently downloads and verifies every block and transaction against the consensus rules, allowing its operator to use Bitcoin without trusting third parties. Running a full node is a key practice for verifying the Bitcoin protocol firsthand.
块链
块链是一个按时间顺序排列的比特币交易公共记录。块链由所有比特币用户共享。它被用来验证比特币交易的永久性并防止双重消费。
UTXO
UTXO stands for Unspent Transaction Output. Bitcoin balances are not stored as account totals; instead, each wallet holds a set of UTXOs that can be spent in future transactions. Every transaction consumes existing UTXOs as inputs and creates new UTXOs as outputs.
Transaction Fee
A transaction fee is a small amount of bitcoin paid by the sender to incentivize miners to include the transaction in a block. Fees are not fixed; users can choose how much to pay, and transactions with higher fees tend to be confirmed faster, especially when the network is busy.
挖矿
比特币挖矿是利用计算机硬件为比特币网络做数学计算进行交易确认和提高安全性的过程。作为对他们服务的奖励,矿工可以得到他们所确认的交易中包含的手续费,以及新创建的比特币。挖矿是一个专业的、竞争激烈的市场,奖金按照完成的计算量分割。并非所有的比特币用户都挖矿,挖矿赚钱也并不容易。
哈希率
哈希率是衡量比特币网络处理能力的测量单位。为保证安全,比特币网络必须进行大量的数学运算。当网络达到10Th/秒的哈希率时,就意味着它能够进行每秒10万亿次的计算。
Halving
The halving is the scheduled reduction by half of the block subsidy, occurring every 210,000 blocks (roughly every four years). The block subsidy started at 50 BTC in 2009 and has halved at each event since. The halving enforces Bitcoin's predictable issuance schedule and its 21-million-coin supply cap.
交易确认
交易确认意味着一笔交易已经 被网络处理且不太可能被撤销。当交易被包含进一个 区块时会收到一个确认,后续的每一个区块都会增加一个确认。对于小金额交易单个确认便可视为安全,然而对于比如1000美元的大金额交易,等待6个以上的确认比较合理。每一个确认都成 指数级地降低交易撤销的风险。
SegWit
Segregated Witness (SegWit) is a protocol upgrade activated in 2017 that separates signature data from transaction data. It improves block space efficiency, fixes transaction malleability, and provides the foundation for second-layer protocols such as the Lightning Network. SegWit addresses commonly start with 3 (P2SH-wrapped) or bc1q (native SegWit).
Taproot
Taproot is a protocol upgrade activated in 2021 that improves Bitcoin's privacy, efficiency, and scripting flexibility. It introduces Schnorr signatures and enables more efficient and private transactions. Taproot addresses commonly start with bc1p.
Lightning Network
The Lightning Network is a second-layer payment protocol built on top of Bitcoin that enables fast, low-cost transactions through payment channels. Channels open and close on the Bitcoin block chain, while payments between participants happen off-chain without each one being recorded individually.