Skip to content

Commit

Permalink
Merge pull request #20 from minecoins/master
Browse files Browse the repository at this point in the history
Add xmrMiner
  • Loading branch information
pmitchev committed Mar 14, 2017
2 parents 82af092 + 9b00e3b commit 919300e
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion website/pages/getting_started.html
Expand Up @@ -104,7 +104,7 @@ <h3>Mining Apps</h3>
<td class="miningAppTitle">XMR-Stak-AMD (by fireice_uk)</td>
<td>OpenCL (AMD)</td>
<td><a target="_blank" href="https://github.com/fireice-uk/xmr-stak-amd/releases">Github</a></td>
<td><a target="_blank" href="https://www.reddit.com/r/Monero/comments/5prg4a/xmrstakamd_released/">reddit</a></td>
<td><a target="_blank" href="https://www.reddit.com/r/Monero/comments/5prg4a/xmrstakamd_released/">Reddit</a></td>
<td><a target="_blank" href="https://github.com/fireice-uk/xmr-stak-amd">Github</a></td>
</tr>
<tr>
Expand Down Expand Up @@ -179,6 +179,19 @@ <h3>Mining Apps</h3>
<code>ccminer -o stratum+tcp://<span class="exampleHost"></span>:<span class="examplePort"></span> -u <span class="exampleAddress">YOUR_WALLET_ADDRESS</span> -p x</code>
</td>
</tr>
<tr>
<td class="miningAppTitle">xmrMiner</td>
<td>CUDA (Nvidia)</td>
<td><a target="_blank" href="https://github.com/xmrMiner/xmrMiner-Win64">Github</a></td>
<td><a target="_blank" href="https://forum.getmonero.org/13/mining-software-and-pools/87576/xmrminer-a-new-high-optimized-nvidia-gpu-miner">Forum</a></td>
<td><a target="_blank" href="https://github.com/xmrMiner/xmrMiner">Github</a></td>
</tr>
<tr>
<td colspan="5">
<span>Example:</span>
<code>xmrMiner_0.2.0.exe --url=stratum+tcp://<span class="exampleHost"></span>:<span class="examplePort"></span> -u <span class="exampleAddress">YOUR_WALLET_ADDRESS</span> -p x --bfactor=8 --bsleep=100</code>
</td>
</tr>
</tbody>
</table>
</div>
Expand Down

0 comments on commit 919300e

Please sign in to comment.