For version 1.9.9 you'll need to get the latest GPG key. See https://github.com/bisq-network/bisq/releases
curl https://bisq.network/pubkey/E222AA02.asc | gpg --import
will probably be needed to import Alejandro García's key.
Git Clone URL: | https://aur.archlinux.org/bisq-bin.git (read-only, click to copy) |
---|---|
Package Base: | bisq-bin |
Description: | Cross-platform desktop application that allows users to trade national currency (dollars, euros, etc) for bitcoin without relying on centralized exchanges |
Upstream URL: | https://bisq.network |
Licenses: | AGPL3 |
Conflicts: | bisq, bisq-git |
Provides: | bisq-bin |
Submitter: | dmp1ce |
Maintainer: | dmp1ce (freimair) |
Last Packager: | dmp1ce |
Votes: | 26 |
Popularity: | 0.005238 |
First Submitted: | 2017-07-05 14:53 (UTC) |
Last Updated: | 2023-07-15 17:19 (UTC) |
For version 1.9.9 you'll need to get the latest GPG key. See https://github.com/bisq-network/bisq/releases
curl https://bisq.network/pubkey/E222AA02.asc | gpg --import
will probably be needed to import Alejandro García's key.
could you replace the depends on jdk-openjdk with "java-environment"? this way it can be used with the other jdk versions on the official repos (eg jdk17-openjdk)
Thank you for reminding me @waa. The package should be updated now.
Fix Arch release Jump to navigation Jump to search
The Arch User Repository (AUR) can from time to time become outdated, containing a version of Bisq that will not be able to trade on the p2p network.
At the time of writing, AUR contains 1.8.0, but current version is 1.8.2; the following instructions should get you a working setup.
"/usr/bin/bisq" is linking to "/opt/Bisq/Bisq"
but since version 1.6.4 the bin is now located at
"/opt/bisq/bin/Bisq" and not "/opt/Bisq/Bisq"
change line 30 from
ln -s "/opt/$_binname/$_binname" "$pkgdir/usr/bin/bisq"
to
ln -s "/opt/bisq/bin/$_binname" "$pkgdir/usr/bin/bisq"
?
From GitHub: This release is not stable, please revert to v1.2.7 if you are seeing issues during startup Binaries have been removed until #4052 is fixed and released in a hotfix
curl: (22) The requested URL returned error: 404 Not Found ==> ERROR: Failure while downloading https://github.com/bisq-network/bisq/releases/download/v1.2.8/Bisq-64bit-1.2.8.deb Aborting... ==> ERROR: Makepkg was unable to build bisq-bin.
As a $USER so the build completes import the signing key as noted by @dmp1ce
To verify the integrity of the jar:
shasum -a256 /opt/Bisq/app/desktop-1.0.1-all.jar
& compare it to the value in Bisq-1.0.1.jar.txt
Thanks @qertiop. I also made a few other changes suggested by namcap.
Please kindly replace:
Pinned Comments
dmp1ce commented on 2023-01-08 20:27 (UTC)
For version 1.9.9 you'll need to get the latest GPG key. See https://github.com/bisq-network/bisq/releases
curl https://bisq.network/pubkey/E222AA02.asc | gpg --import
will probably be needed to import Alejandro García's key.