Skip to content

Releases: bisq-network/bisq

v0.3.2.1

20 Dec 14:08
Compare
Choose a tag to compare
v0.3.2.1 Pre-release
Pre-release

This is a pre-release candidate for the official Beta version, which is planned to be released early 2016.
Please note that this release is intended mainly for developers and testers.

Features:

  • Changed network layer to a flooding network over Tor and hidden services
  • Support for several payment methods (Sepa, OkPay, PerfectMoney,…)
  • Support for Altcoins
  • Arbitrator registration
  • Support for arbitration and support tickets
  • Arbitrator chat and messaging tool
  • Trade contract
  • Data backup
  • Recover from seedwords
  • Password protection
  • Optional lock-time by payment method
  • Market overview (buy/sell offers chart and tables)
  • UI/Usability improvements
  • Charts for market data

For more information regarding testing and setup please check out our wiki pages.

Please DON'T use it in Bitcoin mainnet yet as it needs much more testing and there are several know inssues to be fixed before it can be considered "mainnet safe".

If you have used an older version of Bitsquare you should remove the old application data directory to avoid conflicts due non compatible changes. If you have funds in your testnet wallet be sure to withdraw first your funds before installing the new version.
Location of the data directory:
Mac OSX: /Users/username/Library/Application Support/Bitsquare
Linux: /home/username/.Bitsquare
Windows XP: C:\Documents and Settings\username\Application Data\Bitsquare
Windows Vista or 7: %appdata%/Bitsquare

If you use a not supported OS (e.g. 32bit Windows) please use the Bitsquare.jar file. You need to have Java v1.8.0_20 or better installed on your system to run the Bitsquare jar file.

For Arch Linux there is an AUR available.

v0.3.1

22 May 14:15
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

That minor version update with new binaries was necessary because I screwed something up with UpdateFX :-(.

To separate bitcoin networks the data are stored now in separate directories when switching the network.
Please delete the data directory to get a clean install.

There is a known issue with Linux and some IPv6 configurations causing testnet seed nodes connection problems (mainnet is ok).
That happens only if you don't run a local Bitcoin core in testnet mode.

UPDATE:
Mike Hearn suggested a quick solution for getting around the Bitcoin testnet connectivity problem:
Run the app from the console:
java -Djava.net.preferIPv4Stack=true -jar PATH_TO_JAR_FILE/1.jar
The jar file is located in the .deb file (it is an archive) under /opt/Bitsquare/app/1.jar
See the discussion for more info at: https://groups.google.com/forum/?hl=de#!topic/bitcoinj/1dRPpvH0VsQ

Warning: The application is still under heavy develoment and using mainnet with real Bitcoin is not recommended!

Release notes:

  • Bootstrap to all bootstrap nodes
  • Separeate btc network by directories in data dir
  • Add support for new release download
  • Only use mailbox for certain P2P messages
  • Bootstrap node update
  • Fix bug with empty log file
  • Add warning popup when using mainnet

AUR for Arch Linux

v0.2.1 Support for trade in both directions

17 May 14:34
Compare
Choose a tag to compare

That release is not handled by UpdateFX. Please download and install the new binaries. You need to delete the data directory if you have used a previous version. The bootstrap nodes for previous versions are not supported anymore.

UPDATE: There is an issue with the Linux version that it cannot connect to the Bitcoin testnetwork. Mainnet is working (as well as the OSX and Windows versions). I am investigating and will release a new version as soon that is fixed. (See: #340)

UPDATE 2:
The problem also happens when using BitcoinJ wallet template.
I reported an issue on the mailinglist:
https://groups.google.com/forum/#!topic/bitcoinj/1dRPpvH0VsQ
If you start a local Bitcoin core client in testnet mode you can connect to the testnet network (via that localhost node).

You can find the data directory here:
Linux: $HOME/.local/share/Bitsquare
Mac OSX: $HOME/Library/Application Support/Bitsquare
Windows: $HOME\AppData\Roaming\Bitsquare

Release notes:

  • Support second trade variant (Offerer is Bitcoin seller)
  • Change UI for trade process to wizard style
  • Encrypt all messages sent over wire
  • Use Fiat payment method specific lock time for payout transaction to reduce bank charge back risk
  • Support changed IP address after reconnect
  • Add reserved tab in Funds screens
  • Remove open trades from withdrawal list
  • Separate DHT networks by Bitcoin networks
  • Separate GUI code to a module
  • Code signing for MAC (Apple developer certificate)
  • Interconnect bootstrap nodes on 3 servers
  • Improve network settings pane
  • Synchronizing bitcoin network not blocking startup anymore
  • Connection loss not terminating app

v0.1.3 Support for interrupted trade process

28 Mar 23:00
Compare
Choose a tag to compare

That version does not need a new binary installation as it comes via UpdateFX.

Added features:

  • Traders can quit application during the trade process and continue later
  • Encryption for DHT mailbox
  • Use P2SH for MultiSig
  • Add data protection for DHT storage
  • When trader goes offline his offers get removed from the offer book and will get added again when he goes online again (app should run in background when window gets closed, but that is deactivaed at the moment)
  • Update to TomP2P Beta 6
  • Update to tag of latest BitcoinJ master (0.13.d13665c-SNAPSHOT)

v0.1.1 UpdateFX support

06 Mar 23:36
Compare
Choose a tag to compare
Pre-release
  • Support for UpdateFX
  • Update to TomP2P beta3
  • Relay mode for P2P network
  • Use maven instead of Gradle

v0.1.0

11 Dec 18:06
v0.1.0
dc99a8c
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Hey early adopter! Thanks for taking a look at Bitsquare's very first milestone release. See the announcement blog post and list of features implemented for complete details. Check the roadmap to see where we're headed from here.

At bottom you'll find installers and executables. Just download, double-click and follow the instructions for the one matching your operating system:

  • Windows (.exe)
  • Mac OS X (.dmg)
  • Linux (.deb)

If you have Java 8u20 or better installed and prefer to work directly with an executable jar, download bitsquare-0.1.0-app.jar and run it with the following command:

$ java -jar bitsquare-0.1.0-app.jar

Most users can disregard the bitsquare-0.1.0-bootstrapNode.jar file, but if you wish to test Bitsquare locally in regtest mode you'll need to download and run this file as an executable jar as well (same instructions as above).

As mentioned in the announcement blog post, Bitsquare is alpha-quality software. It runs on the bitcoin testnet by default, and you should under no circumstances think it's safe to run on mainnet with real bitcoins. You've been warned.

For getting started you can find help in our user guide.
If you have trouble connecting to the Bitsquare network, you may need to configure manual port forwarding. If you run into other issues please let us know by creating a GitHub Issue. Thanks!

To experience trading with Bitsquare we facilitate regular Bitsquare WAN parties. These are a chance to find trading peers, get support, give feedback to the developers and exchange ideas with other contributors.

For general information about Bitsquare, see https://bitsquare.io