{{Header}} {{Title|title= Bisq: The P2P Exchange Network }} {{#seo: |description=How to use Bisq - The P2P Exchange Network - in {{project_name_long}} |image=Bisq123123.jpg }} [[File:Bisqlogo.png|Bisq Logo|thumb]] {{intro| How to use Bisq - The P2P Exchange Network - in {{project_name_short}} }} __FORCETOC__ = Introduction = Bisq is an open-source, peer-to-peer (P2P) application that went into production on 19 April, 2016. Bisq is designed to allow for a safe, private and decentralized method of exchanging national currencies for cryptocurrencies. Primary features include: https://github.com/bisq-network/bisq https://bisq.network/ https://docs.bisq.network/exchange/whitepaper.html#introduction
anon-bisq
. In dom0, run:
** {{CodeSelect|code=
qvm-prefs anon-bisq memory 600
}}
** Memory: 6GB
: {{CodeSelect|code=
qvm-prefs anon-bisq maxmem 6000
}}
** Virtual CPU: 4
. {{CodeSelect|code=
qvm-prefs anon-bisq vcpus 4
}}
** Storage: 5GB
. {{CodeSelect|code=
qvm-volume extend anon-bisq:private 5Gi
}}
=== Firewall Settings ===
Modify the {{project_name_workstation_short}} ({{project_name_workstation_vm}}
) user firewall settings and reload them.
{{Firewall_Settings_Workstation}}
Add. TODO: EXTERNAL_OPEN_ALL=true
is non-ideal.
{{CodeSelect|code=
EXTERNAL_OPEN_ALL=true
}}
Save.
{{Reload_Firewall_ws}}
=== Get the Signing Key ===
'''On {{project_name_workstation_short}}.'''
Note: The user should take special notice that the Bisq signing key changed on 2023 09 02 without any explanation easily found by the author of this wiki page.
bisq key change 2023 09 02 archive:
* https://forums.whonix.org/t/bisq-the-p2p-exchange-network/4953/78
* https://web.archive.org/web/20230902184346/https://bisq.network/downloads/
* https://web.archive.org/web/20230902184346/https://bisq.network/downloads/v2.0.1/E222AA02.asc
* [https://web.archive.org/web/20230906114551/https://objects.githubusercontent.com/github-production-release-asset-2e65be/17662022/2819a24a-6c31-4650-b166-189f646683bc?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230906%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230906T114551Z&X-Amz-Expires=300&X-Amz-Signature=b4233cda19f2f22738bc0ceb586dd8afe6e55592c98bc9d7b4247d09b5b6b8c9&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=17662022&response-content-disposition=attachment%3B%20filename%3DE222AA02.asc&response-content-type=application%2Foctet-stream E222AA02.asc github redirect link]
{{gpg key
|url=scurl-download https://github.com/bisq-network/bisq2/releases/download/v2.1.2/387C8307.asc
|source_filename=387C8307.asc
|fingerprint=B493319106CC3D1F252E19CBF806F422E222AA02
|gpg_fingerprint_output=
Key fingerprint = B493 3191 06CC 3D1F 252E 19CB F806 F422 E222 AA02
}}
=== Bisq Version Number Choice ===
'''1.''' Check the latest version number and read the release notes [https://github.com/bisq-network/bisq/releases here].
'''2.''' Version number might be newer than the Bisq version number used on this wiki page.
* At time of writing, [https://bisq.network/blog/bisq-2-now-in-beta/ Bisq 2 was still in beta].
* [https://github.com/bisq-network/bisq2/issues/1798 Fix startup issues of Tor]
* [https://github.com/bisq-network/bisq2/issues/1894 Cannot run on Whonix 17]
* [https://github.com/bisq-network/bisq2/issues/1894 Add Whonix 17 Support]
* [https://github.com/Whonix/onion-grater/pull/11 Fix Bisq 2 onion-grater profile]
No additional information available. All communications happen in public.
'''3.''' Done.
=== Download ===
'''On {{project_name_workstation_short}}.'''
Download Bisq.
* Download Bisq. {{CodeSelect|code=
scurl-download https://github.com/bisq-network/bisq2/releases/download/v2.1.2/Bisq-2.1.2.deb
}}
* Download OpenPGP signature. {{CodeSelect|code=
scurl-download https://github.com/bisq-network/bisq2/releases/download/v2.1.2/Bisq-2.1.2.deb.asc
}}
=== Verification ===
'''On {{project_name_workstation_short}}.'''
Verify OpenPGP signature.
{{CodeSelect|code=
gpg --verify Bisq*.asc
}}
{{GnuPG-Success}}
{{GnuPG-Warning}}
=== Tor over Tor Prevention ===
'''On {{project_name_workstation_short}}.'''
Follow these steps to avoid a Tor over Tor scenario.
* Create folder the Bisq tor folder. {{CodeSelect|code=
mkdir -p /home/user/.local/share/Bisq2/tor
}}
** Create a dummy tor binary. {{CodeSelect|code=
sudo touch /home/user/.local/share/Bisq2/tor/tor
}}
* Add the executable bit to the dummy tor binary. {{CodeSelect|code=
sudo chmod +x /home/user/.local/share/Bisq2/tor/tor
}}
* Developers information: Why is this needed? See footnote for reasons why.
* Users: Ignore this footnote.
* Developers: For an explanation, which might be interesting for developers only, see below.
This is optional. Defense-in-depth only.
Bisq installs its own version of Tor.
From Bisq 2 log.
16:06:19.474 INFO [NetworkService.network-IO-pool-0] b.t.i.TorInstaller: Tor files installed to /home/user/.local/share/Bisq2/torWhy
sudo
? To avoid /home/user/.local/share/Bisq2/tor/tor
getting overwritten by Bisq.
=== Install ===
==== Platform Specific Steps ====
* [[Non-Qubes-Whonix]]: No special steps required. Go to next chapter.
* [[Qubes-Whonix]]: See below.
On {{project_name_workstation_short}} anon-bisq
App Qube.
You need to extend the bind-dirs configuration inside the VM.
* {{CodeSelect|code=
sudo mkdir -p /rw/bind-dirs/opt/bisq2
}}
* {{CodeSelect|code=
sudo mkdir -p /rw/config/qubes-bind-dirs.d
}}
Then create the configuration file:
{{CodeSelect|code=
sudo nano /rw/config/qubes-bind-dirs.d/50_user.conf
}}
Paste.
{{CodeSelect|code=
binds+=( '/opt/bisq2' )
}}
Save and exit.
Restart the App Qube to apply the bind-dirs settings.
=== Installation Command ===
'''On {{project_name_workstation_short}}.'''
Install Bisq.
{{CodeSelect|code=
sudo dpkg -i Bisq*.deb
}}
= Usage =
'''On {{project_name_workstation_short}}.'''
Start Bisq.
{{CodeSelect|code=
/opt/bisq2/bin/Bisq2
}}
'''Figure:''' ''Bisq Launch in {{project_name_short}}''
[[File:Bisq.png|border]]
'''Figure:''' ''Bisq Client'' https://docs.bisq.network/getting-started.html
[[File:Bisqclient.png|border]]
If the fonts are too small, you could alternatively use the following command.
It is the same as above but prepended with GDK_SCALE=2
.
https://github.com/bisq-network/bisq/issues/1425
{{CodeSelect|code=
GDK_SCALE=2 /opt/bisq2/bin/Bisq2
}}
Refer to the [https://docs.bisq.network/ official Bisq documentation] to learn about trading essentials, including:
* an introduction to Bisq
* quick start guide to trading in minutes
* wallet information and security
* backup and recovery
* how to stay private
* trading rules and dispute resolution
* fees and security deposits
* payments methods
= Forum Discussion =
[https://forums.whonix.org/t/bisq-the-p2p-exchange-network/4953 Bisq - The P2P Exchange Network]
= Donations =
After installing Bisq, please consider making a [[Donate|donation]] to {{project_name_short}} to keep it running for years to come.
{{Pay_Bitcoin_Specific}}
= Footnotes =
{{reflist|close=1}}
{{Footer}}
[[Category:Documentation]]