This commit is contained in:
yjjnls 2018-11-27 14:24:20 +08:00
parent 3160e6682c
commit 3e53d95329

View File

@ -177,8 +177,9 @@ The "classic" Satoshi-blockchain is like a git repo with a single master branch
**Bitcoin** is an experimental digital currency that enables instant payments to anyone, anywhere in the world. Bitcoin uses **peer-to-peer** technology to **operate with no central authority**: managing transactions and issuing money are carried out collectively by the network.
- [BitCoin white paper](https://bitcoin.org/bitcoin.pdf) / [Chinese version](BitCoin/white%20paper.md)
- [BitCoin white paper: A Peer-to-Peer Electronic Cash System](https://bitcoin.org/bitcoin.pdf) / [Chinese version](BitCoin/white%20paper.md)
- [Mastering BitCoin](https://github.com/bitcoinbook/bitcoinbook) / [Chinese version](http://book.8btc.com/books/6/masterbitcoin2cn/_book/) / [pdf download](http://book.8btc.com/master_bitcoin?export=pdf)
- [Bitcoin Improvement Proposals](https://github.com/bitcoin/bips/)
- [More](./BitCoin/awesome.md)
### [Ethereum](https://github.com/ethereum)