Tinychain 是比特币的一个简易口袋实现

Putting the rough in “rough consensus” Tinychain is a pocket-sized implementation of Bitcoin. Its goal is to be a compact, understandable, working incarnation of the Nakamoto consensus algorithm at the expense of advanced functionality, speed, and any real usefulness. I wrote it primarily to understand Bitcoin better, but hopefully it can serve as a jumping-off point for programmers who are interested in (but don’t have intimate familiarity with) Bitcoin or cryptocurrency. At the very least, it can be a piñata for protocol developers who actually know what they’re doing.

粗糙的 “rough consensus” Tinychain是Bitcoin的一个口袋大小的实现。 它的目标是以牺牲高级功能,速度和任何真正有用性为代价的中空协调算法的紧凑,可理解的工作化身。 我写的主要是为了更好地了解比特币,但希望它可以作为对兴趣(但不熟悉)比特币或加密的程序员的跳跃点。 至少对于实际上知道他们正在做什么的协议开发人员来说,它可能是一个piñata。

项目地址:
https://github.com/jamesob/tinychain

原文地址:
http://www.btccan.com

原文地址:https://www.cnblogs.com/panchuangai/p/12568306.html