Comment
Author: Admin | 2025-04-28
Layout title subtitle page Mining Crypto on Azure Cloud How to spend your Azure Free Credits This guide will show you how to:Create an Azure account with free creditsCreate a Monero-Wallet to store your earningsStart mining & what kind of revenue to expectCreate an Azure AccountThere are different options for getting an Azure account with free credits:You can sign up for a free account at https://azure.microsoft.com/en-us/free/ to get $150 credits.You WILL need to provide credit card information, which is used to verify your identity (see Azure FAQ). Azure will never charge your credit card if you don't enable billing in the portal.If you are a student, you can register for free at https://azure.microsoft.com/nl-nl/free/students/ and receive $100 to spend on Azure. You will NOT need a credit card to create your account.If you have an MSDN subscription (probably from work), you will be provided with $50-$150 credits every month. This is a private subscription, and can not be monitored by others.Create a Monero Wallet (XMR) & Choose a poolWe will be mining monero, as it is the most profitable coin to mine on Azure. You need to create a personal wallet to safely store your crypto. I personally use Mymonero: https://mymonero.com/, but you can use any XMR address for mining.Set-upCreate a resource group:{:class="img-responsive"}NOTE: You can choose any name and geographic location.Create the resources needed to mine XMR:{:class="img-responsive"}Click Add --> Custom DeploymentIf the Add button it not visible. Type: Template Deployment in the search bar, and click on Template Deployment (Deploy using custom templates) under the marketplace section. This will take you to: https://portal.azure.com/#create/Microsoft.Template{:class="img-responsive"}And paste in this code:https://raw.githubusercontent.com/PrandoXMR/cryptocloud/master/xmrig/azure/arm/template.jsonThis will create an Azure Batch service with low priority VMs that will run our mining script.Because of this, the price/month of running these miners will be very low.After pressing save, you can add your
Add Comment