Btcd

From zaoniao
Revision as of 07:32, 26 April 2019 by Admin (talk | contribs) (Created page with "btcd is a full-node implementation in Google Go by Conformal. Its [https://github.com/conformal/btcd project page on GitHub] says: "It currently properly downloads, validates...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

btcd is a full-node implementation in Google Go by Conformal. Its project page on GitHub says:

"It currently properly downloads, validates, and serves the block chain using the exact rules (including bugs) for block acceptance as the reference implementation (bitcoind). [...] btcd does NOT include wallet functionality and this was a very intentional design decision."

See also the <tt>btcd</tt> tag on Conformal's blog, especially the "ready for public testing" announcement.

Because BTCD uses an alternative consensus implementation, it is vulnerable to breaking consensus and fake confirmation attacks.

Source

http://bitcoin.it/

See Also on BitcoinWiki