You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
2.4 KiB
62 lines
2.4 KiB
<div class="container"> |
|
|
|
<div class="page-header"> |
|
<h1>How To Mine</h1> |
|
</div> |
|
|
|
<div class="col-md-12" style="border-bottom: 1px solid #eee; padding-bottom: 15px; margin-bottom: 15px;"> |
|
<div class="col-md-6"> |
|
<div class="page-header"> |
|
<h3>lolMiner</h3> |
|
</div> |
|
<p class="lead">In order to mine etchash you need |
|
<a href="https://github.com/Lolliedieb/lolMiner-releases/releases" rel="nofollow" target="_blank">lolMiner</a> v1.12+ |
|
</p> |
|
<p><code>./lolMiner --pool {{config.StratumHost}}:{{config.StratumPort}} --user [YOUR_ETC_ADDRESS] -c ETC {{if (equals config.Network 'mordor') "--ecip1099-activation 84"}} --ethstratum=ETHPROXY</code></p> |
|
<dl class="dl-horizontal"> |
|
<dt>YOUR_ETC_ADDRESS</dt> |
|
<dd>This is your address for payouts, generate one with core-geth, or mine directly to exchange like |
|
<a href="http://bittrex.com" rel="nofollow" target="_blank">Bittrex</a>.<br/> |
|
<strong>Example:</strong> <code>0xd92fa5a9732a0aec36dc8d5a6a1305dc2d3e09e6</code>. |
|
</dd> |
|
</dl> |
|
<p> |
|
<strong>Full example:</strong> |
|
<code>./lolMiner --pool {{config.StratumHost}}:{{config.StratumPort}} --user 0xd92fa5a9732a0aec36dc8d5a6a1305dc2d3e09e6 -c ETC {{if (equals config.Network 'mordor') "--ecip1099-activation 84"}} --ethstratum=ETHPROXY</code>.<br/> |
|
</p> |
|
</div> |
|
|
|
<div class="col-md-6"> |
|
<div class="page-header"> |
|
<h3>nanominer <small>mainnet only</small> </h3> |
|
</div> |
|
<p class="lead">In order to mine etchash you need |
|
<a href="https://github.com/nanopool/nanominer/releases" rel="nofollow" target="_blank">nanominer</a> v1.12.0+ |
|
</p> |
|
<h4>example config</h4> |
|
<pre> |
|
; Address to send funds to. Change this address to yours! |
|
wallet = 0xd92fa5a9732a0aec36dc8d5a6a1305dc2d3e09e6 |
|
|
|
; Coin to mine. |
|
coin = ETC |
|
|
|
pool1={{config.StratumHost}}:{{config.StratumPort}} |
|
</pre> |
|
</div> |
|
</div> |
|
|
|
<div class="col-md-12"> |
|
<div class="col-md-6"> |
|
<p class="text-justify"> |
|
<h4>Advice</h4> |
|
<p>CPU mining is not recommended.</p> |
|
<h4>Terms of Service</h4> |
|
<p>By using the pool you accept all possible risks related to experimental software usage.<br/> |
|
Pool owner can't compensate any irreversible losses, but will do his best to prevent worst case. |
|
</p> |
|
</p> |
|
</div> |
|
</div> |
|
|
|
</div>
|
|
|