Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

remove cryptocurrencies #269

Merged
merged 1 commit into from
Jul 16, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 0 additions & 59 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
<li><a href="#sync">Secure File Sync</a></li>
<li><a href="password.html">Secure Password Generator</a></li>
<li><a href="#network">Self-contained Networks</a></li>
<li><a href="#cryptocurrency">Cryptocurrencies</a></li>
<li><a href="#mycloud">Self-Hosted Cloud Server</a></li>
<li><a href="#notebook">Digital Notebook</a></li>
<li><a href="#paste">Paste Services</a></li>
Expand Down Expand Up @@ -2154,64 +2153,6 @@ <h3>Worth Mentioning</h3>
<li><a href="http://retroshare.net/">RetroShare</a> - Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform.</li>
<li><a href="https://gnunet.org/">GNUnet</a> - GNUnet provides a strong foundation of free software for a global, distributed network that provides security and privacy.</li>
</ul>

<a class="anchor" name="cryptocurrency"></a>
<div class="page-header">
<h1><a href="#cryptocurrency" class="titleanchor"><span class="glyphicon glyphicon-link"></span></a> Cryptocurrencies</h1>
</div>


<div class="row">
<div class="col-sm-4">
<div class="panel panel-success">
<div class="panel-heading">
<h3 class="panel-title">Bitcoin</h3>
</div>
<div class="panel-body">
<p><img src="img/tools/Bitcoin.png" alt="Bitcoin" align="right" style="margin-left:5px;">Bitcoin is a pseudonymous cryptocurrency that allows anyone to transact online without registering or giving away any personal information. <b>Caution: </b> Bitcoin does not provide payment anonymity: the usage of third party mixing services is required to obfuscate the transaction history. </p>
<p>
<a href="https://bitcoin.org/">
<button type="button" class="btn btn-success">Website: bitcoin.org</button>
</a>
</p>
<p>OS: Windows, Mac, Linux, BSD, Android, iOS.</p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title">Zcash</h3>
</div>
<div class="panel-body">
<p><img src="img/tools/Zcash.png" alt="Zcash" align="right" style="margin-left:5px;">Zcash offers total payment confidentiality, while still maintaining a decentralized network using a public blockchain. Unlike Bitcoin, Zcash supports fully shielded transactions, which hide the sender, recipient, and value.</p>
<p>
<a href="https://www.z.cash/">
<button type="button" class="btn btn-info">Website: z.cash</button>
</a>
<a data-toggle="tooltip" data-placement="bottom" data-original-title="http://zcashph5mxqjjby2.onion. Requires specific software to access: torproject.org" href="http://zcashph5mxqjjby2.onion"><img src="img/layout/tor.svg" width="40"></img></a>
</p>
<p>OS: Windows, Mac, Linux.</p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-warning">
<div class="panel-heading">
<h3 class="panel-title">Monero</h3>
</div>
<div class="panel-body">
<p><img src="img/tools/Monero.png" alt="Monero" align="right" style="margin-left:5px;">Monero focuses strictly on protecting user's privacy and mandates all transactions are private by default. Monero is open-source, completely decentralized and provides privacy through Ring Confidential Transactions and Stealth Addresses.</p>
<p>
<a href="https://getmonero.org/">
<button type="button" class="btn btn-warning">Website: getmonero.org</button>
</a>
</p>
<p>OS: Windows, Mac, Linux.</p>
</div>
</div>
</div>
</div>


<a class="anchor" name="social"></a>
Expand Down