A decentralized bitcoin exchange network
Go to file
2016-10-14 04:25:05 +10:00
.idea Update code settings file 2016-09-04 14:57:03 -05:00
common Add LookAheadObjectInputStream 2016-10-12 23:19:08 +02:00
core Added DynamicCoin 2016-10-13 15:23:14 +02:00
doc Fix "BountyCastle" typos to "BouncyCastle" 2016-10-09 00:14:11 +01:00
gui Add LookAheadObjectInputStream 2016-10-12 23:19:08 +02:00
headless Prepare v0.4.9.6 2016-09-03 10:34:48 -05:00
jdkfix Prepare v0.4.9.6 2016-09-03 10:34:48 -05:00
jsocks Prepare v0.4.9.6 2016-09-03 10:34:48 -05:00
jtorctl Prepare v0.4.9.6 2016-09-03 10:34:48 -05:00
jtorproxy Add LookAheadObjectInputStream 2016-10-12 23:19:08 +02:00
monitor Prepare v0.4.9.6 2016-09-03 10:34:48 -05:00
network Add handling for INVALID_CLASS case 2016-10-12 23:35:48 +02:00
package Use single detached signature files for each binary 2016-10-08 01:19:52 +02:00
seednode Prepare v0.4.9.6 2016-09-03 10:34:48 -05:00
statistics Prepare v0.4.9.6 2016-09-03 10:34:48 -05:00
_deactivated_.travis.yml deactivate travis as it does not work anymore with javaFX 2015-11-03 17:28:04 +01:00
.gitignore Ignore local buildfile changes 2016-10-14 04:25:05 +10:00
LICENSE add basic wallet, update nav buttons, move unused img 2014-04-24 16:55:55 +02:00
pom.xml add import for @Nullable annotation 2016-10-06 02:11:54 +02:00
README.md Update text regarding beta version 2016-04-28 12:28:46 +02:00

Build Status

What is Bitsquare?

Bitsquare is a cross-platform desktop application that allows users to trade national currency (dollars, euros, etc) for bitcoin without relying on centralized exchanges such as Coinbase, Bitstamp or (the former) Mt. Gox.

By running Bitsquare on their local machines, users form a peer-to-peer network. Offers to buy and sell bitcoin are broadcast to that network, and through the process of offering and accepting these trades via the Bitsquare UI, a market is established.

There are no central points of control or failure in the Bitsquare network. There are no trusted third parties. When two parties agree to trade national currency for bitcoin, the bitcoin to be bought or sold is held in escrow using multisignature transaction capabilities native to the bitcoin protocol.

Because the national currency portion of any trade must be transferred via traditional means such as a wire transfer, Bitsquare incorporates first-class support for human arbitration to resolve any errors or disputes.

You can read about all of this and more in the whitepaper, arbitration and risk analysis documents. Several videos are available as well.

Status

Bitsquare has releases the beta version on the 27th of April 2016 after 3 months testing on mainnet.
For the latest version checkout our releases page at Github.

Building from source

See doc/build.md.

AUR for Arch Linux

Staying in Touch

Contact the team and keep up to date using any of the following:

License

Bitsquare is free software, licensed under version 3 of the GNU Affero General Public License.

In short, this means you are free to fork this repository and do anything with it that you please. However, if you distribute your changes, i.e. create your own build of the software and make it available for others to use, you must:

  1. Publish your changes under the same license, so as to ensure the software remains free.
  2. Use a name and logo substantially different than "Bitsquare" and the Bitsquare logo seen here. This allows for competition without confusion.

See LICENSE for complete details.