Skip to content

Commit

Permalink
update to v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
peerchemist committed Aug 27, 2019
1 parent b7ecab2 commit 9a12807
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions wallet.html
Expand Up @@ -49,7 +49,7 @@ <h1 class="title">Desktop Wallets</h1>
<div class="row">
<div class="col-md-4">
<div class="row mb-4 mt-2">
<a class="col-md-12 bigbutton-wallet" href="https://github.com/peercoin/peercoin/releases/download/v0.8.2.1ppc/peercoin-0.8.2-win64-setup-unsigned.exe">
<a class="col-md-12 bigbutton-wallet" href="https://github.com/peercoin/peercoin/releases/download/v0.8.3ppc/peercoin-0.8.3-win64-setup-unsigned.exe">
<br>
<h4 style="color: #41B54A;">Windows</h4>
<img class="wallet-icon" src="img/icons/windows.png"><br>
Expand All @@ -58,7 +58,7 @@ <h4 style="color: #41B54A;">Windows</h4>
</a>
</div>
<div class="row mb-4">
<a class="col-md-12 bigbutton-wallet" href="https://github.com/peercoin/peercoin/releases/download/v0.8.2.1ppc/peercoin-0.8.2-osx-unsigned.dmg">
<a class="col-md-12 bigbutton-wallet" href="https://github.com/peercoin/peercoin/releases/download/v0.8.3ppc/peercoin-0.8.3-osx-unsigned.dmg">
<br>
<h4 style="color: #41B54A;">Mac OS X</h4>
<img class="wallet-icon" src="img/icons/apple.png"><br>
Expand All @@ -67,7 +67,7 @@ <h4 style="color: #41B54A;">Mac OS X</h4>
</a>
</div>
<div class="row mb-4">
<a class="col-md-12 bigbutton-wallet" href="https://github.com/peercoin/peercoin/releases/download/v0.8.2.1ppc/peercoin-0.8.2-x86_64-linux-gnu.tar.gz">
<a class="col-md-12 bigbutton-wallet" href="https://github.com/peercoin/peercoin/releases/download/v0.8.3ppc/peercoin-0.8.3-x86_64-linux-gnu.tar.gz">
<br>
<h4 style="color: #41B54A;">Linux</h4>
<img class="wallet-icon" src="img/icons/linux.png"><br>
Expand All @@ -88,18 +88,18 @@ <h4 style="color: #41B54A;">Linux</h4>
</tr>
<!-- Windows Signature -->
<tr>
<th>peercoin-0.8.2-win64-setup-unsigned.exe</th>
<th>83148a5ab61fbf4dbffbcf807787421dee0495e6018fb928d0a26fd2af0529ae</th>
<th>peercoin-0.8.3-win64-setup-unsigned.exe</th>
<th>78c08796b84670fc87a49e8eae7da6991fe2fcc62ba0f2dd364f0c37e9d6ed59</th>
</tr>
<!-- OS X Signature -->
<tr>
<th>peercoin-0.8.2-osx-unsigned.dmg</th>
<th>b49be26ed42efe167b6d886cd02ea95e4a7ed4ad6f0fa80d98df50d807c24723</th>
<th>peercoin-0.8.3-osx-unsigned.dmg</th>
<th>05c760d69ea7b5de74815e7900747ec97ddce79c217c6392c7fa36d356a1034d</th>
</tr>
<!-- Linux Signature -->
<tr>
<th>peercoin-v0.8.2-linux-gitian.zip</th>
<th>81c416600d356f0d3fa04be0b97756c57441a33a85ce3a1dcf2e4d393d50726f</th>
<th>peercoin-0.8.3-x86_64-linux-gnu.tar.gz</th>
<th>52e55697e196b9e616d3f023011b9b4e388d245596aff96799c33fd0d18b0527</th>
</tr>
</table>
<br>
Expand Down Expand Up @@ -145,7 +145,7 @@ <h5 data-toggle="collapse" data-target="#collapsezero" aria-expanded="true" aria
<div class="col-md-12">
<h3>Windows</h3>
<ul>
<li>Open <code class="green">peercoin-0.8.2-win64-setup-unsigned.exe</code></li>
<li>Open <code class="green">peercoin-0.8.3-win64-setup-unsigned.exe</code></li>
<li>Default installation directory is <code class="green">C:\Program Files\PPCoin</code> or <code class="green">C:\Program Files\Peercoin</code></li>
<li>Run <code class="green">peercoin-qt</code> or <code class="green">peercoin</code> from the Start menu or the installation directory</li>
</ul>
Expand Down Expand Up @@ -176,7 +176,7 @@ <h5 data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-
<div class="col-md-12">
<h3>OS X</h3>
<ul>
<li>Open <code class="green">peercoin-0.8.2-osx-unsigned.dmg</code></li>
<li>Open <code class="green">peercoin-0.8.3-osx-unsigned.dmg</code></li>
<li>Mount <code class="green">Peercoin-Qt.dmg</code> by opening it</li>
<li>Drag <code class="green">Peercoin-Qt.app</code> or <code class="green">Peercoin.app</code> to <code class="green">Applications</code></li>
<li>Drag <code class="green">Peercoin-Qt.app</code> or <code class="green">Peercoin.app</code> to <code class="green">Applications</code></li>
Expand Down Expand Up @@ -208,7 +208,7 @@ <h5 data-toggle="collapse" data-target="#collapsetwo" aria-expanded="true" aria-
<div class="col-md-12">
<h3>Generic Linux</h3>
<ul>
<li>Unpack <code class="green">peercoin-0.8.2-x86_64-linux-gnu.tar.gz</code></li>
<li>Unpack <code class="green">peercoin-0.8.3-x86_64-linux-gnu.tar.gz</code></li>
<li>Run <code class="green">bin/32/peercoin-qt</code> (requires libqt4-gui)</li>
</ul>
<br>
Expand Down

0 comments on commit 9a12807

Please sign in to comment.