Skip to content

Commit

Permalink
Track 32 files into repository.
Browse files Browse the repository at this point in the history
- modified .gitignore
- modified assets/en-wallets-distributing-only.svg
- modified assets/en-wallets-full-service.svg
- modified assets/en-wallets-signing-only.svg
- modified block_chain.md
- modified block_chain_overview.md
- modified block_height_and_forking.md
- modified consensus_rule_changes.md
- modified contracts.md
- modified detecting_forks.md
- modified distributing-onlywallets.md
- modified en-blockchain-fork.svg
- modified en-blockchain-overview.svg
- modified en-creating-p2pkh-output.svg
- modified en-hard-fork.svg
- modified en-soft-fork.svg
- modified en-transaction-propagation.svg
- modified en-tx-overview-spending.svg
- modified en-tx-overview.svg
- modified full-servicewallets.md
- modified hardwarewallets.md
- modified LICENSE
- modified offlinewallets.md
- modified p2pkh_script_validation.md
- modified proof_of_work.md
- modified README.md
- modified signing-onlywallets.md
- modified SUMMARY.md
- modified transaction_data.md
- modified transactions.md
- modified wallet-programs.md
- modified wallets.md

Auto commit by GitBook Editor
  • Loading branch information
turfT committed Mar 14, 2017
1 parent 1c86184 commit 24120ed
Show file tree
Hide file tree
Showing 32 changed files with 1,797 additions and 1,797 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# OSX
.DS_Store

# OSX
.DS_Store

44 changes: 22 additions & 22 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
The MIT License (MIT)

Copyright (c) 2015 0dayZh

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

The MIT License (MIT)
Copyright (c) 2015 0dayZh
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
144 changes: 72 additions & 72 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,72 +1,72 @@
# 比特币开发者指南 \| Bitcoin Developer Guide

## 当前版本 \| Current Version

| Name | Value |
| :--- | :--- |
| source | [https://github.com/bitcoin-dot-org/bitcoin.org](https://github.com/bitcoin-dot-org/bitcoin.org) |
| commit | [000887a2f4b67c2345ea1c91578cee44c0f90088](https://github.com/bitcoin-dot-org/bitcoin.org/commit/000887a2f4b67c2345ea1c91578cee44c0f90088) |

## 关于译本 \| About Translation

该译本的所有内容被托管在 [GitHub](https://github.com/0dayZh/bitcoin_developer_guide) 上,你可以通过 [GitBook](https://www.gitbook.com/book/0dayzh/bitcoin_developer_guide) 进行在线阅读或下载 PDF、EPUB、MOBI 的格式。

如果你发现有任何的翻译出入或者文字书写错误,欢迎 fork 提 pull request,也可以提 [issues](https://github.com/0dayZh/bitcoin_developer_guide/issues) 提出对译本的建议及意见。

## 捐献 \| Donation

如果你觉得该译本对你有所帮助并希望为我做些事情作为回馈,除了提出修改意见外,还可以捐赠比特币或者购买亚马逊心愿清单中的物品。

* [Bitcoin: 1EdMCu32fzGo5iNCyQuMZhHboSe2gzqQPg](bitcoin:1EdMCu32fzGo5iNCyQuMZhHboSe2gzqQPg)
* [Amazon 心愿单](http://www.amazon.cn/registry/wishlist/QBFPXWCWVD4N)

## 进度 \| Progress (1 / 8)

* [x] 区块链
* [x] 区块链总览
* [x] 工作量证明
* [x] 区块高度及分叉
* [x] 交易数据
* [x] 一致性规则变更
* [x] 发现分叉
* [ ] 交易
* [ ] P2PKH 脚本验证
* [ ] P2SH 脚本
* [ ] 标准交易
* [ ] 非标准交易
* [ ] 签名哈稀的类型
* [ ] Locktime And Sequence Number
* [ ] 交易手续费及变更
* [ ] 避免 Key 重用
* [ ] 交易的可锻性
* [ ] 合约
* [ ] 托管和仲裁
* [ ] 微支付频道
* [ ] CoinJoin
* [ ] 钱包
* [x] 钱包程序
* [x] 完整服务的钱包
* [x] 只用于签名的钱包
* [x] 离线钱包
* [x] 硬件钱包
* [x] 只用于发布的钱包
* [ ] 钱包文件
* [ ] 私钥格式
* [ ] 钱包导入格式
* [ ] Mini 私钥格式
* [ ] 公钥格式
* [ ] 分级确定性密钥生成
* [ ] Hardened Keys
* [ ] 存储根种子
* [ ] Loose-Key 钱包
* [ ] 支付流程
* [ ] 运作模式
* [ ] 点对点网络
* [ ] 挖矿

## 简介 \| Introduction

此开发者指南旨在提供给你理解比特币的信息,让你能够开始构建以比特币为基础的应用,并不是一本[规范手册](https://bitcoin.org/en/developer-reference#not-a-specification)。为了尽可能的理解该文档,你可能需要安装最新版本的 Bitcoin Core,你可以通过[源码](https://github.com/bitcoin/bitcoin)或者[预先编译好的可执行文件](https://bitcoin.org/en/download)来获取到。

关于比特币开发的问题最好在[比特币社区](https://bitcoin.org/en/development#devcommunities)中提出。对于在 Bitcoin.org 上的文档相关的错误或者意见可以通过[提交 issue](https://github.com/bitcoin-dot-org/bitcoin.org/issues) 或者发送邮件到[比特币文档邮件列表](https://groups.google.com/forum/#!forum/bitcoin-documentation)进行。

# 比特币开发者指南 \| Bitcoin Developer Guide

## 当前版本 \| Current Version

| Name | Value |
| :--- | :--- |
| source | [https://github.com/bitcoin-dot-org/bitcoin.org](https://github.com/bitcoin-dot-org/bitcoin.org) |
| commit | [000887a2f4b67c2345ea1c91578cee44c0f90088](https://github.com/bitcoin-dot-org/bitcoin.org/commit/000887a2f4b67c2345ea1c91578cee44c0f90088) |

## 关于译本 \| About Translation

该译本的所有内容被托管在 [GitHub](https://github.com/0dayZh/bitcoin_developer_guide) 上,你可以通过 [GitBook](https://www.gitbook.com/book/0dayzh/bitcoin_developer_guide) 进行在线阅读或下载 PDF、EPUB、MOBI 的格式。

如果你发现有任何的翻译出入或者文字书写错误,欢迎 fork 提 pull request,也可以提 [issues](https://github.com/0dayZh/bitcoin_developer_guide/issues) 提出对译本的建议及意见。

## 捐献 \| Donation

如果你觉得该译本对你有所帮助并希望为我做些事情作为回馈,除了提出修改意见外,还可以捐赠比特币或者购买亚马逊心愿清单中的物品。

* [Bitcoin: 1EdMCu32fzGo5iNCyQuMZhHboSe2gzqQPg](bitcoin:1EdMCu32fzGo5iNCyQuMZhHboSe2gzqQPg)
* [Amazon 心愿单](http://www.amazon.cn/registry/wishlist/QBFPXWCWVD4N)

## 进度 \| Progress (1 / 8)

* [x] 区块链
* [x] 区块链总览
* [x] 工作量证明
* [x] 区块高度及分叉
* [x] 交易数据
* [x] 一致性规则变更
* [x] 发现分叉
* [ ] 交易
* [ ] P2PKH 脚本验证
* [ ] P2SH 脚本
* [ ] 标准交易
* [ ] 非标准交易
* [ ] 签名哈稀的类型
* [ ] Locktime And Sequence Number
* [ ] 交易手续费及变更
* [ ] 避免 Key 重用
* [ ] 交易的可锻性
* [ ] 合约
* [ ] 托管和仲裁
* [ ] 微支付频道
* [ ] CoinJoin
* [ ] 钱包
* [x] 钱包程序
* [x] 完整服务的钱包
* [x] 只用于签名的钱包
* [x] 离线钱包
* [x] 硬件钱包
* [x] 只用于发布的钱包
* [ ] 钱包文件
* [ ] 私钥格式
* [ ] 钱包导入格式
* [ ] Mini 私钥格式
* [ ] 公钥格式
* [ ] 分级确定性密钥生成
* [ ] Hardened Keys
* [ ] 存储根种子
* [ ] Loose-Key 钱包
* [ ] 支付流程
* [ ] 运作模式
* [ ] 点对点网络
* [ ] 挖矿

## 简介 \| Introduction

此开发者指南旨在提供给你理解比特币的信息,让你能够开始构建以比特币为基础的应用,并不是一本[规范手册](https://bitcoin.org/en/developer-reference#not-a-specification)。为了尽可能的理解该文档,你可能需要安装最新版本的 Bitcoin Core,你可以通过[源码](https://github.com/bitcoin/bitcoin)或者[预先编译好的可执行文件](https://bitcoin.org/en/download)来获取到。

关于比特币开发的问题最好在[比特币社区](https://bitcoin.org/en/development#devcommunities)中提出。对于在 Bitcoin.org 上的文档相关的错误或者意见可以通过[提交 issue](https://github.com/bitcoin-dot-org/bitcoin.org/issues) 或者发送邮件到[比特币文档邮件列表](https://groups.google.com/forum/#!forum/bitcoin-documentation)进行。

90 changes: 45 additions & 45 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
# Summary

* [简介](README.md)
* [区块链](block_chain.md)
* [区块链总览](block_chain_overview.md)
* [工作量证明](proof_of_work.md)
* [区块高度及分叉](block_height_and_forking.md)
* [交易数据](transaction_data.md)
* [一致性规则变更](consensus_rule_changes.md)
* [发现分叉](detecting_forks.md)
* [交易](transactions.md)
* [P2PKH 脚本验证](p2pkh_script_validation.md)
* [P2SH 脚本](p2sh_scripts.md)
* [标准交易](standard_transactions.md)
* [非标准交易](non-standard_transactions.md)
* [签名哈希的类型](signature_hash_types.md)
* [Locktime And Sequence Number](locktime_and_sequence_number.md)
* [交易手续费及变更](transaction_fees_and_change.md)
* [避免 Key 重用](avoiding_key_reuse.md)
* [交易的可锻性](transaction_malleability.md)
* [合约](contracts.md)
* [托管和仲裁](escrowandarbitration.md)
* [微支付频道](micropaymentchannel.md)
* [CoinJoin](coinjoin.md)
* [钱包](wallets.md)
* [钱包程序](wallet-programs.md)
* [完整服务的钱包](full-servicewallets.md)
* [只用于签名的钱包](signing-onlywallets.md)
* [离线钱包](offlinewallets.md)
* [硬件钱包](hardwarewallets.md)
* [只用于发布的钱包](distributing-onlywallets.md)
* [钱包文件](wallet-files.md)
* [私钥格式](privatekeyformats.md)
* [钱包导入格式](walletimportformat.md)
* [mini 私钥格式](miniprivatekeyformat.md)
* [公钥格式](publichkeyformats.md)
* [分级确定性密钥生成](hierarchicaldeterministickeycreation.md)
* [Hardened Keys](hardenedkeys.md)
* [存储根种子](storingrootseeds.md)
* [Loose-Key 钱包](loose-keywallets.md)
* [支付流程](paymentprocessing.md)
* [运作模式](运作模式.md)
* [点对点网络](点对点网络.md)
* [挖矿](挖矿.md)

# Summary

* [简介](README.md)
* [区块链](block_chain.md)
* [区块链总览](block_chain_overview.md)
* [工作量证明](proof_of_work.md)
* [区块高度及分叉](block_height_and_forking.md)
* [交易数据](transaction_data.md)
* [一致性规则变更](consensus_rule_changes.md)
* [发现分叉](detecting_forks.md)
* [交易](transactions.md)
* [P2PKH 脚本验证](p2pkh_script_validation.md)
* [P2SH 脚本](p2sh_scripts.md)
* [标准交易](standard_transactions.md)
* [非标准交易](non-standard_transactions.md)
* [签名哈希的类型](signature_hash_types.md)
* [Locktime And Sequence Number](locktime_and_sequence_number.md)
* [交易手续费及变更](transaction_fees_and_change.md)
* [避免 Key 重用](avoiding_key_reuse.md)
* [交易的可锻性](transaction_malleability.md)
* [合约](contracts.md)
* [托管和仲裁](escrowandarbitration.md)
* [微支付频道](micropaymentchannel.md)
* [CoinJoin](coinjoin.md)
* [钱包](wallets.md)
* [钱包程序](wallet-programs.md)
* [完整服务的钱包](full-servicewallets.md)
* [只用于签名的钱包](signing-onlywallets.md)
* [离线钱包](offlinewallets.md)
* [硬件钱包](hardwarewallets.md)
* [只用于发布的钱包](distributing-onlywallets.md)
* [钱包文件](wallet-files.md)
* [私钥格式](privatekeyformats.md)
* [钱包导入格式](walletimportformat.md)
* [mini 私钥格式](miniprivatekeyformat.md)
* [公钥格式](publichkeyformats.md)
* [分级确定性密钥生成](hierarchicaldeterministickeycreation.md)
* [Hardened Keys](hardenedkeys.md)
* [存储根种子](storingrootseeds.md)
* [Loose-Key 钱包](loose-keywallets.md)
* [支付流程](paymentprocessing.md)
* [运作模式](运作模式.md)
* [点对点网络](点对点网络.md)
* [挖矿](挖矿.md)

Loading

0 comments on commit 24120ed

Please sign in to comment.