monero-site/get-started/mining/index.md
anonimal 38fc20bdf8
Add noreferrer + noopener attributes to blank targets
Increases privacy by requiring supported browsers to *not* send a
referer header. Also prevents tabnabbing.
2017-09-21 23:02:38 +00:00

97 lines
4.9 KiB
Markdown

---
layout: custom
title: Mining Monero
---
<div class="mining">
<div class="center-xs container description">
<p>Monero is a cryptocurrency that relies on proof-of-work mining to achieve distributed consensus. Below you'll find some information and resources on how to begin mining.</p>
<p><strong>The Monero Project does not endorse any particular pool, software, or hardware, and the content below is provided for informational purposes only.</strong></p>
</div>
<section class="container">
<div class="row">
<!-- full block-->
<div class="full col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="info-block">
<div class="row center-xs">
<div class="col">
<h2>Support</h2>
</div>
</div>
<div class="row center-xs">
<p>See <a href="/community/hangouts/"> Hangouts</a>, <a href="https://www.reddit.com/r/MoneroMining/" target="_blank" rel="noreferrer, noopener">/r/moneromining</a> and <a href="irc://chat.freenode.net/#monero-pools" target="_blank" rel="noreferrer, noopener">#monero-pools</a>.</p>
</div>
</div>
</div>
<!-- end full block -->
</div>
</section>
<section class="container">
<div class="row">
<div class="left half no-pad-sm col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="info-block">
<div class="row center-xs">
<div class="col">
<h2>Pools</h2>
</div>
</div>
<div class="row center-xs">
<p>A listing of trusted Monero pools is found <a href="http://moneropools.com/"> here</a>.</p>
</div>
</div>
</div>
<div class="right half col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="info-block">
<div class="row center-xs">
<div class="col">
<h2>Hardware Benchmarking</h2>
</div>
</div>
<div class="row center-xs">
<p>See <a href="http://monerobenchmarks.info/">here</a> for a listing of GPUs/CPUs and their respective hashrates.</p>
</div>
</div>
</div>
</div>
</section>
<section class="container">
<div class="row">
<!-- full block-->
<div class="full col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="info-block">
<div class="row center-xs">
<div class="col">
<h2>Mining Software</h2>
</div>
</div>
<div class="row center-xs">
<p>Note that some miners may have developer fees.</p>
</div>
<div class="row miners">
<div class="col-md-4 col-xs-12 center-xs">
<h3>AMD Miners</h3>
<p><a href="https://github.com/fireice-uk/xmr-stak-amd" target="_blank" rel="noreferrer, noopener">XMR Stak AMD</a></p>
<p><a href="https://github.com/OhGodAPet/wolf-xmr-miner" target="_blank" rel="noreferrer, noopener">Wolf's AMD Miner</a></p>
</div>
<div class="col-md-4 col-xs-12 center-xs">
<h3>CPU Miners</h3>
<p><a href="https://github.com/jwinterm/monerospelunker/releases" target="_blank" rel="noreferrer, noopener">Monero Spelunker (Windows)</a></p>
<p><a href="https://github.com/fireice-uk/xmr-stak-cpu" target="_blank" rel="noreferrer, noopener">XMR Stak CPU</a></p>
<p><a href="https://github.com/OhGodAPet/cpuminer-multi" target="_blank" rel="noreferrer, noopener">Wolf's CPU Miner</a></p>
</div>
<div class="col-md-4 col-xs-12 center-xs">
<h3>NVidia Miners</h3>
<p><a href="https://github.com/fireice-uk/xmr-stak-nvidia" target="_blank" rel="noreferrer, noopener">XMR Stak NVidia</a></p>
<p><a href="https://github.com/tsiv/ccminer-cryptonight" target="_blank" rel="noreferrer, noopener">CC Miner</a></p>
<p><a href="https://github.com/xmrMiner/xmrMiner-Win64" target="_blank" rel="noreferrer, noopener">XMR Miner (Windows)</a></p>
</div>
</div>
</div>
</div>
<!-- end full block -->
</div>
</section>
</div>