<h1><a href="https://github.com/bisq-network/bisq/releases/tag/v1.0.0">v1.0.0</a></h1><p style="font-size:small;-webkit-text-size-adjust:none;">Repository: <a href="https://github.com/bisq-network/bisq">bisq-network/bisq</a> · Tag: <a href="https://github.com/bisq-network/bisq/tree/v1.0.0">v1.0.0</a> · Commit: <a href="https://github.com/bisq-network/bisq/commit/825d37450bd8d9d7f09d58c4e6ec4fe7ffb41e31">825d374</a> · Released by: <a href="https://github.com/ripcurlx">ripcurlx</a></p>

<h2>Release notes</h2>
<p>We are proud to announce the release of version 1.0.0 - the most important milestone since Bisq has been launched!</p>
<ul>
<li>Bisq’s trading network was already decentralized. With the Bisq DAO, Bisq’s leadership is now decentralized too, making Bisq exceptionally resistant to censorship.</li>
<li>Get a 90% discount on trading fees when you use BSQ. Save money and support the project at the same time!</li>
<li>Trade BSQ (colored bitcoin) to participate in Bisq governance. You can buy and sell BSQ just like any other asset on Bisq.</li>
</ul>
<h3>Bisq DAO</h3>
<ul>
<li><a href="https://github.com/bisq-network/bisq/pull/2648" data-hovercard-type="pull_request" data-hovercard-url="/bisq-network/bisq/pull/2648/hovercard">Add genesis transaction and changes required for v1.0.0</a></li>
<li><a href="https://github.com/bisq-network/bisq/pull/2674" data-hovercard-type="pull_request" data-hovercard-url="/bisq-network/bisq/pull/2674/hovercard">Improve handling of DAO state conflicts</a></li>
<li>Add DAO launch popup <a href="https://github.com/bisq-network/bisq/pull/2688" data-hovercard-type="pull_request" data-hovercard-url="/bisq-network/bisq/pull/2688/hovercard">1</a>, <a href="https://github.com/bisq-network/bisq/pull/2689" data-hovercard-type="pull_request" data-hovercard-url="/bisq-network/bisq/pull/2689/hovercard">2</a>, <a href="https://github.com/bisq-network/bisq/pull/2696" data-hovercard-type="pull_request" data-hovercard-url="/bisq-network/bisq/pull/2696/hovercard">3</a>, <a href="https://github.com/bisq-network/bisq/pull/2701" data-hovercard-type="pull_request" data-hovercard-url="/bisq-network/bisq/pull/2701/hovercard">3</a>, <a href="https://github.com/bisq-network/bisq/pull/2703" data-hovercard-type="pull_request" data-hovercard-url="/bisq-network/bisq/pull/2703/hovercard">4</a></li>
<li><a href="https://github.com/bisq-network/bisq/pull/2700" data-hovercard-type="pull_request" data-hovercard-url="/bisq-network/bisq/pull/2700/hovercard">Add missing check to prevent re-selection of proposal</a></li>
</ul>
<h3>UI</h3>
<ul>
<li><a href="https://github.com/bisq-network/bisq/pull/2680" data-hovercard-type="pull_request" data-hovercard-url="/bisq-network/bisq/pull/2680/hovercard">Update list of removed assets</a></li>
<li><a href="https://github.com/bisq-network/bisq/pull/2690" data-hovercard-type="pull_request" data-hovercard-url="/bisq-network/bisq/pull/2690/hovercard">Left align hyperlinks</a></li>
<li><a href="https://github.com/bisq-network/bisq/pull/2697" data-hovercard-type="pull_request" data-hovercard-url="/bisq-network/bisq/pull/2697/hovercard">Remove non-core languages (ro, hu, sr)</a></li>
<li><a href="https://github.com/bisq-network/bisq/pull/2699" data-hovercard-type="pull_request" data-hovercard-url="/bisq-network/bisq/pull/2699/hovercard">Prevent text overlapping in popups</a></li>
</ul>
<h2>Verification</h2>
<p>Url of the signing key (Christoph Atteneder): <a href="https://bisq.network/pubkey/29CDFD3B.asc" rel="nofollow">https://bisq.network/pubkey/29CDFD3B.asc</a><br>
Full fingerprint: <code>CB36 D7D2 EBB2 E35D 9B75  500B CD5D C1C5 29CD FD3B</code></p>
<p>Import the key:<br>
<code>curl https://bisq.network/pubkey/29CDFD3B.asc | gpg --import</code><br>
GPG prints a confusion warning: "This key is not certified with a trusted signature!" - See <a href="https://serverfault.com/questions/569911/how-to-verify-an-imported-gpg-key" rel="nofollow">https://serverfault.com/questions/569911/how-to-verify-an-imported-gpg-key</a> for background information what it means.</p>
<p>How to verify signatures?<br>
<code>gpg --digest-algo SHA256 --verify BINARY{.asc*,}</code><br>
Replace BINARY with the file you downloaded (e.g. Bisq-1.0.0.dmg)</p>
<p>Verify jar file inside binary:<br>
You can verify on OSX the jar file with:<br>
<code>shasum -a256 [PATH TO BISQ APP]/Bisq.app/Contents/Java/Bisq-1.0.0.jar</code><br>
The output need to match the value from the Bisq-1.0.0.jar.txt file.</p>
<h2>Known issues with installation</h2>
<h3>Windows:</h3>
<p>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.</p>
<p>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.</p>
<p>[1] Application directory (contains application installation files):<br>
C:\Users<username>\AppData\Local\Bisq</p>
<p>[2] Data directory (contains all Bisq data including wallet):<br>
C:\Users<username>\AppData\Roaming\Bisq\btc_mainnet\tor (you can delete everything except the hiddenservice directory)</p>
<h3>Linux:</h3>
<p>Hint for Debian users:<br>
If you have problems starting Bisq on Debian use: <code>/opt/Bisq/Bisq</code></p>
<p>If your Linux distro does not support .deb files please follow this instruction:</p>
<pre><code>cd ~/Downloads  
mkdir tmp  
cd tmp   
ar x ../Bisq-64bit-1.0.0.deb  
sudo tar Jxvf data.tar.xz  
sudo cp -rp opt/Bisq /opt/
</code></pre>
<p>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.</p>

—<p>This release has 15 assets:</p><ul><li>29CDFD3B.asc</li><li>5BC5ED73.asc</li><li>Bisq-1.0.0.dmg</li><li>Bisq-1.0.0.dmg.asc</li><li>Bisq-1.0.0.jar.txt</li><li>Bisq-64bit-1.0.0.deb</li><li>Bisq-64bit-1.0.0.deb.asc</li><li>Bisq-64bit-1.0.0.exe</li><li>Bisq-64bit-1.0.0.exe.asc</li><li>Bisq-64bit-1.0.0.rpm</li><li>Bisq-64bit-1.0.0.rpm.asc</li><li>F379A1C6.asc</li><li>signingkey.asc</li><li>Source code (zip)</li><li>Source code (tar.gz)</li></ul><p>Visit the <a href="https://github.com/bisq-network/bisq/releases/tag/v1.0.0">release page</a> to download them.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are watching this repository.<br /><a href="https://github.com/bisq-network/bisq/releases/tag/v1.0.0">View it on GitHub</a> or <a href="https://github.com/bisq-network/bisq/unsubscribe_via_email/AkpZti_YYWN-mFncCRHc4LQgZEkUdfULks5vhKD2gaJpZM4BDYBG">unsubscribe</a> from all notifications for this repository.<img src="https://github.com/notifications/beacon/AkpZtq9R1Pboc43vc3YGsd1FoonkJf8Nks5vhKD2gaJpZM4cwUtK.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/releases/tag/v1.0.0",
"url": "https://github.com/bisq-network/bisq/releases/tag/v1.0.0",
"name": "View Release"
},
"description": "View this Release on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>