<h2>Release notes</h2>
<p>In this release only trade statistics and account age witness db was updated to improve startup time for a fresh install.</p>
<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-0.8.1.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-0.8.1.jar</code><br>
The output need to match the value from the Bisq-0.8.1.jar.txt file.</p>
<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-0.8.1.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 style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/bisq-network/bisq/releases/tag/v0.8.1">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AkpZtnnfCyFFNt5vOk_MfGGNCBCXAIbPks5uuenLgaJpZM4YaelV">mute the thread</a>.<img src="https://github.com/notifications/beacon/AkpZtvs_UacRJQIZYH2utbIYmKphs0dDks5uuenLgaJpZM4YaelV.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/v0.8.1",
"url": "https://github.com/bisq-network/bisq/releases/tag/v0.8.1",
"name": "View Release"
},
"description": "View this Release on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>