Purecoin: Difference between revisions
Jump to navigation
Jump to search
m Add to Category:Haskell |
m Make clearer that it's for fun only. |
||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
Purecoin is a Haskell full-node implementation, by [http://r6.ca/ Russell O'Connor], available [https://github.com/laanwj/Purecoin on github] (mirrored from darcs). | Purecoin is a Haskell full-node implementation, by [http://r6.ca/ Russell O'Connor], available [https://github.com/laanwj/Purecoin on github] (mirrored from darcs). On its completeness and motivations, Russell comments: | ||
* [http://bitcoinstats.com/irc/bitcoin-dev/logs/2011/11/28#l1322491573 purecoin tries to be as simiple an implementation as I can get away with. The idea is more for documentation than for real use.] | |||
* [http://bitcoinstats.com/irc/bitcoin-dev/logs/2011/11/28#l1322495797 it doesn't handle OP_IF, but I'm pretty sure there are many more unknown incompatibilities.] | |||
* [http://bitcoinstats.com/irc/bitcoin-dev/logs/2011/11/28#l1322495724 I guarentee that purecoin is not entirely compatible with bitcoin] | |||
[[Category:Nodes]] | [[Category:Nodes]] | ||
[[Category:Haskell]] | [[Category:Haskell]] |
Latest revision as of 18:20, 25 January 2015
This page is a stub. Help by expanding it. Purecoin is a Haskell full-node implementation, by Russell O'Connor, available on github (mirrored from darcs). On its completeness and motivations, Russell comments: