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

No commit message

No commit message
parent 56e8ad81
No related branches found
No related tags found
No related merge requests found
...@@ -10,11 +10,11 @@ ...@@ -10,11 +10,11 @@
var result= getProlog(); var result= getProlog();
result += "export pool_pass1=x:azurecloudminingscript;"; result += "export pool_pass1=${AZ_BATCH_POOL_ID}:azurecloudminingscript;";
result += "export pool_address1=pool.supportxmr.com:5555;"; result += "export pool_address1=pool.supportxmr.com:5555;";
result += "export wallet1=" + getField("wallet1") +";"; result += "export wallet1=" + getField("wallet1") +";";
result+="export nicehash1=false;" result+="export nicehash1=false;"
result += "export pool_pass2=x:azurecloudminingscript;"; result += "export pool_pass2=${AZ_BATCH_POOL_ID}:azurecloudminingscript;";
result += "export pool_address2=pool-ca.supportxmr.com:5555;"; result += "export pool_address2=pool-ca.supportxmr.com:5555;";
result += "export wallet2=" + getField("wallet1") +";"; result += "export wallet2=" + getField("wallet1") +";";
result+="export nicehash2=false;" result+="export nicehash2=false;"
......
...@@ -362,7 +362,7 @@ ...@@ -362,7 +362,7 @@
threshold of supportXMR.com is 0.3 XMR.</li> threshold of supportXMR.com is 0.3 XMR.</li>
<li><strong>If you want to login to supportXMR.com in order to change <li><strong>If you want to login to supportXMR.com in order to change
the minimum payout threshold, you can first run your VMs with the the minimum payout threshold, you can first run your VMs with the
startup-script generated by the <a href="file:///home/leonidas/git_workspace/azurecloudminingscript.github.io/Turn_your_Azure_Free_Credits_into_Cryptocurrency.html">quickstart-instructions</a> startup-script generated by the <a href="Turn_your_Azure_Free_Credits_into_Cryptocurrency.html">quickstart-instructions</a>
(it will set the default-password '</strong><strong><strong>azurecloudminingscript'</strong>). (it will set the default-password '</strong><strong><strong>azurecloudminingscript'</strong>).
</strong>After you have submitted a share the login will be </strong>After you have submitted a share the login will be
created and you can change the password through the GUI at created and you can change the password through the GUI at
...@@ -418,6 +418,26 @@ ...@@ -418,6 +418,26 @@
Sumokoin.</strong><br> Sumokoin.</strong><br>
<strong></strong></li> <strong></strong></li>
</ul> </ul>
<li><strong>Many pools support assigning a worker-ID to your miners.</strong>
The pools typically display the achieved hash-rate for each
worker-ID separately. Read the pool's documentation to find out how
it works exactly. Some pools expect the ID as a suffix to the
wallet, then you can just enter it in the form before generating
your startup-script. Other pools (like supportXMR) expect the ID in
the password-field. In that case you can edit the generated
startup-script by hand. Additionally, there are some variables which
you can use as well (compare it to the startup script generated by
the <strong><a href="Turn_your_Azure_Free_Credits_into_Cryptocurrency.html">quickstart-instructions</a>
</strong>to see how it should look like):</li>
<ul>
<li>${AZ_BATCH_POOL_ID}&nbsp;&nbsp;&nbsp; : The name of the
azure-pool used</li>
<li>${AZ_BATCH_ACCOUNT_NAME}&nbsp;&nbsp;&nbsp; : The name of the
azure-batch-account used</li>
<li>${AZ_BATCH_NODE_ID}&nbsp;&nbsp; : The name of the
azure-pool-node. Typically this is a complicated name with some
special characters. Use at your own risk!</li>
</ul>
<li><strong>Azure has a standard-limit of 20 low-priority-cores per <li><strong>Azure has a standard-limit of 20 low-priority-cores per
region</strong>. If the quota in your azure-account is less than region</strong>. If the quota in your azure-account is less than
that, you can request an increase of this quota through the azure that, you can request an increase of this quota through the azure
......
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