A decentralized bitcoin exchange network
Find a file
Manfred Karrer 2b1734e313 Add isBitcoinLocalhostNodeRunning to BisqEnvironment and checkIfLocalHostNodeIsRunning to MainViewModel for detecting localhost btc node to disable tor in that case.
Rename Preferences db file to PreferencesPayload.
Use default MaxConnections (12) instead of 11.
Use Guice for ProvidersRepository and FeeProvider.
Remove BsqUtxoFeedProvider, BsqUtxoFeedRequest, BsqUtxoFeedData and BsqUtxoFeedService.
Improve logging.
Adust logback logging.
2017-06-24 18:56:55 +02:00
.idea Apply code inspection 2017-06-08 18:02:05 +02:00
common Add isBitcoinLocalhostNodeRunning to BisqEnvironment and checkIfLocalHostNodeIsRunning to MainViewModel for detecting localhost btc node to disable tor in that case. 2017-06-24 18:56:55 +02:00
core Add isBitcoinLocalhostNodeRunning to BisqEnvironment and checkIfLocalHostNodeIsRunning to MainViewModel for detecting localhost btc node to disable tor in that case. 2017-06-24 18:56:55 +02:00
doc Use libdohj v 0.14.1. 2017-06-10 12:03:41 +02:00
gui Add isBitcoinLocalhostNodeRunning to BisqEnvironment and checkIfLocalHostNodeIsRunning to MainViewModel for detecting localhost btc node to disable tor in that case. 2017-06-24 18:56:55 +02:00
jsocks Change version nr 0.5.0.0. to 0.5.0 2017-06-23 18:10:26 +02:00
jtorctl Change version nr 0.5.0.0. to 0.5.0 2017-06-23 18:10:26 +02:00
jtorproxy Change version nr 0.5.0.0. to 0.5.0 2017-06-23 18:10:26 +02:00
network Add isBitcoinLocalhostNodeRunning to BisqEnvironment and checkIfLocalHostNodeIsRunning to MainViewModel for detecting localhost btc node to disable tor in that case. 2017-06-24 18:56:55 +02:00
package Add BjvmOptions=-Xss1280k for linux builds 2017-06-24 16:04:02 +02:00
provider Change version nr 0.5.0.0. to 0.5.0 2017-06-23 18:10:26 +02:00
seednode Add timeout to broadcast callbacks in tasks to avoid timeout errors. 2017-06-24 15:03:12 +02:00
statistics Add timeout to broadcast callbacks in tasks to avoid timeout errors. 2017-06-24 15:03:12 +02:00
.gitignore Rebranding: replace bitsquare with bisq 2017-03-12 16:00:40 -05:00
_deactivated_.travis.yml Rebranding: replace bitsquare with bisq 2017-03-12 16:00:40 -05:00
LICENSE add basic wallet, update nav buttons, move unused img 2014-04-24 16:55:55 +02:00
pom.xml Change version nr 0.5.0.0. to 0.5.0 2017-06-23 18:10:26 +02:00
README.md Use https://github.com/bitsquare/bitsquare instead of https://github.com/bisq/bisq 2017-06-11 22:52:47 +02:00

What is bisq?

bisq 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 bisq 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 bisq UI, a market is established.

There are no central points of control or failure in the bisq 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, bisq 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

bisq 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

bisq 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 "bisq" and the bisq logo seen here. This allows for competition without confusion.

See LICENSE for complete details.