Releases: bisq-network/bisq
v1.8.3
A newer version is already available! Please don’t use this version anymore.
Release notes
This release improves privacy by automatically deleting past trade data, improves the UI in many places, and fixes bugs across the board (as always).
Improvements
- Clear payment account payload info from closed trades
- Allow dispute to be closed if trade has paid out
- Include penalty for exceeding transfer limits
- Show buyer/seller in terms of BTC
- Show signed payment account status when applicable in Trade & Dispute information screens
- Show proposal transaction ID with explore and copy icons
- Sign/Verify message for DAO bonded roles
- Obtain trade fee settings from filter
- Warn and prompt for password before showing wallet keys
- Add ability to copy popup text to clipboard
- Add support/help links on the UI
- Add filter option to lists
- Improve text and icon colors for disabled offers
- Remove references to Keybase and switch to Matrix
- Improve BSQ swap error messaging & DAO resync popup
Bug fixes
- Fix exception: heightOfLastBlock must match chainHeight
- Fix issue selecting specific BSQ UTXO for sending BSQ
- Fix error in failed trades view when trade contract is null
- Fix NullPointerException when editing a new payment account
- Fix unhandled exception when locale specifies unknown country/region code.
- Fix column sorting
- Fix sorting on bonded roles view
- Prevent reset offer values after switch to same currency payment account
- Filter out the BSQ swap payment method from dropdown on edit/duplicate offer
- Fix CSV export issue on open offers view
- Enable Tor bridges set in application settings
- Get payment method ID from offerPayload: 1, 2
- Disable roll over popups in combobox item renderers.
Development & Documentation
- API: Add API
gettrades
method - API: Fix FeeService NullPointerException
- Update copyright string for Windows
- Update copyright string for macOS
- Cleanup: remove unused classes
- Improve instructions and wording
- Update hostname of BSQ explorer mempool.emzy.de
New Assets
No new assets were added.
Verification
For a detailed description on how to verify your Bisq installer please have a look at our wiki: https://bisq.wiki/Downloading_and_installing#Verify_installer_file
Url of the signing key (Christoph Atteneder): https://bisq.network/pubkey/29CDFD3B.asc
Full fingerprint: CB36 D7D2 EBB2 E35D 9B75 500B CD5D C1C5 29CD FD3B
Import the key:
curl https://bisq.network/pubkey/29CDFD3B.asc | gpg --import
GPG prints a confusion warning: "This key is not certified with a trusted signature!" - See https://serverfault.com/questions/569911/how-to-verify-an-imported-gpg-key for background information what it means.
How to verify signatures?
gpg --digest-algo SHA256 --verify BINARY{.asc*,}
Replace BINARY with the file you downloaded (e.g. Bisq-1.8.3.dmg)
Verify jar file inside binary:
You can verify on OSX the jar file with:
shasum -a256 [PATH TO BISQ APP]/Bisq.app/Contents/app/desktop-1.8.3-all.jar
The output need to match the value from the Bisq-1.8.3.jar.txt file.
There are three hashes within the Bisq-1.8.3.jar.txt file (macOS, Windows, Linux).
If you want to reproduce and verify the hash of the jar file locally, you need to do so on Windows or Linux using Java 15.0.5 and the v1.8.3 release tag. Because of the signing and notarization process that requires the developer certificate used for the build on macOS it is not possible to create the same jar on macOS.
Known issues with installation
Windows:
There is a known issue with Anti Virus software. We got several reports from users running into different problems. Either the AV software blocks Bisq or Tor, delete files in the data directory [2] or app directory [1]) or cause such a long delay at startup that Tor gets terminated and a file remains locked which can cause that Bisq cannot be started afterwards. To resolve that you need to restart Windows then the lock get released. We are working on solutions to fix those issues.
If you use Crypto currencies on your Windows system be aware that Windows is much more vulnerable to malware than Linux or OSX. Consider to use a dedicated non-Windows system when dealing with cryptocurrencies.
[1] Application directory (contains application installation files):
C:\Users<username>\AppData\Local\Bisq
[2] Data directory (contains all Bisq data including wallet):
C:\Users<username>\AppData\Roaming\Bisq\btc_mainnet\tor (you can delete everything except the hiddenservice directory)
Linux:
Hint for Debian users:
If you have problems starting Bisq on Debian use: /opt/bisq/bin/Bisq
If your Linux distro does not support .deb files please follow this instruction:
cd ~/Downloads
mkdir tmp
cd tmp
ar x ../Bisq-64bit-1.8.3.deb
sudo tar Jxvf data.tar.xz
sudo cp -rp opt/Bisq /opt/
That instruction is not tested on many different distros. If you encounter problems please report it in a Github issue so we can improve it.
Credits
Thanks to everyone who directly contributed to this release:
- @Emzy
- @ghubstan
- @jmacxx
- @MarnixCroes
- @MwithM
- @ripcurlx
- @sqrrm
- @w0000000t
- @wiz
- @xyzmaker123
A special thanks to our first time contributors:
As well as to everyone that helped with translations on Transifex.
v1.8.2
A newer version is already available! Please don’t use this version anymore.
This is a follow-up release that temporarily deactivates the DAO needs to resync
popup to prevent presenting too many false positives to the user. It will be re-enabled again in the release after.
See 013dc98.
Here are the release notes from v1.8.1:
Release notes
This release improves mediation, extends API capabilities (still in beta), and fixes lots of smaller issues across the board.
Improvements
- Add option to automatically send log files to mediators in chat
- Improve user experience once mediation has been accepted by both parties
- Enable fractional percentages in dispute payout calculation field
- SEPA Account: Make account name and accepted countries editable
- Add
Edit offer
button in offer book for own offers - Wording for BSQ swap cancellation popups & withdrawal prompt
- Increase dark mode contrast for fillable fields
- Adapt edit explorer indicator styling
Bug fixes
- Fix trade fee validation bug for multiple BSQ UTXOs inputs
- Fix fat finger protection during offer creation
- Fix exception while taking offer when an account has no selected currency
- OfferBook: Show complete text of action button if enough space is available
- Reset the icon color properly for market price margin information/warning
Development & Documentation
- API: Add methods
failtrade
,unfailtrade
- API: Rename method
keepfunds
toclosetrade
- API: Deprecate
getmyoffer
- API: Fix CLI's
--payment-account-id
option name, documentcreatecryptopaymentacct
- API: XMR/BTC trading pair support
- API: Support and test creation of Swift accounts
- API:
getoffer
&gettrade
support for BSQ swaps - Improve DAO state store persistence and statistics logging
- CI Security: Use Github actions via sha1 (not tags) and keep them updated via dependabot
- Upgrade log4j 2.15.0 => 2.17.0
- Set Gradle java src & target compatibility to version 11
- Fixed annoying semicolon colors.
- Make all scripts executable
- Add @KanoczTomas BTC node with onion v3 address
New Assets
No new assets were added.
Verification
For a detailed description on how to verify your Bisq installer please have a look at our wiki: https://bisq.wiki/Downloading_and_installing#Verify_installer_file
Url of the signing key (Christoph Atteneder): https://bisq.network/pubkey/29CDFD3B.asc
Full fingerprint: CB36 D7D2 EBB2 E35D 9B75 500B CD5D C1C5 29CD FD3B
Import the key:
curl https://bisq.network/pubkey/29CDFD3B.asc | gpg --import
GPG prints a confusion warning: "This key is not certified with a trusted signature!" - See https://serverfault.com/questions/569911/how-to-verify-an-imported-gpg-key for background information what it means.
How to verify signatures?
gpg --digest-algo SHA256 --verify BINARY{.asc*,}
Replace BINARY with the file you downloaded (e.g. Bisq-1.8.2.dmg)
Verify jar file inside binary:
You can verify on OSX the jar file with:
shasum -a256 [PATH TO BISQ APP]/Bisq.app/Contents/app/desktop-1.8.2-all.jar
The output need to match the value from the Bisq-1.8.2.jar.txt file.
There are three hashes within the Bisq-1.8.2.jar.txt file (macOS, Windows, Linux).
If you want to reproduce and verify the hash of the jar file locally, you need to do so on Windows or Linux using Java 15.0.5 and the v1.8.2 release tag. Because of the signing and notarization process that requires the developer certificate used for the build on macOS it is not possible to create the same jar on macOS.
Known issues with installation
Windows:
There is a known issue with Anti Virus software. We got several reports from users running into different problems. Either the AV software blocks Bisq or Tor, delete files in the data directory [2] or app directory [1]) or cause such a long delay at startup that Tor gets terminated and a file remains locked which can cause that Bisq cannot be started afterwards. To resolve that you need to restart Windows then the lock get released. We are working on solutions to fix those issues.
If you use Crypto currencies on your Windows system be aware that Windows is much more vulnerable to malware than Linux or OSX. Consider to use a dedicated non-Windows system when dealing with cryptocurrencies.
[1] Application directory (contains application installation files):
C:\Users<username>\AppData\Local\Bisq
[2] Data directory (contains all Bisq data including wallet):
C:\Users<username>\AppData\Roaming\Bisq\btc_mainnet\tor (you can delete everything except the hiddenservice directory)
Linux:
Hint for Debian users:
If you have problems starting Bisq on Debian use: /opt/bisq/bin/Bisq
If your Linux distro does not support .deb files please follow this instruction:
cd ~/Downloads
mkdir tmp
cd tmp
ar x ../Bisq-64bit-1.8.2.deb
sudo tar Jxvf data.tar.xz
sudo cp -rp opt/Bisq /opt/
That instruction is not tested on many different distros. If you encounter problems please report it in a Github issue so we can improve it.
Credits
Thanks to everyone who directly contributed to this release:
- @alvasw
- @cbeams
- @cd2357
- @chimp1984
- @dbast
- @Emzy
- @ghubstan
- @jmacxx
- @KanoczTomas
- @MwithM
- @nutel65
- @ripcurlx
- @sqrrm
- @stejbac
- @xyzmaker123
A special thanks to our first time contributors:
- @dbast
- @nutel65
As well as to everyone that helped with translations on Transifex.
v1.8.1
A newer version is already available! Please don’t use this version anymore.
Release notes
This release improves mediation, extends API capabilities (still in beta), and fixes lots of smaller issues across the board.
Improvements
- Add option to automatically send log files to mediators in chat
- Improve user experience once mediation has been accepted by both parties
- Enable fractional percentages in dispute payout calculation field
- SEPA Account: Make account name and accepted countries editable
- Add
Edit offer
button in offer book for own offers - Wording for BSQ swap cancellation popups & withdrawal prompt
- Increase dark mode contrast for fillable fields
- Adapt edit explorer indicator styling
Bug fixes
- Fix trade fee validation bug for multiple BSQ UTXOs inputs
- Fix fat finger protection during offer creation
- Fix exception while taking offer when an account has no selected currency
- OfferBook: Show complete text of action button if enough space is available
- Reset the icon color properly for market price margin information/warning
Development & Documentation
- API: Add methods
failtrade
,unfailtrade
- API: Rename method
keepfunds
toclosetrade
- API: Deprecate
getmyoffer
- API: Fix CLI's
--payment-account-id
option name, documentcreatecryptopaymentacct
- API: XMR/BTC trading pair support
- API: Support and test creation of Swift accounts
- API:
getoffer
&gettrade
support for BSQ swaps - Improve DAO state store persistence and statistics logging
- CI Security: Use Github actions via sha1 (not tags) and keep them updated via dependabot
- Upgrade log4j 2.15.0 => 2.17.0
- Set Gradle java src & target compatibility to version 11
- Fixed annoying semicolon colors.
- Make all scripts executable
- Add @KanoczTomas BTC node with onion v3 address
New Assets
No new assets were added.
Verification
For a detailed description on how to verify your Bisq installer please have a look at our wiki: https://bisq.wiki/Downloading_and_installing#Verify_installer_file
Url of the signing key (Christoph Atteneder): https://bisq.network/pubkey/29CDFD3B.asc
Full fingerprint: CB36 D7D2 EBB2 E35D 9B75 500B CD5D C1C5 29CD FD3B
Import the key:
curl https://bisq.network/pubkey/29CDFD3B.asc | gpg --import
GPG prints a confusion warning: "This key is not certified with a trusted signature!" - See https://serverfault.com/questions/569911/how-to-verify-an-imported-gpg-key for background information what it means.
How to verify signatures?
gpg --digest-algo SHA256 --verify BINARY{.asc*,}
Replace BINARY with the file you downloaded (e.g. Bisq-1.8.1.dmg)
Verify jar file inside binary:
You can verify on OSX the jar file with:
shasum -a256 [PATH TO BISQ APP]/Bisq.app/Contents/app/desktop-1.8.1-all.jar
The output need to match the value from the Bisq-1.8.1.jar.txt file.
There are three hashes within the Bisq-1.8.1.jar.txt file (macOS, Windows, Linux).
If you want to reproduce and verify the hash of the jar file locally, you need to do so on Windows or Linux using Java 15.0.5 and the v1.8.1 release tag. Because of the signing and notarization process that requires the developer certificate used for the build on macOS it is not possible to create the same jar on macOS.
Known issues with installation
Windows:
There is a known issue with Anti Virus software. We got several reports from users running into different problems. Either the AV software blocks Bisq or Tor, delete files in the data directory [2] or app directory [1]) or cause such a long delay at startup that Tor gets terminated and a file remains locked which can cause that Bisq cannot be started afterwards. To resolve that you need to restart Windows then the lock get released. We are working on solutions to fix those issues.
If you use Crypto currencies on your Windows system be aware that Windows is much more vulnerable to malware than Linux or OSX. Consider to use a dedicated non-Windows system when dealing with cryptocurrencies.
[1] Application directory (contains application installation files):
C:\Users<username>\AppData\Local\Bisq
[2] Data directory (contains all Bisq data including wallet):
C:\Users<username>\AppData\Roaming\Bisq\btc_mainnet\tor (you can delete everything except the hiddenservice directory)
Linux:
Hint for Debian users:
If you have problems starting Bisq on Debian use: /opt/bisq/bin/Bisq
If your Linux distro does not support .deb files please follow this instruction:
cd ~/Downloads
mkdir tmp
cd tmp
ar x ../Bisq-64bit-1.8.1.deb
sudo tar Jxvf data.tar.xz
sudo cp -rp opt/Bisq /opt/
That instruction is not tested on many different distros. If you encounter problems please report it in a Github issue so we can improve it.
Credits
Thanks to everyone who directly contributed to this release:
- @alvasw
- @cbeams
- @cd2357
- @chimp1984
- @dbast
- @Emzy
- @ghubstan
- @jmacxx
- @KanoczTomas
- @MwithM
- @nutel65
- @ripcurlx
- @sqrrm
- @stejbac
- @xyzmaker123
A special thanks to our first time contributors:
- @dbast
- @nutel65
As well as to everyone that helped with translations on Transifex.
v1.8.0
A newer version is already available! Please don’t use this version anymore.
Release notes
This release introduces BSQ swaps: an instant, trustless, and cheaper way to exchange BTC with BSQ.
It also ships four new payment methods: ACH Transfer, Domestic Wire Transfer, Tikkie and TransferWise-USD.
In addition, this release significantly reduces resources necessary for parsing DAO blocks. You'll find further improvements and bug fixes across the board!
Improvements
- BSQ swaps: 1, 2, 3, 4, 5
- Add payment methods ACH Transfer and Domestic Wire Transfer
- Add payment methods Tikkie and TransferWise-USD
- Optimize DAO charts: 1, 2
- Optimize trade chart view
- Extract persistence of BSQ blocks out of DaoStateStore
- Improve DAO state monitoring
- Improve fee handling
- Improve FilterManager
- Avoid that outdated donation and fee addresses are used.
- Add penalty calculation to dispute agent UI
- Option to not repeat popup message of locked up funds from failed trade
- Confirm button state for BTC seller to be disabled in mediation
- Add "Buy BSQ" button next to trade fee selector
- Improve shutdown process
- Increase trade protocol timeout from 60 sec to 120 sec
- Add Polish translation
- Improve trade statistics validation: 1, 2
Bug fixes
- Fix calculation & display of Locked Funds
- Fix display of missing Failed Trade tab
- Fix blockchain reorg handling
- Fix incorrect app initialization
- Fix incorrect re-opening of dispute ticket by mailbox message
- Prevent NPE in case delayedPayoutTx is not present (failed trade)
- Include holder name field for Monese & Satispay accounts
- Gracefully handle null data in refresh offer message and log error
- Always use fresh address for MULTI_SIG context to prevent problems with address re-usage when funding
- Fix updating of Locked Balance display
- Fix Exception in Portfolio History when a canceled offer with a different onion address os displayed
- Avoid Log4J "Log4Shell" exploit
Development & Documentation
- Upgrade to Gradle 7.3: 1, 2, 3, 4
- Small debugging utils
- API: Deprecate and replace hard-coded CLI console output formatters
- GitHub build: Cache gradle dependencies
- Add I2P as enum entry
- Update package.gradle: rely on local JDK 15
New Assets
Verification
For a detailed description on how to verify your Bisq installer please have a look at our wiki: https://bisq.wiki/Downloading_and_installing#Verify_installer_file
Url of the signing key (Christoph Atteneder): https://bisq.network/pubkey/29CDFD3B.asc
Full fingerprint: CB36 D7D2 EBB2 E35D 9B75 500B CD5D C1C5 29CD FD3B
Import the key:
curl https://bisq.network/pubkey/29CDFD3B.asc | gpg --import
GPG prints a confusion warning: "This key is not certified with a trusted signature!" - See https://serverfault.com/questions/569911/how-to-verify-an-imported-gpg-key for background information what it means.
How to verify signatures?
gpg --digest-algo SHA256 --verify BINARY{.asc*,}
Replace BINARY with the file you downloaded (e.g. Bisq-1.8.0.dmg)
Verify jar file inside binary:
You can verify on OSX the jar file with:
shasum -a256 [PATH TO BISQ APP]/Bisq.app/Contents/app/desktop-1.8.0-all.jar
The output need to match the value from the Bisq-1.8.0.jar.txt file.
There are three hashes within the Bisq-1.8.0.jar.txt file (macOS, Windows, Linux).
If you want to reproduce and verify the hash of the jar file locally, you need to do so on Windows or Linux using Java 15.0.5 and the v1.8.0 release tag. Because of the signing and notarization process that requires the developer certificate used for the build on macOS it is not possible to create the same jar on macOS.
Known issues with installation
Windows:
There is a known issue with Anti Virus software. We got several reports from users running into different problems. Either the AV software blocks Bisq or Tor, delete files in the data directory [2] or app directory [1]) or cause such a long delay at startup that Tor gets terminated and a file remains locked which can cause that Bisq cannot be started afterwards. To resolve that you need to restart Windows then the lock get released. We are working on solutions to fix those issues.
If you use Crypto currencies on your Windows system be aware that Windows is much more vulnerable to malware than Linux or OSX. Consider to use a dedicated non-Windows system when dealing with cryptocurrencies.
[1] Application directory (contains application installation files):
C:\Users<username>\AppData\Local\Bisq
[2] Data directory (contains all Bisq data including wallet):
C:\Users<username>\AppData\Roaming\Bisq\btc_mainnet\tor (you can delete everything except the hiddenservice directory)
Linux:
Hint for Debian users:
If you have problems starting Bisq on Debian use: /opt/bisq/bin/Bisq
If your Linux distro does not support .deb files please follow this instruction:
cd ~/Downloads
mkdir tmp
cd tmp
ar x ../Bisq-64bit-1.8.0.deb
sudo tar Jxvf data.tar.xz
sudo cp -rp opt/Bisq /opt/
That instruction is not tested on many different distros. If you encounter problems please report it in a Github issue so we can improve it.
Credits
Thanks to everyone who directly contributed to this release:
As well as to everyone that helped with translations on Transifex.
v1.7.5
A newer version is already available! Please don’t use this version anymore.
Release notes
This release introduces 13 new payment methods: Strike, Verse, Monese, Satispay, Bizum, Pix, Nequi, CelPay, PayTM, UPI, RTGS, NEFT and IMPS. It also upgrades Tor to the its latest version and moves all remaining nodes to Tor v3 addresses. And as always, there are many additional bug fixes and minor improvements across the board.
Improvements
- Allow standard mark & copy functionality for displayed text fields
- Allow trader chat to continue after trade complete
- Show a warning if PC has been in sleep mode
- Display support agent's Keybase link when opening mediation / arbitration
- Add payment methods Strike and Verse
- Add payment methods Monese and Satispay
- Add payment methods Bizum and Pix
- Add payment methods Nequi and CelPay
- Add five Indian payment methods: PayTM, UPI, RTGS, NEFT and IMPS
- Remove trade id reference for Amazon gift card
- Add new v3 onions for wiz's bitcoin nodes
- Upgrade Tor to v0.4.5.10
Bug fixes
- Fix issue of Trade Step 1 validation done too soon
- Fix exception in create offer screen
- Fix logic of SEPA country comparison routine
- Disable GC calls if fullDaoNode is set (like in case of seed nodes)
- Fix data handling if DAO is deactivated
- Fix typo (SHA)
Development & Documentation
- Update Tor upgrade documentation
- Remove v2 nodes and backup nodes from DAO monitor
- Replace Adopt with Zulu for GitHub builds
- Refactor desktop Closed Tradable model utils for API
- Move volume formatting from DisplayUtils to VolumeUtil
- Call
keepfunds
(close trade) on both sides of trade simulation - CLI bug fix: show trade's contract volume, not moving offer volume
- Add custom bisq.properties to API test harness
New Assets
Verification
For a detailed description on how to verify your Bisq installer please have a look at our wiki: https://bisq.wiki/Downloading_and_installing#Verify_installer_file
Url of the signing key (Christoph Atteneder): https://bisq.network/pubkey/29CDFD3B.asc
Full fingerprint: CB36 D7D2 EBB2 E35D 9B75 500B CD5D C1C5 29CD FD3B
Import the key:
curl https://bisq.network/pubkey/29CDFD3B.asc | gpg --import
GPG prints a confusion warning: "This key is not certified with a trusted signature!" - See https://serverfault.com/questions/569911/how-to-verify-an-imported-gpg-key for background information what it means.
How to verify signatures?
gpg --digest-algo SHA256 --verify BINARY{.asc*,}
Replace BINARY with the file you downloaded (e.g. Bisq-1.7.4.dmg)
Verify jar file inside binary:
You can verify on OSX the jar file with:
shasum -a256 [PATH TO BISQ APP]/Bisq.app/Contents/app/desktop-1.7.4-all.jar
The output need to match the value from the Bisq-1.7.4.jar.txt file.
There are three hashes within the Bisq-1.7.4.jar.txt file (macOS, Windows, Linux).
If you want to reproduce and verify the hash of the jar file locally, you need to do so on Windows or Linux using Java 11.0.10 and the v1.7.4 release tag. Because of the signing and notarization process that requires the developer certificate used for the build on macOS it is not possible to create the same jar on macOS.
Known issues with installation
Windows:
There is a known issue with Anti Virus software. We got several reports from users running into different problems. Either the AV software blocks Bisq or Tor, delete files in the data directory [2] or app directory [1]) or cause such a long delay at startup that Tor gets terminated and a file remains locked which can cause that Bisq cannot be started afterwards. To resolve that you need to restart Windows then the lock get released. We are working on solutions to fix those issues.
If you use Crypto currencies on your Windows system be aware that Windows is much more vulnerable to malware than Linux or OSX. Consider to use a dedicated non-Windows system when dealing with cryptocurrencies.
[1] Application directory (contains application installation files):
C:\Users<username>\AppData\Local\Bisq
[2] Data directory (contains all Bisq data including wallet):
C:\Users<username>\AppData\Roaming\Bisq\btc_mainnet\tor (you can delete everything except the hiddenservice directory)
Linux:
Hint for Debian users:
If you have problems starting Bisq on Debian use: /opt/bisq/bin/Bisq
If your Linux distro does not support .deb files please follow this instruction:
cd ~/Downloads
mkdir tmp
cd tmp
ar x ../Bisq-64bit-1.7.4.deb
sudo tar Jxvf data.tar.xz
sudo cp -rp opt/Bisq /opt/
That instruction is not tested on many different distros. If you encounter problems please report it in a Github issue so we can improve it.
Credits
Thanks to everyone who directly contributed to this release:
As well as to everyone that helped with translations on Transifex.
v1.7.4
A newer version is already available! Please don’t use this version anymore.
Release notes
This release enables you to connect to a Bitcoin Core node with a Tor v3 address.
Tor v2 addresses will not be supported after October 15th, so please update your Bitcoin and Bisq nodes ASAP.
This version also introduces three new payment methods: SWIFT, Paysera, and Paxum. As always, there are many additional bug fixes and minor improvements across the board as well.
Improvements
- Add bitcoinj Tor v3 support
- Update to BTC node Tor v3 onions
- Add SWIFT payment method
- Add Payment Methods: Paysera and Paxum
- Allow user to initiate arbitration once locktime has expired
- Update @leo816's onion address
- Improve japanese bank branch validation
- Reduce # of hash calculations in UI OfferBook view
Bug fixes
Development & Documentation
- Override/disable gRPC call rate meters in test harness driver
- Add new api method
editoffer
: 1, 2, 3
New Assets
No new assets were added.
Verification
For a detailed description on how to verify your Bisq installer please have a look at our wiki: https://bisq.wiki/Downloading_and_installing#Verify_installer_file
Url of the signing key (Christoph Atteneder): https://bisq.network/pubkey/29CDFD3B.asc
Full fingerprint: CB36 D7D2 EBB2 E35D 9B75 500B CD5D C1C5 29CD FD3B
Import the key:
curl https://bisq.network/pubkey/29CDFD3B.asc | gpg --import
GPG prints a confusion warning: "This key is not certified with a trusted signature!" - See https://serverfault.com/questions/569911/how-to-verify-an-imported-gpg-key for background information what it means.
How to verify signatures?
gpg --digest-algo SHA256 --verify BINARY{.asc*,}
Replace BINARY with the file you downloaded (e.g. Bisq-1.7.4.dmg)
Verify jar file inside binary:
You can verify on OSX the jar file with:
shasum -a256 [PATH TO BISQ APP]/Bisq.app/Contents/app/desktop-1.7.4-all.jar
The output need to match the value from the Bisq-1.7.4.jar.txt file.
There are three hashes within the Bisq-1.7.4.jar.txt file (macOS, Windows, Linux).
If you want to reproduce and verify the hash of the jar file locally, you need to do so on Windows or Linux using Java 11.0.10 and the v1.7.4 release tag. Because of the signing and notarization process that requires the developer certificate used for the build on macOS it is not possible to create the same jar on macOS.
Known issues with installation
Windows:
There is a known issue with Anti Virus software. We got several reports from users running into different problems. Either the AV software blocks Bisq or Tor, delete files in the data directory [2] or app directory [1]) or cause such a long delay at startup that Tor gets terminated and a file remains locked which can cause that Bisq cannot be started afterwards. To resolve that you need to restart Windows then the lock get released. We are working on solutions to fix those issues.
If you use Crypto currencies on your Windows system be aware that Windows is much more vulnerable to malware than Linux or OSX. Consider to use a dedicated non-Windows system when dealing with cryptocurrencies.
[1] Application directory (contains application installation files):
C:\Users<username>\AppData\Local\Bisq
[2] Data directory (contains all Bisq data including wallet):
C:\Users<username>\AppData\Roaming\Bisq\btc_mainnet\tor (you can delete everything except the hiddenservice directory)
Linux:
Hint for Debian users:
If you have problems starting Bisq on Debian use: /opt/bisq/bin/Bisq
If your Linux distro does not support .deb files please follow this instruction:
cd ~/Downloads
mkdir tmp
cd tmp
ar x ../Bisq-64bit-1.7.4.deb
sudo tar Jxvf data.tar.xz
sudo cp -rp opt/Bisq /opt/
That instruction is not tested on many different distros. If you encounter problems please report it in a Github issue so we can improve it.
Credits
Thanks to everyone who directly contributed to this release:
As well as to everyone that helped with translations on Transifex.
v1.7.3
A newer version is already available! Please don’t use this version anymore.
Release notes
This summer vacation release fixes some minor bugs.
Improvements
Bug fixes
- Fix issue with extraData field when editing offer
- Fix issue for deprecated payment account imported from backup
- Prevent negative suggested mining fee when burning BSQ for fees
- Arbitration: Avoid creating more than one refund payout
- Update @ripcurlx expired public key
Development & Documentation
- Pricenode: Remove the Exmo exchange as a price provider
- Pricenode: Only bind jmxremote management interface to 127.0.0.1
New Assets
No new assets were added.
Verification
For a detailed description on how to verify your Bisq installer please have a look at our wiki: https://bisq.wiki/Downloading_and_installing#Verify_installer_file
Url of the signing key (Christoph Atteneder): https://bisq.network/pubkey/29CDFD3B.asc
Full fingerprint: CB36 D7D2 EBB2 E35D 9B75 500B CD5D C1C5 29CD FD3B
Import the key:
curl https://bisq.network/pubkey/29CDFD3B.asc | gpg --import
GPG prints a confusion warning: "This key is not certified with a trusted signature!" - See https://serverfault.com/questions/569911/how-to-verify-an-imported-gpg-key for background information what it means.
How to verify signatures?
gpg --digest-algo SHA256 --verify BINARY{.asc*,}
Replace BINARY with the file you downloaded (e.g. Bisq-1.7.3.dmg)
Verify jar file inside binary:
You can verify on OSX the jar file with:
shasum -a256 [PATH TO BISQ APP]/Bisq.app/Contents/app/desktop-1.7.3-all.jar
The output need to match the value from the Bisq-1.7.3.jar.txt file.
NEW: There are three hashes within the Bisq-1.7.3.jar.txt file (macOS, Windows, Linux).
If you want to reproduce and verify the hash of the jar file locally, you need to do so on Windows or Linux using Java 11.0.10 and the v1.7.3 release tag. Because of the signing and notarization process that requires the developer certificate used for the build on macOS it is not possible to create the same jar on macOS.
Known issues with installation
Windows:
There is a known issue with Anti Virus software. We got several reports from users running into different problems. Either the AV software blocks Bisq or Tor, delete files in the data directory [2] or app directory [1]) or cause such a long delay at startup that Tor gets terminated and a file remains locked which can cause that Bisq cannot be started afterwards. To resolve that you need to restart Windows then the lock get released. We are working on solutions to fix those issues.
If you use Crypto currencies on your Windows system be aware that Windows is much more vulnerable to malware than Linux or OSX. Consider to use a dedicated non-Windows system when dealing with cryptocurrencies.
[1] Application directory (contains application installation files):
C:\Users<username>\AppData\Local\Bisq
[2] Data directory (contains all Bisq data including wallet):
C:\Users<username>\AppData\Roaming\Bisq\btc_mainnet\tor (you can delete everything except the hiddenservice directory)
Linux:
Hint for Debian users:
If you have problems starting Bisq on Debian use: /opt/bisq/bin/Bisq
If your Linux distro does not support .deb files please follow this instruction:
cd ~/Downloads
mkdir tmp
cd tmp
ar x ../Bisq-64bit-1.7.3.deb
sudo tar Jxvf data.tar.xz
sudo cp -rp opt/Bisq /opt/
That instruction is not tested on many different distros. If you encounter problems please report it in a Github issue so we can improve it.
Credits
Thanks to everyone who directly contributed to this release:
- @BtcContributor
- @jmacxx
- @ripcurlx
- @sqrrm
- @xyzmaker123
A special thanks to our first time contributors:
- @xyzmaker123
As well as to everyone that helped with translations on Transifex.
v1.7.2
A newer version is already available! Please don’t use this version anymore.
Release notes
This release reduces memory consumption and fixes a couple of minor issues that were introduced in the v1.7.0 hardfork.
Improvements
- Optimize DaoState snapshot behaviour
- Enable lost payment accounts to be imported from backups
- Add Capitual payment method
- PriceNode: exclude currencies via config to enable markets that have no reliable price ticker
- Add don't show again option to DAO resync popup
- Add @pazza's mediator onion address and Keybase user name
- Mediation grammar improvements
Bug fixes
- Fix payment account deserialize issue (e.g. CHASE_QUICK_PAY)
- Fix bug in chat message status display
- Fix custom withdrawal fee bug
Development & Documentation
New Assets
- RSK Smart Bitcoin (R-BTC)
Verification
For a detailed description on how to verify your Bisq installer please have a look at our wiki: https://bisq.wiki/Downloading_and_installing#Verify_installer_file
Url of the signing key (Christoph Atteneder): https://bisq.network/pubkey/29CDFD3B.asc
Full fingerprint: CB36 D7D2 EBB2 E35D 9B75 500B CD5D C1C5 29CD FD3B
Import the key:
curl https://bisq.network/pubkey/29CDFD3B.asc | gpg --import
GPG prints a confusion warning: "This key is not certified with a trusted signature!" - See https://serverfault.com/questions/569911/how-to-verify-an-imported-gpg-key for background information what it means.
How to verify signatures?
gpg --digest-algo SHA256 --verify BINARY{.asc*,}
Replace BINARY with the file you downloaded (e.g. Bisq-1.7.2.dmg)
Verify jar file inside binary:
You can verify on OSX the jar file with:
shasum -a256 [PATH TO BISQ APP]/Bisq.app/Contents/app/desktop-1.7.2-all.jar
The output need to match the value from the Bisq-1.7.2.jar.txt file.
NEW: There are three hashes within the Bisq-1.7.2.jar.txt file (macOS, Windows, Linux).
If you want to reproduce and verify the hash of the jar file locally, you need to do so on Windows or Linux using Java 11.0.10 and the v1.7.2 release tag. Because of the signing and notarization process that requires the developer certificate used for the build on macOS it is not possible to create the same jar on macOS.
Known issues with installation
Windows:
There is a known issue with Anti Virus software. We got several reports from users running into different problems. Either the AV software blocks Bisq or Tor, delete files in the data directory [2] or app directory [1]) or cause such a long delay at startup that Tor gets terminated and a file remains locked which can cause that Bisq cannot be started afterwards. To resolve that you need to restart Windows then the lock get released. We are working on solutions to fix those issues.
If you use Crypto currencies on your Windows system be aware that Windows is much more vulnerable to malware than Linux or OSX. Consider to use a dedicated non-Windows system when dealing with cryptocurrencies.
[1] Application directory (contains application installation files):
C:\Users<username>\AppData\Local\Bisq
[2] Data directory (contains all Bisq data including wallet):
C:\Users<username>\AppData\Roaming\Bisq\btc_mainnet\tor (you can delete everything except the hiddenservice directory)
Linux:
Hint for Debian users:
If you have problems starting Bisq on Debian use: /opt/bisq/bin/Bisq
If your Linux distro does not support .deb files please follow this instruction:
cd ~/Downloads
mkdir tmp
cd tmp
ar x ../Bisq-64bit-1.7.2.deb
sudo tar Jxvf data.tar.xz
sudo cp -rp opt/Bisq /opt/
That instruction is not tested on many different distros. If you encounter problems please report it in a Github issue so we can improve it.
Credits
Thanks to everyone who directly contributed to this release:
A special thanks to our first time contributors:
As well as to everyone that helped with translations on Transifex.
v1.7.1
A newer version is already available! Please don’t use this version anymore.
This is a follow-up release that fixes edge cases that can occur during mediation or arbitration.
Please use this version if you run into any null pointer exceptions that prevent you from resolving a dispute.
See #5612.
For more details please see https://github.com/bisq-network/bisq/milestone/61
Here are the release notes from v1.7.0:
Release notes
This release prepares nodes for the upcoming Tor Onion Service upgrade to v3, makes several UI refinements, and fixes bugs across the board.
This version also fixes a privacy issue that will be disclosed in about 1 week (that's when this version will be set as the required minimum version for trading). Please update as soon as possible!
Improvements
- Set custom security deposit when cloning an offer
- Improve chat message reliability
- Remind user when their DAO state needs to be refreshed
- Enable disputes user avatars and tag editing
- Add Account owner full name field to Uphold payment method
- Remove Chase QuickPay as a payment method
- Add hint to upgrade to Tor Onion Service v3
- Add a placeholder on the "Search Disputes" field
- Remove old feature information popups
- Remove borders on separators in main nav
- Improve translations
Bug fixes
- Add pending callbacks to FeeService
- Fix incorrect address link to explorer in dispute details
- Wrong information popup is shown when you click on own offer in offer book
- Disable payment received button after mediation has been accepted
- Fix broken translation in "DAO requires restart" popup
Development & Documentation
- Add mempool fees to PriceServer getAllMarketPrices endpoint
- Remove create CHASE_QUICK_PAY apitest case
- Bump Google Guice version to fix startup warnings
Assets
No new assets.
Verification
For a detailed description on how to verify your Bisq installer please have a look at our wiki: https://bisq.wiki/Downloading_and_installing#Verify_installer_file
Url of the signing key (Christoph Atteneder): https://bisq.network/pubkey/29CDFD3B.asc
Full fingerprint: CB36 D7D2 EBB2 E35D 9B75 500B CD5D C1C5 29CD FD3B
Import the key:
curl https://bisq.network/pubkey/29CDFD3B.asc | gpg --import
GPG prints a confusion warning: "This key is not certified with a trusted signature!" - See https://serverfault.com/questions/569911/how-to-verify-an-imported-gpg-key for background information what it means.
How to verify signatures?
gpg --digest-algo SHA256 --verify BINARY{.asc*,}
Replace BINARY with the file you downloaded (e.g. Bisq-1.7.1.dmg)
Verify jar file inside binary:
You can verify on OSX the jar file with:
shasum -a256 [PATH TO BISQ APP]/Bisq.app/Contents/app/desktop-1.7.1-all.jar
The output need to match the value from the Bisq-1.7.1.jar.txt file.
NEW: There are three hashes within the Bisq-1.7.1.jar.txt file (macOS, Windows, Linux).
If you want to reproduce and verify the hash of the jar file locally, you need to do so on Windows or Linux using Java 11.0.10 and the v1.7.1 release tag. Because of the signing and notarization process that requires the developer certificate used for the build on macOS it is not possible to create the same jar on macOS.
Known issues with installation
Windows:
There is a known issue with Anti Virus software. We got several reports from users running into different problems. Either the AV software blocks Bisq or Tor, delete files in the data directory [2] or app directory [1]) or cause such a long delay at startup that Tor gets terminated and a file remains locked which can cause that Bisq cannot be started afterwards. To resolve that you need to restart Windows then the lock get released. We are working on solutions to fix those issues.
If you use Crypto currencies on your Windows system be aware that Windows is much more vulnerable to malware than Linux or OSX. Consider to use a dedicated non-Windows system when dealing with cryptocurrencies.
[1] Application directory (contains application installation files):
C:\Users<username>\AppData\Local\Bisq
[2] Data directory (contains all Bisq data including wallet):
C:\Users<username>\AppData\Roaming\Bisq\btc_mainnet\tor (you can delete everything except the hiddenservice directory)
Linux:
Hint for Debian users:
If you have problems starting Bisq on Debian use: /opt/bisq/bin/Bisq
If your Linux distro does not support .deb files please follow this instruction:
cd ~/Downloads
mkdir tmp
cd tmp
ar x ../Bisq-64bit-1.7.1.deb
sudo tar Jxvf data.tar.xz
sudo cp -rp opt/Bisq /opt/
That instruction is not tested on many different distros. If you encounter problems please report it in a Github issue so we can improve it.
Credits
Thanks to everyone who directly contributed to this release:
- @andyheko
- @BtcContributor
- @cd2357
- @chimp1984
- @ghubstan
- @jmacxx
- @m52go
- @ripcurlx
- @sqrrm
- @Emzy
- @xyzmaker123
A special thanks to our first time contributors:
- @andyheko
- @xyzmaker123
As well as to everyone that helped with translations on Transifex.
v1.7.0
A newer version is already available! Please don’t use this version anymore.
Release notes
This release prepares nodes for the upcoming Tor Onion Service upgrade to v3, makes several UI refinements, and fixes bugs across the board.
This version also fixes a privacy issue that will be disclosed in about 1 week (that's when this version will be set as the required minimum version for trading). Please update as soon as possible!
Improvements
- Set custom security deposit when cloning an offer
- Improve chat message reliability
- Remind user when their DAO state needs to be refreshed
- Enable disputes user avatars and tag editing
- Add Account owner full name field to Uphold payment method
- Remove Chase QuickPay as a payment method
- Add hint to upgrade to Tor Onion Service v3
- Add a placeholder on the "Search Disputes" field
- Remove old feature information popups
- Remove borders on separators in main nav
- Improve translations
Bug fixes
- Add pending callbacks to FeeService
- Fix incorrect address link to explorer in dispute details
- Wrong information popup is shown when you click on own offer in offer book
- Disable payment received button after mediation has been accepted
- Fix broken translation in "DAO requires restart" popup
Development & Documentation
- Add mempool fees to PriceServer getAllMarketPrices endpoint
- Remove create CHASE_QUICK_PAY apitest case
- Bump Google Guice version to fix startup warnings
Assets
No new assets.
Verification
For a detailed description on how to verify your Bisq installer please have a look at our wiki: https://bisq.wiki/Downloading_and_installing#Verify_installer_file
Url of the signing key (Christoph Atteneder): https://bisq.network/pubkey/29CDFD3B.asc
Full fingerprint: CB36 D7D2 EBB2 E35D 9B75 500B CD5D C1C5 29CD FD3B
Import the key:
curl https://bisq.network/pubkey/29CDFD3B.asc | gpg --import
GPG prints a confusion warning: "This key is not certified with a trusted signature!" - See https://serverfault.com/questions/569911/how-to-verify-an-imported-gpg-key for background information what it means.
How to verify signatures?
gpg --digest-algo SHA256 --verify BINARY{.asc*,}
Replace BINARY with the file you downloaded (e.g. Bisq-1.7.0.dmg)
Verify jar file inside binary:
You can verify on OSX the jar file with:
shasum -a256 [PATH TO BISQ APP]/Bisq.app/Contents/app/desktop-1.7.0-all.jar
The output need to match the value from the Bisq-1.7.0.jar.txt file.
NEW: There are three hashes within the Bisq-1.7.0.jar.txt file (macOS, Windows, Linux).
If you want to reproduce and verify the hash of the jar file locally, you need to do so on Windows or Linux using Java 11.0.10 and the v1.7.0 release tag. Because of the signing and notarization process that requires the developer certificate used for the build on macOS it is not possible to create the same jar on macOS.
Known issues with installation
Windows:
There is a known issue with Anti Virus software. We got several reports from users running into different problems. Either the AV software blocks Bisq or Tor, delete files in the data directory [2] or app directory [1]) or cause such a long delay at startup that Tor gets terminated and a file remains locked which can cause that Bisq cannot be started afterwards. To resolve that you need to restart Windows then the lock get released. We are working on solutions to fix those issues.
If you use Crypto currencies on your Windows system be aware that Windows is much more vulnerable to malware than Linux or OSX. Consider to use a dedicated non-Windows system when dealing with cryptocurrencies.
[1] Application directory (contains application installation files):
C:\Users<username>\AppData\Local\Bisq
[2] Data directory (contains all Bisq data including wallet):
C:\Users<username>\AppData\Roaming\Bisq\btc_mainnet\tor (you can delete everything except the hiddenservice directory)
Linux:
Hint for Debian users:
If you have problems starting Bisq on Debian use: /opt/bisq/bin/Bisq
If your Linux distro does not support .deb files please follow this instruction:
cd ~/Downloads
mkdir tmp
cd tmp
ar x ../Bisq-64bit-1.7.0.deb
sudo tar Jxvf data.tar.xz
sudo cp -rp opt/Bisq /opt/
That instruction is not tested on many different distros. If you encounter problems please report it in a Github issue so we can improve it.
Credits
Thanks to everyone who directly contributed to this release:
- @andyheko
- @BtcContributor
- @cd2357
- @chimp1984
- @ghubstan
- @jmacxx
- @m52go
- @ripcurlx
- @sqrrm
- @Emzy
- @xyzmaker123
A special thanks to our first time contributors:
- @andyheko
- @xyzmaker123
As well as to everyone that helped with translations on Transifex.