Skip to content
Snippets Groups Projects
Commit 12857157 authored by leonidas's avatar leonidas
Browse files

No commit message

No commit message
parent 71ab5412
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
<p>The scripts provided on this site support mining with two different <p>The scripts provided on this site support mining with two different
algorithms:</p> algorithms:</p>
<ul> <ul>
<li><strong>CryptonightV7: </strong><a href="https://getmonero.org/">Monero</a> <li><strong>CryptonightV8: </strong><a href="https://getmonero.org/">Monero</a>
(XMR) is based on this algorithm.</li> (XMR) is based on this algorithm.</li>
<li><strong>Cryptonight-Heavy</strong></li> <li><strong>Cryptonight-Heavy</strong></li>
</ul> </ul>
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
Cryptonight-algorithm is not supported: recently a ASIC for this Cryptonight-algorithm is not supported: recently a ASIC for this
algorithm was released which made CPU-mining totally impractical. <br> algorithm was released which made CPU-mining totally impractical. <br>
<p> <strong>To start mining you first have to choose a <a href="https://moneropools.com/">Monero-pool</a> <p> <strong>To start mining you first have to choose a <a href="https://moneropools.com/">Monero-pool</a>
(or pool for the CNv7 or CN-Heavy-coin of your choice). </strong>Pay (or pool for the CNv8 or CN-Heavy-coin of your choice). </strong>Pay
attention to the pool's rules:</p> attention to the pool's rules:</p>
<ul> <ul>
<li>What are the pool's fees? This just means that your payout is <li>What are the pool's fees? This just means that your payout is
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
webwallet from <a href="https://mymonero.com/#/">mymonero.com</a> webwallet from <a href="https://mymonero.com/#/">mymonero.com</a>
(take care that you don't fall victim to a phishing site: always (take care that you don't fall victim to a phishing site: always
check your browser's address bar before entering your password!).</li> check your browser's address bar before entering your password!).</li>
<li>If you want to mine a different CNv7 or CN-Heavy coin read the <li>If you want to mine a different CNv8 or CN-Heavy coin read the
coin's homepage for information on how to create a wallet. </li> coin's homepage for information on how to create a wallet. </li>
</ul> </ul>
<strong></strong>You have the option to setup a secondary pool, so that <strong></strong>You have the option to setup a secondary pool, so that
...@@ -212,15 +212,16 @@ ...@@ -212,15 +212,16 @@
<li><strong>Monero: Choose this if you are mining XMR.</strong> The <li><strong>Monero: Choose this if you are mining XMR.</strong> The
regular algorithm-change will be automatically taken care of with regular algorithm-change will be automatically taken care of with
this option (currently it will result in the this option (currently it will result in the
CryptonightV7-algorithm)</li> CryptonightV8-algorithm)</li>
<li><strong>Generic CryptonightV7: Choose this for <li><strong>Generic CryptonightV8: Choose this for
CryptonightV7-coins other than XMR</strong>. Also choose this if CryptonightV8-coins other than XMR</strong>. Also choose this if
you are mining at a pool with auto-selection of coins like <a href="https://moneroocean.stream/">MoneroOcean.stream</a></li> you are mining at a pool with auto-selection of coins like <a href="https://moneroocean.stream/">MoneroOcean.stream</a></li>
<li><strong>Generic Cryptonight-Heavy: Choose this for <li><strong>Generic Cryptonight-Heavy: Choose this for
Cryptonight-Heavy-coins.</strong><br> Cryptonight-Heavy-coins.</strong><br>
<select name="currency" id="currency"> <select name="currency" id="currency">
<option value="monero7">Monero (CryptonightV7)</option> <option value="monero">Monero (CryptonightV8)</option>
<option value="cryptonight_v7">Generic CryptonightV7</option> <option value="cryptonight_v8">Generic CryptonightV8</option>
<option value="cryptonight_heavy">Generic Cryptonight-Heavy</option> <option value="cryptonight_heavy">Generic Cryptonight-Heavy</option>
</select> </select>
</li> </li>
...@@ -256,14 +257,14 @@ ...@@ -256,14 +257,14 @@
(Monero-pool)<span style="color: #0000ee;"><br> (Monero-pool)<span style="color: #0000ee;"><br>
</span></td> </span></td>
<td>XMR</td> <td>XMR</td>
<td>Monero (CryptonightV7)</td> <td>Monero (CryptonightV8)</td>
<td><strong>pool.supportxmr.com:5555</strong></td> <td><strong>pool.supportxmr.com:5555</strong></td>
</tr> </tr>
<tr> <tr>
<td><a href="https://moneroocean.stream">MoneroOcean</a><br> <td><a href="https://moneroocean.stream">MoneroOcean</a><br>
(pool with auto-selection of CNv7-coins)</td> (pool with auto-selection of CNv8-coins)</td>
<td>XMR</td> <td>XMR</td>
<td>Generic CryptonightV7</td> <td>Generic CryptonightV8</td>
<td><strong>gulf.moneroocean.stream:10001</strong></td> <td><strong>gulf.moneroocean.stream:10001</strong></td>
</tr> </tr>
<tr> <tr>
...@@ -278,7 +279,7 @@ ...@@ -278,7 +279,7 @@
</li> </li>
<ul> <ul>
</ul> </ul>
<li>or the address of a CNv7 or CN-Heavy-pool of your choice<strong></strong></li> <li>or the address of a CNv8 or CN-Heavy-pool of your choice<strong></strong></li>
<strong></strong> <strong></strong>
<li> <strong><input name="pool1" size="30" id="pool1" type="text"></strong></li> <li> <strong><input name="pool1" size="30" id="pool1" type="text"></strong></li>
</ul> </ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment