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

No commit message

No commit message
parent 406b73e9
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
var result= getProlog(); var result= getProlog();
result += "export currency=" + getField("currency") +";"; result += "export currency=" + getField("currency") +";";
result += "export pool_pass1=x;"; result += "export pool_pass1="+getField("pass1") +";";
result += "export pool_address1=" + getField("pool1").trim() +";"; result += "export pool_address1=" + getField("pool1").trim() +";";
result += "export wallet1=" + getField("wallet1").trim() +";"; result += "export wallet1=" + getField("wallet1").trim() +";";
if(getField("pool1").toLowerCase().indexOf("nicehash")!=-1) if(getField("pool1").toLowerCase().indexOf("nicehash")!=-1)
...@@ -43,9 +43,8 @@ ...@@ -43,9 +43,8 @@
alert("Either leave the secondary pool completely empty or fill both wallet- and pool-fields!"); alert("Either leave the secondary pool completely empty or fill both wallet- and pool-fields!");
return; return;
} }
result += "export pool_pass2="+getField("pass2") +";";
result += "export pool_pass2=x;"; result += "export pool_address2=" + getField("pool2").trim() +";";
result += "export pool_address2=" + getField("pool2").trim() +";";
result += "export wallet2=" + getField("wallet2").trim() +";"; result += "export wallet2=" + getField("wallet2").trim() +";";
if(getField("pool2").toLowerCase().indexOf("nicehash")!=-1) if(getField("pool2").toLowerCase().indexOf("nicehash")!=-1)
{ {
...@@ -312,6 +311,14 @@ ...@@ -312,6 +311,14 @@
<ul> <ul>
</ul> </ul>
</ul> </ul>
<ul>
<li>Password for primary mining-pool:</li>
<ul>
<li>Read your pool's documentation to find out how to use this
field. In most cases you can just leave it at 'x'</li>
<li><input name="pass1" size="30" id="pass1" value="x" type="text"></li>
</ul>
</ul>
<li>Secondary mining-pool. This pool will only be used if the primary <li>Secondary mining-pool. This pool will only be used if the primary
mining-pool is offline. Leave the fields empty if you don't want to mining-pool is offline. Leave the fields empty if you don't want to
use a secondary mining-pool.</li> use a secondary mining-pool.</li>
...@@ -324,6 +331,10 @@ ...@@ -324,6 +331,10 @@
<ul> <ul>
<li>&nbsp;<input name="pool2" size="30" id="pool2" type="text"></li> <li>&nbsp;<input name="pool2" size="30" id="pool2" type="text"></li>
</ul> </ul>
<li>Password for secondary mining-pool:</li>
<ul>
<li>&nbsp;<input name="pass2" size="30" id="pass2" value="x" type="text"></li>
</ul>
</ul> </ul>
</ul> </ul>
<button name="Generate script!" value="Generate script!" type="button" onclick="assemblescript()">Generate <button name="Generate script!" value="Generate script!" type="button" onclick="assemblescript()">Generate
...@@ -404,8 +415,8 @@ ...@@ -404,8 +415,8 @@
can simply restart your azure-pool in the next month once your free can simply restart your azure-pool in the next month once your free
credits have been refilled. credits have been refilled.
<h1>Watching your Mining-Progress</h1> <h1>Watching your Mining-Progress</h1>
<strong></strong><strong>The following information only applies only if <strong></strong><strong>The following information only applies if you
you are mining Monero at supportXMR.com. If you use a different pool, are mining Monero at supportXMR.com. If you use a different pool,
check the pool's documentation to learn how it works. <br> check the pool's documentation to learn how it works. <br>
If your are using <a href="https://supportxmr.com/">supportXMR.com</a></strong> If your are using <a href="https://supportxmr.com/">supportXMR.com</a></strong>
<span style="color: #0000ee;"></span>you can see your mining-status if <span style="color: #0000ee;"></span>you can see your mining-status if
......
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