A decentralized bitcoin exchange network
Go to file
2017-02-20 17:04:17 +01:00
.idea Update code settings 2016-11-13 22:31:07 +01:00
common User percentage based trade fee as well as market price based factor. Display % in fee info popups. 2017-02-19 13:40:47 -05:00
core hand-merge of policyfile-dev branch 2017-02-20 17:04:17 +01:00
doc hand-merge of policyfile-dev branch 2017-02-20 17:04:17 +01:00
gui Fix wrong spread calculation for altcoins 2017-02-20 06:59:39 -05:00
headless Set v 0.5.0.0, fix issues after merge. 2017-02-12 13:38:26 -05:00
jsocks Set v 0.5.0.0, fix issues after merge. 2017-02-12 13:38:26 -05:00
jtorctl Set v 0.5.0.0, fix issues after merge. 2017-02-12 13:38:26 -05:00
jtorproxy Set v 0.5.0.0, fix issues after merge. 2017-02-12 13:38:26 -05:00
monitor Set v 0.5.0.0, fix issues after merge. 2017-02-12 13:38:26 -05:00
network Set v 0.5.0.0, fix issues after merge. 2017-02-12 13:38:26 -05:00
package hand-merge of policyfile-dev branch 2017-02-20 17:04:17 +01:00
provider Use new tx and trade fees. UI improvements, remove trade fee from provider data 2017-02-16 15:43:38 -05:00
seednode Set v 0.5.0.0, fix issues after merge. 2017-02-12 13:38:26 -05:00
statistics Set v 0.5.0.0, fix issues after merge. 2017-02-12 13:38:26 -05:00
_deactivated_.travis.yml deactivate travis as it does not work anymore with javaFX 2015-11-03 17:28:04 +01:00
.gitignore Merge branch 'DAO' into policyfile 2017-02-20 15:16:13 +01:00
LICENSE add basic wallet, update nav buttons, move unused img 2014-04-24 16:55:55 +02:00
pom.xml hand-merge of policyfile-dev branch 2017-02-20 17:04:17 +01:00
README.md typo 2016-11-11 09:17:02 +01:00

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 and arbitration documents. Several videos are available as well.

Status

Bitsquare has released 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.