區塊鏈項目源碼大全
比特幣BTC源碼 :https://github.com/bitcoin
以太坊ETH源碼 :https://github.com/ethereum
以太經典ETC源碼 :https://github.com/ethereumproject
小蟻NEO源碼 :https://github.com/neo-project
標准鏈CZR源碼:https://github.com/canonchain
柚子EOS源碼 :https://github.com/eosio
量子鏈QTUM源碼 :https://github.com/qtumproject
比原鏈BTM源碼 :https://github.com/bytom
萊特幣LTC源碼 :https://github.com/litecoin-project
公信寶GXS源碼 :https://github.com/ethereumproject
比特股BTS源碼 :https://github.com/bitshares
ADA源碼 :https://github.com/input-output-hk
AE源碼 :https://github.com/aeternity
ELF源碼 :https://github.com/aelfProject
OMG源碼 :https://github.com/omise
SNT源碼 :https://github.com/status-im
波場TRX源碼 :https://github.com/tronprotocol
更多項目源碼 :http://myhref.com/code.html
0、區塊鏈綜合知識
0.1綜合知識
https://learnblockchain.cn/
http://www.8btc.com/ 巴比特
0.2區塊鏈開發
https://blog.csdn.net/sportshark 一個探討區塊鏈開發的網站
http://wangxiaoming.com/ 汪曉明對區塊鏈、以太坊的思考
https://blog.csdn.net/itcastcpp 尹成學院
1、比特幣
1.1比特幣白皮書
比特幣白皮書:一種點對點的電子現金系統
1.2比特幣代碼
https://github.com/bitcoin/bitcoin
1.3比特幣源代碼安裝編譯
https://blog.csdn.net/Metal1/article/details/80086184 比特幣Bitcoin源代碼安裝編譯
https://blog.csdn.net/taifei/article/details/73087120 VC編譯調試比特幣源碼
1.4比特幣源代碼分析
https://blog.csdn.net/pure_lady/article/category/7131199
https://blog.csdn.net/teaspring
1.5比特幣區塊瀏覽網站
https://blockchain.info/zh-cn/
https://btc.com/
https://webbtc.com/
https://insight.bitpay.com/
https://blockexplorer.com/
2 以太坊
2.1以太坊官方網站
https://www.ethereum.org/
2.2以太坊基本原理
https://blog.csdn.net/Metal1/article/details/80138647 以太坊的工作原理, 干貨
http://wiki.jikexueyuan.com/project/ethereum/ 以太坊官方文檔中文版
2.3以太坊源代碼
https://github.com/ethereum
2.4以太坊代碼分析
https://blog.csdn.net/omnispace/article/details/79311891 以太坊go語言代碼分析
https://blog.csdn.net/ddffr go代碼分析
https://blog.csdn.net/teaspring go 代碼分析
https://www.cnblogs.com/Evsward/p/miner.html 挖礦代碼分析
https://blog.csdn.net/ddffr/article/details/78773961 挖礦代碼分析
https://blog.csdn.net/metal1/article/details/79996945 ethash算法分析
https://blog.csdn.net/cj2094 cj2094的博客 以太坊代碼分析
C++代碼依賴庫
http://zh.highscore.de/cpp/boost/ C++ BOOST 庫
https://www.cryptopp.com/ Crypto++® Library 7.0
https://github.com/open-source-parsers/jsoncpp JSON 庫
http://jsonrpc-cpp.sourceforge.net/ JSONRPC
http://yaml.org/ YMAL
http://www.runoob.com/cplusplus/cpp-basic-syntax.html C++入門
2.5以太坊區塊瀏覽
https://ethstats.net/ 該網站能全面的顯示網絡狀態,包括節點、難度、算力等等,非常直觀
https://www.etherchain.org/
http://etherscan.io/ 該網站提供了以太坊網絡的各種狀態,比如帳號的詳情、TOKEN詳情,難度詳情、區塊詳情,非常方便和直觀
2.6以太坊的使用
2.6.1 博客園文章
(1):搭建(Ubuntu系統)Truffle v3.2.1 開發和測試環境
http://www.cnblogs.com/zl03jsj/p/6819333.html
(2):搭建以太坊私有鏈,執行挖礦
http://www.cnblogs.com/zl03jsj/p/6858928.html
(3):在以太坊私有網絡中建立節點集群,並發生交易.
http://www.cnblogs.com/zl03jsj/p/6876064.html
(4):Truffle創建項目,編譯,及項目部署
http://www.cnblogs.com/zl03jsj/p/7012178.html
2.6.2 搭建私鏈使用以太坊
https://blog.csdn.net/metal1/article/details/80139421 【以太坊傻瓜教程】如何創建私鏈
2.6.3 getch命令使用
https://mp.csdn.net/postedit/80114792 getch 命令大全
https://blog.csdn.net/Metal1/article/details/80614880 geth使用
2.6智能合約
https://blog.csdn.net/Metal1/article/details/80172718 智能合約hello world
http://remix.ethereum.org/
http://solidity.readthedocs.io/en/latest/ Solidity編程文檔(官方)
https://live.ether.camp/ 以太坊第三方強大的IDE
2.7Truffle
http://truffle.readthedocs.io/en/latest/ 以太坊開發框架Truffle說明書
2.8以太坊文檔
http://ethdoc.cn/index.html
http://www.ethdocs.org/en/latest/index.html
https://blog.ethereum.org/ 以太坊官方博客
https://github.com/ethereum/wiki/wiki 以太坊wiki百科
http://ethfans.org/ 以太坊中文愛好者網站
https://forum.ethereum.org/ 以太坊的官方論壇
3、區塊鏈安全
3.1 以太坊
三天竟然爆發兩起大漏洞事件!我們來教你如何跳過以太坊的坑
4 其他數字貨幣
4.1 dash
https://github.com/dashpay 源代碼
4.2 比原鏈
https://bytom.io/ 官網
5、GPU挖礦
https://ethereum.gitbooks.io/frontier-guide/content/gpu.html GPU挖礦
轉載於:https://www.cnblogs.com/xiaocongcong888/p/9554059.html