“入门”的版本间的差异

来自Bitcoin Wiki
跳转至: 导航搜索
第6行: 第6行:
 
=== 安装===
 
=== 安装===
 
[http://sourceforge.net/projects/bitcoin/ 下载] 并且安装Bitcoin.
 
[http://sourceforge.net/projects/bitcoin/ 下载] 并且安装Bitcoin.
[[File:Install fin.png|frame|none|Complete installation wizard]]
+
[[File:Install fin.png|frame|none|完成安装向导]]
  
 
=== 初始化===
 
=== 初始化===
  
 
第一次运行Bitcoin, 它需要下载所有的blocks来进行配置。此时你已经有了biticoin地址,但是再初始化完成之前你还无法看到任何交易记录(这有可能需要半个小时到几个小时)。
 
第一次运行Bitcoin, 它需要下载所有的blocks来进行配置。此时你已经有了biticoin地址,但是再初始化完成之前你还无法看到任何交易记录(这有可能需要半个小时到几个小时)。
[[File:First time run fin.png|frame|none|Bitcoin is initialising by establishing a connection to other clients and downloading the blocks.]]
+
[[File:First time run fin.png|frame|none|Bitconin正在通过和其他客户端建立连接并且下载blocks来初始化]]
  
[[File:Bitcoin all blocks fin.png|frame|none|Completed download of block-chain.]]
+
[[File:Bitcoin all blocks fin.png|frame|none|block-chain下载完成]]
  
 
你的地址(你想要多少就有多少)在最上面。下面是你的账户中的金额目前还是0,。下面的列表显示了你的交易记录。
 
你的地址(你想要多少就有多少)在最上面。下面是你的账户中的金额目前还是0,。下面的列表显示了你的交易记录。
== For Mac computers ==
+
== Mac用户 ==
  
Download the [http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.3.19/bitcoin-0.3.19-macosx.zip/download OS X version] of Bitcoin and expand the archive.
+
下载 Bitcoin的[http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.3.19/bitcoin-0.3.19-macosx.zip/download OS X 版本]并且解压
  
[[File:BcOSX.png|thumb|none|Contents of the Bitcoin archive after expansion]]
+
[[File:BcOSX.png|thumb|none|Bitcoin压缩包解压后的内容]]
  
Drag the Bitcoin icon to the desired install location, and double-click or Cmd-O (⌘O) to run the application. The Bitcoin window will open and connections will start up in minutes. The blocks will begin downloading. Your address and balance are at the top of the window. Click "Copy to Clipboard" to copy your address. Transactions are displayed in the main window.
+
将Bitcoin图标拖拽到你所希望的安装位置,然后双击或者Cmd-O (⌘O)来运行应用。Bitcoin窗口将会打开并且连接将会在几分钟内开始。然后会开始下载blocks.你的地址和账户金额在窗口的上不。点击 "Copy to Clipboard" 来复制你的地址。交易记录会显示在主窗口。
  
[[File:BcOSXrunning.png|thumb|none|Main window]]
+
[[File:BcOSXrunning.png|thumb|none|主窗口]]
  
 
As Bitcoin currently does not support hiding with Cmd-H (⌘H), it is recommended that users tick the "Minimize on close" option in the Preferences menu to prevent accidental program exits.
 
As Bitcoin currently does not support hiding with Cmd-H (⌘H), it is recommended that users tick the "Minimize on close" option in the Preferences menu to prevent accidental program exits.
 +
Bitcoin当前还不支持通过Cmd-H (⌘H)隐藏,推荐用户使用在Preferences菜单中使用"Minimize on close"来防止程序意外退出。
 +
[[File:BcOSXPreferences.png|thumb|none|OS X的Preferences窗口]]
  
[[File:BcOSXPreferences.png|thumb|none|Preferences window on OS X]]
+
== 获取第一个比特币 ==
  
== Getting my first coins ==
+
[[Bitcoin Faucet]] [https://freebitcoins.appspot.com/ website] 目前正在派发给每个新比特比用户0.02 BTC. 填写你的bitcoin地址.  如果你想获得更多,请参看[[Buying bitcoins]].
  
The  [[Bitcoin Faucet]] [https://freebitcoins.appspot.com/ website] currently hands out 0.02 BTC to new bitcoin users. Fill in the form with your bitcoin address.  When you wish to add more, view [[Buying bitcoins]].
+
[[File:Get some btc.png|frame|none|从Faucet获取免费的比特币]]
 
 
[[File:Get some btc.png|frame|none|Getting free coins from the Faucet]]
 
  
 
A new entry should appear in Bitcoin. The network hasn't yet confirmed it, but you know it's being processed. After about one hour it should get 6 confirmations. You are able to spend the coins when there is only one confirmation.
 
A new entry should appear in Bitcoin. The network hasn't yet confirmed it, but you know it's being processed. After about one hour it should get 6 confirmations. You are able to spend the coins when there is only one confirmation.
第50行: 第50行:
 
* Give to any of the charities on Bitcoin Trade page:<br /> http://en.bitcoin.it/wiki/Trade#Donation-accepting_organizations_and_projects
 
* Give to any of the charities on Bitcoin Trade page:<br /> http://en.bitcoin.it/wiki/Trade#Donation-accepting_organizations_and_projects
  
== Points to remember ==
+
== 需要记住的要点 ==
  
 
* You don't need to be online to receive BTC.
 
* You don't need to be online to receive BTC.
第61行: 第61行:
 
Proceed to the [[Introduction|introduction]]
 
Proceed to the [[Introduction|introduction]]
  
== Technical ==
+
== 技术==
 
=== Block chain ===
 
=== Block chain ===
 
The [[block chain]] is a neverending story of every transaction throughout the network from day 1 (genesis). The first time you run Bitcoin, it is downloaded and verified on your computer. Every new transaction is added to the end of this chain and verified by the network to be valid.
 
The [[block chain]] is a neverending story of every transaction throughout the network from day 1 (genesis). The first time you run Bitcoin, it is downloaded and verified on your computer. Every new transaction is added to the end of this chain and verified by the network to be valid.
  
=== Addresses ===
+
=== 地址===
 
Whenever you send a coin, you are actually sending a cryptographically signed message, associating your coin with the recipient's address. This effectively transfers ownership to to the recipient. Once they own the coin, they are free to transfer it to another person.
 
Whenever you send a coin, you are actually sending a cryptographically signed message, associating your coin with the recipient's address. This effectively transfers ownership to to the recipient. Once they own the coin, they are free to transfer it to another person.
  
 
A wallet is a collection of addresses. You can create as many new addresses as you wish; having more addresses makes you more anonymous, because then people cannot see how much BTC you received. Your wallet contains the secret keys used for spending that money, and must be [[Securing your wallet|backed-up regularly]]. If you lose the wallet then you no longer possess the money.
 
A wallet is a collection of addresses. You can create as many new addresses as you wish; having more addresses makes you more anonymous, because then people cannot see how much BTC you received. Your wallet contains the secret keys used for spending that money, and must be [[Securing your wallet|backed-up regularly]]. If you lose the wallet then you no longer possess the money.
  
=== Generating ===
+
=== 生成===
 
New coins are minted through generating hashes. These generators are rewarded with a small fee for the computationally intensive task of incorporating your transactions into the block-chain.  This fee halves each time 210000 blocks are added to the block chain, or approximately every 4 years.  The fee will keep halving until it effectively reaches zero, at which point 21 million coins will be in circulation.
 
New coins are minted through generating hashes. These generators are rewarded with a small fee for the computationally intensive task of incorporating your transactions into the block-chain.  This fee halves each time 210000 blocks are added to the block chain, or approximately every 4 years.  The fee will keep halving until it effectively reaches zero, at which point 21 million coins will be in circulation.
  
[[Category:Introduction]]
+
[[Category:简介]]

2011年5月28日 (六) 13:32的版本

使用 eWallet服务可以很容易的创建一个账号。eWallet服务提供了一个在线钱包来存放你的比特币。 本指南会告诉你如何安装Bitcoin客户端,不需要任何一个第三方的电子钱包服务。

Windows 用户

安装

下载 并且安装Bitcoin.

完成安装向导

初始化

第一次运行Bitcoin, 它需要下载所有的blocks来进行配置。此时你已经有了biticoin地址,但是再初始化完成之前你还无法看到任何交易记录(这有可能需要半个小时到几个小时)。

Bitconin正在通过和其他客户端建立连接并且下载blocks来初始化
block-chain下载完成

你的地址(你想要多少就有多少)在最上面。下面是你的账户中的金额目前还是0,。下面的列表显示了你的交易记录。

Mac用户

下载 Bitcoin的OS X 版本并且解压

Bitcoin压缩包解压后的内容

将Bitcoin图标拖拽到你所希望的安装位置,然后双击或者Cmd-O (⌘O)来运行应用。Bitcoin窗口将会打开并且连接将会在几分钟内开始。然后会开始下载blocks.你的地址和账户金额在窗口的上不。点击 "Copy to Clipboard" 来复制你的地址。交易记录会显示在主窗口。

主窗口

As Bitcoin currently does not support hiding with Cmd-H (⌘H), it is recommended that users tick the "Minimize on close" option in the Preferences menu to prevent accidental program exits. Bitcoin当前还不支持通过Cmd-H (⌘H)隐藏,推荐用户使用在Preferences菜单中使用"Minimize on close"来防止程序意外退出。

OS X的Preferences窗口

获取第一个比特币

Bitcoin Faucet website 目前正在派发给每个新比特比用户0.02 BTC. 填写你的bitcoin地址. 如果你想获得更多,请参看Buying bitcoins.

从Faucet获取免费的比特币

A new entry should appear in Bitcoin. The network hasn't yet confirmed it, but you know it's being processed. After about one hour it should get 6 confirmations. You are able to spend the coins when there is only one confirmation.

The confirmation counter (like the block counter) will increase by one roughly every 10 minutes. Six confirmations are considered as 100% sure a transfer has been processed.

First btc recv.png
Six confirms bitcoin client.png

需要记住的要点

  • You don't need to be online to receive BTC.
  • You can create as many new addresses as you like. Using a different address each time helps keep you anonymous.
  • You can be anonymous with adequate precautions.
  • You cannot send BTC to an invalid address. Typos are not a worry as the payment will refuse to send.
  • The wallet file holds the keys that allow spending and thus the computer should be protected from the risk of loss and theft.
  • Leaving Bitcoin open improves connectivity for the network and ensures that you don't fall behind on the block chain. Also see the FAQ about port forwarding

Proceed to the introduction

技术

Block chain

The block chain is a neverending story of every transaction throughout the network from day 1 (genesis). The first time you run Bitcoin, it is downloaded and verified on your computer. Every new transaction is added to the end of this chain and verified by the network to be valid.

地址

Whenever you send a coin, you are actually sending a cryptographically signed message, associating your coin with the recipient's address. This effectively transfers ownership to to the recipient. Once they own the coin, they are free to transfer it to another person.

A wallet is a collection of addresses. You can create as many new addresses as you wish; having more addresses makes you more anonymous, because then people cannot see how much BTC you received. Your wallet contains the secret keys used for spending that money, and must be backed-up regularly. If you lose the wallet then you no longer possess the money.

生成

New coins are minted through generating hashes. These generators are rewarded with a small fee for the computationally intensive task of incorporating your transactions into the block-chain. This fee halves each time 210000 blocks are added to the block chain, or approximately every 4 years. The fee will keep halving until it effectively reaches zero, at which point 21 million coins will be in circulation.