Bitcoin Server: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Add links. |
||
Line 1: | Line 1: | ||
Bitcoin Server (bs) is a console application that is included as part of [[Libbitcoin_Server|libbitcoin-server]]. It implements a full node on the Bitcoin P2P network as well as a blockchain query service based on <ref>[http://zeromq.org ZeroMQ]</ref>. | Bitcoin Server (bs) is a console application that is included as part of [[Libbitcoin_Server|libbitcoin-server]]. It implements a full node on the Bitcoin P2P network as well as a blockchain query service based on <ref>[http://zeromq.org ZeroMQ]</ref>. | ||
Documentation<ref>[https://github.com/libbitcoin/libbitcoin-server/wiki BS Documentation]</ref> and signed binaries<ref>[https://github.com/libbitcoin/libbitcoin-server/wiki/Download-BS BS Signed Binaries]</ref> for Linux, OSX and Windows are available on GitHub. | |||
==See Also== | ==See Also== | ||
* [[Libbitcoin]] | * [[Libbitcoin]] | ||
* [[Libbitcoin_Server|libbitcoin-server]] | * [[Libbitcoin_Server|libbitcoin-server]] | ||
* [[Obelisk]] | |||
==References== | ==References== |
Revision as of 18:55, 12 July 2015
Bitcoin Server (bs) is a console application that is included as part of libbitcoin-server. It implements a full node on the Bitcoin P2P network as well as a blockchain query service based on [1].
Documentation[2] and signed binaries[3] for Linux, OSX and Windows are available on GitHub.