Difference between revisions of "Bitcoin Node"

From Bitcoin Wiki
Jump to: navigation, search
(stub)
 
(Initial content.)
Line 1: Line 1:
{{stub}}
+
Bitcoin Node (bn) is a console application that is included as part of [[Libbitcoin_Node|libbitcoin-node]]. It implements a full node on the Bitcoin P2P network. The initial (bn 2.x) release is an example, not intended for production use.
 +
 
 +
==See Also==
 +
* [[Libbitcoin]]
 +
* [[Libbitcoin_Node|libbitcoin-node]]

Revision as of 18:32, 12 July 2015

Bitcoin Node (bn) is a console application that is included as part of libbitcoin-node. It implements a full node on the Bitcoin P2P network. The initial (bn 2.x) release is an example, not intended for production use.

See Also