<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=Libbitcoin</id>
	<title>Libbitcoin - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=Libbitcoin"/>
	<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=Libbitcoin&amp;action=history"/>
	<updated>2026-05-15T09:26:42Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>http://en.zaoniao.it/index.php?title=Libbitcoin&amp;diff=5706&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;libbitcoin logo  [http://libbitcoin.org Libbitcoin] is a set of cross platform, open source C++ libraries for building bitcoin applic...&quot;</title>
		<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=Libbitcoin&amp;diff=5706&amp;oldid=prev"/>
		<updated>2019-06-09T13:29:28Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/index.php?title=File:Libbitcoin-logo.png&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;File:Libbitcoin-logo.png (page does not exist)&quot;&gt;250px|right|libbitcoin logo&lt;/a&gt;  [http://libbitcoin.org Libbitcoin] is a set of cross platform, open source C++ libraries for building bitcoin applic...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Image:Libbitcoin-logo.png|250px|right|libbitcoin logo]]&lt;br /&gt;
&lt;br /&gt;
[http://libbitcoin.org Libbitcoin] is a set of cross platform, open source C++ libraries for building bitcoin applications. The toolkit consists of libraries, examples, tests and applications. The project was established on three principles:&lt;br /&gt;
&lt;br /&gt;
* Privacy: Bitcoin should always remain as private as possible for its users.&lt;br /&gt;
* Scalability: Bitcoin built today with the future in mind.&lt;br /&gt;
* Integrity: No individual or group should have enough power over the network to compromise its original aims.&lt;br /&gt;
&lt;br /&gt;
==Status==&lt;br /&gt;
Libbitcoin is actively maintained. Since version 2.0 the original projects of [[Libbitcoin_Common|Libbitcoin]], [[Obelisk]] and [[SubvertX|SubvertX (sx)]] have been rationalized under a common repository, taxonomy and build system.&lt;br /&gt;
&lt;br /&gt;
Libbitcoin includes the dedicated consensus library [[Libbitcoin_Consensus|libbitcoin-consensus]]. This library provides a clean interface to the 34 source and header files from Bitcoin Core considered consensus critical. It also includes Python and Java SWIG bindings. The use of this library is optional when building [[Libbitcoin_Blockchain|libbitcoin-blockchain]].&lt;br /&gt;
&lt;br /&gt;
Signed single file application binaries are available for [[Bitcoin_Explorer|Bitcoin Explorer]], [[Bitcoin_Node|Bitcoin Node]] and [[Bitcoin_Server|Bitcoin Server]] for Linux, OSX and Windows platforms. Extensive end-user and developer documentation is provided for Bitcoin Explorer.&lt;br /&gt;
&lt;br /&gt;
Libbitcoin repositories include standard Autotools builds supporting GCC and Clang as well as robust Visual Studio solutions. Single file install scripts for Linux/OSX can download and build all dependencies and repositories. Linux and OSX builds are regularly tested on Travis-CI and Windows builds on [https://ci.appveyor.com AppVeyor]. Tests are executed following each automated build and subsequent reports are published through Coveralls.&lt;br /&gt;
&lt;br /&gt;
Libbitcoin has been deployed on ARM devices, such as Airbitz iOS and Android applications which are built using [[Libbitcoin_Common|libbitcoin]] and [[Libbitcoin_Client|libbitcoin-client]]. There are a number of community Bitcoin Server deployments, including those maintained by Airbitz and Coinkite.&lt;br /&gt;
&lt;br /&gt;
==Libbitcoin Libraries==&lt;br /&gt;
* [[Libbitcoin_Common|libbitcoin]] (system)&lt;br /&gt;
* [[Libbitcoin_Blockchain|libbitcoin-blockchain]]&lt;br /&gt;
* [[Libbitcoin_Build|libbitcoin-build]]&lt;br /&gt;
* [[Libbitcoin_Client|libbitcoin-client]]&lt;br /&gt;
* [[Libbitcoin_Consensus|libbitcoin-consensus]]&lt;br /&gt;
* [[Libbitcoin_Database|libbitcoin-database]]&lt;br /&gt;
* [[Libbitcoin_Explorer|libbitcoin-explorer]]&lt;br /&gt;
* [[Libbitcoin_Network|libbitcoin-network]]&lt;br /&gt;
* [[Libbitcoin_Node|libbitcoin-node]]&lt;br /&gt;
* [[Libbitcoin_Protocol|libbitcoin-protocol]]&lt;br /&gt;
* [[Libbitcoin_Server|libbitcoin-server]]&lt;br /&gt;
&lt;br /&gt;
==Libbitcoin Applications==&lt;br /&gt;
* [[Bitcoin_Explorer|Bitcoin Explorer]] (bx) - Bitcoin command line tool &lt;br /&gt;
* [[Bitcoin_Node|Bitcoin Node]] (bn) - Bitcoin full node (only)&lt;br /&gt;
* [[Bitcoin_Server|Bitcoin Server]] (bs) - Blockchain query service (and full node)&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
* Libbitcoin was the second full implementation of [https://bitcoin.org/bitcoin.pdf Bitcoin], after the [[Original_Bitcoin_client|original client]]. It was created by a community of open source developers led by [[Amir_Taaki|Amir Taaki]] (genjix).&lt;br /&gt;
* The first commits were by [[Patrick_Strateman|Patrick Strateman]] (phantomcircuit) on May 18, 2011 and Libbitcoin was announced on July 21, 2011.&lt;br /&gt;
* The related command line application [[SubvertX|SubvertX (sx)]] was announced on November 2, 2011.&lt;br /&gt;
* The related server [[Obelisk]] was first released on January 6, 2014, with an update to SubvertX (sx) and the second major release of Libbitcoin.&lt;br /&gt;
* SubvertX was redesigned by [[Eric_Voskuil|Eric Voskuil]] (evoskuil) and released as [[Bitcoin_Explorer|Bitcoin Explorer]] (bx 2.0) on December 13, 2014.&lt;br /&gt;
* The privacy protocol design was the work product of a Libbitcoin team meeting in San Diego in August, 2014.&lt;br /&gt;
* [[Bitcoin_Server|Bitcoin Server]] (bs 2.0) was released on On May 9th, 2015, replacing Obelisk. A blockchain redesign by genjix substantially improved query performance.&lt;br /&gt;
* [[Bitcoin_Node|Bitcoin Node]] (bn 2.2) achieved parity with Bitcoin Server on December 21st, 2015, as a release quality full node.&lt;br /&gt;
* All repositories were updated to version 3.0 on March 7th, 2017, including substantial performance, quality and feature improvements .&lt;br /&gt;
&lt;br /&gt;
==Active Maintainers==&lt;br /&gt;
* [[Eric_Voskuil|Eric Voskuil]] (development)&lt;br /&gt;
* Phillip Mienk (development)&lt;br /&gt;
* Neill Miller (development, hosting)&lt;br /&gt;
* William Swanson (development, hosting)&lt;br /&gt;
* Pablo Castellano ([https://tracker.debian.org/pkg/libbitcoin debian packaging])&lt;br /&gt;
* Santi ([https://libbitcoin.org libbitcoin.org])&lt;br /&gt;
* Mariano (node/server operational test)&lt;br /&gt;
* Skaht (bx operational test)&lt;br /&gt;
&lt;br /&gt;
==Early Contributors==&lt;br /&gt;
* [[Amir_Taaki|Amir Taaki]] (genjix)&lt;br /&gt;
* Robert Williamson (bobalot)&lt;br /&gt;
* [[Patrick_Strateman|Patrick Strateman]] (phantomcircuit)&lt;br /&gt;
* Denis Roio (jaromil)&lt;br /&gt;
* [[Luke_Dashjr| Luke Dashjr]] (luke-jr)&lt;br /&gt;
&lt;br /&gt;
==Projects Using Libbitcoin==&lt;br /&gt;
* [[Airbitz]]&lt;br /&gt;
* [http://bitprim.org/ Bitprim]&lt;br /&gt;
* [https://cancoin.co/wallet Cancoin]&lt;br /&gt;
* [https://chip-chap.com Chip-Chap]&lt;br /&gt;
* [https://github.com/darkwallet/darkleaks Darkleaks]&lt;br /&gt;
* [https://www.darkwallet.is Darkwallet]&lt;br /&gt;
* [https://github.com/darkwallet/darkmarket Darkmarket]&lt;br /&gt;
* [https://www.bitcoinbook.info Mastering Bitcoin (book)]&lt;br /&gt;
* [https://github.com/mvs-live/metaverse Metaverse]&lt;br /&gt;
* [http://openbazaar.org OpenBazaar]&lt;br /&gt;
* [http://slur.io Slur]&lt;br /&gt;
* [https://www.cs.cornell.edu/People/egs/papers/teechan.pdf Teechan]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [http://libbitcoin.org libbitcoin.org]&lt;br /&gt;
* &lt;br /&gt;
* [https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/libbitcoin Libbitcoin Mailing List]&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=30646.0 Bitcointalk Topic]&lt;br /&gt;
* https://bitcoinmagazine.com/articles/what-libbitcoin-and-sx-are-and-why-they-matter-1376064919&lt;br /&gt;
* http://blog.coinkite.com/post/97397052686/public-obelisk-server-for-the-community&lt;br /&gt;
* https://wiki.unsystem.net/en/index.php/Libbitcoin&lt;br /&gt;
* http://www.slideshare.net/swansontec/libbitcoin-slides&lt;br /&gt;
* https://github.com/aantonop/bitcoinbook/blob/develop/appdx-bx.asciidoc&lt;br /&gt;
&lt;br /&gt;
==Source==&lt;br /&gt;
&lt;br /&gt;
[http://bitcoin.it/ http://bitcoin.it/]&lt;br /&gt;
[[Category:Bitcoin]]&lt;br /&gt;
[[Category:Open source]]&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>