tomcoin

所属分类:加密货币
开发工具:JavaScript
文件大小:110KB
下载次数:0
上传日期:2018-01-17 16:57:07
上 传 者sh-1993
说明:  一种玩具加密货币,实现了比特币的核心算法——中本共识。对于教育娱乐...
(A toy cryptocurrency that implements the core Bitcoin algorithm, the Nakamoto Consensus. For education/entertainment purposes. Very incomplete.)

文件列表:
.babelrc (24, 2018-01-18)
__tests__ (0, 2018-01-18)
__tests__\node.spec.js (8803, 2018-01-18)
bin (0, 2018-01-18)
bin\tomcoin (1326, 2018-01-18)
frontend (0, 2018-01-18)
frontend\package.json (378, 2018-01-18)
frontend\public (0, 2018-01-18)
frontend\public\index.html (1588, 2018-01-18)
frontend\public\manifest.json (317, 2018-01-18)
frontend\src (0, 2018-01-18)
frontend\src\index.css (63, 2018-01-18)
frontend\src\index.js (2305, 2018-01-18)
frontend\src\registerServiceWorker.js (4021, 2018-01-18)
frontend\src\tomcoin (6, 2018-01-18)
frontend\yarn.lock (233360, 2018-01-18)
package.json (624, 2018-01-18)
src (0, 2018-01-18)
src\node.js (15919, 2018-01-18)
src\transport (0, 2018-01-18)
src\transport\base.js (1166, 2018-01-18)
src\transport\stream.js (1347, 2018-01-18)
src\transport\tcp.js (1665, 2018-01-18)
src\transport\websocket.js (1961, 2018-01-18)
src\util.js (1900, 2018-01-18)
yarn.lock (112864, 2018-01-18)

TomCoin ======= A toy cryptocurrency that captures the essence of Bitcoin. For education/entertainment purposes. Very incomplete. Implemented ----------- * simple P2P network with block and transaction messages * basic validation rules * sync * reorgs * dynamic difficulty and block reward size * CPU mining * only pay-to-public-key transactions (P2PK) * simple wallet with single key Not Implemented --------------- * more validation * persistence * automatic peer discovery and connection * wallet with more than one key * script (only P2PK) * optimizations, robustness, DoS protections

近期下载者

相关文件


收藏者