From fa6786d96d337a1bd6be7c41a7ee67b3ec6e523c Mon Sep 17 00:00:00 2001 From: leonidas <azurecloudminingscript@gmail.com> Date: Sat, 26 May 2018 10:08:51 +0200 Subject: [PATCH] --- ...zure_Free_Credits_into_Cryptocurrency.html | 4 ++-- ..._Credits_into_Cryptocurrency_detailed.html | 22 ++++++++++++++++++- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/Turn_your_Azure_Free_Credits_into_Cryptocurrency.html b/Turn_your_Azure_Free_Credits_into_Cryptocurrency.html index 1498f86..836fb08 100644 --- a/Turn_your_Azure_Free_Credits_into_Cryptocurrency.html +++ b/Turn_your_Azure_Free_Credits_into_Cryptocurrency.html @@ -10,11 +10,11 @@ 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 wallet1=" + getField("wallet1") +";"; 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 wallet2=" + getField("wallet1") +";"; result+="export nicehash2=false;" diff --git a/Turn_your_Azure_Free_Credits_into_Cryptocurrency_detailed.html b/Turn_your_Azure_Free_Credits_into_Cryptocurrency_detailed.html index af7a16c..15bdcf1 100644 --- a/Turn_your_Azure_Free_Credits_into_Cryptocurrency_detailed.html +++ b/Turn_your_Azure_Free_Credits_into_Cryptocurrency_detailed.html @@ -362,7 +362,7 @@ threshold of supportXMR.com is 0.3 XMR.</li> <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 - 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>). </strong>After you have submitted a share the login will be created and you can change the password through the GUI at @@ -418,6 +418,26 @@ Sumokoin.</strong><br> <strong></strong></li> </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} : The name of the + azure-pool used</li> + <li>${AZ_BATCH_ACCOUNT_NAME} : The name of the + azure-batch-account used</li> + <li>${AZ_BATCH_NODE_ID} : 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 region</strong>. If the quota in your azure-account is less than that, you can request an increase of this quota through the azure -- GitLab